GNU/Linux

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

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

Fedora 10 – VMWare

Just attempted to install Fedora 10 under VMWare Server 1.0.4 on Windows. I chose the default "Other Linux 2.6.x" VM option, leaving the defaults except for configuring the VM's CD to be an iso image of the Fedora Live CD. Man was it slow... I traced the problem to...

read more

Distribution Specific Documentation

Google - to find the best and worst solution, but which is which? Generally when you attempt something on Linux you will Google and then try and filter through pages till you find the `best' solution. But what gaurantee do you have that the information is written by...

read more