Posted On April 1, 2019

Install ISPConfig on CentOS 5.2

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Install ISPConfig on CentOS 5.2
cd /var/www/html
wget
 tar xvfz ISPConfig-2.2.24.tar.gz
cd install_ispconfig
./setup

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Installing Simple NFS GUI (for Ubuntu / Mint / Debian)

Overview: Simple NFS GUI is a Linux application that automates the whole NFS share configuration…

Linux: How to set a static IP address

Set Static IP Address ---- vim /etc/sysconfig/networking/profiles/default/ifcfg-eth0 vim /etc/sysconfig/network-scripts/ifcfg-eth0 ---- DEVICE=eth0 BOOTPROTO=none HWADDR=00:0C:29:d7:5b:d3 ONBOOT=yes TYPE=Ethernet…

Installing VNC on Centos 5.3

Install VNC server package upon server setup, then run in include GNOME desktop environment: #…