Last active
September 22, 2017 02:34
-
-
Save tporto/034b5c9186bf0dfb0d6df168a9f97c8a to your computer and use it in GitHub Desktop.
tips_elementaryos
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
Não salvar o último diretório acessado no terminal: | |
# gsettings set org.pantheon.terminal.settings follow-last-tab false | |
Alterar a fonte e o tamanho do terminal via dconf: | |
# org > gnome > desktop > interface > monospace-font-name | |
Caso tenha problemas com a wifi: | |
# sudo apt-get install --install-recommends linux-generic-lts-xenial xserver-xorg-core-lts-xenial xserver-xorg-lts-xenial xserver-xorg- video-all-lts-xenial xserver-xorg-input-all-lts-xenial libwayland-egl1-mesa-lts-xenial | |
OR | |
# sudo apt install bcmwl-kernel-source |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment