Smashing Magazine has a roundup of several JQuery techniques and plugins that may be used for an improved user experience in your sites. 45 of them!
Smashing Magazine has a roundup of several JQuery techniques and plugins that may be used for an improved user experience in your sites. 45 of them!
#check partition sizes df -h #check directory size du -s -h /var/log/ #check every directory and file sizes under a dir. du -s -h /var/log/* #check individual size size du -s -h /var/log/lastlog
Very useful. Got it from here.