Last active
October 15, 2019 01:30
-
-
Save viniciusgati/6315108c1aae7ea0199384468006307b to your computer and use it in GitHub Desktop.
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
| ;; Ruby with rvm | |
| ;; versão 2.3 dã erro nas dependencias: | |
| ;; Open | |
| gedit /etc/apt/sources.list | |
| ;; And then add the following line at the end of the file | |
| deb http://security.ubuntu.com/ubuntu bionic-security main | |
| sudo apt-get update | |
| ;; pode rodar o rvm install ruby-2.3 que resolverá | |
| sudo apt-get install freetds-dev | |
| ;; delay do britghness | |
| sudo gedit /usr/share/X11/xkb/symbols/br | |
| comentar linha que contém : modifier_map Mod3 { Scroll_Lock }; | |
| ;; disabilitar bluetooth por padrao | |
| https://askubuntu.com/questions/67758/how-can-i-deactivate-bluetooth-on-system-startup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment