Skip to content
FarisZR edited this page Mar 22, 2023 · 6 revisions

CPU: 1vCPU

Arch: ARM64/v8/

Ram: 6 GB

Host: Oracle Cloud

Location: Jeddah, KSA

OS: Ubuntu updated to 22.04

Tailscale setup

curl -fsSL https://tailscale.com/install.sh | sh
sudo tailscale up --ssh

Then login from the main Aosus account

Auto updates

Ubuntu Linux

Ubuntu auto updates have been set up to apply upgrades at 9 UTC

https://wiki.debian.org/UnattendedUpgrades

steps to setup upgrades at 21:00 Local(UTC) Server time, so 00:00 GMT+3:

  • sudo systemctl edit apt-daily-upgrade.timer

add this between the comment lines

[Timer]

OnCalendar=

OnCalendar=21:00

RandomizedDelaySec=0
  • sudo systemctl restart apt-daily-upgrade.timer

  • sudo systemctl status apt-daily-upgrade.timer

check when the services are going to be activated

then follow this guide:

https://linuxiac.com/how-to-set-up-automatic-updates-on-debian/

add "Docker ${distro_codename}" and "Tailscale ${distro_codename}" to allowed origins to update docker and Tailscale

Enable IPv6

https://blog.51sec.org/2021/09/enable-ipv6-on-oracle-cloud.html

Clone this wiki locally