Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save redolivedev/5897ef3d8780631493737c9258e4ae75 to your computer and use it in GitHub Desktop.
Save redolivedev/5897ef3d8780631493737c9258e4ae75 to your computer and use it in GitHub Desktop.
Do not require password for sudo for `username`
sudo visudo
# At the bottom of the file, add the following:
username ALL=(ALL) NOPASSWD: ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment