Skip to content

Instantly share code, notes, and snippets.

View ppinto20's full-sized avatar

Pedro Pinto ppinto20

View GitHub Profile
@ppinto20
ppinto20 / cloudSettings
Last active December 10, 2021 16:35
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-12-10T16:35:55.274Z","extensionVersion":"v3.4.3"}
@ppinto20
ppinto20 / install.sh
Created November 15, 2018 00:32
Ubuntu 16.04.1 LTS LEMP Recipe
# Update repositories
sudo apt-get update
# Upgrade packages
sudo apt-get upgrade -y
# Install and secure mysql-server (follow instructions)
sudo apt-get install mysql-server
sudo mysql_secure_installation