Time server: Difference between revisions
Jump to navigation
Jump to search
(→Linux) |
|||
| Line 28: | Line 28: | ||
== further reading == | == further reading == | ||
specification | |||
* NTP([http://en.wikipedia.org/wiki/Network_Time_Protocol Network Time Protocol] / [http://www.faqs.org/rfcs/rfc1305.html RFC 1305])using SNTP Protocol | * NTP([http://en.wikipedia.org/wiki/Network_Time_Protocol Network Time Protocol] / [http://www.faqs.org/rfcs/rfc1305.html RFC 1305])using SNTP Protocol | ||
相關文章 | 相關文章 | ||
* [http://wiki.ubuntu.org.tw/index.php/Ntpdate Ntpdate - Ubuntu 正體中文 Wiki] | * [http://wiki.ubuntu.org.tw/index.php/Ntpdate Ntpdate - Ubuntu 正體中文 Wiki] | ||
* [http://linux.vbird.org/linux_server/0440ntp.php 鳥哥的 Linux 私房菜 -- NTP 時間伺服器] | |||
[[Category:Clock]] | [[Category:Clock]] | ||
Revision as of 22:18, 2 January 2016
時間伺服器(Time Server)
list of time servers
- time.nist.gov, time-a.nist.gov, time-b.nist.gov were offered by National Institute of Standards and TechnologyNIST Internet Time Service [Last visited: 2014-04-18]
- time.windows.com
- The following services were offered by Nation Standard Time and Frequency Laboratory Telecommunication Laboratories (時間與頻率國家標準實驗室)(last visited: 2007-10-21)
- clock.stdtime.gov.tw
- tock.stdtime.gov.tw
- time.stdtime.gov.tw
- tick.stdtime.gov.tw
- watch.stdtime.gov.tw
- The following services were offered by NTU
- ntp.ntu.edu.tw, 140.112.2.189, ntp2.ntu.edu.tw, 140.112.4.189
- 0.tw.pool.ntp.org (IP: 140.112.2.189, 220.130.158.71, 61.70.206.117)
- ntp1.jst.mfeed.ad.jp
- more on NTP Pool Time Servers
synchronize time
Windows
Configuration snapshot of Windows XP

- Image host on flickr
Linux
console command:
- (if ntpdate command is not installed) CentOS Linux Install and Configure NTP to Synchronize The System Clock
- sudo ntpdate ntp_server_url ex: sudo ntpdate clock.stdtime.gov.tw
further reading
specification
- NTP(Network Time Protocol / RFC 1305)using SNTP Protocol
相關文章