<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://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>https://jackxiang.com/post//</link>
<title><![CDATA[[实践OK]阿里云授时服务器之公共NTP服务器]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Mon, 30 Jul 2018 05:28:03 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	来自：https://eallion.com/aliyun-ntp<br/><br/>公共NTP服务器<br/>Unix类系统：time1-7.aliyun.com 8台：<br/>我也不知道是怎么想的，<br/>随手就去搜索了“阿里云 NTP”，<br/>结果还真有！<br/><br/>ntp1.aliyun.com<br/>ntp2.aliyun.com<br/>ntp3.aliyun.com<br/>ntp4.aliyun.com<br/>ntp5.aliyun.com<br/>ntp6.aliyun.com<br/>ntp7.aliyun.com<br/><br/>Windows： time.pool.aliyun.com<br/><br/><br/>*/5 * * * * /usr/sbin/ntpdate ntp1.aliyun.com &gt;/dev/null 2&gt;/dev/null<br/><br/>#/usr/sbin/ntpdate ntp1.aliyun.com<br/>30 Jul 13:27:42 ntpdate[32557]: step time server 120.25.115.20 offset 486.889850 sec<br/><br/>#sed -n &#039;s#ntp.ksyun.cn#ntp1.aliyun.com#p&#039;&nbsp;&nbsp; /var/spool/cron/root<br/>*/5 * * * * /usr/sbin/ntpdate ntp1.aliyun.com &gt;/dev/null 2&gt;/dev/null<br/>正式替换：<br/>sed -i &#039;s#ntp.ksyun.cn#ntp1.aliyun.com#&#039;&nbsp;&nbsp; /var/spool/cron/root<br/>成功替换：<br/>cat /var/spool/cron/root<br/>*/5 * * * * /usr/sbin/ntpdate ntp1.aliyun.com &gt;/dev/null 2&gt;/dev/null<br/><br/>Ansbile批量替换：<br/>ansible applet -a&quot;sed -i &#039;s#ntp.ksyun.cn#ntp1.aliyun.com#&#039; /var/spool/cron/root&quot; 
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]阿里云授时服务器之公共NTP服务器]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>