<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gargleblaster.org</title>
	<atom:link href="http://www.gargleblaster.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gargleblaster.org</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 08:04:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>duh :)</title>
		<link>http://www.gargleblaster.org/2010/03/09/duh-2.html</link>
		<comments>http://www.gargleblaster.org/2010/03/09/duh-2.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 08:03:05 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[epic fail]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/2010/03/09/duh-2.html</guid>
		<description><![CDATA[Someone on chat asked me what switches he had to use to execute php on the command-line. He tried to execute a php script, and all the command returned was the contents of the script, instead of executing it.
At least&#8230; that was what he claimed. I don&#8217;t use php on the cli a lot, so [...]]]></description>
			<content:encoded><![CDATA[<p>Someone on chat asked me what switches he had to use to execute php on the command-line. He tried to execute a php script, and all the command returned was the contents of the script, instead of executing it.</p>
<p>At least&#8230; that was what he claimed. I don&#8217;t use php on the cli a lot, so just to be sure i wrote a quick test script, which executed flawless.</p>
<p>So I took a look at the script he tried to execute:</p>
<pre>
echo html_entitties_decode(file_get_contents($argv[0]));
</pre>
<p>So the script did exactly what was asked ;) outputting the content of the script itself, instead of outputting the content of the file given as 1st argument to the script.</p>
<p>hi hi.<br />
He overlooked the fact that the 0-key of the argv array holds the name of the script itself, instead of the 1st argument given on the cli :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2010/03/09/duh-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysterious crashes of netatalk on freeBSD 8</title>
		<link>http://www.gargleblaster.org/2010/02/14/mysterious-crashes-of-netatalk-on-freebsd-8.html</link>
		<comments>http://www.gargleblaster.org/2010/02/14/mysterious-crashes-of-netatalk-on-freebsd-8.html#comments</comments>
		<pubDate>Sun, 14 Feb 2010 08:25:13 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[denyhosts]]></category>
		<category><![CDATA[freeBSD]]></category>
		<category><![CDATA[netatalk]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/2010/02/14/mysterious-crashes-of-netatalk-on-freebsd-8.html</guid>
		<description><![CDATA[I experienced mysterious crashes of the netatalk daemon installed on a freeBSD8 box. The apfd was advertised with mdnsresponder, but at the moment I tried connecting to the shares, the afpd crashed. Nothing showed in the usual logs. I tried several debugging modes, but nothing seemed to give any clue where I had to find [...]]]></description>
			<content:encoded><![CDATA[<p>I experienced mysterious crashes of the netatalk daemon installed on a freeBSD8 box. The apfd was advertised with mdnsresponder, but at the moment I tried connecting to the shares, the afpd crashed. Nothing showed in the usual logs. I tried several debugging modes, but nothing seemed to give any clue where I had to find the cause of the crashes.<br />
I took another look the /var/log directory, wondering which logfile could provide me with any clue.</p>
<p>Turned out that auth.log was giving information:<br />
<code><br />
Feb 14 08:35:06 zaphod afpd[9740]: twist Erlkoenig.gargleblaster.org to /bin/echo "You are not welcome to use afpd from Erlkoenig.gargleblaster.org."<br />
</code></p>
<p>Aha! this ringed a bell! I recently installed <a href="http://www.freshports.org/security/denyhosts/">denyhosts</a>, which uses hosts.allow.</p>
<p>A quick look in hosts.allow gave :</p>
<p><code><br />
# The rest of the daemons are protected.<br />
ALL : ALL \<br />
         : severity auth.info \<br />
         : twist /bin/echo "You are not welcome to use %d from %h."<br />
</code> </p>
<p>So adding:<br />
<code><br />
#netatalk<br />
afpd: ALL: allow<br />
</code><br />
Did the trick&#8230; netatalk is working as expected again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2010/02/14/mysterious-crashes-of-netatalk-on-freebsd-8.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What really happened&#8230;</title>
		<link>http://www.gargleblaster.org/2010/01/02/what-really-happened.html</link>
		<comments>http://www.gargleblaster.org/2010/01/02/what-really-happened.html#comments</comments>
		<pubDate>Sat, 02 Jan 2010 12:14:14 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/?p=275</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.gargleblaster.org/images2/waswirkligeschah.jpg" alt="what really happened" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2010/01/02/what-really-happened.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The answer is yes</title>
		<link>http://www.gargleblaster.org/2009/11/29/the-answer-is-yes.html</link>
		<comments>http://www.gargleblaster.org/2009/11/29/the-answer-is-yes.html#comments</comments>
		<pubDate>Sun, 29 Nov 2009 10:38:04 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Slashdot]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/2009/11/29/the-answer-is-yes.html</guid>
		<description><![CDATA[Ask Slashdot: Do You Hate Being Called an &#8220;IT Guy?&#8221;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://ask.slashdot.org/story/09/11/28/2353241/Do-You-Hate-Being-Called-an-IT-Guy">Ask Slashdot: Do You Hate Being Called an &#8220;IT Guy?&#8221;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2009/11/29/the-answer-is-yes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>69.69.69.69</title>
		<link>http://www.gargleblaster.org/2009/11/13/69-69-69-69.html</link>
		<comments>http://www.gargleblaster.org/2009/11/13/69-69-69-69.html#comments</comments>
		<pubDate>Fri, 13 Nov 2009 12:27:31 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/?p=259</guid>
		<description><![CDATA[
merlijn@nietzsche 4 ~$ nslookup 69.69.69.69
Server:		10.1.2.5
Address:	10.1.2.5#53
Non-authoritative answer:
69.69.69.69.in-addr.arpa	name = the-coolest-ip-on-the-net.com.
Authoritative answers can be found from:
arpa	nameserver = I.ROOT-SERVERS.NET.
arpa	nameserver = H.ROOT-SERVERS.NET.
arpa	nameserver = E.ROOT-SERVERS.NET.
arpa	nameserver = K.ROOT-SERVERS.NET.
arpa	nameserver = A.ROOT-SERVERS.NET.
arpa	nameserver = D.ROOT-SERVERS.NET.
arpa	nameserver = G.ROOT-SERVERS.NET.
arpa	nameserver = M.ROOT-SERVERS.NET.
arpa	nameserver = B.ROOT-SERVERS.NET.
arpa	nameserver = C.ROOT-SERVERS.NET.
arpa	nameserver = F.ROOT-SERVERS.NET.
arpa	nameserver = L.ROOT-SERVERS.NET.

]]></description>
			<content:encoded><![CDATA[<p><code><br />
merlijn@nietzsche 4 ~$ nslookup 69.69.69.69<br />
Server:		10.1.2.5<br />
Address:	10.1.2.5#53</p>
<p>Non-authoritative answer:<br />
69.69.69.69.in-addr.arpa	name = the-coolest-ip-on-the-net.com.</p>
<p>Authoritative answers can be found from:<br />
arpa	nameserver = I.ROOT-SERVERS.NET.<br />
arpa	nameserver = H.ROOT-SERVERS.NET.<br />
arpa	nameserver = E.ROOT-SERVERS.NET.<br />
arpa	nameserver = K.ROOT-SERVERS.NET.<br />
arpa	nameserver = A.ROOT-SERVERS.NET.<br />
arpa	nameserver = D.ROOT-SERVERS.NET.<br />
arpa	nameserver = G.ROOT-SERVERS.NET.<br />
arpa	nameserver = M.ROOT-SERVERS.NET.<br />
arpa	nameserver = B.ROOT-SERVERS.NET.<br />
arpa	nameserver = C.ROOT-SERVERS.NET.<br />
arpa	nameserver = F.ROOT-SERVERS.NET.<br />
arpa	nameserver = L.ROOT-SERVERS.NET.<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2009/11/13/69-69-69-69.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid, stupid stupid!</title>
		<link>http://www.gargleblaster.org/2009/11/12/stupid-stupid-stupid.html</link>
		<comments>http://www.gargleblaster.org/2009/11/12/stupid-stupid-stupid.html#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:24:51 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Americans]]></category>
		<category><![CDATA[M$]]></category>
		<category><![CDATA[stupid]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/?p=255</guid>
		<description><![CDATA[No other word for it. Stupid Americans.
How on earth do you think of assigning a patent to Microsoft for something which was invented around the time that Bill Gates crawled out of his mother?

Microsoft Patents Sudo?!!
The patent
]]></description>
			<content:encoded><![CDATA[<p>No other word for it. Stupid Americans.<br />
How on earth do you think of assigning a patent to Microsoft for something which was invented around the time that Bill Gates crawled out of his mother?</p>
<p><a href="http://www.groklaw.net/article.php?story=20091111094923390"><br />
Microsoft Patents Sudo?!!</a><br />
<a href="http://patft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&#038;Sect2=HITOFF&#038;d=PALL&#038;p=1&#038;u=/netahtml/PTO/srchnum.htm&#038;r=1&#038;f=G&#038;l=50&#038;s1=7,617,530.PN.&#038;OS=PN/7,617,530&#038;RS=PN/7,617,530">The patent</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2009/11/12/stupid-stupid-stupid.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIP Stepwise.com</title>
		<link>http://www.gargleblaster.org/2009/11/04/rip-stepwise-com.html</link>
		<comments>http://www.gargleblaster.org/2009/11/04/rip-stepwise-com.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 06:37:40 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/?p=253</guid>
		<description><![CDATA[Sadly, Scott Anguish decided to pull out the plug of Stepwise. This site was for me the place to be in the early OS X days. Scott was one of the first to provide details on setting up *nix tools on OS X. Since 2004 or smth, the site slowly died. But I still visited [...]]]></description>
			<content:encoded><![CDATA[<p>Sadly, Scott Anguish decided to pull out the plug of <a href="http://www.stepwise.com">Stepwise</a>. This site was for me the place to be in the early OS X days. Scott was one of the first to provide details on setting up *nix tools on OS X. Since 2004 or smth, the site slowly died. But I still visited stepwise daily to check the collection of news bits from Scott his rss feed. Always good for developer-related news items main sites missed.<br />
Scott has his own blog at <a href="http://www.abandoninplace.com/">http://www.abandoninplace.com/</a>, but it misses the nice selection of developerfeeds.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2009/11/04/rip-stepwise-com.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listened to KCO &#8211; Tan Dun</title>
		<link>http://www.gargleblaster.org/2009/10/15/listened-to-kco-tan-dun.html</link>
		<comments>http://www.gargleblaster.org/2009/10/15/listened-to-kco-tan-dun.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 19:15:40 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/?p=262</guid>
		<description><![CDATA[Koninklijk Concertgebouw Orkest
Conducter: Tan Dun
Solo piano: Lang Lang
Seat: Balkon Front rij 2 stoel 70
7
]]></description>
			<content:encoded><![CDATA[<p>Koninklijk Concertgebouw Orkest<br />
Conducter: Tan Dun<br />
Solo piano: Lang Lang<br />
Seat: Balkon Front rij 2 stoel 70</p>
<p>7</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2009/10/15/listened-to-kco-tan-dun.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv4, IPv6&#8230; the end of tah internetz as we know it?</title>
		<link>http://www.gargleblaster.org/2009/09/08/ipv4-ipv6-the-end-of-tah-internetz-as-we-know-it.html</link>
		<comments>http://www.gargleblaster.org/2009/09/08/ipv4-ipv6-the-end-of-tah-internetz-as-we-know-it.html#comments</comments>
		<pubDate>Tue, 08 Sep 2009 15:21:33 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[CGN]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[ISP]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/?p=250</guid>
		<description><![CDATA[Since 2001 (www.hal2001.org) I am very well aware that there is something called IPv6. And very well aware that the pool of IPv4 adresses is running out. When giving courses to new helpdesk personal at a large ISP in the Netherlands, I always warned them that IPv4 will have it&#8217;s limits&#8230;and we really need to [...]]]></description>
			<content:encoded><![CDATA[<p>Since 2001 (<a href="http://www.hal2001.org">www.hal2001.org</a>) I am very well aware that there is something called IPv6. And very well aware that the pool of IPv4 adresses is running out. When giving courses to new helpdesk personal at a large ISP in the Netherlands, I always warned them that IPv4 will have it&#8217;s limits&#8230;and we really need to prepare ourselves for IPv6. Well&#8230; to be honest&#8230;even myself was thinking the last years: well&#8230;right&#8230;let&#8217;s see.</p>
<p>But more and more reports (stories) are popping up in the blogosphere and techsites. IPv4 is running out! yes! IPv6 does suck! (serious design flaws do exist) And the worst, a lot of firmware/embedded software, often not upgradable by users, doesn&#8217;t support IPv6.</p>
<p>Ars Technica however has recently <a href="http://arst.ch/778">published a nice article</a> about what the current state of IPv4 really is. And it doesn&#8217;t look good. Either we switch to IPv6&#8230;or switch to Carrier Grade NAT (CGN). The latter seems to be seriously sucky imho.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2009/09/08/ipv4-ipv6-the-end-of-tah-internetz-as-we-know-it.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacPorts</title>
		<link>http://www.gargleblaster.org/2009/08/17/macports.html</link>
		<comments>http://www.gargleblaster.org/2009/08/17/macports.html#comments</comments>
		<pubDate>Mon, 17 Aug 2009 16:45:27 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[ports]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/2009/08/17/macports.html</guid>
		<description><![CDATA[sigh&#8230; for my own reference:
port selfupdate
port outdated
port upgrade outdated
to update macports itself and the installed ports through macports.
]]></description>
			<content:encoded><![CDATA[<p>sigh&#8230; for my own reference:</p>
<p>port selfupdate<br />
port outdated<br />
port upgrade outdated</p>
<p>to update macports itself and the installed ports through macports.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2009/08/17/macports.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
