<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>刘华栋的博客 &#187; 同步时间</title>
	<atom:link href="http://www.liuhuadong.com/archives/tag/aoeaeyaee/feed" rel="self" type="application/rss+xml" />
	<link>http://www.liuhuadong.com</link>
	<description>Thinking different</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:14:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>linux下自动校准服务器时间</title>
		<link>http://www.liuhuadong.com/archives/297/index.html</link>
		<comments>http://www.liuhuadong.com/archives/297/index.html#comments</comments>
		<pubDate>Mon, 01 Dec 2008 14:00:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[同步时间]]></category>

		<guid isPermaLink="false">http://www.liuhuadong.com/?p=297</guid>
		<description><![CDATA[服务器时间一直不准，只是没太注意，积累时间长了，才发现原来服务器时间与北京时间已经错了半个小时了。于是无论如何也要把这个问题搞定，查阅了相关资料，简单而完美解决。 在root下输入：crontab -e，在打开的窗口中输入以内容： 30 7 * * * /usr/sbin/ntpdate time.nist.gov > /dev/null 2>&#038;1 意思是每天的7点30分自动与ntp服务器同步，当然ntp服务器很多，可以自由选择。 2010.2.22更新：新发现教育网ntp服务器地址：time.edu.cn]]></description>
			<content:encoded><![CDATA[<p>服务器时间一直不准，只是没太注意，积累时间长了，才发现原来服务器时间与北京时间已经错了半个小时了。于是无论如何也要把这个问题搞定，查阅了相关资料，简单而完美解决。<br />
在root下输入：crontab -e，在打开的窗口中输入以内容：</p>
<blockquote><p>30 7 * * * /usr/sbin/ntpdate time.nist.gov > /dev/null 2>&#038;1</p></blockquote>
<p>意思是每天的7点30分自动与ntp服务器同步，当然ntp服务器很多，可以自由选择。</p>
<p>2010.2.22更新：新发现教育网ntp服务器地址：time.edu.cn</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liuhuadong.com/archives/297/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

