<?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>Bart Verwilst a.k.a Bort :: Blog</title>
	<atom:link href="http://blog.verwilst.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.verwilst.be</link>
	<description>Linux, Open Source. That&#039;s pretty much it.</description>
	<lastBuildDate>Sat, 15 Oct 2011 13:13:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>HP Officejet 6500A and Ubuntu, updated HPLIP package available</title>
		<link>http://blog.verwilst.be/2011/10/15/hp-officejet-6500a-and-ubuntu-updated-hplip-package-available/</link>
		<comments>http://blog.verwilst.be/2011/10/15/hp-officejet-6500a-and-ubuntu-updated-hplip-package-available/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 13:13:25 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=247</guid>
		<description><![CDATA[Having just purchased a HP Officejet 6500A, the device gives a true plug and play experience on Ubuntu 11.10. However, one thing that did not work right out of the box was scanning one or more pages from the ADF ( automatic document feeder ). Scanning through the &#8216;simple&#8217; glass scan plate worked fine, but [...]]]></description>
			<content:encoded><![CDATA[<p>Having just purchased a HP Officejet 6500A, the device gives a true plug and play experience on Ubuntu 11.10. However, one thing that did not work right out of the box was scanning one or more pages from the ADF ( automatic document feeder ). Scanning through the &#8216;simple&#8217; glass scan plate worked fine, but trying to use the ADF did nothing. Ubuntu 11.10 comes with HPLIP version 3.11.7, but this particular issue has been addressed in HPLIP 3.11.10, which was not available as a .deb yet, until now! Just add my desktop PPA to your sources, upgrade hplip, and enjoy a flawless ADF scan experience <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Here&#8217;s <a href="https://launchpad.net/~verwilst/+archive/desktop/+packages">the link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2011/10/15/hp-officejet-6500a-and-ubuntu-updated-hplip-package-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird 5.0 in Ubuntu 11.04 natty</title>
		<link>http://blog.verwilst.be/2011/07/01/thunderbird-5-0-in-ubuntu-11-04-natty/</link>
		<comments>http://blog.verwilst.be/2011/07/01/thunderbird-5-0-in-ubuntu-11-04-natty/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 08:50:21 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=243</guid>
		<description><![CDATA[A few easy steps to install Mozilla Thunderbird 5.0 on your Ubuntu 11.04 system: # sudo add-apt-repository ppa:mozillateam/thunderbird-stable # sudo apt-get update # sudo apt-get install thunderbird]]></description>
			<content:encoded><![CDATA[<p>A few easy steps to install Mozilla Thunderbird 5.0 on your Ubuntu 11.04 system:</p>
<p><strong># sudo add-apt-repository ppa:mozillateam/thunderbird-stable</strong><br />
<strong># sudo apt-get update</strong><br />
<strong># sudo apt-get install thunderbird</strong><br/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2011/07/01/thunderbird-5-0-in-ubuntu-11-04-natty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans freeze when committing to Subversion -&gt; workaround/fix</title>
		<link>http://blog.verwilst.be/2010/05/05/netbeans-freeze-when-committing-to-subversion-workaroundfix/</link>
		<comments>http://blog.verwilst.be/2010/05/05/netbeans-freeze-when-committing-to-subversion-workaroundfix/#comments</comments>
		<pubDate>Wed, 05 May 2010 09:02:31 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=232</guid>
		<description><![CDATA[On Ubuntu 9.10/10.04, Netbeans freezes when you commit your code changes to Subversion from Netbeans. This happens because of a bug in the Gnome keyring support in Subversion 1.6. We can fix it by added the following line to netbeans_default_options in /etc/netbeans.conf: -J-DsvnClientAdapterFactory=commandline Committing should work fine from then on.]]></description>
			<content:encoded><![CDATA[<p>On Ubuntu 9.10/10.04, Netbeans freezes when you commit your code changes to Subversion from Netbeans. This happens because of a bug in the Gnome keyring support in Subversion 1.6. We can fix it by added the following line to netbeans_default_options in /etc/netbeans.conf:</p>
<p>-J-DsvnClientAdapterFactory=commandline</p>
<p>Committing should work fine from then on.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2010/05/05/netbeans-freeze-when-committing-to-subversion-workaroundfix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Antialiased fonts in Netbeans 6.7+ ( Linux )</title>
		<link>http://blog.verwilst.be/2010/03/23/antialiased-fonts-in-netbeans-6-7-linux/</link>
		<comments>http://blog.verwilst.be/2010/03/23/antialiased-fonts-in-netbeans-6-7-linux/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 20:56:07 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=227</guid>
		<description><![CDATA[I&#8217;ve been using Eclipse with Subclipse for quite a long time for my PHP projects, but using the Subclipse plugin had the bad habit of crashing the whole editor. I tried to upgrade the plugin using the built-in frontend, but when that one hung the editor again, I decided to dust off the Netbeans install [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Eclipse with Subclipse for quite a long time for my PHP projects, but using the Subclipse plugin had the bad habit of crashing the whole editor. I tried to upgrade the plugin using the built-in frontend, but when that one hung the editor again, I decided to dust off the Netbeans install i had laying around on my system. I installed it months ago, but never looked to it again. One thing that really irks me is that all the &#8216;good&#8217; IDE&#8217;s seem to be written in Java, which I really happen to dislike..</p>
<p>Anyways, to make Netbeans at least reasonably OK in the easy-on-the-eyes dept., I enabled AA. as explained <a href="http://ibnaziz.wordpress.com/2009/06/10/netbeans-anti-aliasing/">here</a>:</p>
<p>In /etc/netbeans.conf, add the following line: &#8220;-J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=on&#8221; to the netbeans_default_options variable.</p>
<p>Restart Netbeans and your fonts will be AA&#8217;ed <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Now let&#8217;s hope Netbeans is stable..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2010/03/23/antialiased-fonts-in-netbeans-6-7-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google chrome and desktop integration</title>
		<link>http://blog.verwilst.be/2009/12/11/google-chrome-and-desktop-integration/</link>
		<comments>http://blog.verwilst.be/2009/12/11/google-chrome-and-desktop-integration/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 00:28:10 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=218</guid>
		<description><![CDATA[So I&#8217;ve tried the new browser Google released ( as beta ) called &#8216;Chrome&#8217; on Linux. While I&#8217;m more than happy with the speed and cleanliness of my Firefox install, I decided to give it a whirl. While I couldn&#8217;t really see a staggering difference of loading times between the two, one thing that really [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve tried the new browser Google released ( as beta ) called &#8216;Chrome&#8217; on Linux. While I&#8217;m more than happy with the speed and cleanliness of my Firefox install, I decided to give it a whirl. While I couldn&#8217;t really see a staggering difference of loading times between the two, one thing that really stood out and bugged me ( and caused me to remove Chrome from my system again ) was the &#8220;Windows let&#8217;s give every god damned application its own theme and color scheme&#8221;-approach they took. Windows applications have the habit to look totally out of place, and have no integration whatsoever with the look and feel of the desktop.  ( Yes <a href="http://store.steampowered.com/about/">Steam client</a>, I&#8217;m looking at you! ) The blue-ish browser with custom buttons and tool bar seemed to try hard not to blend into my brown Ubuntu desktop, so it&#8217;s gone. Let&#8217;s hope Google get their heads out of their asses and make Chrome conform to the standards, guidelines, themes and color schemes of the desktop, whether it&#8217;s Mac, Windows or Linux!</p>
<p>Update: They seem to have a &#8220;Use GTK+ theme&#8221; and &#8220;Use system title bar and borders&#8221; under Options, but that only partially fixes things, turning the blue to purple. Nonetheless, when disregarding the desktop environment, Chrome looks pretty slick, and can hopefully become a worthy competitor for other browsers, which can only be a good thing! <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2009/12/11/google-chrome-and-desktop-integration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>One symlink to rule them all: /lib64</title>
		<link>http://blog.verwilst.be/2009/02/19/one-symlink-to-rule-them-all-lib64/</link>
		<comments>http://blog.verwilst.be/2009/02/19/one-symlink-to-rule-them-all-lib64/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 17:20:25 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Distro Stuff]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=213</guid>
		<description><![CDATA[One day, you&#8217;re happily typing away on a production server. You want to clean up /tmp so you can mount it with tmpfs instead of normal on-disk stuffs. You proceed: root@ubuntu:/# ls /tmp/ dbconfig-generate-include.sed.fc6130  dbconfig-generate-include.sed.hu7261  dbconfig-generate-include.sed.k26205 Ok, on to the action: root@ubuntu:/# rm * rm: cannot remove `bin&#8217;: Is a directory rm: cannot remove `boot&#8217;: [...]]]></description>
			<content:encoded><![CDATA[<p>One day, you&#8217;re happily typing away on a production server. You want to clean up /tmp so you can mount it with tmpfs instead of normal on-disk stuffs. You proceed:</p>
<blockquote><p>root@ubuntu:/# ls /tmp/<br />
dbconfig-generate-include.sed.fc6130  dbconfig-generate-include.sed.hu7261  dbconfig-generate-include.sed.k26205</p></blockquote>
<p>Ok, on to the action:</p>
<blockquote><p>root@ubuntu:/# rm *<br />
rm: cannot remove `bin&#8217;: Is a directory<br />
rm: cannot remove `boot&#8217;: Is a directory<br />
rm: cannot remove `dev&#8217;: Is a directory<br />
rm: cannot remove `emul&#8217;: Is a directory<br />
rm: cannot remove `etc&#8217;: Is a directory<br />
rm: cannot remove `home&#8217;: Is a directory<br />
rm: cannot remove `initrd&#8217;: Is a directory<br />
rm: cannot remove `lib&#8217;: Is a directory<br />
rm: cannot remove `lost+found&#8217;: Is a directory<br />
rm: cannot remove `media&#8217;: Is a directory<br />
rm: cannot remove `mnt&#8217;: Is a directory<br />
rm: cannot remove `opt&#8217;: Is a directory<br />
rm: cannot remove `proc&#8217;: Is a directory<br />
rm: cannot remove `root&#8217;: Is a directory<br />
rm: cannot remove `sbin&#8217;: Is a directory<br />
rm: cannot remove `srv&#8217;: Is a directory<br />
rm: cannot remove `sys&#8217;: Is a directory<br />
rm: cannot remove `tmp&#8217;: Is a directory<br />
rm: cannot remove `usr&#8217;: Is a directory<br />
rm: cannot remove `var&#8217;: Is a directory</p></blockquote>
<p>You can summarize the next few seconds as &#8220;&#8230;&#8230;&#8230;. OMG OMG OMG OMG OMG&#8221;, while turning pale.</p>
<blockquote><p>root@ubuntu:/# ls<br />
bash: /bin/ls: No such file or directory</p></blockquote>
<p>It&#8217;s a goner. Luckily i didn&#8217;t do rm -rf, because that would have FUBAR&#8217;ed the server fully. What happened is that /lib64 and /lib32 ( which are symlinks to /lib and /emul/ia32-linux/lib respectively ) got removed, effectively rendering you unable to execute any command ( because everything depends on /lib64/ld-linux-x86-64.so.2 ). But no worries, there is one thing that is statically linked on your system ( meaning, not requiring any libs from /lib64, thus still working ) and that&#8217;s the /lib/ld-linux-x86-64.so.2 file. By using this file, you can force your ln command to look into /lib for its libs instead of ( the now missing ) /lib64.</p>
<blockquote><p>root@ubuntu:~# /lib/ld-linux-x86-64.so.2 &#8211;library-path /lib /bin/ln -sf /lib /lib64</p></blockquote>
<p>Which re-creates the /lib64 symlink, reviving all commands! Then you can create the /lib32 symlink again with the normal ln command. Crisis averted <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Hopefully this will help others in the same situation <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Remember kids, working as root is evil! ( although it couldn&#8217;t help me in this situation since i needed to be root to clean the /tmp. )</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2009/02/19/one-symlink-to-rule-them-all-lib64/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iPhone: The good, the bad, and the ugly.</title>
		<link>http://blog.verwilst.be/2009/02/10/iphone-the-good-the-bad-and-the-ugly/</link>
		<comments>http://blog.verwilst.be/2009/02/10/iphone-the-good-the-bad-and-the-ugly/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 22:11:11 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=186</guid>
		<description><![CDATA[I&#8217;ve been using my iPhone for 6 weeks now. Long enough to spot some good and some bad things about it First, the good: Very attractive device ( Hardware ) It has the same smooth and silky look and feel that we&#8217;re used to from Apple ( Software ) Standard apps are very easy to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using my iPhone for 6 weeks now.</p>
<p>Long enough to spot some good and some bad things about it <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>First, the <strong>good</strong>:</p>
<ul>
<li>Very attractive device ( Hardware )</li>
<li>It has the same smooth and silky look and feel that we&#8217;re used to from Apple ( Software )</li>
<li>Standard apps are very easy to use ( as in non-awkward ( think Windows Mobile <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) )</li>
<li>Multi-touch, rotating pics, &#8230; ( yeah others support it too, but they were first afaik )</li>
<li>Chat/IM-like interface for SMS ( takes SMS to a whole other level, but you tend to SMS a lot more as a result <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</li>
<li>Frontside glass seems to be very scratch-resistant</li>
<li>The virtual keyboard is pretty handy to type on, even with my big hands <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>Now, the <strong>bad/ugly</strong>:</p>
<ul>
<li>You _have_ to use iTunes to be able to use the device ( activation ) and sync/backup it.</li>
<li>You cannot choose what you want to install ( unless Apple said it was OK )</li>
<li>Battery life.. with bluetooth and wireless disabled, I can&#8217;t even make 48 hours without recharging!</li>
<li>No MMS.. I don&#8217;t use it, but FFS, every cheapo phone supports this for years..</li>
<li>No bluetooth file transfers.. Same comment as above.</li>
<li>No Caldav for calendaring. This one annoys me the most. Incredible.</li>
<li>15 EUR for an &#8216;official&#8217; stupid recharge USB-to-Apple-stuffs cable.. ( $2 on <a href="http://www.dealextreme.com">dealextreme.com</a> btw <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</li>
<li>They don&#8217;t allow competitors ( Opera, Firefox, &#8230;  anyone? )</li>
<li>When calling, I cannot keep the phone to my ear for longer than 5 mins because my head starts feeling very warm. I have to swap sides regularly ( sounds very healthy <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</li>
<li>No access to the source <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>API&#8217;s are mostly closed. Calendar API being the biggest annoyancy for me, and the reason why Funambol can only sync contacts through their iPhone app. Calendaring is still impossible because of Apple.</li>
<li>Camera _really_ cannot handle any movement <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ( blurry pics as soon as you move )</li>
<li>Fanboys that downplay every issue listed here with no technical arguments whatsoever.</li>
</ul>
<p>I am sure I have forgotten a lot of items ( both pro and con ).</p>
<p>The general feeling I have is that this has everything to be a killer phone. Too bad Apple wastes a lot of opportunities by the vast amount of lock-in they oppose on the device. Let the community free to build/extend it and it would be orders of magnitude better/more attractive. But I guess this is typical Apple behaviour. If Microsoft would have the same behaviour as Apple, it would cost them millions and millions in Anti-trust lawsuites. I hope the EU wakes up one day and starts judging the anti-competative police Apple handles currently.</p>
<p>All in all i really like the device and hope Apple would pull its head from its *** and clean up shop!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2009/02/10/iphone-the-good-the-bad-and-the-ugly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lies, d*mned lies, and statistics</title>
		<link>http://blog.verwilst.be/2009/02/10/lies-dmned-lies-and-statistics/</link>
		<comments>http://blog.verwilst.be/2009/02/10/lies-dmned-lies-and-statistics/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 21:35:17 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=197</guid>
		<description><![CDATA[I bumped into this blogpost by accident. It suggests that the release quality has been going down for every new release of Ubuntu ( as shown in the graphs ). They come to that conclusion by using the polls on the forums that ask how smooth your install of Ubuntu was. Personally I have seen [...]]]></description>
			<content:encoded><![CDATA[<p>I bumped into <a href="http://www.endolith.com/wordpress/2008/11/19/ubuntu-release-quality/">this blogpost</a> by accident. It suggests that the release quality has been going down for every new release of Ubuntu ( as shown in the graphs ). They come to that conclusion by using the polls on the forums that ask how smooth your install of Ubuntu was. Personally I have seen a lot of users around me that really start getting into Linux just because each release has become more usable and stable. More hardware is supported, more features are in the provided apps.</p>
<p>Sure, it can be that I&#8217;m mistaken and release quality is going down the drain. Or it can be that more and more users start using Ubuntu. And it&#8217;s mostly the users that are already having problems that come to the forums to look for answers and vote on those polls. Most users don&#8217;t start searching through forums when everything works out of the box..</p>
<p>Statistics always show what the creator wants you to see <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2009/02/10/lies-dmned-lies-and-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Mini 9</title>
		<link>http://blog.verwilst.be/2009/02/10/dell-mini-9/</link>
		<comments>http://blog.verwilst.be/2009/02/10/dell-mini-9/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 21:04:53 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=188</guid>
		<description><![CDATA[While assembling a new laptop for my girlfriend, i stumbled upon this tiny beauty . Ofcourse this is too small for dedicated work, so i decided on the Dell Inspiron 1525 ( for just 650EUR ) for her, but my personal itch would be scratched more by the mini 9. It&#8217;s running Ubuntu 8.04.1, has [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Mini 9" src="http://i.dell.com/images/global/products/314x314/inspn_mini_9_black_sunset.jpg" alt="" width="177" height="177" />While assembling a new laptop for my girlfriend, i stumbled upon <a href="http://configure.us.dell.com/dellstore/config.aspx?oc=dncwxa5&amp;c=us&amp;l=en&amp;s=dhs&amp;cs=19&amp;kc=features~mini_laptop_deals">this tiny beauty</a> . Ofcourse this is too small for dedicated work, so i decided on the Dell Inspiron 1525 ( for just 650EUR ) for her, but my personal itch would be scratched more by the mini 9. It&#8217;s running Ubuntu 8.04.1, has wireless caps and a solid state disk, and ( duh ) a 9&#8243; screen. All this for only $250! Sweet!</p>
<p>Too bad it costs 454 EUR in Belgium though <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ( What a rip-off! ) and it runs Windows XP! ( &#8216;WTF&#8217; as my dear pal <a href="http://www.denraf.be/">Raf</a> put it )</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2009/02/10/dell-mini-9/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple lock-in</title>
		<link>http://blog.verwilst.be/2009/01/18/apple-lock-in/</link>
		<comments>http://blog.verwilst.be/2009/01/18/apple-lock-in/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 21:40:14 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=182</guid>
		<description><![CDATA[Dear Apple, I&#8217;m using your highly priced ( but for the most part awesome ) iPhone. When people cash out that much money for a phone, the least you can do is open up your API to allow other 3rd party applications to interface with it. Because of your closed iPhone calendar API for example, [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Apple,</p>
<p>I&#8217;m using your highly priced ( but for the most part awesome ) iPhone. When people cash out that much money for a phone, the least you can do is open up your API to allow other 3rd party applications to interface with it. Because of your closed iPhone calendar API for example, I&#8217;m unable to sync my OSS Zimbra with my iPhone. Lucky you, Apple, for not being as closely watched on lock-in practices as Microsoft is. Don&#8217;t worry, keep up this kind of unethical practices and I&#8217;m sure it&#8217;s just a matter of time.</p>
<p>Greetings.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2009/01/18/apple-lock-in/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Forwarding mail to an email address with maildrop</title>
		<link>http://blog.verwilst.be/2009/01/14/forwarding-mail-to-an-email-address-with-maildrop/</link>
		<comments>http://blog.verwilst.be/2009/01/14/forwarding-mail-to-an-email-address-with-maildrop/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 10:17:05 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=180</guid>
		<description><![CDATA[Just a small note-to-self, this doesn&#8217;t work: to !address@test.com while this does: to &#8220;!address@test.com&#8221;]]></description>
			<content:encoded><![CDATA[<p>Just a small note-to-self, this doesn&#8217;t work:</p>
<blockquote><p>to !address@test.com</p></blockquote>
<p>while this does:</p>
<blockquote><p>to &#8220;!address@test.com&#8221;</p></blockquote>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2009/01/14/forwarding-mail-to-an-email-address-with-maildrop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Syncing your Zimbra contacts to your iPhone with Funambol</title>
		<link>http://blog.verwilst.be/2009/01/09/syncing-your-zimbra-contacts-to-your-iphone-with-funambol/</link>
		<comments>http://blog.verwilst.be/2009/01/09/syncing-your-zimbra-contacts-to-your-iphone-with-funambol/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 09:01:37 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=176</guid>
		<description><![CDATA[On a brighter note, now that I have an iPhone ( and I seem to love it! ) I finally found the time/motivation to setup Funambol to interface with my Zimbra server, keeping the Zimbra contacts in sync with my iPhone! A howto will follow shortly!]]></description>
			<content:encoded><![CDATA[<p>On a brighter note, now that I have an iPhone ( and I seem to love it! ) I finally found the time/motivation to setup Funambol to interface with my Zimbra server, keeping the Zimbra contacts in sync with my iPhone! A howto will follow shortly!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2009/01/09/syncing-your-zimbra-contacts-to-your-iphone-with-funambol/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Zimbra web: Language = English, Time format = 24 hour</title>
		<link>http://blog.verwilst.be/2008/12/21/zimbra-web-language-english-time-format-24-hour/</link>
		<comments>http://blog.verwilst.be/2008/12/21/zimbra-web-language-english-time-format-24-hour/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 01:47:57 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=164</guid>
		<description><![CDATA[This might be a no-brainer, but I thought it would be nice to mention it here anyways.. By default, when using English as your Zimbra webclient language, all time notations ( in your calendar or mails for example ) are in AM/PM notation. This can be quit annoying since us Europeans don&#8217;t use this system. [...]]]></description>
			<content:encoded><![CDATA[<p>This might be a no-brainer, but I thought it would be nice to mention it here anyways..</p>
<p>By default, when using English as your Zimbra webclient language, all time notations ( in your calendar or mails for example ) are in AM/PM notation. This can be quit annoying since us Europeans don&#8217;t use this system. <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The simple fix is to go to Preferences -&gt; General -&gt; Login Options -&gt; Language, and select English ( United Kingdom ).</p>
<p>A simple reload later, and you&#8217;re still using your English webclient, but now with time in 24 hour format!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/12/21/zimbra-web-language-english-time-format-24-hour/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Java 6 browser plugin for x86_64</title>
		<link>http://blog.verwilst.be/2008/12/16/java-6-browser-plugin-for-x86_64/</link>
		<comments>http://blog.verwilst.be/2008/12/16/java-6-browser-plugin-for-x86_64/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 23:25:58 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=154</guid>
		<description><![CDATA[We&#8217;ve had the pleasure of using the 64bit Flash player in the last couple of weeks. This week it&#8217;s time for Sun to do the same thing! The latest update of Java 6 ( Update 12 ) has a working 64 bit Java browser plugin! No packages are available yet for Ubuntu/Debian, but they will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.verwilst.be/wp-content/uploads/2008/12/java.gif"><img class="size-medium wp-image-156 alignleft" style="margin-right: 10px;" title="Java Logo" src="http://blog.verwilst.be/wp-content/uploads/2008/12/java-166x300.gif" alt="Java Logo" width="63" height="113" /></a>We&#8217;ve had the pleasure of using the 64bit Flash player in the last couple of weeks. This week it&#8217;s time for Sun to do the same thing! The latest update of Java 6 ( Update 12 ) has <a href="https://jdk6.dev.java.net/6uNea.html">a working 64 bit Java browser plugin</a>!</p>
<p>No packages are available yet for Ubuntu/Debian, but they will surely follow soon!</p>
<p>Seems like 2009 will be the year of the 64bit Linux desktop <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/12/16/java-6-browser-plugin-for-x86_64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing development languages</title>
		<link>http://blog.verwilst.be/2008/12/14/choosing-development-languages/</link>
		<comments>http://blog.verwilst.be/2008/12/14/choosing-development-languages/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 01:16:39 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=150</guid>
		<description><![CDATA[I&#8217;ve never been mr. elite coder. Programming never really was my main point of focus, and spent most of my time focussed on the Linux system level of things. Over the years, I have coded in various languages, but on small personal projects, without any expert guidance or anything. The lack of guidance might be [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve never been mr. elite coder. Programming never really was my main point of focus, and spent most of my time focussed on the Linux system level of things.</p>
<p>Over the years, I have coded in various languages, but on small personal projects, without any expert guidance or anything. The lack of guidance might be the reason of my almost complete withdrawal from coding the last couple of years.</p>
<p>I started with VB. Writing an instant messenger for example <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ( with own protocol, just for the fun of it ).</p>
<p>I played with Python. Coded with it for a few years, did some small Portage ( Gentoo ) work, wrote a Kazaa-like client with PyQt, hacked on Anaconda job-wise.. I found Python to be very easy to understand, and had a very low level of entry into code which you wrote like 6 months ago without hardly any comments ( i know, shame on me ), and noticed myself being back on track in a matter of hours!</p>
<p>I&#8217;ve done quite a lot with PHP. Wrote a couple of websites with it, webservices for system automation, but found myself using it more on the Linux system level in the end ( php-cli ). I still pretty much like PHP, but i HATE web development <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  I&#8217;ve used Symfony for quite some time, and really started to like it. I looked at Drupal too, but something about it really turns me off. Can&#8217;t say what exactly though..</p>
<p>I&#8217;ve used c++ for about 2 years. Mostly with Qt, which i absolutely loved at the time ( been a few years ). The power of c++ with the easiness of Qt. Yummie! I&#8217;ve only found the GUI look-n-feel to be&#8230; clunky.. Can&#8217;t really explain what&#8217;s missing, but it just has an awkward feel to it. Gnome/GTK apps for example feel a lot more solid to me for some reason. <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Then i tried Java for a few months. Never liked it. In my head I never stopped seeing it as an unsurmountable mountain of code. It just looked a daunting task. Not to mention all the .war / .jar crap.. Bleh!</p>
<p>Then i started with Mono ( C# ). I must say i really like the syntax and feel of it, it&#8217;s a joy to code in. It&#8217;s not really pleasant to see .dll and .exe&#8217;s pop up though.. And i have no idea what to think about the whole ethical aspect of it. I like C# as a language, but i hate the Microsoft side of it. Somehow I have this feeling inside that in the end it&#8217;s all yet another plan to dominate/break/destroy the Linux environment, first letting Mono be deeply entrenched, and then executing part 2 of their plans. Call me paranoid <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I also don&#8217;t like the Novell boys bending over and taking it like a man on MS&#8217;es every whim.</p>
<p>Never tried Ruby, didn&#8217;t appeal to me. No particular reason.</p>
<p>Tried Perl for a while, never liked it, too cryptic for my taste. I actually tried to avoid it whenever it was possible <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Lately however, I started longing for development again. Over time, I&#8217;ve become less and less a FOSS contributor, which is really starting to annoy me. But I have the feeling that Linux system skills alone don&#8217;t allow you to really make a change in the FOSS world.</p>
<p>So.. what to choose to get into the game? As a Gnome user, my efforts would go to Gnome development. But i really don&#8217;t want to learn/code in C. I never liked GTK code-wise either. I know there are bindings for a lot of languages, but that feels so third-rank to me.. I could pickup C# instead, but the whole MS mindset behind it really turns me off.</p>
<p>Now, for the point of this rather long post. <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Anyone more programmer-oriented with any ideas on my dilemma? I would surely appreciate it <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  What language/lib do you recommend? Open for suggestions <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/12/14/choosing-development-languages/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Native 64bit Flash on Ubuntu 8.10 x86_64</title>
		<link>http://blog.verwilst.be/2008/12/13/native-64bit-flash-on-ubuntu-810-x86_64/</link>
		<comments>http://blog.verwilst.be/2008/12/13/native-64bit-flash-on-ubuntu-810-x86_64/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 00:17:18 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=113</guid>
		<description><![CDATA[By default, Intrepid on both i386 and x86_64 comes with the 32bit flashplayer 10 through nspluginwrapper. A lot of the crashes people see come from nspluginwrapper itself, which is very unstable in Hardy. A new version of nspluginwrapper in Intrepid fixes a lot of crashes though, so you&#8217;re better of with Intrepid in any case. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Adobe Logo" src="http://www.adobe.com/aboutadobe/images/adobe_logo_50x50.gif" alt="Adobe Logo" width="50" height="50" /></p>
<p>By default, Intrepid on both i386 and x86_64 comes with the 32bit flashplayer 10 through nspluginwrapper. A lot of the crashes people see come from nspluginwrapper itself, which is very unstable in Hardy.</p>
<p>A new version of nspluginwrapper in Intrepid fixes a lot of crashes though, so you&#8217;re better of with Intrepid in any case.</p>
<p>However, since mid november, Adobe finally came through on one of the most requested feature Linux users around the globe begged for/requested, real 64bit support!</p>
<p>For an alpha version, i must say it is pretty rock solid on my system. Let&#8217;s get on and replace the default 32bit flashplayer/nspluginwrapper combo with this new goodie!</p>
<p>First of all, let&#8217;s remove any already installed versions of Flash, along with nspluginwrapper.</p>
<p><strong><em># apt-get remove flashplugin-nonfree nspluginwrapper</em></strong></p>
<p>Next up, download the 64-bit Flash plugin from <a href="http://labs.adobe.com/downloads/flashplayer10.html">Adobe Labs</a>. Select the tar.gz.</p>
<p>Unpack it and copy the resulting libflashplayer.so into /usr/lib/mozilla/plugins if you want to enable it for all users, or in ~/.mozilla/plugins to enable it only for your current user. Restarting Firefox and browsing to <em>about:plugins</em> should show the newly installed Flash plugin.</p>
<p>Enjoy your native 64-bit Flashplayer <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/12/13/native-64bit-flash-on-ubuntu-810-x86_64/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Firefox 3.1 SSL certificate warnings</title>
		<link>http://blog.verwilst.be/2008/12/12/firefox-31-ssl-certificate-warnings/</link>
		<comments>http://blog.verwilst.be/2008/12/12/firefox-31-ssl-certificate-warnings/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 09:35:01 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=134</guid>
		<description><![CDATA[Let&#8217;s admit, the SSL warnings in Firefox 3.0 are a bit cumbersome. Normal &#8220;Joe Schmoe&#8221; users just don&#8217;t get it. As an example, my girlfriend came to me saying her webmail was broken, while it was just the SSL warning that was between her and her mail. Without my help, she would have just been [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s admit, the <a href="http://blog.verwilst.be/2008/03/01/firefox-3-ssl-certificate-warnings-confusing/">SSL warnings in Firefox 3.0</a> are a bit cumbersome. Normal &#8220;Joe Schmoe&#8221; users just don&#8217;t get it. As an example, my girlfriend came to me saying her webmail was broken, while it was just the SSL warning that was between her and her mail. Without my help, she would have just been grumpy, thinking i broke her mail again <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I was wondering what the guys over at Mozilla were doing to make the situation a bit more clear. Now that Firefox 3.1 beta2 has been out for a while, i thought i would give it a spin and check out if anything changed since 3.0 in the SSL warning dept.</p>
<p>When you visit an SSL enabled site for the first time, this is presented to you.</p>
<p>In my opinion, this is a step in the right direction, explaining what has happened in semi-bitesize chuncks of text instead of cramming everything in 1 big, daunting blob of text as in FF 3.0.</p>
<p><a href="http://blog.verwilst.be/wp-content/uploads/2008/12/ff31-1.png"><img class="size-medium wp-image-135 alignnone" title="Firefox 3.1 - Initial SSL warning page" src="http://blog.verwilst.be/wp-content/uploads/2008/12/ff31-1-300x261.png" alt="Firefox 3.1 - Initial SSL warning page" width="300" height="261" /></a></p>
<p>Clicking on &#8220;Technical Details&#8221; or &#8220;I understand the Risks&#8221; show more information about both topics.</p>
<p>I really hope this will be fully translated in the users&#8217; language to lower the barrier even more.</p>
<p><a href="http://blog.verwilst.be/wp-content/uploads/2008/12/ff31-2.png"><img class="size-medium wp-image-138 alignnone" title="Firefox 3.1 - Extended SSL view" src="http://blog.verwilst.be/wp-content/uploads/2008/12/ff31-2-300x261.png" alt="Firefox 3.1 - Extended SSL view" width="300" height="261" /></a></p>
<p>This is pretty much the same dialog as was the case in Firefox 3.0.</p>
<p>Although now it seems to get the certificate automatically, making you click only on &#8220;Confirm Security Exception&#8221; to proceed to the page you intended to visit.</p>
<p><a href="http://blog.verwilst.be/wp-content/uploads/2008/12/ff31-3.png"><img class="size-medium wp-image-139 alignnone" style="margin-right: 10px;" title="Firefox 3.1 - SSL Accept Exception" src="http://blog.verwilst.be/wp-content/uploads/2008/12/ff31-3-300x298.png" alt="Firefox 3.1 - SSL Accept Exception" width="300" height="298" /></a></p>
<p>All in all this seems like a step in the right direction to make this more userfriendly for the big public!</p>
<p>As this is only the second beta, the screenshots above are subject to change by the time 3.1 final is released.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/12/12/firefox-31-ssl-certificate-warnings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Improving spam filtering on Zimbra 5.x with DSpam</title>
		<link>http://blog.verwilst.be/2008/12/11/improving-spam-filtering-on-zimbra-5x-with-dspam/</link>
		<comments>http://blog.verwilst.be/2008/12/11/improving-spam-filtering-on-zimbra-5x-with-dspam/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 14:54:03 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=119</guid>
		<description><![CDATA[By default, Zimbra isn&#8217;t very good in the spam-handling dept. You just keep on flagging messages as Junk, in the hopes that Zimbra is getting wiser on every occasion. Not really though.. Under the hood, Zimbra is relying on SpamAssassin to weed out the pharma mails. This heuristics-based method is pretty 90&#8242;s IMO, and while [...]]]></description>
			<content:encoded><![CDATA[<p>By default, Zimbra isn&#8217;t very good in the spam-handling dept. You just keep on flagging messages as Junk, in the hopes that Zimbra is getting wiser on every occasion. Not really though..</p>
<p>Under the hood, Zimbra is relying on SpamAssassin to weed out the pharma mails. This heuristics-based method is pretty 90&#8242;s IMO, and while it still catches a lot of spam, rules have to be added/update on a regular basis in order to stay ahead of &#8211; or at least on par with &#8211; our good friends the spammers.</p>
<p>Enter DSpam. Dspam has a statistical approach to spam filtering. DSpam only knows that something is spam after you repeatedly show examples of it ( in Zimbra terms, mark it as junk ). After a while, dspam knows which words ( and combinations ) are mostly present in your spam and ham mails. Based on that knowledge, it will make educated guesses on what you consider spam and what you don&#8217;t. This means that dspam automatically keeps track of the latest trends in spam, as long as you follow up once in a while. Apart from that, dspam is written in C, and is insanely fast, especially in comparison with bloaty old Spamassassin.</p>
<p>One downside of Dspam however is that the project is pretty much euh.. dead or asleep, whatever you prefer. It sure has its share of quirks, especially on larger environments. But it does the job nicely for most people. Zimbra disabled dspam quite some time ago because of stability issues, so your mileage may vary.</p>
<p>By default, running</p>
<p><em><strong>#</strong></em> <strong><em>zmamavisdctl stop</em></strong></p>
<p><strong><em># /opt/zimbra/amavisd/sbin/amavisd -c /opt/zimbra/conf/amavisd.conf debug</em></strong></p>
<p>will show you</p>
<blockquote><p>Dec 11 13:37:42 zimbra01.verwilst.be /opt/zimbra/amavisd/sbin/amavisd[11878]: No $dspam,             not using it</p></blockquote>
<p>Enabling Dspam in Zimbra is pretty straightforward though.</p>
<p>First of all, edit <strong>/opt/zimbra/conf/amavisd.conf.in </strong>. Uncomment the following line:</p>
<blockquote><p>#$dspam = &#8216;/opt/zimbra/dspam/bin/dspam&#8217;;</p></blockquote>
<p>Make sure the data dir of dspam is fully writable:<strong><em></em></strong></p>
<p><strong><em># chown zimbra: /opt/zimbra/data/dspam/data/ -R</em></strong></p>
<p>Then run the amavisd command ( above ) again, or start it the Zimbra way:</p>
<p><strong><em># zmamavisdctl start</em></strong></p>
<p>That&#8217;s pretty much all there is to it. You should see some DSPAM headers in every mail you receive ( look in the source of the mail ).</p>
<p>By default however, Zimbra only assigns a very small score to the mail when dspam marks it as spam. ( 0.5 points out of 6.6 required to be marked as spam by Zimbra ).</p>
<p>I put a lot of trust in DSpam, so i change the 0.5 points to 3 for spam, and -1 if dspam doesn&#8217;t think it&#8217;s spam.</p>
<p>Put the following lines in <strong>/opt/zimbra/conf/spamassassin/local.cf</strong></p>
<blockquote><p>header DSPAM_SPAM X-DSPAM-Result =~ /^Spam$/<br />
describe DSPAM_SPAM Marked as spam by DSPAM<br />
score DSPAM_SPAM 3</p>
<p>header DSPAM_HAM X-DSPAM-Result =~ /^Innocent$/<br />
describe DSPAM_HAM Marked as ham by DSPAM<br />
score DSPAM_HAM -1</p></blockquote>
<p>And restart spamassassin:</p>
<p><strong><em># zmamavisdctl stop &amp;&amp; </em></strong><strong><em>zmamavisdctl start </em></strong></p>
<p>Please beware that it might take a while for dspam to really start showing results! It needs to examine quite a lot of mails before it will start making decisions. You might want to set DSPAM_HAM closer to 0 the first few weeks..</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/12/11/improving-spam-filtering-on-zimbra-5x-with-dspam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitorial goodies!</title>
		<link>http://blog.verwilst.be/2008/11/25/monitorial-goodies/</link>
		<comments>http://blog.verwilst.be/2008/11/25/monitorial-goodies/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 12:06:21 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[zabbix]]></category>
		<category><![CDATA[zenoss]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=115</guid>
		<description><![CDATA[The guys over at ZenOSS were friendly enough to send us some goodies! Monitoring is quite the hot topic these days and although I&#8217;m more of a Zabbix &#8220;fanboy&#8221; myself, I must say others, like ZenOSS, sure have their places in many, sometimes very specific and/or different, areas. Dressing up the male team members wouldn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>The guys over at <a href="http://www.zenoss.com">ZenOSS</a> were friendly enough to send <a href="http://www.inuits.be">us</a> some goodies! Monitoring is quite the hot topic these days and although I&#8217;m more of a <a href="http://www.zabbix.com">Zabbix</a> &#8220;fanboy&#8221; myself, I must say others, like ZenOSS, sure have their places in many, sometimes very specific and/or different, areas.</p>
<p>Dressing up the male team members wouldn&#8217;t have had the same effect as our female coworkers, so we decided to take some quick pictures about it <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It looks like the days of the  &#8220;You think monitoring so you think <a href="http://www.nagios.org">Nagios</a>/<a href="http://www.cacti.net/">Cacti</a>&#8221; are really a thing of the past!</p>
<p><img class="alignnone" style="margin-top: 10px; margin-bottom: 10px;" title="ZenOSS wear" src="http://pics.inuits.be/d/1644-3/Image023.jpg" alt="" width="576" height="432" /></p>
<p>On a small update, it seems like <a href="http://www.krisbuytaert.be/blog/santa-came-early">great minds post alike</a> <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/11/25/monitorial-goodies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Everyone&#8217;s a Linux user!</title>
		<link>http://blog.verwilst.be/2008/11/14/everyones-a-linux-user/</link>
		<comments>http://blog.verwilst.be/2008/11/14/everyones-a-linux-user/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 14:48:49 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Inside Linux]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=109</guid>
		<description><![CDATA[Even the most fanatical Windows drone will probably be a Linux user as well, since Linux is all around you. I was reminded about that little fact when i found a piece of paper on my desk. It probably fell out of the box of my new Philips LCD TV. On closer inspection, the paper [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.verwilst.be/wp-content/uploads/2008/11/philips_7600_540x557.jpg"><img class="size-thumbnail wp-image-110 alignleft" title="philips_7600_540x557" src="http://blog.verwilst.be/wp-content/uploads/2008/11/philips_7600_540x557-150x150.jpg" alt="Philips LCD TV" width="150" height="150" /></a>Even the most fanatical Windows drone will probably be a Linux user as well, since Linux is all around you. I was reminded about that little fact when i found a piece of paper on my desk. It probably fell out of the box of my new Philips LCD TV. On closer inspection, the paper had a copy of the GPL license on it, along with a list of open source software Philips was using inside the TV. I was pleasantly surprised to find out my TV is actually running Linux 2.6.15, along with a host of GPL&#8217;ed tools such as libgphoto2, base64, gcc, libc, &#8230; Respect <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/11/14/everyones-a-linux-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zabbix 1.6.1 for Ubuntu 8.04 and 8.10</title>
		<link>http://blog.verwilst.be/2008/11/07/zabbix-161-for-ubuntu-804-and-810/</link>
		<comments>http://blog.verwilst.be/2008/11/07/zabbix-161-for-ubuntu-804-and-810/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 12:55:54 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Inside Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[zabbix]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=94</guid>
		<description><![CDATA[I have updated the Zabbix 1.6 packages in my PPA to 1.6.1. I&#8217;ve enabled Intrepid builds next to the Hardy builds for maximum coverage As soon as Jaunty because a valid target for Launchpad, I&#8217;ll start including builds for that platform as well.]]></description>
			<content:encoded><![CDATA[<p>I have updated the <a title="Verwilst Personal Package Archive ( PPA )" href="https://launchpad.net/~verwilst/+archive">Zabbix 1.6 packages in my PPA</a> to 1.6.1. I&#8217;ve enabled Intrepid builds next to the Hardy builds for maximum coverage <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  As soon as Jaunty because a valid target for Launchpad, I&#8217;ll start including builds for that platform as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/11/07/zabbix-161-for-ubuntu-804-and-810/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Zabbix 1.6.1 for Centos 4.x</title>
		<link>http://blog.verwilst.be/2008/11/06/zabbix-161-for-centos-4x/</link>
		<comments>http://blog.verwilst.be/2008/11/06/zabbix-161-for-centos-4x/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 12:58:21 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[inuits]]></category>
		<category><![CDATA[zabbix]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=91</guid>
		<description><![CDATA[We&#8216;re not always able to use the latest and greatest version of a Linux distribution. Being consultants, we&#8217;re usually dropped in an already-deployed environment, where the let&#8217;s-upgrade-the-distribution step is not desired or just plainly impossible without breaking everything that&#8217;s deployed on it. This was the case recently, where we had to deploy a Zabbix server [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Inuits" href="http://www.inuits.be">We</a>&#8216;re not always able to use the latest and greatest version of a Linux distribution. Being consultants, we&#8217;re usually dropped in an already-deployed environment, where the let&#8217;s-upgrade-the-distribution step is not desired or just plainly impossible without breaking everything that&#8217;s deployed on it.</p>
<p>This was the case recently, where <a title="Inuits" href="http://www.inuits.be">we</a> had to deploy a Zabbix server on a CentOS 4.x environment. We opted for Zabbix 1.6.1 for several reasons.</p>
<p>We try not to reinvent the wheel when possible, so I grabbed the RPM for CentOS 5 <a title="ocjtech" href="http://repo.ocjtech.us/zabbix/epel/5/SRPMS/">here</a>. Usually this just compiles on Centos 4 without any issues. Not in this case though.</p>
<p>I&#8217;ve cooked up 3 small patches to fix the issues that kept Zabbix 1.6.1 from building on our platforms.</p>
<p>Grab them <a title="CURL patch" href="http://blog.verwilst.be/files/zabbix-1.6.1-curl-version.patch">here</a>, <a title="Jabber patch" href="http://blog.verwilst.be/files/zabbix-1.6.1-disable-jabber.patch">here</a> and <a title="SNMP patch" href="http://blog.verwilst.be/files/zabbix-1.6.1-snmp-fixes.patch">here</a>. You might want to use <a title="Zabbix spec" href="http://blog.verwilst.be/files/zabbix.spec">this spec file</a> ( based on the one from OCJTech ) as well!</p>
<p>In short, this disables jabber support ( which doesnt work anyways, you need to let an external script do the work! ), updates snmp support to handle older versions of snmp and lowers the required version of curl during the configure stage.</p>
<p>This should give you a nice shining bunch of zabbix-1.6.1 rpm&#8217;s for your beloved CentOS 4 system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/11/06/zabbix-161-for-centos-4x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ZDNet RSS feed, now WITH ads!</title>
		<link>http://blog.verwilst.be/2008/09/25/zdnet-rss-feed-now-with-ads/</link>
		<comments>http://blog.verwilst.be/2008/09/25/zdnet-rss-feed-now-with-ads/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 11:14:52 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=87</guid>
		<description><![CDATA[rm -rf zdnet-feed. Fucktards.]]></description>
			<content:encoded><![CDATA[<p>rm -rf zdnet-feed. Fucktards.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/09/25/zdnet-rss-feed-now-with-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zabbix 1.5 deb for Ubuntu 8.04 Hardy</title>
		<link>http://blog.verwilst.be/2008/09/08/zabbix-15-deb-for-ubuntu-804-hardy/</link>
		<comments>http://blog.verwilst.be/2008/09/08/zabbix-15-deb-for-ubuntu-804-hardy/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 20:30:03 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[zabbix]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=82</guid>
		<description><![CDATA[I have thrown together a package for the latest Zabbix beta release, 1.5.4, which can be downloaded from my PPA here. It&#8217;s based on the official Zabbix 1.4.6 package for Intrepid, but i added zabbix-proxy-mysql and zabbix-proxy-pgsql as well, along with some minor refactoring in the inner guts of the package. If you find issues, [...]]]></description>
			<content:encoded><![CDATA[<p>I have thrown together a package for the latest Zabbix beta release, 1.5.4, which can be downloaded from my PPA <a title="PPA" href="https://launchpad.net/~verwilst/+archive">here</a>. It&#8217;s based on the official Zabbix 1.4.6 package for Intrepid, but i added zabbix-proxy-mysql and zabbix-proxy-pgsql as well, along with some minor refactoring in the inner guts of the package. If you find issues, just give me a whistle!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/09/08/zabbix-15-deb-for-ubuntu-804-hardy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Yahoo search bar from Zimbra webclient</title>
		<link>http://blog.verwilst.be/2008/09/06/removing-yahoo-search-bar-from-zimbra-webclient/</link>
		<comments>http://blog.verwilst.be/2008/09/06/removing-yahoo-search-bar-from-zimbra-webclient/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 00:06:32 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=79</guid>
		<description><![CDATA[By default, at the top of your Zimbra 5.x webclient, there is a Yahoo search bar present. I never use Yahoo to search, so i don&#8217;t want it. I also don&#8217;t want my webgui cluttered with Yahoo nonsense. Since 5.0.2 however, you can remove it by executing the following commands on your zimbra server console: [...]]]></description>
			<content:encoded><![CDATA[<p>By default, at the top of your Zimbra 5.x webclient, there is a Yahoo search bar present. I never use Yahoo to search, so i don&#8217;t want it. I also don&#8217;t want my webgui cluttered with Yahoo nonsense. Since 5.0.2 however, you can remove it by executing the following commands on your zimbra server console:</p>
<blockquote><p># su &#8211; zimbra</p></blockquote>
<blockquote><p># zmprov mc default zimbraFeatureWebSearchEnabled FALSE</p></blockquote>
<p>When you reload the webinterface, the Yahoo search bar is gone <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/09/06/removing-yahoo-search-bar-from-zimbra-webclient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash in Ubuntu 8.04, the painless way</title>
		<link>http://blog.verwilst.be/2008/09/04/adobe-flash-in-ubuntu-804-the-painless-way/</link>
		<comments>http://blog.verwilst.be/2008/09/04/adobe-flash-in-ubuntu-804-the-painless-way/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 21:58:00 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Distro Stuff]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=72</guid>
		<description><![CDATA[One of the sore spots in Ubuntu 8.04 ( Hardy Heron ) is the incredibly unstable Flash plugin. Crashes on one side, inability to play sound from Flash and a media player at the same time on the other side. I have seen a lot of suggested &#8220;fixes&#8221; on other forums and blogs, but most [...]]]></description>
			<content:encoded><![CDATA[<p>One of the sore spots in Ubuntu 8.04 ( Hardy Heron ) is the incredibly unstable Flash plugin. Crashes on one side, inability to play sound from Flash and a media player at the same time on the other side. I have seen a lot of suggested &#8220;fixes&#8221; on other forums and blogs, but most don&#8217;t really help. So let me tell you what did the trick for me.</p>
<p>First of all, open source alternatives such as Gnash and swfdec are not yet ready for the big masses. It&#8217;s nice to see them growing bit by bit, but for now, we are bound to the official plugins for &#8216;decent&#8217; Flash support.</p>
<p>First of all, let&#8217;s get rid of libflashsupport if it&#8217;s still installed. This little piece of **** is a big cause of instability in our quest to a stable Flash experience. So let&#8217;s remove it right away!</p>
<blockquote><p># apt-get remove libflashsupport</p></blockquote>
<p>Ok, now that&#8217;s gone, lets make Alsa output to Pulseaudio by default. We do this by installing libasound2-plugins, and creating the file /etc/asound.conf.</p>
<blockquote><p># apt-get install libasound2-plugins</p></blockquote>
<p>Contents of /etc/asound.conf are as follows:</p>
<p><em>pcm.pulse {<br />
type pulse<br />
}<br />
ctl.pulse {</em><br />
<em> type pulse<br />
}<br />
pcm.!default {<br />
type pulse<br />
}<br />
ctl.!default {<br />
type pulse<br />
}</em></p>
<p>Just copy-paste it in the configuration file.</p>
<p>Next up, nspluginwrapper. This package will &#8220;jail&#8221; Flash inside its own little environment, so that if Flash crashes, it will only take down the wrapper, and not your whole Firefox. A Flash crash will result in a gray area where your Flash should be, instead of a suddenly disappearing Firefox. Quite an improvement already <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Let&#8217;s install it:</p>
<blockquote><p># wget http://launchpadlibrarian.net/16234689/nspluginwrapper_0.9.91.5-2ubuntu2.8.04.1~mt1_i386.deb</p></blockquote>
<blockquote><p># dpkg -i &#8220;nspluginwrapper_0.9.91.5-2ubuntu2.8.04.1~mt1_i386.deb&#8221;</p></blockquote>
<p>Now you can (re-)install flashplugin-nonfree 9 to make it nspluginwrapper aware. Although it will not take down your Firefox anymore, it will still be incredibly unstable, and lots of sites will have gray areas on their pages.</p>
<p>So we will take one additional step, and install flashplugin-nonfree 10. The latest release candidate to be exact, which appears A LOT more stable than 9 ever was on my several systems.</p>
<p>We will have to download and install the deb manually from <a href="https://launchpad.net/~psyke83/+archive">https://launchpad.net/~psyke83/+archive</a> .</p>
<p>Click on the Hardy entry for flashplugin-nonfree, and download the correct deb for your system. Currently, for i386 ( 32bit ) desktops, this is the <a href="http://launchpadlibrarian.net/17642213/flashplugin-nonfree_10.0.12.10ubuntu1%7Eppa3_i386.deb">file you need</a> .</p>
<p>Install it either by double clicking it on your desktop, or doing this on the commandline:</p>
<blockquote><p># dpkg -i flashplugin-nonfree-*.deb</p></blockquote>
<p>Restart Firefox just to be sure, and then browse to &#8220;about:plugins&#8221;.</p>
<p>You should see something similar to the image below:</p>
<p><img class="size-full wp-image-75 alignnone" title="flash" src="http://blog.verwilst.be/wp-content/uploads/2008/09/flash.png" alt="" width="452" height="177" /></p>
<p>Which means it worked! Try watching a movie in youtube while listening to some music on your audio player. Both should play without problems, and most of the crashes should be gone!</p>
<p>Enjoy your smooth desktop experience <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/09/04/adobe-flash-in-ubuntu-804-the-painless-way/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>On track for Zimbra 6.0</title>
		<link>http://blog.verwilst.be/2008/09/04/on-track-for-zimbra-60/</link>
		<comments>http://blog.verwilst.be/2008/09/04/on-track-for-zimbra-60/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 21:28:21 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=69</guid>
		<description><![CDATA[After a loong silence in the Zimbra camp ( apart from the occasional 5.0 point release ), we have more information about the next major Zimbra release! While it versioned as 5.5 in the past, it has now been changed straight to 6.0. Current milestones are: Beta 1 12/17/08 Beta 2 01/19/09 RC 1 02/23/09 [...]]]></description>
			<content:encoded><![CDATA[<p>After a loong silence in the Zimbra camp ( apart from the occasional 5.0 point release ), we have more information about the next major Zimbra release! While it versioned as 5.5 in the past, it has now been changed straight to 6.0.<br />
Current milestones are:</p>
<ul>
<li><strong>Beta 1</strong> 12/17/08</li>
<li><strong>Beta 2</strong> 01/19/09</li>
<li><strong>RC 1</strong> 02/23/09</li>
<li><strong>GA</strong> 03/23/09</li>
</ul>
<p><img class="alignleft" title="Zimbra logo" src="http://www.zimbra.com/_media/zimbra_logo.gif" alt="" width="170" height="50" /></p>
<p>Since it&#8217;s a pretty long road until the GA version, those days will probably slide a bit.</p>
<p>Features include  Ubuntu 8.04 LTS support ( BETA in 5.0 ), &#8220;Disaster recovery via server-to-server sync&#8221; ( which sounds really nice, not sure what exactly it will do yet ), and others found <a title="Zimbra Roadmap" href="http://www.zimbra.com/products/roadmap.html">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/09/04/on-track-for-zimbra-60/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If you can&#8217;t beat em..</title>
		<link>http://blog.verwilst.be/2008/09/02/if-you-cant-beat-em/</link>
		<comments>http://blog.verwilst.be/2008/09/02/if-you-cant-beat-em/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 17:26:13 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=65</guid>
		<description><![CDATA[pay em.. Why oh why does Microsoft always insist in trying to reinvent the wheel ( poorly ).. In every field you can imagine they have a crappy clone ( Zune anyone? ) nobody wants. Same thing with their Live Search. They always end up paying the few fucktards who fall for the peanuts MS [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dailytech.com/Microsoft+Pays+Businesses+to+Use+Live+Search/article6552.htm" >pay em</a>.. <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Why oh why does Microsoft always insist in trying to reinvent the wheel ( poorly ).. In every field you can imagine they have a crappy clone ( Zune anyone? ) nobody wants. Same thing with their Live Search. They always end up paying the few fucktards who fall for the peanuts MS throws at them.</p>
<p>I have personally witnessed that they came around the bigger businesses, and actually _giving_ money ( and LOTS of it ) to replace all postfix/courier servers ( who run great for years in a row on commodity hardware ) with Exchange ( which only runs &#8220;well&#8221; if you have a battery of servers.) Luckily management refused every offer because of the hardware costs and maintenance it would require to keep the crap working. ( Lower TCO my *** )</p>
<p>The merchant paying the customer to take his crap.. How low can you go.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/09/02/if-you-cant-beat-em/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10: The race is on!</title>
		<link>http://blog.verwilst.be/2008/04/29/ubuntu-810-the-race-is-on/</link>
		<comments>http://blog.verwilst.be/2008/04/29/ubuntu-810-the-race-is-on/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 22:13:27 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Distro Stuff]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/?p=61</guid>
		<description><![CDATA[This evening at 18:39, the first new package was committed into the Intrepid Ibex&#8217; repository! What will become Ubuntu 8.10 in 6 months time is now under full construction! This first package is &#8220;binutils (2.18.1~cvs20080103-4ubuntu1)&#8221;! Many will follow People wanting to follow the changes as soon as they hit the repository can use http://feeds.ubuntu-nl.org/IntrepidChanges in [...]]]></description>
			<content:encoded><![CDATA[<p>This evening at 18:39, the first new package was committed into the Intrepid Ibex&#8217; repository! What will become Ubuntu 8.10 in 6 months time is now under full construction! This first package is &#8220;binutils (2.18.1~cvs20080103-4ubuntu1)&#8221;! Many will follow <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  People wanting to follow the changes as soon as they hit the repository can use <a href="http://feeds.ubuntu-nl.org/IntrepidChanges">http://feeds.ubuntu-nl.org/IntrepidChanges</a> in their feed readers!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/04/29/ubuntu-810-the-race-is-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting Samba on Linux: smbfs vs cifs</title>
		<link>http://blog.verwilst.be/2008/04/21/mounting-samba-on-linux-smbfs-vs-cifs/</link>
		<comments>http://blog.verwilst.be/2008/04/21/mounting-samba-on-linux-smbfs-vs-cifs/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 09:53:51 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Filesharing]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/?p=59</guid>
		<description><![CDATA[When you notice that your samba throughput is not what it should be, it might be related to the mount options in your Linux client ( mount command ). When mounting my Samba share with the following command ( on a gigabit link ): mount -t smbfs -o username=verwilst //10.0.10.10/data /mnt/smb/ I got these results: [...]]]></description>
			<content:encoded><![CDATA[<p>When you notice that your samba throughput is not what it should be, it might be related to the mount options in your Linux client ( mount command ).</p>
<p>When mounting my Samba share with the following command ( on a gigabit link ):</p>
<p><strong>mount -t smbfs -o username=verwilst //10.0.10.10/data /mnt/smb/</strong></p>
<p>I got these results:</p>
<p>time cp /tmp/blob-1.5G /mnt/smb/blob-1.5G-smbfs</p>
<p>real    4m46.677s<br />
user    0m1.512s<br />
sys    0m27.862s</p>
<p>When the share is mounting with this command:</p>
<p><strong>mount -t cifs -o username=verwilst //10.0.10.10/data /mnt/smb/</strong></p>
<p>The copy command gives us this:</p>
<p>time cp /tmp/blob-1.5G /mnt/smb/blob-1.5G-cifs</p>
<p>real    0m18.050s<br />
user    0m0.028s<br />
sys    0m5.828s</p>
<p>Quite a difference you get by replacing 1 word eh <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/04/21/mounting-samba-on-linux-smbfs-vs-cifs/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>History meme</title>
		<link>http://blog.verwilst.be/2008/04/15/history-meme/</link>
		<comments>http://blog.verwilst.be/2008/04/15/history-meme/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 22:03:50 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/?p=58</guid>
		<description><![CDATA[history &#124; awk &#8216;{a[$2]++}END{for(i in a){print a[i] &#8221; &#8221; i}}&#8217; &#124; sort -rn &#124; head 148 who 132 the 123 bloody 110 hell 91 gives 85 a 52 damn 45 ?]]></description>
			<content:encoded><![CDATA[<p>history | awk &#8216;{a[$2]++}END{for(i in a){print a[i] &#8221; &#8221; i}}&#8217; | sort -rn | head<br />
148 who<br />
132 the<br />
123 bloody<br />
110 hell<br />
91 gives<br />
85 a<br />
52 damn<br />
45 ?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/04/15/history-meme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Links from&#8230;&#8221; annoyance</title>
		<link>http://blog.verwilst.be/2008/04/14/links-from-annoyance/</link>
		<comments>http://blog.verwilst.be/2008/04/14/links-from-annoyance/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 19:32:48 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/?p=57</guid>
		<description><![CDATA[Lately i have to sift through more and more useless del.icio.us and co posts titled &#8220;&#8221;Links from &#8230;&#8221;, they are annoying me more than email spam FFS if i want to see your bookmarks, ill check them out myself!]]></description>
			<content:encoded><![CDATA[<p>Lately i have to sift through more and more useless del.icio.us and co posts titled &#8220;&#8221;Links from &#8230;&#8221;, they are annoying me more than email spam <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  FFS if i want to see your bookmarks, ill check them out myself!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/04/14/links-from-annoyance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Hardy and sound in Enemy Territory: Quake Wars</title>
		<link>http://blog.verwilst.be/2008/04/14/ubuntu-hardy-and-sound-in-enemy-territory-quake-wars/</link>
		<comments>http://blog.verwilst.be/2008/04/14/ubuntu-hardy-and-sound-in-enemy-territory-quake-wars/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 10:23:53 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/?p=56</guid>
		<description><![CDATA[This weekend i helped someone ( Linux newbie on his brand new Ubuntu 8.04-powered PC ) install ETQW ( Enemy Territory: Quake Wars ). Downloading the bin file and installing it ( during which it copies the needed files from the official ETQW DVD/CD ) was a breeze. When he started the game, everything looked [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend i helped someone ( Linux newbie on his brand new Ubuntu 8.04-powered PC ) install ETQW ( Enemy Territory: Quake Wars ). Downloading the bin file and installing it ( during which it copies the needed files from the official ETQW DVD/CD ) was a breeze. When he started the game, everything looked fine, without one flaw: there was no sound.</p>
<p>Ubuntu Hardy ( along with several other new(er) distro&#8217;s ) started using PulseAudio to control all audio-related processes on the system. ETQW uses SDL for its sound-needs, but fails to play through pulseaudio. The solution is simple, install the &#8220;libsdl1.2debian-pulseaudio&#8221; package either through Synaptic or with an &#8220;apt-get install libsdl1.2debian-pulseaudio&#8221;, and your ETQW will be able to play sounds/music again <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/04/14/ubuntu-hardy-and-sound-in-enemy-territory-quake-wars/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Practical exercises for Linux newbies</title>
		<link>http://blog.verwilst.be/2008/04/12/practical-exercises-for-linux-newbies/</link>
		<comments>http://blog.verwilst.be/2008/04/12/practical-exercises-for-linux-newbies/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 22:33:50 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/?p=55</guid>
		<description><![CDATA[Once a week ( and soon twice ), I&#8217;m a Linux teacher @ Syntra West. I currently teach the class &#8220;advanced Linux&#8221; for the second-year students in the &#8220;Network administrator&#8221; course. The best way to learn a new operating system is to get your hands dirty, but coming up with fun and practical exercises seem [...]]]></description>
			<content:encoded><![CDATA[<p>Once a week ( and soon twice ), I&#8217;m a Linux teacher @ Syntra West. I currently teach the class &#8220;advanced Linux&#8221; for the second-year students in the &#8220;Network administrator&#8221; course.</p>
<p>The best way to learn a new operating system is to get your hands dirty, but coming up with fun and practical exercises seem to be pretty hard. They already managed to install Drupal and Joomla on the self-deployed Apache server, but still the general &#8220;i-feel-at-home-here&#8221; feeling isn&#8217;t present yet.</p>
<p>I was wondering of some of you guys/girls know practical and &#8220;fun&#8221; ways to get better acquainted to the Linux way? I could then use them in my lessons and show them working with the console can be fun, flexible and powerful!</p>
<p>Thanks in advance <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/04/12/practical-exercises-for-linux-newbies/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Active-Passive bonding on Solaris 10</title>
		<link>http://blog.verwilst.be/2008/04/09/active-passive-bonding-on-solaris-10/</link>
		<comments>http://blog.verwilst.be/2008/04/09/active-passive-bonding-on-solaris-10/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 10:57:33 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HA]]></category>
		<category><![CDATA[redundancy]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/?p=54</guid>
		<description><![CDATA[In the line of duty, we were force-fed a Sun X4150 server running Solaris 10. We don&#8217;t have any Solaris expertise in-house ( we&#8217;re all Linux dudes ), so it was quite the challenge to fix a network issue we were having. The server had 4 NIC&#8217;s, which should be paired  by 2, to create [...]]]></description>
			<content:encoded><![CDATA[<p>In the line of duty, we were force-fed a Sun X4150 server running Solaris 10. We don&#8217;t have any Solaris expertise in-house ( we&#8217;re all Linux dudes <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ), so it was quite the challenge to fix a network issue we were having. The server had 4 NIC&#8217;s, which should be paired  by 2, to create 2 bonded interfaces, each with an active and a passive NIC. ( Bonding mode 1 in Linux  ).</p>
<p>Now, in Linux, this would be a piece of cake. In Solaris, it was a bit more challenging. <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>First of all, a third-party installed the server. The NIC&#8217;s came divided in 2 interfaces, aggr1 and aggr2. At first I assumed that bonding was called &#8220;aggregation&#8221; under Solaris, just as it&#8217;s called &#8220;teaming&#8221; under windows. Since we were experiencing quite a bit of packetloss on those links, we went to investigate some more. We wanted redundant switches, so <a href="http://en.wikipedia.org/wiki/Link_Aggregation_Control_Protocol" >LACP ( Link Aggregation Control Protocol )</a> wasn&#8217;t an option, since that requires the use of only a single switch.</p>
<p>Our guess was that the Solaris wasn&#8217;t configured in active-passive mode, but we lacked the Solaris-knowledge to exactly find out what to fix. Booting the Sun server with a Centos livecd, and configuring bonding the &#8220;Linux Way&#8221; worked flawlessly, and packetloss disappeared.</p>
<p>Turning our attention back to the Solaris machine ( with the help of an external support guy ), we configured the Solaris box with IPMP ( IP Multipath ). The inner workings are a bit different than good old mode1 bonding, but the result was the same.</p>
<p>We had 4 interfaces, which needed to be grouped in pairs of 2. So e1000g0 and e1000g1 would combine under bond0 and e1000g2 and e1000g3 would be grouped under bond1.</p>
<p>We created 4 files:</p>
<p>/etc/hostname.e1000g0 contained:</p>
<p><strong>group bond0 up</strong></p>
<p><strong>node1</strong></p>
<p>/etc/hostname.e1000g1 contained:<strong></strong></p>
<p><strong>group bond0 up</strong></p>
<p>This added the 2 devices to bond0, and configured the first ( primary ) device with the ip address of node1 ( which is defined in our /etc/hosts file )</p>
<p>/etc/hostname.e1000g2 contained:</p>
<p><strong>group bond1 up</strong></p>
<p><strong>node2</strong></p>
<p>/etc/hostname.e1000g1 contained:</p>
<p><strong>group bond1 up</strong></p>
<p>Then we did the same for the other 2 interfaces, but assigned another ip address ( the address of node2, defined in our /etc/hosts file as well ), and another groupname.</p>
<p>This makes sure that when we reboot the server, the machine comes up in a happily bonded state, without packet loss! Hooray!</p>
<p>An &#8220;ifconfig -a&#8221; showed us the following:</p>
<p><strong>lo0: flags=2001000849&lt;UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL&gt; mtu 8232 index 1<br />
inet 127.0.0.1 netmask ff000000</strong></p>
<p><strong><br />
e1000g0: flags=1000843&lt;UP,BROADCAST,RUNNING,MULTICAST,IPv4&gt; mtu 1500 index 2<br />
inet 10.0.1.10 netmask ffffff00 broadcast 10.0.1.255<br />
groupname bond0<br />
ether 0:1b:23:a3:42:30</strong></p>
<p><strong><br />
e1000g1: flags=1000843&lt;UP,BROADCAST,RUNNING,MULTICAST,IPv4&gt; mtu 1500 index 3<br />
inet 0.0.0.0 netmask ff000000 broadcast 0.255.255.255<br />
groupname bond0<br />
ether </strong><strong>0:1b:23:a3</strong><strong>:42:31</strong></p>
<p><strong><br />
e1000g2: flags=1000843&lt;UP,BROADCAST,RUNNING,MULTICAST,IPv4&gt; mtu 1500 index 4<br />
inet 10.0.2.10 netmask ffffff00 broadcast 10.0.2.255<br />
groupname bond1<br />
ether </strong><strong>0:1b:23:a3</strong><strong>:42:32</strong></p>
<p><strong><br />
e1000g3: flags=1000843&lt;UP,BROADCAST,RUNNING,MULTICAST,IPv4&gt; mtu 1500 index 5<br />
inet 0.0.0.0 netmask ff000000 broadcast 0.255.255.255<br />
groupname bond1<br />
ether </strong><strong>0:1b:23:a3</strong><strong>:42:33 </strong></p>
<p>When we pull out of the cables on any NIC, the system switches the ip address to the secondary NIC in the group, and becomes the active member until the connection of the primary NIC is back up.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/04/09/active-passive-bonding-on-solaris-10/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Openfire XMPP server going fully opensource!</title>
		<link>http://blog.verwilst.be/2008/04/07/openfire-xmpp-server-going-fully-opensource/</link>
		<comments>http://blog.verwilst.be/2008/04/07/openfire-xmpp-server-going-fully-opensource/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 20:50:19 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[openfire]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/?p=53</guid>
		<description><![CDATA[Very good news! IMO the best XMPP ( Jabber ) server available is going fully open source! The server itself has been opensource for as long as i can remember, but several nice-to-have plugins and features were only available to paying &#8220;enterprise&#8221; customers. Which is a valid point of business and a good way to [...]]]></description>
			<content:encoded><![CDATA[<p>Very good news! IMO the best XMPP ( Jabber ) server available is going fully open source! The server itself has been opensource for as long as i can remember, but several nice-to-have plugins and features were only available to paying &#8220;enterprise&#8221; customers. Which is a valid point of business and a good way to earn money while maintaining a great project like OpenFire. It seems along the road, the good folks at Igniterealtime found another way to provide income, and found out that maintaining 2 projects was too much work. So in 2-3 weeks, most of the enterprise grade features will become opensource too! I for one welcome our new opensource overlords! Let&#8217;s hope the most-wanted feature ( multidomain support ) gets implemented soon <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/04/07/openfire-xmpp-server-going-fully-opensource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IRC vs. reallife nicknames</title>
		<link>http://blog.verwilst.be/2008/04/05/irc-vs-reallife-nicknames/</link>
		<comments>http://blog.verwilst.be/2008/04/05/irc-vs-reallife-nicknames/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 15:29:55 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Non-Technical]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/?p=52</guid>
		<description><![CDATA[As posted in several other blogs, i&#8217;m also called Bort in reallife. But since wherever i work, at least 1 Bart is already working there as well, I&#8217;ve gotten used to the nickname, and i actually respond better to Bort than to Bart lately. At my previous job at Hostbasket, several newer coworkers actually came [...]]]></description>
			<content:encoded><![CDATA[<p>As posted in <a href="http://blog.digital-scurf.org/2008/04/04#hello-my-name-is" >several</a> <a href="http://madduck.net/blog/2008.04.04:nicknames/">other</a> <a href="http://www.grep.be/blog/en/computer/cluebat/ircnames">blogs</a>, i&#8217;m also called Bort in reallife. But since wherever i work, at least 1 Bart is already working there as well, I&#8217;ve gotten used to the nickname, and i actually respond better to Bort than to Bart lately. At my previous job at <a href="http://www.hostbasket.com" >Hostbasket</a>, several newer coworkers actually came to me saying &#8220;hey, that guy called you Bart? Why&#8217;s that?&#8221; after working with me for several weeks/months <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It was such a normal thing to call me Bort, that everyone did so, even on presentations and documents. So i don&#8217;t mind being called Bort, it has a certain charm to it <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I do find it annoying to have to tell the origin of that name a lot, which was originally used in an episode of the Simpsons, where the Simpson family went to Itchy &amp; Scratchy land. Bart was looking for a namebased licenseplate in a shop there, but could only find ones labeled &#8220;Bort&#8221;. That name came back several times during that episode. There, now everyone knows <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/04/05/irc-vs-reallife-nicknames/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why RSS sucks</title>
		<link>http://blog.verwilst.be/2008/04/02/why-rss-sucks/</link>
		<comments>http://blog.verwilst.be/2008/04/02/why-rss-sucks/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 10:19:29 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/?p=51</guid>
		<description><![CDATA[Back in the good old rss-free days, you could spend countless fun-filled hours browsing your favorite sites, looking for new articles or cool new anecdotes. Sometimes you would forget one of your beloved sites for a while, so that when you remember it again, the articles have stacked up since your last visit, giving you [...]]]></description>
			<content:encoded><![CDATA[<p>Back in the good old rss-free days, you could spend countless fun-filled hours browsing your favorite sites, looking for new articles or cool new anecdotes. Sometimes you would forget one of your beloved sites for a while, so that when you remember it again, the articles have stacked up since your last visit, giving you an even more abundant reading-frenzy. Every time you browse to one of your sites, you get this warm fuzzy &#8220;will there be an awesome article there, begging to be read?&#8221; feeling. It really brightened up those boring/lazy hours everyone has now and then.</p>
<p>Enter RSS. Wether you&#8217;re subscribed to 10, 100 or more sites, you race through them so fast, that in 5 minutes time, you&#8217;re back to &#8220;ok, ive checked out everything that&#8217;s new in internet-land, now what&#8230;&#8221;. Boredom strikes again. No more hunting nice articles, or trying hard to remember that one awesome site that just slips your mind right now.. Pff.. efficiency is overrated.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/04/02/why-rss-sucks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IRC proxying ( a.k.a bouncers ) without worries</title>
		<link>http://blog.verwilst.be/2008/03/21/irc-proxying-aka-bouncers-without-worries/</link>
		<comments>http://blog.verwilst.be/2008/03/21/irc-proxying-aka-bouncers-without-worries/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 12:16:41 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/03/21/irc-proxying-aka-bouncers-without-worries/</guid>
		<description><![CDATA[Over at Sliceo, people like the smallest VPS available for things like DNS hosting or IRC proxying. This means that a daemon keeps the connection to the their favorite IRC servers/channels open and logged in, as if the user was online 24/7. Instead of connecting directly to said servers and channels from normal clients ( [...]]]></description>
			<content:encoded><![CDATA[<p>Over at <a href="http://www.sliceo.eu">Sliceo</a>, people like the smallest VPS available for things like DNS hosting or IRC proxying. This means that a daemon keeps the connection to the their favorite IRC servers/channels open and logged in, as if the user was online 24/7. Instead of connecting directly to said servers and channels from normal clients ( like X-Chat ), the user connects to the irc proxy instead, and continue his/her chat sessions just as he never went offline.. In the line of Sliceo duty, i helped to stabilise a setup that was going to be used for this exact purpose.</p>
<p>We tried several bouncers, like <a href="http://www.psybnc.at/">psybnc</a>, <a href="http://www.ircproxy.night-light.net/">ircproxy</a>, to no avail. Most would crash after a while, and would overall be horrible in the stability-department. But then we found <a href="http://bip.t1r.net/">BIP</a>. It had a few bugs as well, but some personal contact to its&#8217; author quickly solved every bump in the road. Now, 0.7 is out, which incorporates all the fixes to the problems we were having.</p>
<p>The result: a bouncer that has been serving the needs for mutiple IRC users for many weeks now without a single crash or hickup! People looking for a solid IRC bouncer should really check out <a href="http://bip.t1r.net/">BIP</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/03/21/irc-proxying-aka-bouncers-without-worries/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Broken libc in Ubuntu Hardy this morning</title>
		<link>http://blog.verwilst.be/2008/03/13/broken-libc-in-ubuntu-hardy-this-morning/</link>
		<comments>http://blog.verwilst.be/2008/03/13/broken-libc-in-ubuntu-hardy-this-morning/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 11:43:07 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Inside Linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/03/13/broken-libc-in-ubuntu-hardy-this-morning/</guid>
		<description><![CDATA[I got to work, did my daily apt-get upgrade in the background, while i suddenly noticed something strange. My apps were no longer starting. I already had a browser and some terminals open, so i looked at the problem a bit closer. It seemed that apt-get tried to update my libc6 package, which was b0rked [...]]]></description>
			<content:encoded><![CDATA[<p>I got to work, did my daily apt-get upgrade in the background, while i suddenly noticed something strange. My apps were no longer starting. I already had a browser and some terminals open, so i looked at the problem a bit closer. It seemed that apt-get tried to update my libc6 package, which was b0rked and caused some mayhem everywhere in my system. A quick launchpad search confirmed my guess, libc6 upgrade was the culprit. Since i wasn&#8217;t root on any of my terminals, and sudo and su crashed right away, i downloaded the previous version of the libc6 package ( luckily wget still working fine <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ), and rebooted with a livecd. As a sidenote, Gentoo still has the best damn rescue-cd&#8217;s known to man. <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I installed the older version of libc6 from a chroot, and voila, all fine and dandy!</p>
<p>A bit later, <a href="http://krisbuytaert.be/blog/" target="_blank">sdog</a> pointed me to <a href="http://blog.liw.fi/posts/broken-libc-what-now/" target="_blank">another post about the incident</a>.</p>
<p>People around the world that are pissed off about this problem, or are moaning/flaming to the devs, please, get a life. As you might have noticed, the word &#8220;ALPHA&#8221; is used pretty abundantly all over your beloved Hardy system, and the UWN and release pages clearly mention &#8220;Pre-releases of Hardy are &#8220;NOT&#8221; encouraged for anyone needing a stable system or anyone who is not comfortable running into occasional, even frequent breakage.&#8221;. You&#8217;ve been warned. Deal with it.</p>
<p>Anyways, kudos to the Ubuntu devs for their swift and prompt fix to this problem! Hardy is shaping up to be a very nice distribution!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/03/13/broken-libc-in-ubuntu-hardy-this-morning/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox 3 Javascript speed benchmarks</title>
		<link>http://blog.verwilst.be/2008/03/11/firefox-3-javascript-speed-benchmarks/</link>
		<comments>http://blog.verwilst.be/2008/03/11/firefox-3-javascript-speed-benchmarks/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 22:51:43 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[benchmarks]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/03/11/firefox-3-javascript-speed-benchmarks/</guid>
		<description><![CDATA[As the final phase of the Firefox 3.0 development cycle approaches, people all over the world seem to get more and more anxious and excited about the upcoming release. ZDNet has some preliminary Javascript benchmarks with most current browsers, and FF 3 seems to easily outpace every one of them, being 3 times as fast [...]]]></description>
			<content:encoded><![CDATA[<p>As the final phase of the Firefox 3.0 development cycle approaches, people all over the world seem to get more and more anxious and excited about the upcoming release. ZDNet has some preliminary Javascript benchmarks with most current browsers, and FF 3 seems to easily outpace every one of them, being 3 times as fast as Firefox 2, and 5 times faster than IE 7! Read more about it <a href="http://blogs.zdnet.com/Burnette/?p=548" target="_blank">here</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/03/11/firefox-3-javascript-speed-benchmarks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Top priority&#8221; is in they eye of the beholder</title>
		<link>http://blog.verwilst.be/2008/03/11/top-priority-is-in-they-eye-of-the-beholder/</link>
		<comments>http://blog.verwilst.be/2008/03/11/top-priority-is-in-they-eye-of-the-beholder/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 12:20:33 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bacula]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/03/11/top-priority-is-in-they-eye-of-the-beholder/</guid>
		<description><![CDATA[Microsoft Windows Home Server has had a data corruption bug in their backups for many months now ( since December IIRC ). They are stating that this bug has their top priority. Then they say they hope to have it fixed by June. I mean WTF&#8230;  if it takes them over 7 months to fix [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Windows Home Server has had a data corruption bug in their backups for many months now ( since December IIRC ). They are stating that this bug has their top priority. Then they say they hope to have it fixed by June. I mean WTF&#8230;  if it takes them over 7 months to fix their &#8220;top priority&#8221; bugs, i can&#8217;t even begin to imagine how long their low priority bugs take to be resolved ( if ever ) <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  In the meantime, people dumb enough to pay for MS products, like Windows Home Server, can use open source backup alternatives WITHOUT fear for corruption <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://www.bacula.org/" target="_blank">Bacula</a> and <a href="http://backuppc.sourceforge.net/" target="_blank">BackupPC</a> are just a couple of names that come to mind right away <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/03/11/top-priority-is-in-they-eye-of-the-beholder/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SCIM in Ubuntu Hardy</title>
		<link>http://blog.verwilst.be/2008/03/11/scim-in-ubuntu-hardy/</link>
		<comments>http://blog.verwilst.be/2008/03/11/scim-in-ubuntu-hardy/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 10:22:57 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Distro Stuff]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[scim]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/03/11/scim-in-ubuntu-hardy/</guid>
		<description><![CDATA[For the past couple of days, SCIM seems to be enabled by default in the latest development builds of Ubuntu Hardy. SCIM is a platform that takes care of handling different input methods. But I really don&#8217;t need to type vietnamese, russian, or any other exotic language. Another annoyance is that the keybindings can conflict [...]]]></description>
			<content:encoded><![CDATA[<p>For the past couple of days, SCIM seems to be enabled by default in the latest development builds of Ubuntu Hardy. SCIM is a platform that takes care of handling different input methods. But I really don&#8217;t need to type vietnamese, russian, or any other exotic language. Another annoyance is that the keybindings can conflict with other applications, which makes it even more cumbersome to use. Trying to close SCIM from the system tray by selecting &#8220;Exit&#8221; doesn&#8217;t work, it just restarts the application in less than a second.. So, how do we go about disabling this once and for all?</p>
<p>Type this in your console: &#8220;sudo update-alternatives &#8211;set xinput-all_ALL /etc/X11/xinit/xinput.d/default&#8221; .</p>
<p>Restarting X should show you a scim-less systray!</p>
<p>Now let&#8217;s hope the Ubuntu guys remove this crap by default again before Hardy hits GA <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/03/11/scim-in-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Out of office</title>
		<link>http://blog.verwilst.be/2008/03/06/out-of-office/</link>
		<comments>http://blog.verwilst.be/2008/03/06/out-of-office/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 20:10:43 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Non-Technical]]></category>
		<category><![CDATA[holidays]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/03/06/out-of-office/</guid>
		<description><![CDATA[I&#8217;m leaving for the french mountains in a few hours! Going to spend until sunday snowboarding there with some friends My girlfriend &#8211; who is staying at home &#8211; is less excited about it, but, since i just found out she reads this blog too i thought i could dedicate this post to her I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m leaving for the french mountains in a few hours! Going to spend until sunday snowboarding there with some friends <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My girlfriend &#8211; who is staying at home &#8211; is less excited about it,  but, since i just found out she reads this blog too <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  i thought i could dedicate this post to her <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://weblog.verwilst.be/wp-content/uploads/2008/03/love_tux.jpg" title="Love Tux"><img src="http://weblog.verwilst.be/wp-content/uploads/2008/03/love_tux.jpg" alt="Love Tux" border="0" /><br />
</a></p>
<p>I&#8217;m sure she&#8217;ll like it <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Luv ya! I&#8217;ll be back! &lt;/terminator-voice&gt;<br />
( Picture shamelessly stolen from <a href="http://blog.elisehuard.be" target="_blank">Elise&#8217;s blog</a>, but I&#8217;m sure she won&#8217;t mind <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/03/06/out-of-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony ( or any other framework :) ) pitfalls</title>
		<link>http://blog.verwilst.be/2008/03/05/symfony-or-any-other-framework-pitfalls/</link>
		<comments>http://blog.verwilst.be/2008/03/05/symfony-or-any-other-framework-pitfalls/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 23:06:14 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/03/05/symfony-or-any-other-framework-pitfalls/</guid>
		<description><![CDATA[Using a system like Symfony for your website creation needs has a lot of advantages, no doubt about that. But you also need to be aware that you&#8217;re unwillingly creating a pattern that can be abused when you aren&#8217;t paying attention. I got caught by one of these myself for a few weeks now.. Let [...]]]></description>
			<content:encoded><![CDATA[<p>Using a system like <a href="http://www.symfony-project.org/" target="_blank">Symfony</a> for your website creation needs has a lot of advantages, no doubt about that.</p>
<p>But you also need to be aware that you&#8217;re unwillingly creating a pattern that can be abused when you aren&#8217;t paying attention. I got caught by one of these myself for a few weeks now.. <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Let me explain.. For a couple of weeks, one of my sites was cursed with some strange voodoo. I had a list of some items on a page, and 1 of these items ( always the same one ) kept disappearing on a daily basis, while i was the only one with access to the database. I was puzzled until some mysql logging cleared things up. Some asian IP was executing my website like this: http://mysite.be/item/delete/id/$nr where $nr are the id&#8217;s from the list. ( Basic and easy-to-try standard crud thing, available from most frameworks, so if you know Symfony, you could guess that item had a delete, create, edit, show and list action <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>Because the item module was forgotten in my security.yml frenzy, everyone could browse to that URL, and delete my items <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   But why did only one item disappear? Well, the other delete requests were denied because of foreign keys, while the deleted one wasn&#8217;t coupled to any other field, so it was successfully removed every time.</p>
<p>Anyways, i plugged the hole with a security.yml as follows:</p>
<p>delete:<br />
is_secure: on<br />
credentials: admin</p>
<p>create:<br />
is_secure: on<br />
credentials: admin</p>
<p>edit:<br />
is_secure: on<br />
credentials: admin</p>
<p>One less thing to worry about <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/03/05/symfony-or-any-other-framework-pitfalls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008, the year of opensource graphics drivers?</title>
		<link>http://blog.verwilst.be/2008/03/03/2008-the-year-of-opensource-graphics-drivers/</link>
		<comments>http://blog.verwilst.be/2008/03/03/2008-the-year-of-opensource-graphics-drivers/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 11:26:45 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Inside Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/03/03/2008-the-year-of-opensource-graphics-drivers/</guid>
		<description><![CDATA[Lately all major graphics card developers started releasing their specs to the open source community. Nvidia, AMD and Intel released vital information about their chipsets to the public, so that better open source drivers can be written, and no time gets lost with reverse engineering. Intel was the last to provide docs on http://www.intellinuxgraphics.org/ . [...]]]></description>
			<content:encoded><![CDATA[<p>Lately all major graphics card developers started releasing their specs to the open source community. Nvidia, AMD and Intel released vital information about their chipsets to the public, so that better open source drivers can be written, and no time gets lost with reverse engineering. Intel was the last to provide docs on <a href="http://www.intellinuxgraphics.org/" target="_blank">http://www.intellinuxgraphics.org/</a> . I&#8217;m pretty excited about the state of graphics drivers in the following couple of Xorg releases!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/03/03/2008-the-year-of-opensource-graphics-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upstart usage is spreading!</title>
		<link>http://blog.verwilst.be/2008/03/03/upstart-usage-is-spreading/</link>
		<comments>http://blog.verwilst.be/2008/03/03/upstart-usage-is-spreading/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 11:21:11 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Inside Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upstart]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/03/03/upstart-usage-is-spreading/</guid>
		<description><![CDATA[Upstart, the sysvinit replacement written by Ubuntu people, is finally extending its reach. This morning, Raskas pointed me to his Fedora 9 Alpha, running his daily system-update , which was replacing sysvinit with Upstart! Hooray!]]></description>
			<content:encoded><![CDATA[<p><a href="http://upstart.ubuntu.com/" target="_blank">Upstart</a>, the sysvinit replacement written by <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a> people, is finally extending its reach. This morning, <a href="http://www.raskas.be/blog" target="_blank">Raskas</a> pointed me to his Fedora 9 Alpha, running his daily system-update <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> , which was replacing sysvinit with Upstart! Hooray!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/03/03/upstart-usage-is-spreading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3 SSL certificate warnings.. confusing?</title>
		<link>http://blog.verwilst.be/2008/03/01/firefox-3-ssl-certificate-warnings-confusing/</link>
		<comments>http://blog.verwilst.be/2008/03/01/firefox-3-ssl-certificate-warnings-confusing/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 20:33:35 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/03/01/firefox-3-ssl-certificate-warnings-confusing/</guid>
		<description><![CDATA[Firefox 3 has new &#8220;invalid SSL certificate&#8221; warning screens. All fine and dandy, but pretty confusing, and way too much work to allow the certificate. When you browse to a site with an invalid/unknown ssl certificate ( such as self-signed certificates ), you see this screen: At first glance, it seemed the site was down, [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3 has new &#8220;invalid SSL certificate&#8221; warning screens. All fine and dandy, but pretty confusing, and way too much work to allow the certificate.</p>
<p>When you browse to a site with an invalid/unknown ssl certificate ( such as self-signed certificates ), you see this screen:</p>
<p><a href="http://weblog.verwilst.be/wp-content/uploads/2008/03/ff3cert1.png" title="FF3 SSL Cert Step 1"><img src="http://weblog.verwilst.be/wp-content/uploads/2008/03/ff3cert1.thumbnail.png" alt="FF3 SSL Cert Step 1" /></a></p>
<p>At first glance, it seemed the site was down, and i checked whether i typed the URL correctly. Yep, it was. Then i reread the message more clearly, and noticed it was in fact the SSL stuffs. This is where your Joe Schmoe and Jane Doe sits in front of the screen, wondering why their beloved site is down, and go on surfing to another place.</p>
<p>To actually allow you to view the site, it gets even more cumbersome. You need to go to 3 obscure steps to allow the page to be viewed, as seen below:</p>
<p><a href="http://weblog.verwilst.be/wp-content/uploads/2008/03/ff3cert2.png" title="FF3 SSL Cert Step 2"><img src="http://weblog.verwilst.be/wp-content/uploads/2008/03/ff3cert2.thumbnail.png" alt="FF3 SSL Cert Step 2" /></a></p>
<p>Clicking &#8220;Add Exception&#8221; brings you to this page:</p>
<p><a href="http://weblog.verwilst.be/wp-content/uploads/2008/03/ff3cert3.png" title="FF3 SSL Cert Step 3"><img src="http://weblog.verwilst.be/wp-content/uploads/2008/03/ff3cert3.thumbnail.png" alt="FF3 SSL Cert Step 3" /></a></p>
<p>Next, &#8220;Get Certificate&#8221; :</p>
<p><a href="http://weblog.verwilst.be/wp-content/uploads/2008/03/ff3cert4.png" title="FF3 SSL Cert Step 4"><img src="http://weblog.verwilst.be/wp-content/uploads/2008/03/ff3cert4.thumbnail.png" alt="FF3 SSL Cert Step 4" /></a></p>
<p>And, finally, the last button, &#8220;Confirm Security Exception&#8221;. And then we are able to see the page we intended to view <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ofcourse, this is just a beta ( 3 to be exact ), so I&#8217;m pretty sure some GUI master will improve the situation <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For the rest, I&#8217;m absolutely LOVING Firefox 3, sure is heading to be a big winner <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Now if only the plugins/addons follow soon.. <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/03/01/firefox-3-ssl-certificate-warnings-confusing/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Breaking up is always hard..</title>
		<link>http://blog.verwilst.be/2008/03/01/breaking-up-is-always-hard/</link>
		<comments>http://blog.verwilst.be/2008/03/01/breaking-up-is-always-hard/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 20:11:15 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Distro Stuff]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/03/01/breaking-up-is-always-hard/</guid>
		<description><![CDATA[Pretty funny story here]]></description>
			<content:encoded><![CDATA[<p>Pretty funny story <a href="http://ubuntuforums.org/showthread.php?p=4411307" target="_blank">here</a> <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/03/01/breaking-up-is-always-hard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Messenger users around the world&#8230;</title>
		<link>http://blog.verwilst.be/2008/02/27/windows-messenger-users-around-the-world/</link>
		<comments>http://blog.verwilst.be/2008/02/27/windows-messenger-users-around-the-world/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 11:34:54 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[google talk]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/02/27/windows-messenger-users-around-the-world/</guid>
		<description><![CDATA[When your beloved MSN messaging service dies on you again, you make take a minute to look at some other messaging networks, like ooh let&#8217;s say Jabber. You can use Google Talk and Pidgin on Windows to chat with other Jabber users, or Adium X on Mac OS X. Bye bye vendor lock-in, downtime, and [...]]]></description>
			<content:encoded><![CDATA[<p>When your beloved MSN messaging service <a href="http://www.zdnet.be/news.cfm?id=80987&amp;mxp=200" target="_blank">dies on you again</a>, you make take a minute to look at some other messaging networks, like ooh let&#8217;s say <a href="http://www.jabber.org/" target="_blank">Jabber</a>. You can use <a href="http://www.google.com/talk/">Google Talk</a> and <a href="http://pidgin.im" target="_blank">Pidgin</a> on Windows to chat with other Jabber users, or <a href="http://adiumx.com/" target="_blank">Adium X</a> on Mac OS X. Bye bye vendor lock-in, downtime, and annoying custom smileys and banners!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/02/27/windows-messenger-users-around-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

