<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[linux查看修改Linux时区和时间]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Mon, 25 Apr 2011 12:36:38 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	查看/修改Linux时区和时间<br/>　　一、时区<br/>　　1. 查看当前时区<br/>　　date -R<br/>　　2. 修改设置时区<br/>　　方法(1)<br/>　　tzselect<br/>　　方法(2) 仅限于RedHat Linux 和 CentOS<br/>　　timeconfig<br/>　　方法(3) 适用于Debian<br/>　　dpkg-reconfigure tzdata<br/>　　3. 复制相应的时区文件，替换系统时区文件；或者创建链接文件<br/>　　cp /usr/share/zoneinfo/$主时区/$次时区 /etc/localtime<br/>　　在中国可以使用：<br/>　　cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime<br/>　　二、时间<br/>　　1、查看时间和日期<br/>　　date<br/>　　2、设置时间和日期<br/>　　将系统日期设定成1996年6月10日的命令<br/>　　date -s 06/22/96<br/>　　将系统时间设定成下午1点52分0秒的命令<br/>　　date -s 13:52:00<br/>　　3. 将当前时间和日期写入BIOS，避免重启后失效<br/>　　hwclock -w<br/>　　三、定时同步时间<br/>　　* * * * * /usr/sbin/ntpdate 210.72.145.44 &gt; /dev/null 2&gt;&amp;1<br/>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] linux查看修改Linux时区和时间]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>