Last active
May 26, 2017 09:14
-
-
Save linuxkathirvel/939107c734ca107c963901fcc162b88f to your computer and use it in GitHub Desktop.
Frequently used commands in Debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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