Skip to content

Instantly share code, notes, and snippets.

@tporto
Last active May 27, 2017 00:46
Show Gist options
  • Save tporto/26f26d3099fbae93b52ea58dd94577e3 to your computer and use it in GitHub Desktop.
Save tporto/26f26d3099fbae93b52ea58dd94577e3 to your computer and use it in GitHub Desktop.
Ubuntu tips
* Colocar janelas no centro
sudo apt-get install compizconfig-settings-manager
Then open it and go to Window Management > Place Windows, enable it, and in "Placement Mode" choose Centered
* Instalar drivers gráficos proprietários
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get upgrade
* Descompactar arquivos TAR.XZ
sudo apt-get install xz-utils
tar -Jxf archivo.tar.xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment