Awesome DNS Debugging and Health Check Tool

If you need to check that your DNS is setup correctly then I can highly recommend using IntoDNS. They provide a brilliant, simple and accurate health check for your DNS servers. For example, here is the health report for my website: http://intodns.com/randomhacks.co.uk Thanks guys!

DNS Price Comparison – DynECT vs dnsmadeeasy

I’ve been using DynECT for our corporate DNS for several years. I choose it because it has a well designed and easy to use interface. However, over the last few months, they have put their prices up and set new query limits. This means that DynECT are now completely uncompetitive. After looking around, we have … Read more

How To Clear Apt Cache – /var/cache/apt/

I have a few limited space (20 gig) servers doing small jobs for us. If these have been upgrade over several major releases then the apt cache can get quite large. I used ncdu to see which folders and files are taking up space. To clear you apt cache from the command line type:

How to install ssh-copy-id on OSX (the easy way!)

If you have migrated from Linux to OSX… you might well be missing ssh-copy-id. Frankly, the easier way to do this is to install the Brew repository / package manager for Mac and then install ssh-copy-id on your Mac in one command. Install Brew (if you don’t already have this awesome tool!). Then simply.. Job … Read more