Skip to content

Instantly share code, notes, and snippets.

@dungmanh88
Created September 26, 2016 06:15
Show Gist options
  • Save dungmanh88/1d6c5fc648cad58af755ed3be0c5c7d3 to your computer and use it in GitHub Desktop.
Save dungmanh88/1d6c5fc648cad58af755ed3be0c5c7d3 to your computer and use it in GitHub Desktop.
Change ntp server using by ntp.service
# Get IP server in pool that my ntp service is getting connection
ntpq -pn
Change that list:
vi /etc/ntp.conf
pool 0.ubuntu.pool.ntp.org iburst
pool 1.ubuntu.pool.ntp.org iburst
pool 2.ubuntu.pool.ntp.org iburst
pool 3.ubuntu.pool.ntp.org iburst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment