Linux Disk Space Hogs

March 10, 2014

Sometimes you need to find the disk space hogs on a linux machine. Think of them as the big fat ducks if you like. Then you can just add this to your profile and recursively find the top 10 fat disk hogs.

	#setup a shortcut to call the command
	alias ducks=du -cks * |sort -rn |head -11

Devtools round two - more tools, shareable links and all that

New developer tools on ateByteApps DevTools - DNS lookup, CIDR calculator, cron parser, CSV to JSON and more. Now 29 tools and counting. Continue reading

A long time between drinks

Published on May 01, 2017