<?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="https://wbsl.org/tag/%e5%90%8c%e6%ad%a5%e6%97%b6%e9%97%b4/feed" rel="self" type="application/rss+xml" />
	<link>https://wbsl.org</link>
	<description>一个不太正常的正常人</description>
	<lastBuildDate>Fri, 05 Jul 2024 01:35:05 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2</generator>
	<item>
		<title>Linux强制同步时间命令</title>
		<link>https://wbsl.org/linux/375.html</link>
		<comments>https://wbsl.org/linux/375.html#comments</comments>
		<pubDate>Fri, 19 Apr 2024 13:04:02 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[同步时间]]></category>

		<guid isPermaLink="false">https://wbsl.org/?p=375</guid>
		<description><![CDATA[有些系统时间不准同步时间后重启后又不准，可以使用这个加入到自动任务里即可 [crayon-69decb5a54<a href="https://wbsl.org/linux/375.html" class="read-more">Continue Reading</a>]]></description>
				<content:encoded><![CDATA[<p>有些系统时间不准同步时间后重启后又不准，可以使用这个加入到自动任务里即可</p>
<p></p><pre class="crayon-plain-tag">date -s "$(curl -H 'Cache-Control: no-cache' -sI google.com | grep '^Date:' | cut -d' ' -f3-6)Z" &amp;&gt;/dev/null 2&gt;&amp;1</pre><p> </p>
]]></content:encoded>
			<wfw:commentRss>https://wbsl.org/linux/375.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux更改时区并同步时间</title>
		<link>https://wbsl.org/linux/92.html</link>
		<comments>https://wbsl.org/linux/92.html#comments</comments>
		<pubDate>Fri, 19 Apr 2019 05:24:09 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[同步时间]]></category>
		<category><![CDATA[更改时区]]></category>

		<guid isPermaLink="false">https://wbsl.org/?p=92</guid>
		<description><![CDATA[[crayon-69decb5a55277756438329/] 由于/usr/share/zoneinfo/<a href="https://wbsl.org/linux/92.html" class="read-more">Continue Reading</a>]]></description>
				<content:encoded><![CDATA[<p></p><pre class="crayon-plain-tag">ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

ntpdate time.windows.com</pre><p>由于/usr/share/zoneinfo/Asia/ 这个目录下没有北京时区，就选择了上海时区，只要赋值过去就可以了。</p>
]]></content:encoded>
			<wfw:commentRss>https://wbsl.org/linux/92.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
