Last active
December 6, 2022 14:59
-
-
Save jaltgen/66cff45ebfc403d8f62af3bde4d99c8a to your computer and use it in GitHub Desktop.
Ubuntu 22.04 Server CLI NTP Client Install and Sync
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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