DRBIG Corner of the net
  • Categories

  • Archives

  • Gallery

    002.jpg
  • Tag Cloud

Archive for October, 2006

Areo Wiper Blades

Posted by TMP on 16th October 2006

Retro Fitting VAG areo wiper blades on a Octavia MK1

VAG Part Nos:

Drivers side blade: 1J2955426B

Passenger blade: 1J2 955 425B

Drivers arm: 1J2 955409 D

Passenger arm: 1J2 955 410D

These are normally fitted on a VW MK IV OEM

Posted in Car | No Comments »

Asterisk wont start after Cent-os 2.6.9-42.0.3.EL update

Posted by TMP on 8th October 2006

If you run an yum -y update then it will download version 2.6.9-42.0.3.EL If you are keeping an old a@h system updated then this upgrade will require a reboot and you to then issue from the command line a rebuild_zaptel This should solve your problem.   Once you have been running the system for a little bit if you would like to keep things tidy then you can remove the old kernel that you are not using with the following commands a uname -r will show the kernel that you are using   rpm -qa | grep -i kernel  - Will list the kernels that are installed  rpm -e kernel-2.6.9-42.0.2.EL  - Will remove the last update rpm-e kernel-devel-2.6.9-42.0.2.EL    

Posted in General | No Comments »

Some handy update commands for yum

Posted by TMP on 1st October 2006

yum --enablerepo=centosplus upgrade mysql* - This will update to Mysql 5 yum --enablerepo=centosplus upgrade php* - This will update to PHP 5

Posted in General | No Comments »