Skip to content

Instantly share code, notes, and snippets.

@cristiangrojas
Last active August 29, 2015 13:56
Show Gist options
  • Save cristiangrojas/9093142 to your computer and use it in GitHub Desktop.
Save cristiangrojas/9093142 to your computer and use it in GitHub Desktop.
Don't require password for X user in Ubuntu
# Type in the console:
sudo visudo
# Then add the following line to the document and save it
# Replace [username] with your username
[username] ALL=(ALL) NOPASSWD: ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment