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

How to Move Virtualbox Guest VMs to Different Hosts

Connect to Source Host and copy files to NAS: ssh webadmin@server01 vboxmanage list running vms…

How to Install & Configure Pihole on Ubuntu 20.04

1. Installation- Run these commands: # sudo apt-get install gamin -ysudo curl -sSL https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh |…

How To Install Microsoft Edge on Ubuntu / Debian / Linux Mint

Step 1: Add Microsoft Repository curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpgsudo install -o root…