Skip to content

Instantly share code, notes, and snippets.

View shinyamagami's full-sized avatar

Shin Yamagami shinyamagami

  • Somewhere I don't want to be
View GitHub Profile

Server image

Ubuntu 18.04 Bionic Beaver.

Setup server

Add a new user who isn't root, but who can sudo:

  1. Update all the things: apt-get update && apt-get dist-upgrade && apt-get autoremove
  2. Reboot, just in case: shutdown -r now