Skip to content

Instantly share code, notes, and snippets.

View lucianobragaweb's full-sized avatar
🏠
Working from home

Luciano Braga lucianobragaweb

🏠
Working from home
View GitHub Profile
# Remove apps if not will use
k3b, konversation, thunderbird
# Add sudo password
sudo passwd root
# Set the fastest mirror
sudo pacman-mirrors --fasttrack
@lucianobragaweb
lucianobragaweb / Instructions.sh
Created January 15, 2020 20:29 — forked from GhazanfarMir/Instructions.sh
Install PHP7.2 NGINX and PHP7.2-FPM on Ubuntu 16.04
########## Install NGINX ##############
# Install software-properties-common package to give us add-apt-repository package
sudo apt-get install -y software-properties-common
# Install latest nginx version from community maintained ppa
sudo add-apt-repository ppa:nginx/stable
# Update packages after adding ppa
@lucianobragaweb
lucianobragaweb / README-Template.md
Created October 11, 2017 01:52 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites