Skip to content

Instantly share code, notes, and snippets.

@jaltgen
Last active December 6, 2022 14:59
Ubuntu 22.04 Server CLI NTP Client Install and Sync
### Insert IP / FQDN of your NTP server instead of IP address
sudo apt install ntpdate -y && sudo ntpdate 10.0.3.1 && sudo timedatectl set-timezone Europe/Berlin && timedatectl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment