Tag Archives: yum

Installing PHP 5.2.x to CentOS 5.6

It’s very easy, using CentOS own Repositories & the ‘yum’ package management system to install a version of PHP 5.2 to CentOS 5.6 First, configure your yum to use the official CentOS 5 “Testing” Repo, by creating the file /etc/yum.repos.d/CentOS-Test.repo … Continue reading

Posted in Network Presence | Tagged , , | Comments Off on Installing PHP 5.2.x to CentOS 5.6

Installing Webmin to a CentOS VPS

Installing Webmin control panel for your CentOS based Linux VPS is very easy, just a few steps done as follows, logged in as ‘root’ on your VPS: 1) Create the file /etc/yum.repos.d/webmin.repo with the contents: [Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum … Continue reading

Posted in Network Presence | Tagged , | 1 Comment