Skip to content

Instantly share code, notes, and snippets.

@jaltgen
Last active December 6, 2022 14:59
Show Gist options
  • Save jaltgen/66cff45ebfc403d8f62af3bde4d99c8a to your computer and use it in GitHub Desktop.
Save jaltgen/66cff45ebfc403d8f62af3bde4d99c8a to your computer and use it in GitHub Desktop.
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