Skip to content

Instantly share code, notes, and snippets.

@kanedaki
kanedaki / from-an-ubuntu-droplet.md
Created September 6, 2016 08:18 — forked from werelax/from-an-ubuntu-droplet.md
Privision a node server

The first steps

Change the root password (to get a good password: http://passwordsgenerator.net/) and create a non root user:

useradd -m -s /bin/bash not_root
passwd not_root
apt-get update; apt-get install -y nginx sudo