Skip to content

Instantly share code, notes, and snippets.

View SamXDesc's full-sized avatar

Samuel Desconsi SamXDesc

View GitHub Profile
@SamXDesc
SamXDesc / sh
Last active February 13, 2019 04:27
basic_packages_installation
# Update and Upgrade System
sudo apt-get update
sudo apt-get upgrade
# Install o Nginx
sudo apt-get install nginx -y
# Install PHP 7.1
sudo apt-add-repository ppa:ondrej/php
sudo apt-get update