Deploy tool for archangle blog.
-
Create Linode (debian 11 + preferred zone + backup) ~ 7.00$/month
-
Create root user with password (set at Linode's dashboard when in create process)
-
Link ssh keys to server for LISH (later used for LISH via ssh) Ref
-
Update apt
# no sudo since we are at root user
# we will need a limited user acc later
apt update && apt upgrade- Set hostname (optional, just to avoid meanless IP display at terminal)
hostnamectl set-hostname archangle-host- Set timezone (recommended, easy to follow when read logs or reports)
# check timezone list with:
# timedatectl list-timezones
timedatectl set-timezone 'Asia/Ho_Chi_Minh'-
Next secure your server. Read more
-
Add an admin user for daily usage instead of using
rootuser
adduser devuser
adduser devuser sudo