Basic Usage of the NTP Service
I recently installed openSUSE on my ThinkPad X1 Tablet for daily use. By the way, Windows runs terribly on it.
I noticed that the system time was incorrect, so I tried to fix it by installing the NTP service and running a manual synchronization.
| |
Configure the time server by editing /etc/ntp.conf and adding a line like:
| |
Save the file, then run sudo systemctl restart ntpd.
To synchronize manually once:
| |
Okay—and thanks, ChatGPT, again.