Downloading Eve Online files overnight
Disable sleep in Power Management preferences.
Go to downloads directory.
$ cd ~/Downloads
Set commands to run at midnight. Files are taken Eve Online’s offline installer download page.
$ at midnight warning: commands will be executed using /bin/sh at> wget -c http://content.eveonline.com/323364/EVE_Online_Installer_323364.exe at> wget -c http://content.eveonline.com/323364/eveonline_323364_1of2.7z at> wget -c http://content.eveonline.com/323364/eveonline_323364_2of2.7z at> ^D<EOT> job 6 at Tue Dec 13 00:00:00 2011
Go to bed!
Re-enable sleep in Power Management preferences.
Note: Ideally would sleep when complete, but doing so probably requires some work with sudo
.