Skip to content

Instantly share code, notes, and snippets.

@vonnenaut
Last active June 2, 2021 02:55
Show Gist options
  • Save vonnenaut/17daf54061ac050394e219d09ff6c1ba to your computer and use it in GitHub Desktop.
Save vonnenaut/17daf54061ac050394e219d09ff6c1ba to your computer and use it in GitHub Desktop.

Ubuntu

Setup

sudo apt install ruby
...
sudo usermod -a -G rvm [username]`
  • Set default editor sudo update-alternatives --config editor

VirtualBox (on a Windows desktop)

If you get permission denied trying to access a shared folder in the VM, try:

sudo adduser $USER vboxsf

https://askubuntu.com/questions/7477/how-can-i-add-a-new-user-as-sudoer-using-the-command-line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment