
update-rc.d
29
Oct
update-rc.d helps take control on services start-up. Actually it just adds/removes/renames links in rcX.d directory.
sudo update-rc.d tomcat6 disable
A lot of crap like scanner daemon (saned) can be disabled (or removed) from being started on system startup.
Download entire website with wget
15
Oct
wget --recursive \
--no-clobber \--page-requisites \
--convert-links \
--restrict-file-names=windows \
--domains example.com \
--no-parent http://example.com