Difference between revisions of "Instalasi NTP"
		
		
		
		
		
		Jump to navigation
		Jump 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)   | 
				||
| Line 1: | Line 1: | ||
| − | Instal NTP  | + | Instal [[NTP]]  | 
  # apt-get install ntp  |   # apt-get install ntp  | ||
Revision as of 10: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