<?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>edafe.org &#187; time</title>
	<atom:link href="http://edafe.org/tag/time/feed/" rel="self" type="application/rss+xml" />
	<link>http://edafe.org</link>
	<description>edafe.org is the personal site of Edafe Knabe.</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:24:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Time synchronisation with NTP</title>
		<link>http://edafe.org/2006/12/time-synchronisation-with-ntp/</link>
		<comments>http://edafe.org/2006/12/time-synchronisation-with-ntp/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 12:24:27 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=1211</guid>
		<description><![CDATA[The NTP protocol allows you to synchronise the clock of your computer with that of dedicated time servers on the Internet. Get the necessary packages with the following command: user@ubuntu:~$ sudo apt-get install ntp-simple ntpdate Stop the ntpd daemon and &#8230; <a href="http://edafe.org/2006/12/time-synchronisation-with-ntp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The NTP protocol allows you to synchronise the clock of your computer with that of dedicated time servers on the Internet.</p>
<p>Get the necessary packages with the following command:</p>
<p><code>user@ubuntu:~$ sudo apt-get install ntp-simple ntpdate</code></p>
<p>Stop the ntpd daemon and manually synchronise your computer&rsquo;s clock with the following two commands:</p>
<p><code>user@ubuntu:~$ sudo /etc/init.d/ntp-server stop<br />user@ubuntu:~$ sudo ntpdate pool.ntp.org</code></p>
<p>Modify the file <em class="mono">/etc/ntp.conf</em> to read:</p>
<p><code># You do need to talk to an NTP server or two (or three).<br />#server ntp.your-provider.example<br />#server ntp.ubuntu.com<br />server 0.pool.ntp.org<br />server 1.pool.ntp.org<br />server 2.pool.ntp.org</code></p>
<p>Start the ntpd daemon with the following command:</p>
<p><code>user@ubuntu:~$ sudo /etc/init.d/ntp-server start</code></p>
<p>After about one minute, query the status of the ntpq daemon with the following command:</p>
<p><code>user@ubuntu:~$ sudo ntpq -p</code></p>
<p>You can further increase the accuracy of time synchronisation by using the <a href="http://www.pool.ntp.org/use.html" target="_blank">time servers in your continental or country zone</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2006/12/time-synchronisation-with-ntp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting the time zone</title>
		<link>http://edafe.org/2006/10/setting-the-time-zone/</link>
		<comments>http://edafe.org/2006/10/setting-the-time-zone/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 13:20:33 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=1209</guid>
		<description><![CDATA[Set the local time zone with the following command: user@ubuntu:~$ sudo tzconfig www.debian-administration.org]]></description>
			<content:encoded><![CDATA[<p>Set the local time zone with the following command:</p>
<p><code>user@ubuntu:~$ sudo tzconfig</code></p>
<p><a href="http://www.debian-administration.org/articles/213" target="_blank">www.debian-administration.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2006/10/setting-the-time-zone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

