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

An Issue with RSA Key On CentOS 8

Error message seen by checking SSH Daemon status: [root@linux1 testadmin]# service sshd statusRedirecting to /bin/systemctl…

Windows WSL: How to Fix Broken bashrc File

Problem: When there's an incorrect setup of Windows Subsystem for Linux (WSL), where $HOME/.bashrc is…

How to Add a New Disk as LVM Volume to a Linux Machine without Rebooting

Step 1: Scan all SCSI host controllers sudo su # run as root scsiPath=/sys/class/scsi_host #…