Skip to content

Instantly share code, notes, and snippets.

@glats
Created September 28, 2015 19:39
Show Gist options
  • Select an option

  • Save glats/20267464ef752b2e6268 to your computer and use it in GitHub Desktop.

Select an option

Save glats/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