<?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 AGIX Linux</title>
	<atom:link href="http://agix.com.au/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://agix.com.au/blog</link>
	<description>Linux HowTo&#039;s and Tutorials</description>
	<lastBuildDate>Thu, 26 Apr 2012 19:55:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Automatically Remove Old IMAP Emails From The Server by Alexwyn</title>
		<link>http://agix.com.au/blog/?p=1039#comment-146</link>
		<dc:creator>Alexwyn</dc:creator>
		<pubDate>Thu, 26 Apr 2012 19:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.agix.com.au/blog/?p=1039#comment-146</guid>
		<description>This is a nice little script, however, it should read:

find $var/Maildir/cur/ -type f -mtime +$DAYSOLD -exec $COMMAND {} \;
        find $var/Maildir/.Sent/ -type f -mtime +$DAYSOLD -exec $COMMAND {} \;
        find $var/Maildir/.Trash/ -type f -mtime +$DAYSOLD -exec $COMMAND {} \;

There should be only one space after &#039;$COMMAND&#039; and then the brackets and then a &#039;\&#039; before the semi-colon. If you don&#039;t have it your script will produce an argument error.

Food for thought.

Cheers</description>
		<content:encoded><![CDATA[<p>This is a nice little script, however, it should read:</p>
<p>find $var/Maildir/cur/ -type f -mtime +$DAYSOLD -exec $COMMAND {} \;<br />
        find $var/Maildir/.Sent/ -type f -mtime +$DAYSOLD -exec $COMMAND {} \;<br />
        find $var/Maildir/.Trash/ -type f -mtime +$DAYSOLD -exec $COMMAND {} \;</p>
<p>There should be only one space after &#8216;$COMMAND&#8217; and then the brackets and then a &#8216;\&#8217; before the semi-colon. If you don&#8217;t have it your script will produce an argument error.</p>
<p>Food for thought.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Winbind: Samba in a Windows AD Domain by Joining Windows7 To a Samba Domain &#124; AGIX Linux</title>
		<link>http://agix.com.au/blog/?p=397#comment-138</link>
		<dc:creator>Joining Windows7 To a Samba Domain &#124; AGIX Linux</dc:creator>
		<pubDate>Thu, 22 Mar 2012 23:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.agix.com.au/blog/?p=397#comment-138</guid>
		<description>[...] To see an example Samba (smb.conf) file, click here.  &#8230;and then restart Samba: [...]</description>
		<content:encoded><![CDATA[<p>[...] To see an example Samba (smb.conf) file, click here.  &#8230;and then restart Samba: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find programs listening on network ports and removing them by Andrew Galdes</title>
		<link>http://agix.com.au/blog/?p=2776#comment-136</link>
		<dc:creator>Andrew Galdes</dc:creator>
		<pubDate>Fri, 16 Mar 2012 07:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://agix.com.au/blog/?p=2776#comment-136</guid>
		<description>Hi Robert,

What about this:

ps aux 7184

Where &quot;7184&quot; is the PID of the rogue perl script. According to your results. 

-Andrew G</description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>What about this:</p>
<p>ps aux 7184</p>
<p>Where &#8220;7184&#8243; is the PID of the rogue perl script. According to your results. </p>
<p>-Andrew G</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find programs listening on network ports and removing them by Robert</title>
		<link>http://agix.com.au/blog/?p=2776#comment-135</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 16 Mar 2012 06:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://agix.com.au/blog/?p=2776#comment-135</guid>
		<description>This doesn&#039;t seem to work on Centos 4.9 with Virtuozzo and plesk 5.5 on top. If I type:

netstat -na &#124; grep &quot;ESTABLISHED&quot;

I get and no mention of 6667

[root@cis-secure ~]# netstat -na &#124; grep &quot;ESTABLISHED&quot;
tcp        0      0 65.44.220.71:993            107.10.100.129:49181        ESTABLISHED 
tcp        0      0 65.44.220.71:143            174.252.193.58:3443         ESTABLISHED 
tcp        0     44 65.44.220.71:22             71.84.230.166:4657          ESTABLISHED 
tcp        0      0 65.44.220.71:143            174.253.132.110:5158        ESTABLISHED 
tcp        0      0 65.44.220.71:143            174.253.132.110:5182        ESTABLISHED 
tcp        0      0 65.44.220.71:110            174.255.48.10:5252          ESTABLISHED 
udp        0      0 127.0.0.1:39144             127.0.0.1:39144             ESTABLISHED

If I still type 

lsof -Pnl +M -i4 &#124; grep 6667

I get

perl       7184       48   90u  IPv4 606254218       TCP 65.44.220.71:58963-&gt;38.108.80.105:6667 (SYN_SENT)

I have 38.108.80.105 blocked in the firewall.

Following your suggestions I type ps aux 3959 and I get an atire list of ps lines, not one isolated line.

Included in the total output is:

 7174 ?        Z      0:00 [sh] 
 7184 ?        S      0:00 /usr/sbin/apache/log

and lsof -p  leads me nowhere. If I restart httpd port 80 is taken over completely and only a restart clears it.</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t seem to work on Centos 4.9 with Virtuozzo and plesk 5.5 on top. If I type:</p>
<p>netstat -na | grep &#8220;ESTABLISHED&#8221;</p>
<p>I get and no mention of 6667</p>
<p>[root@cis-secure ~]# netstat -na | grep &#8220;ESTABLISHED&#8221;<br />
tcp        0      0 65.44.220.71:993            107.10.100.129:49181        ESTABLISHED<br />
tcp        0      0 65.44.220.71:143            174.252.193.58:3443         ESTABLISHED<br />
tcp        0     44 65.44.220.71:22             71.84.230.166:4657          ESTABLISHED<br />
tcp        0      0 65.44.220.71:143            174.253.132.110:5158        ESTABLISHED<br />
tcp        0      0 65.44.220.71:143            174.253.132.110:5182        ESTABLISHED<br />
tcp        0      0 65.44.220.71:110            174.255.48.10:5252          ESTABLISHED<br />
udp        0      0 127.0.0.1:39144             127.0.0.1:39144             ESTABLISHED</p>
<p>If I still type </p>
<p>lsof -Pnl +M -i4 | grep 6667</p>
<p>I get</p>
<p>perl       7184       48   90u  IPv4 606254218       TCP 65.44.220.71:58963-&gt;38.108.80.105:6667 (SYN_SENT)</p>
<p>I have 38.108.80.105 blocked in the firewall.</p>
<p>Following your suggestions I type ps aux 3959 and I get an atire list of ps lines, not one isolated line.</p>
<p>Included in the total output is:</p>
<p> 7174 ?        Z      0:00 [sh]<br />
 7184 ?        S      0:00 /usr/sbin/apache/log</p>
<p>and lsof -p  leads me nowhere. If I restart httpd port 80 is taken over completely and only a restart clears it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Good Password Policies by Andrew Galdes</title>
		<link>http://agix.com.au/blog/?p=827#comment-133</link>
		<dc:creator>Andrew Galdes</dc:creator>
		<pubDate>Tue, 06 Mar 2012 11:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.agix.com.au/blog/?p=827#comment-133</guid>
		<description>The balance is then between typing speed and tolerance of the user logging in.</description>
		<content:encoded><![CDATA[<p>The balance is then between typing speed and tolerance of the user logging in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Good Password Policies by daMage</title>
		<link>http://agix.com.au/blog/?p=827#comment-132</link>
		<dc:creator>daMage</dc:creator>
		<pubDate>Tue, 06 Mar 2012 10:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.agix.com.au/blog/?p=827#comment-132</guid>
		<description>why not simply use the whole sentence as a password?</description>
		<content:encoded><![CDATA[<p>why not simply use the whole sentence as a password?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows XP Recovery Using Knoppix Linux by Tony Powlesland</title>
		<link>http://agix.com.au/blog/?p=2194#comment-131</link>
		<dc:creator>Tony Powlesland</dc:creator>
		<pubDate>Sat, 03 Mar 2012 10:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.agix.com.au/blog/?p=2194#comment-131</guid>
		<description>I have a Compaq Presario SR1420uk. I have the problem with the windows/system32/config missing or corrupt.  I have attempted to a non destructive recovery using my recovery disk which did not work. My hard drive is partitioned with SDA2 being the large part and SDA1 the remainder. I have attempted carry out the KNOPPIX procedure you described above. When using SDA1 I get a message - No such file or directory.  When using SDA2 for repair/software it reads cp: overwrite &#039;media/sda2/WINDOWS/system32/config/software&#039;. However when using SDA2 for repair/system I get a message - cp: cannot stat &#039;media/sda2/WINDOWS/repair/system&#039;: No such file or directory.
Can you suggest what is wrong and help please?  

Regards,
Tony</description>
		<content:encoded><![CDATA[<p>I have a Compaq Presario SR1420uk. I have the problem with the windows/system32/config missing or corrupt.  I have attempted to a non destructive recovery using my recovery disk which did not work. My hard drive is partitioned with SDA2 being the large part and SDA1 the remainder. I have attempted carry out the KNOPPIX procedure you described above. When using SDA1 I get a message &#8211; No such file or directory.  When using SDA2 for repair/software it reads cp: overwrite &#8216;media/sda2/WINDOWS/system32/config/software&#8217;. However when using SDA2 for repair/system I get a message &#8211; cp: cannot stat &#8216;media/sda2/WINDOWS/repair/system&#8217;: No such file or directory.<br />
Can you suggest what is wrong and help please?  </p>
<p>Regards,<br />
Tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protecting your data with PGP encryption (symmetric) by mizsoodsVem</title>
		<link>http://agix.com.au/blog/?p=2532#comment-83</link>
		<dc:creator>mizsoodsVem</dc:creator>
		<pubDate>Mon, 23 Jan 2012 21:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.agix.com.au/blog/?p=2532#comment-83</guid>
		<description>Hello! Just want to say thank you for this interesting article! =) Peace, Joy.</description>
		<content:encoded><![CDATA[<p>Hello! Just want to say thank you for this interesting article! =) Peace, Joy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protecting your data with PGP encryption (symmetric) by David</title>
		<link>http://agix.com.au/blog/?p=2532#comment-5</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 17 Nov 2011 22:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.agix.com.au/blog/?p=2532#comment-5</guid>
		<description>Err..  SCP uses an underlying asymmetric encryption. Technically your example uses both kinds of encryption.  Also you need to mention that you need a protected channel to pass the pass-phrase to the other end unless you are going to use something like Diffie-Hellman KE.  Why not set up public key encryption and be done? My $0.02 worth.</description>
		<content:encoded><![CDATA[<p>Err..  SCP uses an underlying asymmetric encryption. Technically your example uses both kinds of encryption.  Also you need to mention that you need a protected channel to pass the pass-phrase to the other end unless you are going to use something like Diffie-Hellman KE.  Why not set up public key encryption and be done? My $0.02 worth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux Software RAID, Managing Faulty Disks With Mdadm by Sam</title>
		<link>http://agix.com.au/blog/?p=1520#comment-2</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 17 Nov 2011 22:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.agix.com.au/blog/?p=1520#comment-2</guid>
		<description>Very grateful for your work. The RAID info was helpful.</description>
		<content:encoded><![CDATA[<p>Very grateful for your work. The RAID info was helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

