Digital Ocean - steps
Initial Server Setup with Ubuntu 16.04
1. Create a New User to prevent using ROOT everyday
$ ssh root@your_server_ip // login as root
$ adduser UserName
$ usermod -aG sudo UserName // add user to sudo group2. Add Public Key Authentication
$ ssh-copy-id UserName@your_server_ip3. Disable Password Authentication
4. Test
5. Set Up a Basic Firewall
6. Configure Timezones and Network Time Protocol
7. create swap
8. Take a Snapshot of your Current Configuration
SWAP
Check information
Create a Swap File
Make the Swap File Permanent
Last updated