Skip to main content

Init Serveur Ubuntu pour Web Hosting

apt update && apt upgrade -yq 
apt install -yq git zsh curl wget htop python3 
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 
DISTRIB_CODENAME=$(cat /etc/os-release | grep VERSION_CODENAME | cut -d\= -f2) 
apt install -yq nginx-full libnginx-mod-http-geoip libnginx-mod-http-geoip2 
add-apt-repository ppa:ondrej/php