Hardware Tutorials

Tutorials on hardware, software, operating systems and more.

Installing Git on CentOS 5 cPanel

Following on from my previous post about installing Git on CentOS 4, CentOS 5 is a whole different story. This is because you actually can get the RPM for Git on Cent OS – but cPanel doesn’t make it quite easy enough to do it.

You see, cPanel likes to take control of a lot of it’s own stuff, so it has a long list of packages which it won’t update automatically, because it will end up breaking itself if it does. As Git has two dependencies from the Perl libraries, this causes a problem.

But we can easily fix that.

cd /etc/
vim yum.conf

Remove perl* from the exclude line, then save the file. Now you should be able to run the command.

yum install git

It will gather all the dependencies and install Git. Final step, go back into the YUM configuration and put the exclude pack in to protect cPanel from its malevolent self.

vim yum.conf
No Comments »

Installing new memory

Unpack the RAM (random access memory) and check with the motherboard’s manual to work out which is the first slot (slot 0). When you insert the memory you want to fill it up numerically: 0, 1, 2, and so on.

To insert the memory push the white clips at the end outwards then simply slot in the memory sticks into the slots. The clips will automatically lock back into place when you have pushed the memory stick far enough into the slot.

No Comments »