Skip to content

Instantly share code, notes, and snippets.

@dv-anomaly
dv-anomaly / gist:6bed885aff11a538c31bd17eed683430
Last active July 29, 2017 20:39 — forked from seanmcn/gist:62a021a765ad4f8e593b
The Perfect Web Server - Nginx, MySQL, PHP7/PHP5.6, Ajenti, Ubuntu 16.04
#Insall Ajenti
sudo apt update
wget http://repo.ajenti.org/debian/key -O- | apt-key add -
sudo echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" >> /etc/apt/sources.list
sudo apt update && sudo apt upgrade -y
sudo apt install -y ajenti software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update
# Uninstall Apache2