September 30, 2007 at 9:38 am
· Filed under Computer Technical Support, Linux vs Windows, VPS Hosting, Web Hosting, cPanel Hosting, dedicated server hosting, linux operating system, linux web hosting
Follow these steps to install cPanel on a Linux box.
1) Login to your Linux machine via SSH as root.
2) Run the following commands:
# cd /home
# wget http://layer1.cpanel.net/latest
# sh latest
After that you will need to leave it for around 90 minutes so that cPanel can install.
Permalinkdigg this
«
Installing FantasticoInstalling Fantastico
Installing Fantastico on a Linux system is fairly easy; follow these instructions and you will have it installed in no time!
1) Login to your Linux box via SSH as root.
2) Run the following commands:
# cd /usr/local/cpanel/whostmgr/docroot/cgi
# wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz
# tar -xzpf fantastico_whm_admin.tgz
# rm -rf fantastico_whm_admin.tgz
3) [...]
Linux RPM GPG Key Error »
Linux RPM GPG Key Error
If you experience this error, you will need to import the GPG key(s); follow these instructions to do that:
1) Login to your Linux box via SSH as root.
2) Run the following command:
rpm –import http://anorien.csc.warwick.ac.uk/mirrors/centos/3.5/os/i386/RPM-GPG-KEY-CentOS-3
That should be the problem solved!