<?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 Admon Home</title>
	<atom:link href="http://www.admon.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.admon.org</link>
	<description>Linux System Administration</description>
	<lastBuildDate>Sat, 19 May 2012 03:46:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Convert unix timestamp to readable date by joseph</title>
		<link>http://www.admon.org/convert-unix-timestamp-to-readable-date/comment-page-1/#comment-4611</link>
		<dc:creator>joseph</dc:creator>
		<pubDate>Sat, 19 May 2012 03:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.admon.org/?p=1100#comment-4611</guid>
		<description>Nice updates, thanks!</description>
		<content:encoded><![CDATA[<p>Nice updates, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert unix timestamp to readable date by hello</title>
		<link>http://www.admon.org/convert-unix-timestamp-to-readable-date/comment-page-1/#comment-4606</link>
		<dc:creator>hello</dc:creator>
		<pubDate>Sun, 13 May 2012 04:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.admon.org/?p=1100#comment-4606</guid>
		<description>python :
datetime.datetime.fromtimestamp(timestamp).strftime(&quot;%Y-%m-%d %H:%M:%S&quot;)

BSD :
$ date -r 1335667666
Sun Apr 29 10:47:46 CST 2012</description>
		<content:encoded><![CDATA[<p>python :<br />
datetime.datetime.fromtimestamp(timestamp).strftime(&#8220;%Y-%m-%d %H:%M:%S&#8221;)</p>
<p>BSD :<br />
$ date -r 1335667666<br />
Sun Apr 29 10:47:46 CST 2012</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Update CentOS 4 to CentOS 5 remotely by joseph</title>
		<link>http://www.admon.org/update-centos-4-to-centos-5-remotely/comment-page-1/#comment-4601</link>
		<dc:creator>joseph</dc:creator>
		<pubDate>Wed, 09 May 2012 13:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://planet.admon.org/?p=510#comment-4601</guid>
		<description>@Dimitris Cool! Glad to know that!</description>
		<content:encoded><![CDATA[<p>@Dimitris Cool! Glad to know that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple way to create Amazon EC2 AMI from running instance by joseph</title>
		<link>http://www.admon.org/simple-way-to-create-amazon-ec2-ami-from-running-instance/comment-page-1/#comment-4600</link>
		<dc:creator>joseph</dc:creator>
		<pubDate>Wed, 09 May 2012 13:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://planet.admon.org/?p=835#comment-4600</guid>
		<description>@Ashok, it seems to be a configuration issue. Can you go through your config steps again and make sure you didn&#039;t miss something? Goodluck!</description>
		<content:encoded><![CDATA[<p>@Ashok, it seems to be a configuration issue. Can you go through your config steps again and make sure you didn&#8217;t miss something? Goodluck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple way to create Amazon EC2 AMI from running instance by Ashok</title>
		<link>http://www.admon.org/simple-way-to-create-amazon-ec2-ami-from-running-instance/comment-page-1/#comment-4598</link>
		<dc:creator>Ashok</dc:creator>
		<pubDate>Wed, 09 May 2012 11:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://planet.admon.org/?p=835#comment-4598</guid>
		<description>i install LAMP in amazon but if i connect mysql database give this error

Server error
The website encountered an error while retrieving http://ec2-184-72-139-96.compute-1.amazonaws.com/vino/test.php. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request. 

what is this</description>
		<content:encoded><![CDATA[<p>i install LAMP in amazon but if i connect mysql database give this error</p>
<p>Server error<br />
The website encountered an error while retrieving <a href='javascript:window.location="http://ec2-184-72-139-96.compute-1.amazonaws.com/vino/test.php"' rel="nofollow">http://ec2-184-72-139-96.compute-1.amazonaws.com/vino/test.php</a>. It may be down for maintenance or configured incorrectly.<br />
Here are some suggestions:<br />
Reload this webpage later.<br />
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request. </p>
<p>what is this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Update CentOS 4 to CentOS 5 remotely by Dimitris Ntelakis</title>
		<link>http://www.admon.org/update-centos-4-to-centos-5-remotely/comment-page-1/#comment-4593</link>
		<dc:creator>Dimitris Ntelakis</dc:creator>
		<pubDate>Fri, 04 May 2012 09:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://planet.admon.org/?p=510#comment-4593</guid>
		<description>Super!

Just update my old CentOS 4.9 to 5.8 version!</description>
		<content:encoded><![CDATA[<p>Super!</p>
<p>Just update my old CentOS 4.9 to 5.8 version!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Details about TCP_MISS/000 in Squid access.log by joseph</title>
		<link>http://www.admon.org/details-about-tcp_miss000-in-squid-access-log/comment-page-1/#comment-4500</link>
		<dc:creator>joseph</dc:creator>
		<pubDate>Wed, 11 Apr 2012 03:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.admon.org/?p=57#comment-4500</guid>
		<description>@Harry, Can you access google.com from the squid server? Any output from the command &quot;telnet google.com 80&quot;?</description>
		<content:encoded><![CDATA[<p>@Harry, Can you access google.com from the squid server? Any output from the command &#8220;telnet google.com 80&#8243;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netcat: TCP/IP swiss army Knife by Singapore Web Design, Singapore SEO, Singapore Internet Marketing</title>
		<link>http://www.admon.org/netcat-tcpip-swiss-army-knife/comment-page-1/#comment-4496</link>
		<dc:creator>Singapore Web Design, Singapore SEO, Singapore Internet Marketing</dc:creator>
		<pubDate>Sun, 01 Apr 2012 01:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.admon.org/?p=114#comment-4496</guid>
		<description>Hello there, simply became aware of your blog thru Google, and found that it&#039;s truly informative. I&#039;m gonna watch out for brussels. I will appreciate if you happen to proceed this in future. Lots of folks might be benefited from your writing. Cheers!</description>
		<content:encoded><![CDATA[<p>Hello there, simply became aware of your blog thru Google, and found that it&#8217;s truly informative. I&#8217;m gonna watch out for brussels. I will appreciate if you happen to proceed this in future. Lots of folks might be benefited from your writing. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Details about TCP_MISS/000 in Squid access.log by Harry</title>
		<link>http://www.admon.org/details-about-tcp_miss000-in-squid-access-log/comment-page-1/#comment-4495</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Thu, 29 Mar 2012 21:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.admon.org/?p=57#comment-4495</guid>
		<description>Hey, Joseph. It was pretty interesting your info, it helped me to understand this /000 problem. The question is: why my Squid is not loading a website that I can load without squid? If I use a computer, on my network, squid-free, www.google.com works fine. If it under Squid, it resolves the DNS but it gives me &quot;no route to host&quot;, &quot;connection timeout&quot;, or other issues and it doesn&#039;t load the website. The other websites are loading normally. I changed already almost everything on my Squid.conf and nothing solved the problem.</description>
		<content:encoded><![CDATA[<p>Hey, Joseph. It was pretty interesting your info, it helped me to understand this /000 problem. The question is: why my Squid is not loading a website that I can load without squid? If I use a computer, on my network, squid-free, <a href='javascript:window.location="http://www.google.com"' rel="nofollow">http://www.google.com</a> works fine. If it under Squid, it resolves the DNS but it gives me &#8220;no route to host&#8221;, &#8220;connection timeout&#8221;, or other issues and it doesn&#8217;t load the website. The other websites are loading normally. I changed already almost everything on my Squid.conf and nothing solved the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Difference between login shell and non-login shell by alex</title>
		<link>http://www.admon.org/difference-between-login-shell-and-non-login-shell/comment-page-1/#comment-4406</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 19 Feb 2012 09:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.admon.org/?p=127#comment-4406</guid>
		<description>Good article! Solve my problems with permanent env vars. Thank you!</description>
		<content:encoded><![CDATA[<p>Good article! Solve my problems with permanent env vars. Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

