<?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>Sat, 03 Jul 2010 22:53:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on How to enable multi user in wordpress 3 by Liz Quilty</title>
		<link>http://www.nzlinux.com/2010/06/how-to-enable-multi-user-in-wordpress-3/comment-page-1/#comment-90</link>
		<dc:creator>Liz Quilty</dc:creator>
		<pubDate>Sat, 03 Jul 2010 22:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=312#comment-90</guid>
		<description>You can do multisite/multiuser wordpress easily by just changing the config. Just add 
    define(&#039;WP_ALLOW_MULTISITE&#039;, true);
Into wp-config.php. Once you have done that, you should be able to access the network page from Tools » Network</description>
		<content:encoded><![CDATA[<p>You can do multisite/multiuser wordpress easily by just changing the config. Just add<br />
    define(&#8216;WP_ALLOW_MULTISITE&#8217;, true);<br />
Into wp-config.php. Once you have done that, you should be able to access the network page from Tools » Network</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to enable multi user in wordpress 3 by Lane Lester</title>
		<link>http://www.nzlinux.com/2010/06/how-to-enable-multi-user-in-wordpress-3/comment-page-1/#comment-89</link>
		<dc:creator>Lane Lester</dc:creator>
		<pubDate>Sat, 03 Jul 2010 16:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=312#comment-89</guid>
		<description>I&#039;m wondering if you can use add-on domains as users. IOW, you install the child blog in the subdirectory that cPanel assigns for the add-on domain. That way you could have multiple domains being controlled by the same WP install.</description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering if you can use add-on domains as users. IOW, you install the child blog in the subdirectory that cPanel assigns for the add-on domain. That way you could have multiple domains being controlled by the same WP install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Linux Firewalling using IPTables by hrmm</title>
		<link>http://www.nzlinux.com/2010/03/easy-linux-firewalling-using-iptables/comment-page-1/#comment-85</link>
		<dc:creator>hrmm</dc:creator>
		<pubDate>Thu, 17 Jun 2010 12:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=297#comment-85</guid>
		<description>actually, I&#039;m rather new to linux, being a fbsd&#039;er for a number of years, but I never really understood iptables. This script is exactly what I needed, I thank you ;)</description>
		<content:encoded><![CDATA[<p>actually, I&#8217;m rather new to linux, being a fbsd&#8217;er for a number of years, but I never really understood iptables. This script is exactly what I needed, I thank you <img src='http://www.nzlinux.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Linux Firewalling using IPTables by Liz</title>
		<link>http://www.nzlinux.com/2010/03/easy-linux-firewalling-using-iptables/comment-page-1/#comment-83</link>
		<dc:creator>Liz</dc:creator>
		<pubDate>Wed, 09 Jun 2010 21:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=297#comment-83</guid>
		<description>Yep I&#039;m an old school IRC user also. - phew thank god it wasnt some major code error :D</description>
		<content:encoded><![CDATA[<p>Yep I&#8217;m an old school IRC user also. &#8211; phew thank god it wasnt some major code error <img src='http://www.nzlinux.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Linux Firewalling using IPTables by hrmm</title>
		<link>http://www.nzlinux.com/2010/03/easy-linux-firewalling-using-iptables/comment-page-1/#comment-82</link>
		<dc:creator>hrmm</dc:creator>
		<pubDate>Wed, 09 Jun 2010 13:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=297#comment-82</guid>
		<description>heh, thanks, but I managed to figure it out. I use IRC (Internet Relay Chat) - there are many guru people available all hours, in all timezones.

so, it turns out it was a linefeed problem, something to do with my editors. (running debian 2.6.26)

This was fixed by typing: perl -p -i -e &#039;s/r$//g&#039; firewall.sh
firewall.sh is the file i have named inside /etc/init.d - with update-rc.d firewall.sh defaults

:)</description>
		<content:encoded><![CDATA[<p>heh, thanks, but I managed to figure it out. I use IRC (Internet Relay Chat) &#8211; there are many guru people available all hours, in all timezones.</p>
<p>so, it turns out it was a linefeed problem, something to do with my editors. (running debian 2.6.26)</p>
<p>This was fixed by typing: perl -p -i -e &#8216;s/r$//g&#8217; firewall.sh<br />
firewall.sh is the file i have named inside /etc/init.d &#8211; with update-rc.d firewall.sh defaults<br />
 <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 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-81</link>
		<dc:creator>Liz Quilty</dc:creator>
		<pubDate>Wed, 09 Jun 2010 05:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=297#comment-81</guid>
		<description>What OS?
If you add in the top &#039;set -x&#039; then run it it should tell you exactly what it was doing when it died (feel free to email me the output for diagnosis liz @ velofille dot come)</description>
		<content:encoded><![CDATA[<p>What OS?<br />
If you add in the top &#8216;set -x&#8217; then run it it should tell you exactly what it was doing when it died (feel free to email me the output for diagnosis liz @ velofille dot come)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Linux Firewalling using IPTables by hrmm</title>
		<link>http://www.nzlinux.com/2010/03/easy-linux-firewalling-using-iptables/comment-page-1/#comment-80</link>
		<dc:creator>hrmm</dc:creator>
		<pubDate>Wed, 09 Jun 2010 04:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=297#comment-80</guid>
		<description>hrmm, i keep getting

[code]
bad interpreter: No such file or directory
[/code]

:(</description>
		<content:encoded><![CDATA[<p>hrmm, i keep getting</p>
<p>[code]<br />
bad interpreter: No such file or directory<br />
[/code]</p>
<p> <img src='http://www.nzlinux.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache modules to help your server by Steve Holdoway</title>
		<link>http://www.nzlinux.com/2009/11/apache-modules-to-help-your-server/comment-page-1/#comment-41</link>
		<dc:creator>Steve Holdoway</dc:creator>
		<pubDate>Sun, 17 Jan 2010 03:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=285#comment-41</guid>
		<description>I&#039;d also add mod_qos, which allows a simple, lightweight protection against slowloris DDoS attacks. 

I wonder how many dare implement mod_defensible... what will it do to your stats (:</description>
		<content:encoded><![CDATA[<p>I&#8217;d also add mod_qos, which allows a simple, lightweight protection against slowloris DDoS attacks. </p>
<p>I wonder how many dare implement mod_defensible&#8230; what will it do to your stats (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Safe rm &#8211; stops you accidentally wipeing the system! by Liz Quilty</title>
		<link>http://www.nzlinux.com/2009/09/safe-rm-stops-you-accidentally-wipeing-the-system/comment-page-1/#comment-38</link>
		<dc:creator>Liz Quilty</dc:creator>
		<pubDate>Tue, 20 Oct 2009 22:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=260#comment-38</guid>
		<description>Oh now thats handy! Thanks! :D</description>
		<content:encoded><![CDATA[<p>Oh now thats handy! Thanks! <img src='http://www.nzlinux.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Safe rm &#8211; stops you accidentally wipeing the system! by Francois Marier</title>
		<link>http://www.nzlinux.com/2009/09/safe-rm-stops-you-accidentally-wipeing-the-system/comment-page-1/#comment-37</link>
		<dc:creator>Francois Marier</dc:creator>
		<pubDate>Tue, 20 Oct 2009 22:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.nzlinux.com/?p=260#comment-37</guid>
		<description>Another related tool, to prevent accidental reboots of servers this time, is molly-guard:

  http://packages.debian.org/sid/molly-guard

It asks you to type the hostname of the machine you want to reboot as an extra confirmation step.</description>
		<content:encoded><![CDATA[<p>Another related tool, to prevent accidental reboots of servers this time, is molly-guard:</p>
<p>  <a href="http://packages.debian.org/sid/molly-guard" rel="nofollow">http://packages.debian.org/sid/molly-guard</a></p>
<p>It asks you to type the hostname of the machine you want to reboot as an extra confirmation step.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
