Difference between revisions of "SchoolOnffLine: Instalasi NTP Server"

From OnnoWiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Instalasi NTP Server
 
Instalasi NTP Server
  
  # apt-get install ntp
+
  apt-get install ntp
 
 
  
  
 
==Edit Konfigurasi==
 
==Edit Konfigurasi==
  
  # vi /etc/ntp.conf  
+
  vi /etc/ntp.conf  
  
 
Beberapa konfigurasi yang bisa di tambahkan
 
Beberapa konfigurasi yang bisa di tambahkan
Line 24: Line 23:
 
* [[SchoolOnffLine: Server Berbasis Sabily 9.04]]
 
* [[SchoolOnffLine: Server Berbasis Sabily 9.04]]
 
* [[SchoolOnffLine: Server Berbasis Ubuntu 9.04]]
 
* [[SchoolOnffLine: Server Berbasis Ubuntu 9.04]]
 +
* [[SchoolOnffLine: Server Berbasis Ubuntu]]
 +
* [[SchoolOnffLine: Server Berbasis Ubuntu 9.04 Alternate]]
 
* [[SchoolOnffLine: Server Berbasis Ubuntu 9.04 Server]]
 
* [[SchoolOnffLine: Server Berbasis Ubuntu 9.04 Server]]
 
* [[SchoolOnffLine: Server Wikipedia for School]]
 
* [[SchoolOnffLine: Server Wikipedia for School]]
 
* [[Remastering Ubuntu]]
 
* [[Remastering Ubuntu]]
 +
 +
[[Category: Linux]]
 +
[[Category: Distro Linux]]
 +
[[Category: SchoolOnffLine]]

Latest revision as of 18:33, 17 November 2010

Instalasi NTP Server

apt-get install ntp


Edit Konfigurasi

vi /etc/ntp.conf 

Beberapa konfigurasi yang bisa di tambahkan

server ntp.ubuntu.com
server pool.ntp.org
restrict 192.168.0.0 mask 255.255.255.0 trust
broadcast 192.168.0.255



Pranala Menarik