Archive for the 'Linux and Systems' Category

Shell Tricks #1 - When size matters

Friday, April 23rd, 2004

We will start with something easy for Issue 1.
Ever need to clear some space fast? It may be easier to remove the largest files first. Use this trick to find which files to prune first:
du -sk | sort -n


Bad Behavior has blocked 144 access attempts in the last 7 days.