Instalasi NTP: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) New page: Instal NTP # apt-get install ntp Edit ntp.conf # vi /etc/ntp.conf Pastikan ada server ntp.ubuntu.com server pool.ntp.org server time.nist.gov Restart server # /etc/init.d/ntp ... |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
Instal NTP | Instal [[NTP]] | ||
# apt-get install ntp | # apt-get install ntp | ||
Revision as of 03:18, 28 March 2008
Instal NTP
# apt-get install ntp
Edit ntp.conf
# vi /etc/ntp.conf
Pastikan ada
server ntp.ubuntu.com server pool.ntp.org server time.nist.gov
Restart server
# /etc/init.d/ntp restart