This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================================================== | |
UBUNTU - Configurando Fuso-Horário | |
Setup Time Zone | |
========================================================== | |
# America -> Sao_Paulo (Brasília) | |
# Continent -> Country | |
sudo dpkg-reconfigure tzdata |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================================================== | |
========================================================== | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder