TODO: Description
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgradesudo apt-get install zsh
zsh --version
chsh -s /usr/bin/zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"Than you need to logout to make changes.
sudo apt-get install git vim python-software-properties
sudo apt-get install chromium-browser
sudo apt-get install vlccurl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
nvm install NODE_VERSION
nvm use NODE_VERSIONsudo add-apt-repository ppa:webupd8team/java
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-set-defaultFirst download eclipse.tar.gz in [Eclipse site](TODO: URL).
sudo tar -zxvf eclipse.tar.gz -C /opt/
sudo gedit /usr/share/applications/eclipse.desktopThan paste this on the recent archive:
[Desktop Entry]
Name=Eclipse 4
Type=Application
Exec=/opt/eclipse/eclipse
Terminal=false
Icon=/opt/eclipse/icon.xpm
Comment=Integrated Development Environment
NoDisplay=false
Categories=Development;IDE;
Name[en]=Eclipse
To remove Eclipse
sudo rm -Rf /opt/eclipse/
sudo rm -Rf /usr/share/applications/eclipse.desktopsudo java -jar lombok.jar
sudo apt-get remove laptop-mode-tools
sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get update
sudo apt-get install tlp tlp-rdw
sudo tlp startCreates a new ssh key, using the provided email as a label
ssh-keygen -t rsa -b 4096 -C "[email protected]"Start the ssh-agent in the background
eval "$(ssh-agent -s)"Add your SSH key to the ssh-agent
ssh-add ~/.ssh/id_rsaCopy the SSH key to your clipboard.
sudo apt-get install xclip
xclip -sel clip < ~/.ssh/id_rsa.pubAdd the SSH Key on Github Account
Test your Connection
ssh -T [email protected]List existing SSH Keys
ls -al ~/.sshgsettings set com.canonical.Unity always-show-menus trueTo remove
gsettings set com.canonical.Unity always-show-menus falsesudo apt-get install indicator-multiloadsudo apt-get install preloadsudo apt-add-repository ppa:caffeine-developers/ppa
sudo apt-get update
sudo apt-get install caffeinesudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktopsudo sysctl vm.swappiness=10
sudo gedit /etc/sysctl.conf
Colar esta linha no final do arquivo
vm.swappiness=10