Skip to content

Instantly share code, notes, and snippets.

@gcamp806
Created May 9, 2018 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcamp806/37c18eceef738c51039875388e147263 to your computer and use it in GitHub Desktop.
Save gcamp806/37c18eceef738c51039875388e147263 to your computer and use it in GitHub Desktop.
Initial Ubuntu config
apt install vim
sudo update-alternatives --config editor (select vim.basic)
visudo - change %sudo line to this (adding NOPASSWD: in front of ALL)
%sudo ALL=(ALL:ALL) NOPASSWD:ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment