Created
August 11, 2019 00:10
-
-
Save dprilutskii/bf7a114fdb5e8998367b6c1a4c7dc5bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install ntp | |
sudo nano /etc/ntp.conf | |
#add strings: | |
#server 0.ru.pool.ntp.org | |
#server 1.ru.pool.ntp.org | |
#server 2.ru.pool.ntp.org | |
#server 3.ru.pool.ntp.org | |
sudo /etc/init.d/ntp restart | |
sudo dpkg-reconfigure tzdata |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment