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

Linux: An Experience in Resizing a Root Partition

Scope: These instructions are intended for Linux systems without Logical Volume Manager (LVM). For that…

Disable Screensaver on CentOS 8

Here are a couple of tricks that worked in the past. I don't think they…

Adding Repositories in Centos 5.3

yum install yum-priorities vim /etc/yum/pluginconf.d/priorities.conf ---- [main] enabled=1 ----   Install RPMForge: cd /home wget…