BTSync Headless

#Get BTSync: [BTSync](http://www.bittorrent.com/sync) #Make a config: ./btsync –dump-sample-config > btsync.config #Edit per your specs (Run ./btsync –generate-secret to get new Key for config / modify path to share) (configuring Shares/ secrets in here disables WebUI) #Run it ./btsync –config btsync.config

Persistent TinyCore Config

##Persistent TinyCore Config ###Quick notes List files to save in /opt/.filetool.lst To save files / config: ~# filetool.sh -b *Add /etc/init.d/dhcp.sh to to /opt/.filetool.lst* ###Disable DCHP – (hose the script to avoid remastering) echo “” > /etc/init.d/dhcp.sh ###Edit /opt/bootsync.sh remove & after call to bootlocal.sh (to bring PW prompt below to forefront) ###Edit /opt/bootlocal.sh ####Set[…]