<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Data Access Notes</title>
	<atom:link href="http://www.accessdataservices.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.accessdataservices.com/blog</link>
	<description>Linux, Freedom, and More</description>
	<lastBuildDate>Mon, 16 Jan 2012 22:37:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on supybot documentation &#8211; capabilities by letterj</title>
		<link>http://www.accessdataservices.com/blog/supybot-documentation-capabilities/comment-page-1/#comment-63969</link>
		<dc:creator>letterj</dc:creator>
		<pubDate>Mon, 16 Jan 2012 22:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/?p=161#comment-63969</guid>
		<description>When writing a plugin using &quot;schedule.addPeriodicEvent(function, time, name=Name, now=True)&quot;, do you know of a way to list the items that have been scheduled?     

Any ideas would be helpful.   Thanks for your time.</description>
		<content:encoded><![CDATA[<p>When writing a plugin using &#8220;schedule.addPeriodicEvent(function, time, name=Name, now=True)&#8221;, do you know of a way to list the items that have been scheduled?     </p>
<p>Any ideas would be helpful.   Thanks for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on centos set dns by gare</title>
		<link>http://www.accessdataservices.com/blog/centos-set-dns/comment-page-1/#comment-63554</link>
		<dc:creator>gare</dc:creator>
		<pubDate>Tue, 10 Jan 2012 18:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/?p=496#comment-63554</guid>
		<description>Hi Tyron,

I would confirm the nameserver entries you are using.  Can you ping them?  What happens when you try using nameserver 8.8.8.8 in your /etc/resolv.conf?  That is Google&#039;s public dns service, freely available.</description>
		<content:encoded><![CDATA[<p>Hi Tyron,</p>
<p>I would confirm the nameserver entries you are using.  Can you ping them?  What happens when you try using nameserver 8.8.8.8 in your /etc/resolv.conf?  That is Google&#8217;s public dns service, freely available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on centos set dns by Tyron</title>
		<link>http://www.accessdataservices.com/blog/centos-set-dns/comment-page-1/#comment-61607</link>
		<dc:creator>Tyron</dc:creator>
		<pubDate>Fri, 16 Dec 2011 07:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/?p=496#comment-61607</guid>
		<description>I&#039;ve been scratching my head with my centos 5.7 box,it won&#039;t resolve dns names even with a static ip or putting it on dhcp.I&#039;ve confirmed my resolv.conf file and it currently has two nameservers.

The box routes through my router,my router can resolve dns names correctly but centos can&#039;t,it can ping the internet but cant make dns requests.If i specify a static dns entry on the router then centos can resolve that,i&#039;ve also tried making the primary dns ip as the same gateway that the router uses but no help.

Any help or suggestion would be much appreciated at this point</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been scratching my head with my centos 5.7 box,it won&#8217;t resolve dns names even with a static ip or putting it on dhcp.I&#8217;ve confirmed my resolv.conf file and it currently has two nameservers.</p>
<p>The box routes through my router,my router can resolve dns names correctly but centos can&#8217;t,it can ping the internet but cant make dns requests.If i specify a static dns entry on the router then centos can resolve that,i&#8217;ve also tried making the primary dns ip as the same gateway that the router uses but no help.</p>
<p>Any help or suggestion would be much appreciated at this point</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Printer sharing Ubuntu 8.10 &#8211; Linux to Linux by hattan</title>
		<link>http://www.accessdataservices.com/blog/printer-sharing-ubuntu-810-linux-to-linux/comment-page-1/#comment-56927</link>
		<dc:creator>hattan</dc:creator>
		<pubDate>Wed, 05 Oct 2011 09:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/?p=103#comment-56927</guid>
		<description>Thanks A lot your article, it help me to solve my problem printer today at office... 

succes for you guys.. 

ki Hattan

Surabaya Indonesia</description>
		<content:encoded><![CDATA[<p>Thanks A lot your article, it help me to solve my problem printer today at office&#8230; </p>
<p>succes for you guys.. </p>
<p>ki Hattan</p>
<p>Surabaya Indonesia</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix 101 / Unzipping Files by gare</title>
		<link>http://www.accessdataservices.com/blog/unix-101-unzipping-files/comment-page-1/#comment-56193</link>
		<dc:creator>gare</dc:creator>
		<pubDate>Mon, 19 Sep 2011 19:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/wordpress/?p=14#comment-56193</guid>
		<description>hello gbviswanadh,

The -j switch of tar command handles bzip2 files.  So to unzip a .bz2 file use tar like this:

tar -xvfj file.tar.bz2

This should unzip the bzip2 zip, then extract the tarred file.</description>
		<content:encoded><![CDATA[<p>hello gbviswanadh,</p>
<p>The -j switch of tar command handles bzip2 files.  So to unzip a .bz2 file use tar like this:</p>
<p>tar -xvfj file.tar.bz2</p>
<p>This should unzip the bzip2 zip, then extract the tarred file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

