Skip to content

Instantly share code, notes, and snippets.

@linuxkathirvel
Last active May 26, 2017 09:14
Show Gist options
  • Save linuxkathirvel/939107c734ca107c963901fcc162b88f to your computer and use it in GitHub Desktop.
Save linuxkathirvel/939107c734ca107c963901fcc162b88f to your computer and use it in GitHub Desktop.
Frequently used commands in Debian
# Enable auto completion in Debian bash
sudo apt-get install bash-completion
# Enable sudo group to existing user
sudo apt-get install sudo
adduser username sudo
Reference: https://wiki.debian.org/sudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment