Automatically update date/time: Difference between revisions
From Andreida
(Created page with "Debian can automatically update its date/time: * check the currente date/time data * install the service apt-get install systemd-timesyncd * enable it timedatectl set-ntp...") |
No edit summary |
||
Line 2: | Line 2: | ||
* check the currente date/time |
* check the currente date/time |
||
date |
|||
data |
|||
* install the service |
* install the service |
||
apt-get install systemd-timesyncd |
apt-get install systemd-timesyncd |
||
Line 8: | Line 8: | ||
timedatectl set-ntp true |
timedatectl set-ntp true |
||
* check the currente date/time |
* check the currente date/time |
||
date |
|||
data |
Revision as of 19:19, 6 June 2023
Debian can automatically update its date/time:
- check the currente date/time
date
- install the service
apt-get install systemd-timesyncd
- enable it
timedatectl set-ntp true
- check the currente date/time
date