Difference between revisions of "Extracts from Digitalocean tutorial"
From MyWiki
(Created page with "timedatectl list-timezones<br> sudo timedatectl set-timezone America/New_York<br> sudo apt-get update<br> sudo apt-get -y install ntp<br>") |
|||
| Line 3: | Line 3: | ||
sudo apt-get update<br> | sudo apt-get update<br> | ||
sudo apt-get -y install ntp<br> | sudo apt-get -y install ntp<br> | ||
| + | Configure ntp.conf<br> | ||
| + | sudo service ntp restart<br> | ||
Revision as of 17:04, 5 May 2016
timedatectl list-timezones
sudo timedatectl set-timezone America/New_York
sudo apt-get update
sudo apt-get -y install ntp
Configure ntp.conf
sudo service ntp restart