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
| ### Basic Getting Started Ubuntu 16.04 | |
| SSH into your server at root: | |
| ``` | |
| ssh root@myserver.com | |
| ``` | |
| Crate a new user: | |
| ``` | |
| adduser my_username | |
| ``` | |
| Make the new user a sudo user: |