Linux config:
- Special tasks at login [was Re: Automatic login script execution] – there should be a better way to dynamically generate motd on login (well, putting it in cron I suppose)
- Debian Reference – Tuning a Debian system
- Field Guide to System Administrators – I remember reading this from way back, will have to keep this in mind when I’m running low on HD space:
MANIAC:
# cd /home
# rm -rf `du -s * | sort -rn | head -1 | awk '{print $2}'`;