<?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"
	>

<channel>
	<title>Webworm's blog</title>
	<atom:link href="http://blog.webworm.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.webworm.org</link>
	<description></description>
	<pubDate>Fri, 12 Mar 2010 19:29:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Gezocht: architect</title>
		<link>http://blog.webworm.org/?p=150</link>
		<comments>http://blog.webworm.org/?p=150#comments</comments>
		<pubDate>Fri, 12 Mar 2010 19:29:27 +0000</pubDate>
		<dc:creator>webworm</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://blog.webworm.org/?p=150</guid>
		<description><![CDATA[Voor een renovatie in het Gentse.
]]></description>
			<content:encoded><![CDATA[<p>Voor een renovatie in het Gentse.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webworm.org/?feed=rss2&amp;p=150</wfw:commentRss>
		</item>
		<item>
		<title>Ethiopische avond Manbarnootaaf</title>
		<link>http://blog.webworm.org/?p=149</link>
		<comments>http://blog.webworm.org/?p=149#comments</comments>
		<pubDate>Sat, 03 Oct 2009 14:26:33 +0000</pubDate>
		<dc:creator>webworm</dc:creator>
		
		<category><![CDATA[Manbarnootaaf]]></category>

		<guid isPermaLink="false">http://blog.webworm.org/?p=149</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.manbarnootaaf.be/content/eerste-ethiopische-avond-van-manbarnootaaf-op-7-november"><img src='http://www.manbarnootaaf.be/sites/default/files/images/injerra-affiche.png' alt='' class='aligncenter' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webworm.org/?feed=rss2&amp;p=149</wfw:commentRss>
		</item>
		<item>
		<title>Yahoo! is loosing money</title>
		<link>http://blog.webworm.org/?p=147</link>
		<comments>http://blog.webworm.org/?p=147#comments</comments>
		<pubDate>Tue, 25 Aug 2009 19:45:55 +0000</pubDate>
		<dc:creator>webworm</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://blog.webworm.org/?p=147</guid>
		<description><![CDATA[But don&#8217;t blame me!  I&#8217;m trying to upgrade my Flickr account and their payment system is broken!
]]></description>
			<content:encoded><![CDATA[<p>But don&#8217;t blame me!  I&#8217;m trying to upgrade my Flickr account and their payment system is broken!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webworm.org/?feed=rss2&amp;p=147</wfw:commentRss>
		</item>
		<item>
		<title>Openoffice Calc 2 LaTeX</title>
		<link>http://blog.webworm.org/?p=146</link>
		<comments>http://blog.webworm.org/?p=146#comments</comments>
		<pubDate>Mon, 24 Aug 2009 18:28:38 +0000</pubDate>
		<dc:creator>webworm</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://blog.webworm.org/?p=146</guid>
		<description><![CDATA[This nice Openoffice Calc macro can convert a spread sheet to a LaTeX table.
http://calc2latex.sourceforge.net/
Nice!
]]></description>
			<content:encoded><![CDATA[<p>This nice Openoffice Calc macro can convert a spread sheet to a LaTeX table.</p>
<p>http://calc2latex.sourceforge.net/</p>
<p>Nice!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webworm.org/?feed=rss2&amp;p=146</wfw:commentRss>
		</item>
		<item>
		<title>Ldap modify replace instead of delete</title>
		<link>http://blog.webworm.org/?p=145</link>
		<comments>http://blog.webworm.org/?p=145#comments</comments>
		<pubDate>Thu, 18 Jun 2009 15:03:24 +0000</pubDate>
		<dc:creator>webworm</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://blog.webworm.org/?p=145</guid>
		<description><![CDATA[So this afternoon I was writing some perl script to update our email ldap.  I by accident found out that when you replace an attribute with no value (e.g. undef in perl) the attribute will be deleted!  And even more interesting that you won&#8217;t get an error if the attribute doesn&#8217;t exist.  If you would [...]]]></description>
			<content:encoded><![CDATA[<p>So this afternoon I was writing some perl script to update our email ldap.  I by accident found out that when you replace an attribute with no value (e.g. undef in perl) the attribute will be deleted!  And even more interesting that you won&#8217;t get an error if the attribute doesn&#8217;t exist.  If you would delete the value you would get an error saying the attribute doesn&#8217;t exist.</p>
<p>Even our local LDAP guru was supprised by this!  I&#8217;m sure Frank will have fun in abusing this feature</p>
<p>It&#8217;s nicely documented in RFC 4511:</p>
<pre class="newpage">delete: delete values listed from the modification attribute.
If no values are listed, or if all current values of the
attribute are listed, the entire attribute is removed.

replace: replace all existing values of the modification
attribute with the new values listed, creating the attribute
if it did not already exist.  A replace with no value will
delete the entire attribute if it</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.webworm.org/?feed=rss2&amp;p=145</wfw:commentRss>
		</item>
		<item>
		<title>De rest van het verslag&#8230;</title>
		<link>http://blog.webworm.org/?p=144</link>
		<comments>http://blog.webworm.org/?p=144#comments</comments>
		<pubDate>Tue, 28 Apr 2009 20:18:07 +0000</pubDate>
		<dc:creator>webworm</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://blog.webworm.org/?p=144</guid>
		<description><![CDATA[Ik zal eerlijk zijn, ik heb veel te weinig tijd om een deftig verslag bij te houden.  Er kruipt al zoveel werk in het officieel verslag dat ik gewoon zelden goestig over hem om dat nog eens informeel over te doen.
Ik ben dus goed en wel terug gekomen van Ethiopie.  Ik zal binnenkort wel het [...]]]></description>
			<content:encoded><![CDATA[<p>Ik zal eerlijk zijn, ik heb veel te weinig tijd om een deftig verslag bij te houden.  Er kruipt al zoveel werk in het officieel verslag dat ik gewoon zelden goestig over hem om dat nog eens informeel over te doen.</p>
<p>Ik ben dus goed en wel terug gekomen van Ethiopie.  Ik zal binnenkort wel het officieel verslag beschikbaar stellen voor de geïntereseerde zielen :).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webworm.org/?feed=rss2&amp;p=144</wfw:commentRss>
		</item>
		<item>
		<title>Gebeurtenissen in Jimma, dag 1 en dag 2</title>
		<link>http://blog.webworm.org/?p=143</link>
		<comments>http://blog.webworm.org/?p=143#comments</comments>
		<pubDate>Wed, 15 Apr 2009 13:43:07 +0000</pubDate>
		<dc:creator>webworm</dc:creator>
		
		<category><![CDATA[Ethopia]]></category>

		<guid isPermaLink="false">http://blog.webworm.org/?p=143</guid>
		<description><![CDATA[Maandagmorgen ben ik goed aangekomen in Addis.  De eerste kleine tegenslag al tegenkomen.  De zes Linutops die we gekocht hadden zijn niet door de douane geraakt in Addis.  Blijkbaar hadden we niet de voldoende juiste papieren mee.  Dan maar naar de liason officier van Jimma universiteit in Addis gegaan.  Natuurlijk kwam het erop neer dat [...]]]></description>
			<content:encoded><![CDATA[<p>Maandagmorgen ben ik goed aangekomen in Addis.  De eerste kleine tegenslag al tegenkomen.  De zes Linutops die we gekocht hadden zijn niet door de douane geraakt in Addis.  Blijkbaar hadden we niet de voldoende juiste papieren mee.  Dan maar naar de liason officier van Jimma universiteit in Addis gegaan.  Natuurlijk kwam het erop neer dat we niet het ene juiste papierke meehadden met de juiste stempel.  Met deze kleine vertraging naar Jimma doorgereden.  Na een goeie 5 uur daar ter plaatse aankomen.  Eventjes gegeten, en dan naar de universiteit gegaan.  Twee meetings gehad, de Debian en Ubuntu mirror die ik meehad gersynced en wat OTRS uitleg gegeven.  Het was een fijn weerzien met Girum, Eyuel, Shimels en Talile.  Eyuel en Shimels hebben mij verrast want ze hebben verder gewerkt aan de useradministratatie dat we vorige maand ontwikkeld hebben in Gent.  Er is reeds al een gedeeltelijke vertaling naar het Amhaars.  Oja, mijn GSM weigert op te starten, ofwel is de batterij leeg en mijn oplader defect, ofwel is de batter of het toestel zelf defect.</p>
<p>Dinsdagmorgen was er dan de meeting met de regionale manager van ETC, de (enige en staats-)provider van Ethiopie.  Als je dan hoort dat hun fibre infrastructuur onbeschermd 30cm onder de grond ligt is het niet anders dan mogelijk dat er iedere week wel ergens een kabel breuk is.  Nu ja ze zijn bezig de kabels aan het herleggen, beschermd in een PVC buis en 1,5 meter onder de grond.  Voor de rest ook nog de web,proxy en backup server geupgraded naar Debian Lenny.  Alsook de vlir server naar Hardy.  Die wou niet booten na de upgrade zonder dat we de rootdelay parameter in grub gebruikten.  De HP servers moesten we dan weer firmware-bnx2 installeren, maar dat was te voorzien omdat update-initramfs wel genoeg warnings gaf.  Ondertussen heb ik een GSM in bruikleen van Shimels!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webworm.org/?feed=rss2&amp;p=143</wfw:commentRss>
		</item>
		<item>
		<title>Identi.ca!</title>
		<link>http://blog.webworm.org/?p=142</link>
		<comments>http://blog.webworm.org/?p=142#comments</comments>
		<pubDate>Wed, 08 Apr 2009 22:26:46 +0000</pubDate>
		<dc:creator>webworm</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://blog.webworm.org/?p=142</guid>
		<description><![CDATA[http://identi.ca/webworm , bon, voor ik deze trein OOK mis&#8230;
]]></description>
			<content:encoded><![CDATA[<p>http://identi.ca/webworm , bon, voor ik deze trein OOK mis&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webworm.org/?feed=rss2&amp;p=142</wfw:commentRss>
		</item>
		<item>
		<title>Debian 5.0 released</title>
		<link>http://blog.webworm.org/?p=141</link>
		<comments>http://blog.webworm.org/?p=141#comments</comments>
		<pubDate>Mon, 16 Feb 2009 08:33:35 +0000</pubDate>
		<dc:creator>webworm</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://blog.webworm.org/?p=141</guid>
		<description><![CDATA[Congratulations to Luk Claes and the rest of the Debian team for releasing Lenny :).
]]></description>
			<content:encoded><![CDATA[<p>Congratulations to Luk Claes and the rest of the Debian team for releasing Lenny :).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webworm.org/?feed=rss2&amp;p=141</wfw:commentRss>
		</item>
		<item>
		<title>amavisd-new-milter on postfix etch with clamav</title>
		<link>http://blog.webworm.org/?p=140</link>
		<comments>http://blog.webworm.org/?p=140#comments</comments>
		<pubDate>Thu, 05 Feb 2009 13:20:16 +0000</pubDate>
		<dc:creator>webworm</dc:creator>
		
		<category><![CDATA[Free Software]]></category>

		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[Mailinfrastructuur]]></category>

		<guid isPermaLink="false">http://blog.webworm.org/?p=140</guid>
		<description><![CDATA[If you want to run amavisd-new-milter on etch you need to be aware of bugs #422227 and #442372.  I hit both of them this morning.
]]></description>
			<content:encoded><![CDATA[<p>If you want to run amavisd-new-milter on etch you need to be aware of bugs #422227 and #442372.  I hit both of them this morning.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webworm.org/?feed=rss2&amp;p=140</wfw:commentRss>
		</item>
	</channel>
</rss>
