Skip to content

Instantly share code, notes, and snippets.

View vpodolyan's full-sized avatar
🚀

Vladimir Podolyan vpodolyan

🚀
View GitHub Profile
### 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: