James McDonald

Access

Blog History

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