Archive for April 8th, 2009
Disk Space Usage – Linux
Posted by admin | Filed under Computing and IT, Pick and Mix
What’s taking up all the space?
A command prompt try some of the examples I list below:
du –help
This shows all the parameters you can supply the “du” command with. Typical combinations I use are as follows:
du -h #human readable characters
du -c #grand total displayed at end
du * -s #summarise all folders
du * -sc #summarise and total
du [...]
Tags: command promp, disk, Linux, usage
Mollom – 5 Month Result – It works! Drupal 6 Content Quality Control Module (Anti Spam)
Posted by admin | Filed under Computing and IT, Pick and Mix
Late last October, I was hunting for a solution to the ever increasing malicious content that gets posted through site forms on drupal sitesĀ (that might be unfair, sites in general!).
I had already tried out the Captcha module for a few months, but the module was buggy at the time (I believe it was a [...]