Skip to content

Instantly share code, notes, and snippets.

@ciamac-da
Created July 10, 2021 08:12
Show Gist options
  • Save ciamac-da/1d3857164415c4e977482e51a103105b to your computer and use it in GitHub Desktop.
Save ciamac-da/1d3857164415c4e977482e51a103105b to your computer and use it in GitHub Desktop.
Forcing Debian to update automatic date and time
This is how to force Debian updating automatic date and time when enable/disable button doesn't works!
1- Open Terminal and check System clock synchronized, therefore type ==> timedatectl
2- if it's not synchronized (System clock synchronized: no NTP service: deactive)
then try to set ntp using ==> timedatectl set-ntp on
3- Remove cached ntp ==> apt remove ntp
Date and Time should be activated now!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment