Skip to content

Instantly share code, notes, and snippets.

View fredericoramos's full-sized avatar

Frederico Ribeiro Ramos fredericoramos

View GitHub Profile
@fredericoramos
fredericoramos / gist:5049429
Created February 27, 2013 16:48
UBUNTU - Time Zone - Fuso-Horário
==========================================================
UBUNTU - Configurando Fuso-Horário
Setup Time Zone
==========================================================
# America -> Sao_Paulo (Brasília)
# Continent -> Country
sudo dpkg-reconfigure tzdata
@fredericoramos
fredericoramos / gist:5049413
Created February 27, 2013 16:47
UBUNTU - Atualizações (UpDate and UpGrade)
==========================================================
==========================================================
UBUNTU - Atualizações (UpDate and UpGrade)
==========================================================
==========================================================
# apt-get update: faz o download da lista de pacotes atualizados
# apt-get update: downloads the list of updated packages
sudo apt-get update
@fredericoramos
fredericoramos / Step-by-Step Sublime Text
Created February 20, 2013 18:24
How to install Packages into Sublime Text
1º - Install in the console Sublime Package Control
crtl + '
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print('Please restart Sublime Text to finish installation')
2º - Install some Packages
Ctrl + Shift + P ---> Install Package
Type the packages:
Alignment
CTags