@sorehammer,
I will downconvert from linux_speak for you:
Setup tz in the web ssh
Connect to the TPLINK by connecting via SSH using a terminal client.
( I use puTTY for windows ):
http://www.chiark.greenend.org.uk/~sgtatham/putty/You will always need to connect as a root user, the root username and password will be supplied with the tplink.
The TPLink is running a reduced linux OS, it is a full computer in its own right that can run any programs you place on it. In this case it is loaded with CG Miner.
Once connected you have a command line interface (like DOS) to talk to the TPLINK. From here you can do everything.
Then set the timezone for the linux on the TPLINK:
https://linuxacademy.com/blog/linux/changing-the-time-zone-in-linux-command-line/
exec fix_rc script-disables a lot of crap on startup which is not needed
run the "fix_rc" script.
this script will disable alot of un needed crap.
http://www.cyberciti.biz/faq/howto-run-a-script-in-linux/
Check yor cron jobs also and remove scrypt line there and then you will be 100% ready
In linux the "cron system" always ticks when the OS is running every one minute, "cron jobs" are specified in the "cron tab", you can specify to do stuff every minute, every X minutes, every X hours etc.
So you check all cron jobs and remove any that may be daily restsarting cg-miner etc.
http://blog.fayland.org/2011/10/removeadd-job-to-crontab-by-commandline.html
In case you have more than one board ordered choose a USB hub wisely. It is always a good idea to use hub in between even if one board can be hooked d directly. Tplink atheros chipset does not like USB 1.0 much
Finally take 5 v for tplink from psu and throw away stock adapter. If you can use common ground and power all boards plus tplink plus USB hub from single psu go for it. That is the best approach
Self explanatory.
Set your workers to min diff like 128 or 256 to reduce rejects while pool is adjusting your difficulty on startup
Good info that I did not know before.
You will login via SSH to your router and then issue cg-miner commands to do this.