Skip to content

Instantly share code, notes, and snippets.

@j1cs
Created September 28, 2015 19:39
Show Gist options
  • Save j1cs/20267464ef752b2e6268 to your computer and use it in GitHub Desktop.
Save j1cs/20267464ef752b2e6268 to your computer and use it in GitHub Desktop.
Limited user linux, prevent ask password everytime sudo
alias sudo='echo "passwd" | sudo -S'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment