Create user

To create a new user:

adduser <username>


Grant this user the administration right by adding it to the "sudoers" group:

usermod -a -G sudo <username>