Skip to content

Instantly share code, notes, and snippets.

@elrrrrrrr
Last active November 16, 2016 08:30
Show Gist options
  • Save elrrrrrrr/e73ee7823b2579bb61d3abe54f1a701f to your computer and use it in GitHub Desktop.
Save elrrrrrrr/e73ee7823b2579bb61d3abe54f1a701f to your computer and use it in GitHub Desktop.
ubuntu add a user as sudo .
```
放一点命令行操作备忘
```
sudo adduser
sudo adduser <username> sudo
vim /etc/sudoers
%sudo ALL=(ALL:ALL) ALL
hostnamectl set-hostname 'new-hostname'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment