Last active
May 27, 2017 00:46
-
-
Save tporto/26f26d3099fbae93b52ea58dd94577e3 to your computer and use it in GitHub Desktop.
Ubuntu tips
This file contains 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
* 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