Automated merge with file:///home/sasha/site/hg/admin-doc
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 04 Dec 2008 23:50:13 +0200
changeset 3 3dc9eb26cd34
parent 1 743f7a15697a (current diff)
parent 2 0a157fa75c8a (diff)
child 5 da5840c37b4e
Automated merge with file:///home/sasha/site/hg/admin-doc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/newsgroup.rst	Thu Dec 04 23:50:13 2008 +0200
@@ -0,0 +1,7 @@
+-*- outline -*-
+
+* How subscribe to newsgroup?
+
+** Mozilla Thunderbird.
+
+nntp.aioe.org, port 119.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ntp.rst	Thu Dec 04 23:50:13 2008 +0200
@@ -0,0 +1,27 @@
+-*- outline -*-
+
+* What is NTP?
+
+NTP is a protocol to set time on host using publicaly available NTP servers with right
+time.
+
+* How use?
+
+To use you must know NTP servers. Here list some of them:
+
+0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org
+uk.pool.ntp.org       ua.pool.ntp.org
+
+Soem servers in national - can be found as ISO 639 code with .pool.ntp.org suffix.
+
+
+** Debian.
+
+Install ntpdate package:
+
+  $ sudo apt-get install ntpdate
+
+and sync date with some NTP server:
+
+  # sudo ntpdate  0.debian.pool.ntp.org
+