Skip to content

Instantly share code, notes, and snippets.

@dkgndianko
Created September 30, 2020 15:15
Show Gist options
  • Save dkgndianko/a5cb99ecc54cd0629adce3342f920dd1 to your computer and use it in GitHub Desktop.
Save dkgndianko/a5cb99ecc54cd0629adce3342f920dd1 to your computer and use it in GitHub Desktop.
Configure system to automatically set date and time by using NTP server
  1. Install needed NTP packages
sudo apt install ntp
sudo apt install ntpdate
  1. Configure the NTP server to follow
sudo ntpdate pool.ntp.org

You can change the url of the NTP server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment