Month: January 2009

Access

Blog History

Giving CentOS 5.2 a Whirl on the Desktop

OK so I've been using Ubuntu for about three releases but recently the quality of the Ubuntu builds has become an excercise in running into bugs that stop me getting my work done. e.g. tsclient renders X session unuseable when rdp'd into windows NetworkManager OpenVPN...

read more

XSLT

At work we have an ERP system that can receive information in a proprietary XML format via directory drop or Web service call. Our customers place orders with us using disparate systems and methods. Fortunately most of them output some sort of XML. How to convert one...

read more

Power outage for a day

Today 7 Jan 2009 we have an all day power outage starting at 8:30AM. Seeing as this webserver sits under my desk at home and the UPS is a tiny one that means that we are going offline for the duration of the outage. Be back at about 4:00PM

read more

Clear Squid Cache CentOS 5.x

How: service squid stop rm -rf /var/spool/squid/* (removes cached files and directory structure) rm -rf /var/log/squid/* (removes the logs) squid -z (recreates the cache_dir structure) service squid start Why: Doing the above can be helpful if you want to claw back...

read more