<?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 New Zealand Linux</title>
	<atom:link href="http://www.nzlinux.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nzlinux.com</link>
	<description>New Zealand Linux Users Community</description>
	<lastBuildDate>Thu, 04 Aug 2011 08:16:24 +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 About by Liz Quilty</title>
		<link>http://www.nzlinux.com/about/comment-page-1/#comment-161</link>
		<dc:creator>Liz Quilty</dc:creator>
		<pubDate>Thu, 04 Aug 2011 08:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://0r.co.nz/?page_id=2#comment-161</guid>
		<description>Last post was June 26, 2011, only last month? I don&#039;t have a huge amount of time to spare these days, i maintain about 6-8 other blogs, check out http://blog.rimuhosting.com for more similar things (I often crosspost also)</description>
		<content:encoded><![CDATA[<p>Last post was June 26, 2011, only last month? I don&#8217;t have a huge amount of time to spare these days, i maintain about 6-8 other blogs, check out <a href="http://blog.rimuhosting.com" rel="nofollow">http://blog.rimuhosting.com</a> for more similar things (I often crosspost also)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by tim sullivan</title>
		<link>http://www.nzlinux.com/about/comment-page-1/#comment-160</link>
		<dc:creator>tim sullivan</dc:creator>
		<pubDate>Thu, 04 Aug 2011 08:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://0r.co.nz/?page_id=2#comment-160</guid>
		<description>Hi,

I was just wondering if you intend to still publish new content as the site appears untouched since last year.

Cheers
Tim</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was just wondering if you intend to still publish new content as the site appears untouched since last year.</p>
<p>Cheers<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding and deleting duplicate files by Liz Quilty</title>
		<link>http://www.nzlinux.com/2010/10/finding-and-deleting-duplicate-files/comment-page-1/#comment-149</link>
		<dc:creator>Liz Quilty</dc:creator>
		<pubDate>Tue, 14 Jun 2011 20:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=318#comment-149</guid>
		<description>cheers :)</description>
		<content:encoded><![CDATA[<p>cheers <img src='http://www.nzlinux.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding and deleting duplicate files by John van Zantvoort</title>
		<link>http://www.nzlinux.com/2010/10/finding-and-deleting-duplicate-files/comment-page-1/#comment-148</link>
		<dc:creator>John van Zantvoort</dc:creator>
		<pubDate>Tue, 14 Jun 2011 20:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=318#comment-148</guid>
		<description>You might want to look at the hardlink tool by Jakub Jelinek ( https://fedorahosted.org/hardlink/browser/hardlink.c). This way you don&#039;t need to delete anything.

If however you do want to delete the doubles entries you could do something like:

  find . -type f -links +1 -printf &quot;%i  %p\n&quot; &#124; sort -n</description>
		<content:encoded><![CDATA[<p>You might want to look at the hardlink tool by Jakub Jelinek ( <a href="https://fedorahosted.org/hardlink/browser/hardlink.c" rel="nofollow">https://fedorahosted.org/hardlink/browser/hardlink.c</a>). This way you don&#8217;t need to delete anything.</p>
<p>If however you do want to delete the doubles entries you could do something like:</p>
<p>  find . -type f -links +1 -printf &#8220;%i  %p\n&#8221; | sort -n</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Linux Firewalling using IPTables by Liz Quilty</title>
		<link>http://www.nzlinux.com/2010/03/easy-linux-firewalling-using-iptables/comment-page-1/#comment-144</link>
		<dc:creator>Liz Quilty</dc:creator>
		<pubDate>Sun, 29 May 2011 19:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=297#comment-144</guid>
		<description>are you able to email me the results of iptables -L -n ? or was this on a server that you did not have console one?
You probably shouldn&#039;t change the interface, the outgoing packets will default to eth0 and there will be no rules allowing traffic in/out no doubt. I may change the script to allow multiple interfaces i think.</description>
		<content:encoded><![CDATA[<p>are you able to email me the results of iptables -L -n ? or was this on a server that you did not have console one?<br />
You probably shouldn&#8217;t change the interface, the outgoing packets will default to eth0 and there will be no rules allowing traffic in/out no doubt. I may change the script to allow multiple interfaces i think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Linux Firewalling using IPTables by John</title>
		<link>http://www.nzlinux.com/2010/03/easy-linux-firewalling-using-iptables/comment-page-1/#comment-143</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 29 May 2011 11:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=297#comment-143</guid>
		<description>The script is default, the only change has been interface and/or ports. Everything else should run as normal. It doesn&#039;t give errors, it prints the last line, but ends up locking the whole server, not just the interface. I was fortunate enough to have IPMI access.</description>
		<content:encoded><![CDATA[<p>The script is default, the only change has been interface and/or ports. Everything else should run as normal. It doesn&#8217;t give errors, it prints the last line, but ends up locking the whole server, not just the interface. I was fortunate enough to have IPMI access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Linux Firewalling using IPTables by Liz Quilty</title>
		<link>http://www.nzlinux.com/2010/03/easy-linux-firewalling-using-iptables/comment-page-1/#comment-142</link>
		<dc:creator>Liz Quilty</dc:creator>
		<pubDate>Thu, 26 May 2011 00:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=297#comment-142</guid>
		<description>Heya, at the top it shows the interface. It sets up the default rules to drop everything, then sets up allow rules for each other thing. If you munged something somewhere, the script does not get to run the second lot of rules allowing things, then it may do as you are describing.
Did you edit it in any way at all? maybe forget a quote or similar? does it give any errors? Would love to figure out and debug what the problem is.
 I may edit it and make it not interface specific.</description>
		<content:encoded><![CDATA[<p>Heya, at the top it shows the interface. It sets up the default rules to drop everything, then sets up allow rules for each other thing. If you munged something somewhere, the script does not get to run the second lot of rules allowing things, then it may do as you are describing.<br />
Did you edit it in any way at all? maybe forget a quote or similar? does it give any errors? Would love to figure out and debug what the problem is.<br />
 I may edit it and make it not interface specific.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Linux Firewalling using IPTables by John</title>
		<link>http://www.nzlinux.com/2010/03/easy-linux-firewalling-using-iptables/comment-page-1/#comment-141</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 25 May 2011 10:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=297#comment-141</guid>
		<description>no prob, thanks liz. I have IPs aliased to eth0, due to networking. If they were eth1 or eth2, it works fine. When it&#039;s eth0:1 it locks up. Because they&#039;re aliased to eth0, could I just firewall that interface and it would filter traffic on all interfaces aliased to it?</description>
		<content:encoded><![CDATA[<p>no prob, thanks liz. I have IPs aliased to eth0, due to networking. If they were eth1 or eth2, it works fine. When it&#8217;s eth0:1 it locks up. Because they&#8217;re aliased to eth0, could I just firewall that interface and it would filter traffic on all interfaces aliased to it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Linux Firewalling using IPTables by Liz Quilty</title>
		<link>http://www.nzlinux.com/2010/03/easy-linux-firewalling-using-iptables/comment-page-1/#comment-140</link>
		<dc:creator>Liz Quilty</dc:creator>
		<pubDate>Sun, 22 May 2011 22:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=297#comment-140</guid>
		<description>It should work regardless of interface from memory, though I can&#039;t be sure offhand. Will reply/update when I&#039;m near a PC in a day or two</description>
		<content:encoded><![CDATA[<p>It should work regardless of interface from memory, though I can&#8217;t be sure offhand. Will reply/update when I&#8217;m near a PC in a day or two</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Linux Firewalling using IPTables by John</title>
		<link>http://www.nzlinux.com/2010/03/easy-linux-firewalling-using-iptables/comment-page-1/#comment-139</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 22 May 2011 09:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=297#comment-139</guid>
		<description>Hello, I was just wondering, how would this script be utilized on a server with multiple interfaces? I tried, it locked up the system. It seems I can do &quot;eth0&quot;, but if I have an interface as eth0:1 - it still locks.</description>
		<content:encoded><![CDATA[<p>Hello, I was just wondering, how would this script be utilized on a server with multiple interfaces? I tried, it locked up the system. It seems I can do &#8220;eth0&#8243;, but if I have an interface as eth0:1 &#8211; it still locks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

