Skip to content

Instantly share code, notes, and snippets.

@viniciusgati
Last active October 15, 2019 01:30
Show Gist options
  • Select an option

  • Save viniciusgati/6315108c1aae7ea0199384468006307b to your computer and use it in GitHub Desktop.

Select an option

Save viniciusgati/6315108c1aae7ea0199384468006307b to your computer and use it in GitHub Desktop.
;; 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