ntp.rst
changeset 2 0a157fa75c8a
child 39 e9782fd9ad59
equal deleted inserted replaced
0:0e4335f01909 2:0a157fa75c8a
       
     1 -*- outline -*-
       
     2 
       
     3 * What is NTP?
       
     4 
       
     5 NTP is a protocol to set time on host using publicaly available NTP servers with right
       
     6 time.
       
     7 
       
     8 * How use?
       
     9 
       
    10 To use you must know NTP servers. Here list some of them:
       
    11 
       
    12 0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org
       
    13 uk.pool.ntp.org       ua.pool.ntp.org
       
    14 
       
    15 Soem servers in national - can be found as ISO 639 code with .pool.ntp.org suffix.
       
    16 
       
    17 
       
    18 ** Debian.
       
    19 
       
    20 Install ntpdate package:
       
    21 
       
    22   $ sudo apt-get install ntpdate
       
    23 
       
    24 and sync date with some NTP server:
       
    25 
       
    26   # sudo ntpdate  0.debian.pool.ntp.org
       
    27