Server Management
From Lankyland
Server Scripting
Contents |
Linux Based Machines
Network
- ipfw for controlling speed limits per port
File Management
How to find the top n files and directories in x location
du -a /location/ | sort -n -r | head -n 10
Windows Based Machines
..more to come here..

