Archives for: August 2009

Plot multiple locations on Google Maps

August 22nd, 2009
I've recently been house hunting and needed to print out a map with all my potential purchases on so I could see their relative positions relating to bus routes and the distance to town. Surprisingly Google Maps doesn't support, plotting multiple poin… more »

Upgrading Plesk 8.6.0 to 9.0.0 to 9.0.1 to 9.2.1

August 14th, 2009
A couple of weeks ago, I upgraded one of my Plesk boxes from 8.6.0 to 9.0.0 to 9.0.1 to 9.2.1. All of the upgrade went really well, and everything seemed to work. A week or 2 later, I had a report that all the Mailman lists weren't working. One could… more »

Linux file system recovery - undelete

August 12th, 2009
If you are a systems UNIX administrator, sooner or later you are going to have a catastrophic disaster which will for ever alter your way of working. UNIX is unforgiving when it comes to deleting files. The UNIX file system works faster and more effic… more »

Configuring log4j.properties

August 1st, 2009
Apache log4j is a logging API library implemented in Java. It was built to replace the built-in Java logging libraries which are a bit restrictive. Log4j consists of 3 components: Loggers, Appenders and Layouts. Logger A logger is an object that l… more »