From b1cbcfb41576de2b3aba53c8aa256791231dc6a6 Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Sun, 2 Oct 2022 15:10:08 +0000 Subject: [PATCH] Update 'SecureSystem/README.md' --- SecureSystem/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SecureSystem/README.md b/SecureSystem/README.md index e6a961f..35709a2 100644 --- a/SecureSystem/README.md +++ b/SecureSystem/README.md @@ -18,6 +18,12 @@ OPTIONAL for backups with restic & rclone: ```curl https://rclone.org/install.sh | bash``` +## Change Timezone + +```timedatectl set-timezone Europe/Berlin``` + +```timedatectl``` + ## Create Admin user ```useradd -m -U -s /bin/bash -G sudo sysadmin```