Skip to content

Instantly share code, notes, and snippets.

@chensoren
Last active August 29, 2015 13:56
Show Gist options
  • Save chensoren/9155438 to your computer and use it in GitHub Desktop.
Save chensoren/9155438 to your computer and use it in GitHub Desktop.
debian command

###Grant a User Root Privileges The sudo command is configured through a file located at /etc/sudoers. Note: Never edit this file with a normal text editor! Always use the visudo command instead!

root        ALL=(ALL:ALL) ALL
demo        ALL=(ALL:ALL) ALL

###Tutorial Install LMNP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment