Showing posts with label apache2. Show all posts
Showing posts with label apache2. Show all posts

Saturday, January 18, 2020

Install Curl, apache, vesta control panel In Debian Linux

Install Apache

sudo apt-get install apache2

Uninstall

sudo apt-get --purge remove apache2
sudo apt-get remove apache2-common



Install curl in debian linux

$sudo apt install curl

OR
$sudo apt-get install curl



How to install Vesta Control panel
1. Connect to your server as root via SSH
ssh root@your.server-name


2. Download installation script
curl -O http://vestacp.com/pub/vst-install.sh


3. Run it
bash vst-install.sh