Skip to content

Instantly share code, notes, and snippets.

View tarcisio's full-sized avatar
🏠
working from home

Tarcísio Ferreira Sassara tarcisio

🏠
working from home
View GitHub Profile
@tarcisio
tarcisio / gist:4796101f58dd30d7c401
Last active August 29, 2015 14:11
configuracoes
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install build-essential \
libpcre3-dev libzip-dev libssl-dev \
libxml2-dev libcurl4-openssl-dev \
libjpeg-dev libpng12-dev libmcrypt-dev \
locales -y
sudo locale-gen pt_BR.utf8