Skip to content

Instantly share code, notes, and snippets.

View dorukozerr's full-sized avatar

Doruk Özer dorukozerr

View GitHub Profile

VPS Setup

How to setup a secure VPS and configure it for app deployment

  1. First update and upgrade your system with
    1. To update your system run sudo apt update
    2. To upgrade your system run sudo apt upgrade you don't need sudo if you are logged in as root
  2. Security setup
    1. First change the root password with passwd command
    2. Create a non-root user