equal
deleted
inserted
replaced
1 -*- outline -*- |
1 -*- outline -*- |
2 |
2 |
3 * What is NTP? |
3 * What is NTP? |
4 |
4 |
5 NTP is a protocol to set time on host using publicaly available NTP servers with right |
5 NTP is a protocol to synchronizing the clocks on host using publicly |
6 time. |
6 available NTP servers. |
7 |
7 |
8 * How use? |
8 * How use? |
9 |
9 |
10 To use you must know NTP servers. Here list some of them: |
10 To use you must know NTP servers. Here list some of them: |
11 |
11 |
12 0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org |
12 0.debian.pool.ntp.org 1.debian.pool.ntp.org |
|
13 2.debian.pool.ntp.org |
13 uk.pool.ntp.org ua.pool.ntp.org |
14 uk.pool.ntp.org ua.pool.ntp.org |
14 |
15 |
15 Soem servers in national - can be found as ISO 639 code with .pool.ntp.org suffix. |
16 Some servers are national. They can be found as ISO 639 code with |
16 |
17 .pool.ntp.org suffix. |
17 |
18 |
18 ** Debian. |
19 ** Debian. |
19 |
20 |
20 Install ntpdate package: |
21 Install ntpdate package: |
21 |
22 |
22 $ sudo apt-get install ntpdate |
23 $ sudo apt-get install ntpdate |
23 |
24 |
24 and sync date with some NTP server: |
25 and sync date with some NTP server: |
25 |
26 |
26 # sudo ntpdate 0.debian.pool.ntp.org |
27 # sudo ntpdate 0.debian.pool.ntp.org |
27 |
28 |
28 * Windows. |
29 ** Windows. |
29 |
30 |
30 See |
31 See |
31 |
32 |
32 http://support.microsoft.com/kb/q216734/ |
33 http://support.microsoft.com/kb/q216734/ |
33 http://support.microsoft.com/kb/q223184/ |
34 http://support.microsoft.com/kb/q223184/ |