<?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 LinuxHostingSupport</title>
	<atom:link href="http://linuxhostingsupport.net/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxhostingsupport.net/blog</link>
	<description>Everything About _Linux WebHosting_</description>
	<lastBuildDate>Mon, 23 Aug 2010 02:38:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on To make a Plesk server PCI Compliance by Michael Velik</title>
		<link>http://linuxhostingsupport.net/blog/to-make-a-plesk-server-pci-compliance/comment-page-1#comment-550</link>
		<dc:creator>Michael Velik</dc:creator>
		<pubDate>Mon, 23 Aug 2010 02:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=74#comment-550</guid>
		<description>Thank you very much for posting this.  It is most helpful.</description>
		<content:encoded><![CDATA[<p>Thank you very much for posting this.  It is most helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find out CPU Utilization in Linux? by Tatyaso</title>
		<link>http://linuxhostingsupport.net/blog/how-to-find-out-cpu-utilization-in-linux-2/comment-page-1#comment-548</link>
		<dc:creator>Tatyaso</dc:creator>
		<pubDate>Thu, 12 Aug 2010 05:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=835#comment-548</guid>
		<description>Very Nice details.</description>
		<content:encoded><![CDATA[<p>Very Nice details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Invalid command &#8220;SSLEngine&#8221;, perhaps misspelled OR defined by a module not included. by EsorOne</title>
		<link>http://linuxhostingsupport.net/blog/invalid-command-sslengine-perhaps-misspelled-or-defined-by-a-module-not-included/comment-page-1#comment-533</link>
		<dc:creator>EsorOne</dc:creator>
		<pubDate>Tue, 03 Aug 2010 14:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=758#comment-533</guid>
		<description>Some times a solution is simple.. Thx this helped me out</description>
		<content:encoded><![CDATA[<p>Some times a solution is simple.. Thx this helped me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /usr/bin/phpize /bin/sh: bad interpreter: Permission denied by Kevin</title>
		<link>http://linuxhostingsupport.net/blog/usrbinphpize-binsh-bad-interpreter-permission-denied/comment-page-1#comment-507</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 30 Jun 2010 04:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=241#comment-507</guid>
		<description>Thank you so much!  exactly what I needed!</description>
		<content:encoded><![CDATA[<p>Thank you so much!  exactly what I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find out CPU Utilization in Linux? by LinuxHostingSupport » Blog Archive » How to find out CPU &#8230; &#124; Linux Affinity</title>
		<link>http://linuxhostingsupport.net/blog/how-to-find-out-cpu-utilization-in-linux-2/comment-page-1#comment-487</link>
		<dc:creator>LinuxHostingSupport » Blog Archive » How to find out CPU &#8230; &#124; Linux Affinity</dc:creator>
		<pubDate>Tue, 01 Jun 2010 07:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=835#comment-487</guid>
		<description>[...] here: LinuxHostingSupport » Blog Archive » How to find out CPU &#8230;      Posted in: How To&#039;s ADD [...]</description>
		<content:encoded><![CDATA[<p>[...] here: LinuxHostingSupport » Blog Archive » How to find out CPU &#8230;      Posted in: How To&#39;s ADD [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script to email successful Ftp logins by Ed</title>
		<link>http://linuxhostingsupport.net/blog/script-to-email-successful-ftp-logins/comment-page-1#comment-484</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Thu, 27 May 2010 14:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=370#comment-484</guid>
		<description>The sed directive does indeed work to filter out the localhost logins.

Thank you.</description>
		<content:encoded><![CDATA[<p>The sed directive does indeed work to filter out the localhost logins.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script to email successful Ftp logins by admin</title>
		<link>http://linuxhostingsupport.net/blog/script-to-email-successful-ftp-logins/comment-page-1#comment-483</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 27 May 2010 12:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=370#comment-483</guid>
		<description>Hi Ed,

Thanks for the email. Here is the text you need to add in the Search line to exclude localhost Ftp logins:

sed &#039;/127\.0\.0\.1/d&#039;

The Search line will now look like the following:

&lt;strong&gt;/bin/grep &quot;$CUR_DATE&quot; /var/log/messages &#124; grep pure-ftpd &#124; grep logged &#124; sed &#039;/127\.0\.0\.1/d&#039; &gt;&gt; /tmp/out.txt
&lt;/strong&gt;
Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi Ed,</p>
<p>Thanks for the email. Here is the text you need to add in the Search line to exclude localhost Ftp logins:</p>
<p>sed &#8216;/127\.0\.0\.1/d&#8217;</p>
<p>The Search line will now look like the following:</p>
<p><strong>/bin/grep &#8220;$CUR_DATE&#8221; /var/log/messages | grep pure-ftpd | grep logged | sed &#8216;/127\.0\.0\.1/d&#8217; >> /tmp/out.txt<br />
</strong><br />
Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script to email successful Ftp logins by admin</title>
		<link>http://linuxhostingsupport.net/blog/script-to-email-successful-ftp-logins/comment-page-1#comment-482</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 26 May 2010 14:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=370#comment-482</guid>
		<description>Hi Ed,

I have sent you an email asking for some details. Please check it.

And yes, if you could forward a sample log of what you mean by &#039;localhost&#039; login, I will edit the script accordingly.</description>
		<content:encoded><![CDATA[<p>Hi Ed,</p>
<p>I have sent you an email asking for some details. Please check it.</p>
<p>And yes, if you could forward a sample log of what you mean by &#8216;localhost&#8217; login, I will edit the script accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script to email successful Ftp logins by Ed</title>
		<link>http://linuxhostingsupport.net/blog/script-to-email-successful-ftp-logins/comment-page-1#comment-480</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Tue, 25 May 2010 03:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=370#comment-480</guid>
		<description>One other thing that would be helpful would be to exclude the localhost logins from the email results.

Thanks</description>
		<content:encoded><![CDATA[<p>One other thing that would be helpful would be to exclude the localhost logins from the email results.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script to email successful Ftp logins by Ed</title>
		<link>http://linuxhostingsupport.net/blog/script-to-email-successful-ftp-logins/comment-page-1#comment-479</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 24 May 2010 22:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=370#comment-479</guid>
		<description>Seems like the problem is here:

https://bugzilla.redhat.com/show_bug.cgi?id=583621</description>
		<content:encoded><![CDATA[<p>Seems like the problem is here:</p>
<p><a href="https://bugzilla.redhat.com/show_bug.cgi?id=583621" rel="nofollow">https://bugzilla.redhat.com/show_bug.cgi?id=583621</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
