<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>vanutsteen.nl</title>
<description>A blog on rails, php, computing, my bass guitar and stuff</description>
<link>http://blog.vanutsteen.nl</link>
<language>en-us</language>
<lastBuildDate>Wed, 10 May 2017 00:53:27 +0200</lastBuildDate>
<pubDate>Tue, 09 May 2017 21:46:00 +0000</pubDate>
<ttl>1800</ttl>
  <item>
    <title>Installing obs-studio with nvenc on Ubuntu 16.04</title>
    <description>A quick tutorial on installing obs studio from source when using ffmpeg installed with linuxbrew.</description>
    <link>http://blog.vanutsteen.nl/2017/05/09/installing-obs-studio-with-nvenc-on-ubuntu-16-04/</link>
    <guid isPermaLink="false">5414a7d4-c102-5324-855c-4acea0679ab6</guid>
    <pubDate>Tue, 09 May 2017 21:46:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2017/05/09/installing-obs-studio-with-nvenc-on-ubuntu-16-04/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Install Oracle java on Ubuntu 16.04</title>
    <description>I wanted to try out the new version of
phpstorm and see if the fonts rendered
better then the last time I tried it on Ubuntu.
OpenJDK has some problem with rendering fonts due to
some licensing issues so I had to install oracle Java. In the past 
...</description>
    <link>http://blog.vanutsteen.nl/2016/12/09/install-oracle-java-on-ubuntu-16-04/</link>
    <guid isPermaLink="false">8c97d6ee-5a1f-513c-9224-0d1bbc3ed69c</guid>
    <pubDate>Fri, 09 Dec 2016 14:28:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2016/12/09/install-oracle-java-on-ubuntu-16-04/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Compiling brewtarget 2.4.0 from source on Ubuntu</title>
    <description>First install the prerequisites:


              
              
                

1
2
sudo apt install libqt5multimedia5-plugins libqt5svg5 libqt5sql5-sqlite libqtgui4 libqtcore4 libqt4-xml libqt4-sql
sudo apt install qtbase5-dev qttools5-dev qttools5...


</description>
    <link>http://blog.vanutsteen.nl/2016/09/20/compiling-brewtarget-2-4-0-from-source-on-ubuntu/</link>
    <guid isPermaLink="false">689107d3-e5ef-521a-add8-af082c683d81</guid>
    <pubDate>Tue, 20 Sep 2016 07:43:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2016/09/20/compiling-brewtarget-2-4-0-from-source-on-ubuntu/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Installing emulationstation on Ubuntu 16.04</title>
    <description>
              
              
                

1
2
3
4
5
6
sudo add-apt-repository ppa:emulationstation/ppa
sudo apt update
sudo apt install emulationstation emulationstation-theme-simple
sudo add-apt-repository ppa:libretro/stable
sudo apt update...


</description>
    <link>http://blog.vanutsteen.nl/2016/08/14/installing-emulationstation-on-ubuntu-16-04/</link>
    <guid isPermaLink="false">fce914f1-da5f-5664-a497-7aa15f0d85a4</guid>
    <pubDate>Sun, 14 Aug 2016 12:18:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2016/08/14/installing-emulationstation-on-ubuntu-16-04/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Installing Windows 10 on a second ssd</title>
    <description>For a while I’ve had an extra partition on my Samsung Evo 840 pro SSD with a
Windows 10 installation on it. I’m not using it very often but when I need some
windows-only software it comes in handy. I’ve used it for updating my TomTom
rider and making...</description>
    <link>http://blog.vanutsteen.nl/2016/08/07/installing-windows-10-on-a-second-ssd/</link>
    <guid isPermaLink="false">cbce4f5d-3029-5496-8f7e-5a00804999d8</guid>
    <pubDate>Sun, 07 Aug 2016 13:35:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2016/08/07/installing-windows-10-on-a-second-ssd/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Windows]]></category>
  </item>
  <item>
    <title>Install Oracle java on Ubuntu 15.10</title>
    <description>I wanted to try out the new version of
phpstorm and see if the fonts rendered
better then the last time I tried it on Ubuntu.
OpenJDK has some problem with rendering fonts due to
some licensing issues so I had to install oracle Java. In the past 
...</description>
    <link>http://blog.vanutsteen.nl/2016/01/25/install-oracle-java-on-ubuntu-15-10/</link>
    <guid isPermaLink="false">6857b3c6-f84a-5f06-ae25-6cf698147595</guid>
    <pubDate>Mon, 25 Jan 2016 14:28:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2016/01/25/install-oracle-java-on-ubuntu-15-10/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Visualising Vim startup time</title>
    <description>I wanted to visualise Vim’s startup time because over time and with the constant
triccle of new plugins Vim became slower and slower to start up. Opening vim
with a local file wasn’t too slow (700ms) but when using Vim over sshfs
it took seconds to...</description>
    <link>http://blog.vanutsteen.nl/2016/01/14/visualising-vim-startup-time/</link>
    <guid isPermaLink="false">6efbd7b3-b83c-54b0-9402-f1c7aff0cd9b</guid>
    <pubDate>Thu, 14 Jan 2016 14:07:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2016/01/14/visualising-vim-startup-time/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Watching native Netflix on Ubuntu 14.04</title>
    <description>As reported Netflix now works natively under
Linux.

However, some people (including me) reported some troubles under Ubuntu 14.04.
After following the described steps by Nathan VanCamp I got an error when
opening a video: Error Code: M7063-1913.
...</description>
    <link>http://blog.vanutsteen.nl/2014/08/10/watching-native-netflix-on-ubuntu-14-04/</link>
    <guid isPermaLink="false">e571c628-070e-513a-8f3f-fbb0da49823c</guid>
    <pubDate>Sun, 10 Aug 2014 21:15:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2014/08/10/watching-native-netflix-on-ubuntu-14-04/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Re-scheduling backup processes</title>
    <description>On one of my machines the backup the backup process was disturbing running
services. I didn’t want to stop the backup process so I decided to lower it’s
priorities:


              
              
                

1
2
for pid in `ps aux | grep backup...


</description>
    <link>http://blog.vanutsteen.nl/2014/05/24/re-scheduling-backup-processes/</link>
    <guid isPermaLink="false">51b69773-4e24-5c98-a2e0-345520bd6b6a</guid>
    <pubDate>Sat, 24 May 2014 18:37:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2014/05/24/re-scheduling-backup-processes/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>backporting packages for a different ARCH on Ubuntu</title>
    <description>I wanted to backport mod_security from Ubuntu 14.04 (Trusty) to 12.04 (Precise).
And not only that, I also wanted to compile it for different ARCH’s. i386 in
this example.

So I had to find out how to do that. It turned out that Ubuntu provides a nice...</description>
    <link>http://blog.vanutsteen.nl/2014/04/11/backporting-packages-for-a-different-arch-on-ubuntu/</link>
    <guid isPermaLink="false">34c8db53-df6c-580b-9051-e2605d9b1787</guid>
    <pubDate>Fri, 11 Apr 2014 20:57:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2014/04/11/backporting-packages-for-a-different-arch-on-ubuntu/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Secrets of the Vim ninja</title>
    <description>I copied the excellent Vim cheat sheet “Secrets of the Vim Ninja” from Ben
Crowder and changed it a bit. I added some
commands and removed the plugins section. Maybe I should add some sort of search
function too.

My version of the Secrets of the Vim...</description>
    <link>http://blog.vanutsteen.nl/2014/03/29/secrets-of-the-vim-ninja/</link>
    <guid isPermaLink="false">1000d4ad-6f81-5c79-8e98-3f90ff0d716c</guid>
    <pubDate>Sat, 29 Mar 2014 19:53:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2014/03/29/secrets-of-the-vim-ninja/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Switching from laptop-mode-tools to tlp</title>
    <description>I’ve always used laptop-mode-tools on Ubuntu to enance the power consumption
on my laptop. It worked fairly well but one thing it didn’t do too wel is
handling suspend/resume. After a resume laptop-mode-tools was often confused in
which state the laptop...</description>
    <link>http://blog.vanutsteen.nl/2014/03/29/switching-from-laptop-mode-tools-to-tlp/</link>
    <guid isPermaLink="false">402abdcb-10eb-55ee-b65c-d9a3e3fdd5f7</guid>
    <pubDate>Sat, 29 Mar 2014 11:54:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2014/03/29/switching-from-laptop-mode-tools-to-tlp/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>OpenWrt: upgrade all packages</title>
    <description>Upgrading all packages on OpenWrt with the opkg command isn’t possible. There
is no opkg upgrade --all command or anything similar. opkg upgrade expects a
package as the first parameter that then gets upgraded. But with a little bash
scripting we can...</description>
    <link>http://blog.vanutsteen.nl/2014/01/12/openwrt-upgrade-all-packages/</link>
    <guid isPermaLink="false">012519ed-f8d3-53f0-b8de-6cfcd5f5302d</guid>
    <pubDate>Sun, 12 Jan 2014 12:54:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2014/01/12/openwrt-upgrade-all-packages/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>OpenWrt: installing openvpn on Barrier Breaker</title>
    <description>I’ve updated my OpenWrt router to the Trunk version (Barrier Breaker). I made
a backup of the configuration before installing the new firmware. After
rebooting the router openvpn stopped working. It turned out to be that only
registered files are begin...</description>
    <link>http://blog.vanutsteen.nl/2014/01/11/openwrt-installing-openvpn-on-barrier-breaker/</link>
    <guid isPermaLink="false">6f86d0a9-034f-508e-a3a3-0666004f1f6a</guid>
    <pubDate>Sat, 11 Jan 2014 13:14:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2014/01/11/openwrt-installing-openvpn-on-barrier-breaker/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>I&#x27;ve never done this before</title>
    <description>I’ve never plugged someone else’s site before but I really liked this one:
http://alexpeattie.com/

I was searching how to solve a specific problem in Middleman
App (the new syntax highlighter
Rouge) and I came accross his site. I really
like the design...</description>
    <link>http://blog.vanutsteen.nl/2014/01/07/i-ve-never-done-this-before/</link>
    <guid isPermaLink="false">0708b633-5224-5a06-842b-61b15b9b7200</guid>
    <pubDate>Tue, 07 Jan 2014 14:22:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2014/01/07/i-ve-never-done-this-before/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Installing Privoxy with Adblock filters on OpenWrt</title>
    <description>I’ve been using OpenWrt on my Netgear
WNDR3800
for a while now. It’s lovely and with all the additional software you can
install on it it’s even better.

I’ve got for example Privoxy installed on it. Privoxy
is a (non-caching) proxy with filtering...</description>
    <link>http://blog.vanutsteen.nl/2014/01/05/installing-privoxy-with-adblock-filters-on-openwrt/</link>
    <guid isPermaLink="false">32679d17-5ad9-51d4-8cd3-90ffb0054905</guid>
    <pubDate>Sun, 05 Jan 2014 09:35:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2014/01/05/installing-privoxy-with-adblock-filters-on-openwrt/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Using the chrome myPlex Queue extension with third party cookies disabled</title>
    <description>I was trying to use the Plex Queue extension for chrome
for a while but I was having some problems. Every time I tried to use it I got
this error message: You need to sign in first.

I tried reinstalling it and that didn’t work. Then I tried the Plex...</description>
    <link>http://blog.vanutsteen.nl/2013/11/05/using-the-chrome-myplex-queue-extension-with-third-party-cookies-disabled/</link>
    <guid isPermaLink="false">c52f9562-6983-5d6a-8ab7-c5aa20dcaf0f</guid>
    <pubDate>Tue, 05 Nov 2013 21:45:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/11/05/using-the-chrome-myplex-queue-extension-with-third-party-cookies-disabled/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Renaming the trash folder of an IMAP account in Thunderbird</title>
    <description>I’ve been using Thunderbird with outlook.com / office 365. So basically Thunderbird with Exchange via IMAP.

It’s been working relatively well. One little annoyance was that difference in naming folders:


Trash vs. Deleted Items
Junk vs. Junk Email
</description>
    <link>http://blog.vanutsteen.nl/2013/07/10/renaming-the-trash-folder-of-an-imap-account-in-thunderbird/</link>
    <guid isPermaLink="false">95b05415-996e-5a21-85c9-49b7e2787837</guid>
    <pubDate>Wed, 10 Jul 2013 14:29:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/07/10/renaming-the-trash-folder-of-an-imap-account-in-thunderbird/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Installing mutt-kz on Ubuntu</title>
    <description>I’ve started experimenting with mutt. I like mutt but it’s a bit conservative.
There are a lot of good patches for mutt floating on the web that aren’t beging added to the mutt core project.

For example: mutt sidebar, notmutch and the mutt trashfolder</description>
    <link>http://blog.vanutsteen.nl/2013/07/07/installing-mutt-kz-on-ubuntu/</link>
    <guid isPermaLink="false">97566c22-d72f-5413-a9ab-d18964733fd2</guid>
    <pubDate>Sun, 07 Jul 2013 21:45:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/07/07/installing-mutt-kz-on-ubuntu/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Extracting pages from a pdf on Linux</title>
    <description>I was looking for a way to extract two pages from a pdf. I could “print” the pdf
and then export it to pdf again but I wanted a better way. Preferably something I could run from the commandline
and could possibly automate.

Google returned pdftk so...</description>
    <link>http://blog.vanutsteen.nl/2013/07/02/extracting-pages-from-a-pdf-on-linux/</link>
    <guid isPermaLink="false">89420dfb-10de-50f5-af94-0a09c65c4d76</guid>
    <pubDate>Tue, 02 Jul 2013 20:39:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/07/02/extracting-pages-from-a-pdf-on-linux/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Fixing Freenas disks spindown with jails</title>
    <description>After installing the jails plugin together with bacula-sd and Firefly the disks in my Freenas box wouldn’t spin down. I first thought of Firefly doing something strange but that wasn’t the case.

I then disabled the complete jails plugin and the disk...</description>
    <link>http://blog.vanutsteen.nl/2013/06/09/fixing-freenas-disks-spindown-with-jails/</link>
    <guid isPermaLink="false">2bd5b417-8da1-5874-9485-80dcce1c7cc9</guid>
    <pubDate>Sun, 09 Jun 2013 19:48:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/06/09/fixing-freenas-disks-spindown-with-jails/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>git-extras and removing a file completely from the git history</title>
    <description>I was searching for an easy way to complete remove a file from a git repository. I found the github answer but I found it too cumbersome. I know, I’m lazy.

I tried creating my own alias but that wasn’t to my liking either. After some searching I found...</description>
    <link>http://blog.vanutsteen.nl/2013/05/22/git-extras-and-removing-a-file-completely-from-the-git-history/</link>
    <guid isPermaLink="false">aa678392-64bf-5c97-9269-ab5ce87e2941</guid>
    <pubDate>Wed, 22 May 2013 20:18:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/05/22/git-extras-and-removing-a-file-completely-from-the-git-history/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Enabling munin mysql monitor on Ubuntu 12.04</title>
    <description>
              
              
                

1
2
apt-get install libcache-cache-perl
/usr/sbin/munin-node-configure --shell | /bin/bash




              
            
</description>
    <link>http://blog.vanutsteen.nl/2013/05/13/enabling-munin-mysql-monitor-on-ubuntu-12-04/</link>
    <guid isPermaLink="false">aa979cc4-8741-5230-9009-037e340db88e</guid>
    <pubDate>Mon, 13 May 2013 08:50:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/05/13/enabling-munin-mysql-monitor-on-ubuntu-12-04/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Certificate verify failed on a puppet client</title>
    <description>
              
              
                

1
2
Warning: Unable to fetch my node definition, but the agent run will continue:
Warning: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed: [unable to...


</description>
    <link>http://blog.vanutsteen.nl/2013/05/12/certificate-verify-failed-on-a-puppet-client/</link>
    <guid isPermaLink="false">523e1b2e-334f-50bc-86cf-971a48b41f13</guid>
    <pubDate>Sun, 12 May 2013 09:51:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/05/12/certificate-verify-failed-on-a-puppet-client/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Current list of podcasts I listen to</title>
    <description>I’m downloading a lot of podcasts with flexget. Here’s my current list:


Big Web Show
Boagworld
Boagworld Boos
Breaking Development Podcast
Build Podcast
Changelog
Cloud Out Loud PHP
Cloud Out Loud Ruby
Coder Radio Video
Creative Coding Podcast
CssTricks
</description>
    <link>http://blog.vanutsteen.nl/2013/05/05/current-list-of-podcasts-i-listen-to/</link>
    <guid isPermaLink="false">36de863b-f996-5fd7-a882-58f2e14661ba</guid>
    <pubDate>Sun, 05 May 2013 08:50:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/05/05/current-list-of-podcasts-i-listen-to/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Installing KeepassX 2 on Ubuntu 13.04</title>
    <description>I’m using keepas(x) + dropbox as a replacement for lastpass since a couple of days.

I installed the version from the Ubuntu (13.04) repositories but I also wanted to try the new keepassx 2 beta.
This is what I did to compile it from source:


   ...</description>
    <link>http://blog.vanutsteen.nl/2013/05/01/installing-keepassx-2-on-ubuntu-13-04/</link>
    <guid isPermaLink="false">2dea14c3-b734-5388-b5db-35e621b557f1</guid>
    <pubDate>Wed, 01 May 2013 07:35:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/05/01/installing-keepassx-2-on-ubuntu-13-04/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Using your desktop&#x27;s git author everywhere you ssh</title>
    <description>At work I’m trying to push new techniques and methods. That’s also the case with git.
I’m trying to convince my co-workers of the benefits of working with git.

Because of the mix between old project structure (remote dev environments) and working...</description>
    <link>http://blog.vanutsteen.nl/2013/04/30/using-your-desktop-s-git-author-everywhere-you-ssh/</link>
    <guid isPermaLink="false">94b09132-fb37-5022-afa0-94ccd381b90b</guid>
    <pubDate>Tue, 30 Apr 2013 13:46:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/04/30/using-your-desktop-s-git-author-everywhere-you-ssh/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Disabling the NVIDIA videocard totally in Ubuntu 13.04 raring ringtail</title>
    <description>I’m having some small troubles with my Intel/NVIDIA (Optimus) graphical card on Ubuntu 13.04: Raring Ringtail.
It worked perfeclty on Ubuntu 12.10. Only thing I had to do was to add the bumblebee stable ppa, install it and GO!

Since 13.04 I’m having...</description>
    <link>http://blog.vanutsteen.nl/2013/04/23/disabling-the-nvidia-videocard-totally-in-ubuntu-13-04-raring-ringtail/</link>
    <guid isPermaLink="false">a4598322-345c-548b-8c50-6f5c7fe0c344</guid>
    <pubDate>Tue, 23 Apr 2013 18:10:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/04/23/disabling-the-nvidia-videocard-totally-in-ubuntu-13-04-raring-ringtail/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Determining the fastest DNS server</title>
    <description>I’ve used the OpenDNS server for some time as my primary DNS server on my OpenWrt router. However, I asked myself the question if it was actually faster then my ISP’s (Zeelandnet) DNS server. A quick search online produced namebench as nice software...</description>
    <link>http://blog.vanutsteen.nl/2013/04/14/determining-the-fastest-dns-server/</link>
    <guid isPermaLink="false">373e2953-fb6e-5def-9f03-10d3953cdd86</guid>
    <pubDate>Sun, 14 Apr 2013 13:28:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/04/14/determining-the-fastest-dns-server/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Troubles with OpenVPN on iOS</title>
    <description>

Recently an official OpenVPN app for iOS was released. I immediately installed it on my iPhone to try it out.

I have OpenVPN 2.1.4 running on my OpenWrt router and the certificates are generated by easy-rsa.

I read the OpenVPN Connect documentation...</description>
    <link>http://blog.vanutsteen.nl/2013/03/09/troubles-with-openvpn-on-ios/</link>
    <guid isPermaLink="false">f2cf093d-3c23-54b2-b69d-82b65a95a3dc</guid>
    <pubDate>Sat, 09 Mar 2013 11:56:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/03/09/troubles-with-openvpn-on-ios/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Disabling a service on boot with Ubuntu</title>
    <description>Because I always forget the specific command I’m now documenting it for myself:


              it’s update-rc.d you fool!
              
                

1
update-rc.d puppet disable




              
            
</description>
    <link>http://blog.vanutsteen.nl/2013/03/07/disabling-a-service-on-boot-with-ubuntu/</link>
    <guid isPermaLink="false">5cc8d652-6e61-524f-bce4-60f027516ade</guid>
    <pubDate>Thu, 07 Mar 2013 21:34:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/03/07/disabling-a-service-on-boot-with-ubuntu/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Zeelandnet Live TV met VLC bekijken</title>
    <description>Je kunt nu live tv bekijken via Zeelandnet / Delta. Hoera! Maar dat gaat of via een Android/iPhone app of via de… (wait for it) Silverlight extensie in je browser als je het op je desktop wilt bekijken.

Kijk, dat je Flash gebruikt voor live streaming...</description>
    <link>http://blog.vanutsteen.nl/2013/03/03/zeelandnet-live-tv-met-vlc-bekijken/</link>
    <guid isPermaLink="false">26848c85-c54a-5ae0-9845-54a8969f618d</guid>
    <pubDate>Sun, 03 Mar 2013 22:10:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/03/03/zeelandnet-live-tv-met-vlc-bekijken/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>TIL about SSH agent forwarding</title>
    <description>Today I discovered something I should have discovered ages (AGES!) ago…

So what’s the deal? I have some servers from where I want to push to some remote git repositories (bitbucket, github et cetera).
What I normally did: create a new keypair on the...</description>
    <link>http://blog.vanutsteen.nl/2013/02/19/til-ssh-agent-forwarding/</link>
    <guid isPermaLink="false">795536f4-4c30-5925-8899-8dbb194d836e</guid>
    <pubDate>Tue, 19 Feb 2013 12:39:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/02/19/til-ssh-agent-forwarding/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Some opengraph links</title>
    <description>I’ve been implementing the opengraph protocol for my blog post pages. I wanted to be sure I implemented it right and searched for tools that could help me with this task. I came up with the folowing two:


Opengraph Linter
Google Rich snippet tool
</description>
    <link>http://blog.vanutsteen.nl/2013/02/17/some-opengraph-links/</link>
    <guid isPermaLink="false">e0e09c42-7b47-5015-ab43-410b2199d967</guid>
    <pubDate>Sun, 17 Feb 2013 12:16:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/02/17/some-opengraph-links/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>running compass in the background on a server</title>
    <description>A little snippet on how to use compass on a remote development server.</description>
    <link>http://blog.vanutsteen.nl/2013/02/07/running-compass-in-the-background-on-a-server/</link>
    <guid isPermaLink="false">5d9b8d25-8039-5a10-9463-4718a02a4c10</guid>
    <pubDate>Thu, 07 Feb 2013 17:50:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/02/07/running-compass-in-the-background-on-a-server/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Set the Ubuntu Mono patched powerline font as system font in Ubuntu</title>
    <description>I installed the new (Vim) powerline with Vundle. Only thing is they provide a limited number of pre-patched fonts. In the previous version I didn’t bother because I found powerline quite nice looking even without the patched fonts. But the new version...</description>
    <link>http://blog.vanutsteen.nl/2013/02/06/set-the-ubuntu-mono-patched-powerline-font-as-system-font-in-ubuntu/</link>
    <guid isPermaLink="false">8f8a04a3-1f7c-533e-a26e-5ddcfd18322e</guid>
    <pubDate>Wed, 06 Feb 2013 22:47:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2013/02/06/set-the-ubuntu-mono-patched-powerline-font-as-system-font-in-ubuntu/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Upgraded to an ssd</title>
    <description>For the holidays I bought myself a new ssd: One of them fancy Samsung 840 pro’s:



After reading up on some sites how to use a ssd with Ubuntu / Linux:


http://tombuntu.com/index.php/2012/04/26/setting-up-ubuntu-on-an-ssd/
https://sites.google.com...
</description>
    <link>http://blog.vanutsteen.nl/2012/12/30/upgraded-to-an-ssd/</link>
    <guid isPermaLink="false">0fd4497d-1f19-5901-9516-712734c9bddd</guid>
    <pubDate>Sun, 30 Dec 2012 12:21:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/12/30/upgraded-to-an-ssd/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Quickly testing a webcam on Ubuntu</title>
    <description>I wanted a quick and easy way to test my new Logitech C920 webcam on Ubuntu 12.10. I didn’t want to install any extra software like Cheese.

After some Googling I found the following very easy script:


              
              
              ...</description>
    <link>http://blog.vanutsteen.nl/2012/12/28/quickly-testing-a-webcam-on-ubuntu/</link>
    <guid isPermaLink="false">3b283f6a-51bc-52b1-92f3-78ae78920e4c</guid>
    <pubDate>Fri, 28 Dec 2012 14:56:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/12/28/quickly-testing-a-webcam-on-ubuntu/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Some handy bacula commands</title>
    <description>
              Show what files will be backed up:
              
                

1
echo "estimate job=client.vanutsteen.nl listing client=client.vanutsteen.nl fileset=Server" | bconsole




              
            


              List all files...</description>
    <link>http://blog.vanutsteen.nl/2012/09/20/some-handy-bacula-commands/</link>
    <guid isPermaLink="false">f539599c-6123-57ea-8f7c-1c6079b4fa1c</guid>
    <pubDate>Thu, 20 Sep 2012 08:26:30 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/09/20/some-handy-bacula-commands/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>How to repair an SQLite database</title>
    <description>
              
              
                

1
echo ".dump" | sqlite3 old.db | sqlite3 new.db




              
            

Explanation: pipe “.dump” to sqlite and use that output (the dump itself) to fill the new.db database.
</description>
    <link>http://blog.vanutsteen.nl/2012/09/17/how-to-repair-an-sqlite-database/</link>
    <guid isPermaLink="false">9ac52d54-9757-5148-a7b0-df89d1ab8791</guid>
    <pubDate>Mon, 17 Sep 2012 08:14:48 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/09/17/how-to-repair-an-sqlite-database/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Cleaning up Git</title>
    <description>I had this huge git repository (1.9 gigabyte) and I couldn’t discover WHY is was SO big. After reading up on some git cleaning et cetera I did a git gc. I went from 1.9g to 12mb (megabytes yes). Unbelievable…

git-gc - Cleanup unnecessary files and...</description>
    <link>http://blog.vanutsteen.nl/2012/09/15/cleaning-up-git/</link>
    <guid isPermaLink="false">3bc950ae-0492-5140-bb72-62aafcefada4</guid>
    <pubDate>Sat, 15 Sep 2012 15:13:21 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/09/15/cleaning-up-git/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Ubuntu &amp; special characters</title>
    <description>https://help.ubuntu.com/12.04/ubuntu-help/tips-specialchars.html

I set my Compose Key to Right Alt.
</description>
    <link>http://blog.vanutsteen.nl/2012/09/11/ubuntu-special-characters/</link>
    <guid isPermaLink="false">c9335c0d-c668-5fc6-8e51-ed904a32d476</guid>
    <pubDate>Tue, 11 Sep 2012 23:20:46 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/09/11/ubuntu-special-characters/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>OpenWrt OpenVPN &amp; Gnome Network Manger + tls-remote</title>
    <description>I’ve bought myself a Netgear WNDR3800 and put OpenWrt on it. I’m loving it! It’s not as easy to use as Tomato but it is much, much more modular and configurable.
One of the first things I did was installing OpenVPN on it. Currently I have OpenVPN running...</description>
    <link>http://blog.vanutsteen.nl/2012/08/29/openwrt-openvpn-gnome-network-manger-tls-remote/</link>
    <guid isPermaLink="false">856657e9-3da7-5e87-b786-5fc780b2336c</guid>
    <pubDate>Wed, 29 Aug 2012 17:12:37 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/08/29/openwrt-openvpn-gnome-network-manger-tls-remote/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Gitlab reque &amp; supervisord</title>
    <description>Gitlab needs at least one resque daemon. I always forget to start it when I boot the (virtual) pc where gitlab resides. So I installed supervisord an set up this conf file:


              /etc/supervisor/conf.d/resque.conf
              
        ...</description>
    <link>http://blog.vanutsteen.nl/2012/08/07/gitlab-reque-supervisord/</link>
    <guid isPermaLink="false">ed27ffc1-1ba5-55d3-9183-fa47719d3890</guid>
    <pubDate>Tue, 07 Aug 2012 10:38:16 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/08/07/gitlab-reque-supervisord/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Python]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Upgrading OpenElec on the Raspberry Pi</title>
    <description>

I’ve installed openelec on my Rasberry Pi. It worked great! I upgraded regularly with the prebuild openelec binaries. The upgrade from r11493 to r11691 however went wrong. The system still booted but the screen kept black. After some awesome help...</description>
    <link>http://blog.vanutsteen.nl/2012/07/30/upgrading-openelec-on-the-raspberry-pi/</link>
    <guid isPermaLink="false">2b9f4f55-7517-52cf-b47a-ef4e857ec47d</guid>
    <pubDate>Mon, 30 Jul 2012 21:32:12 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/07/30/upgrading-openelec-on-the-raspberry-pi/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Upgrading gitlab to the new stable</title>
    <description>
              
              
                

1
2
3
4
5
cd ~/public_html/
git checkout stable
RAILS_ENV=production rake db:migrate
bundle install --without development test --deployment
sudo service nginx restart




              
            </description>
    <link>http://blog.vanutsteen.nl/2012/07/22/upgrading-gitlab-to-the-new-stable/</link>
    <guid isPermaLink="false">2649ccb0-2f9a-54e3-88b0-80f6d857e9b4</guid>
    <pubDate>Sun, 22 Jul 2012 18:20:18 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/07/22/upgrading-gitlab-to-the-new-stable/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Git: an easy way to change authors name</title>
    <description>
              
              
                

1
2
git filter-branch --commit-filter 'if [ "$GIT_AUTHOR_NAME" = "LeonB" ];
then export GIT_AUTHOR_NAME="Leon Bogaert"; export GIT_AUTHOR_EMAIL=leon@tim-online.nl;




              
            

After...</description>
    <link>http://blog.vanutsteen.nl/2012/07/16/git-an-easy-way-to-change-authors-name/</link>
    <guid isPermaLink="false">03232e09-2f6a-5d3b-941b-d35ddeb7d336</guid>
    <pubDate>Mon, 16 Jul 2012 18:25:27 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/07/16/git-an-easy-way-to-change-authors-name/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Installing &amp; using flexget</title>
    <description>Install dependencies from Ubuntu repositories


              
              
                

1
sudo apt-get install python-setuptools python-transmissionrpc




              
            

Edit ~/.pydistutils.cfg


              
             ...</description>
    <link>http://blog.vanutsteen.nl/2012/07/16/installing-using-flexget/</link>
    <guid isPermaLink="false">6bf37cfb-df9a-5e38-b51e-4d123dd28d68</guid>
    <pubDate>Mon, 16 Jul 2012 00:05:18 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/07/16/installing-using-flexget/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Python]]></category>
  </item>
  <item>
    <title>How to install gitlab on Ubuntu Server 12.04 (precise) the right way</title>
    <description>
              
              
                

1
2
3
4
5
6
add-apt-repository ppa:brightbox/passenger-nginx-testing
apt-get update
apt-get install nginx-full
cat &lt;&lt;EOF &gt; /etc/nginx/conf.d/passenger.conf
passenger_root /usr/lib/phusion-passenger;...


</description>
    <link>http://blog.vanutsteen.nl/2012/07/09/how-to-install-gitlab-on-ubuntu-server-12-04-precise-the-right-way/</link>
    <guid isPermaLink="false">ea1e71ea-2740-575e-b913-e8d5bc431569</guid>
    <pubDate>Mon, 09 Jul 2012 21:21:08 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/07/09/how-to-install-gitlab-on-ubuntu-server-12-04-precise-the-right-way/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Fixing the &quot;IPv6 addrconf: prefix with wrong length 48&quot; on Ubuntu (server)</title>
    <description>
              
              
                

1
2
3
4
5
6
7
touch /etc/sysctl.d/60-ipv6.conf

echo "net.ipv6.conf.default.autoconf = 0
net.ipv6.conf.default.accept_ra = 0
net.ipv6.conf.all.autoconf = 0
net.ipv6.conf.all.accept_ra = 0
" &gt; /etc/sysctl...


</description>
    <link>http://blog.vanutsteen.nl/2012/07/07/fixing-the-ipv6-addrconf-prefix-with-wrong-length-48-on-ubuntu-server/</link>
    <guid isPermaLink="false">b5abf080-cbd0-5ec1-9064-b8d7ae08b6fa</guid>
    <pubDate>Sat, 07 Jul 2012 00:44:40 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/07/07/fixing-the-ipv6-addrconf-prefix-with-wrong-length-48-on-ubuntu-server/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>sudo &amp; vim</title>
    <description>I had some minor annoyance while using Vim on the commandline. Whenever I did: sudo vim my Vim plugin wheren’t loaded (root had no .vimrc). I discovered that you can add environmental variables to sudo so I added this to my ~/.bash_aliases:


    ...</description>
    <link>http://blog.vanutsteen.nl/2012/06/18/sudo-vim/</link>
    <guid isPermaLink="false">d9ca9cc6-1633-59f5-981e-a434e5d7a750</guid>
    <pubDate>Mon, 18 Jun 2012 22:33:44 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/06/18/sudo-vim/</comments>
  </item>
  <item>
    <title>Disabling the oneconf service in Ubuntu</title>
    <description>Oneconf was eating up a lot of memory on my system. But if you purge the oneconf package it also removes the ubuntu-desktop and software-center package. And I wanted to keep those. Especially ubuntu-desktop.

David Anderson had a nice post about this...</description>
    <link>http://blog.vanutsteen.nl/2012/06/14/disabling-the-oneconf-service-in-ubuntu/</link>
    <guid isPermaLink="false">09bdf4fa-272f-53d5-9207-9dc32651edc5</guid>
    <pubDate>Thu, 14 Jun 2012 11:33:20 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/06/14/disabling-the-oneconf-service-in-ubuntu/</comments>
  </item>
  <item>
    <title>Opensource Github alternative</title>
    <description>While searching for a nice Github alternative (too pricey I think) I came upon this nice alternative. GITLAB
Check it out!
</description>
    <link>http://blog.vanutsteen.nl/2012/06/11/opensource-github-alternative/</link>
    <guid isPermaLink="false">51dadb28-ebf8-5cb7-9df3-c60b4d828601</guid>
    <pubDate>Mon, 11 Jun 2012 13:40:19 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/06/11/opensource-github-alternative/</comments>
  </item>
  <item>
    <title>Changing ip address on Ubuntu server</title>
    <description>Easy as pie:


              
              
                

1
2
ifconfig eth0 192.168.5.120 netmask 255.255.255.0 up
route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.168.5.1




              
            
</description>
    <link>http://blog.vanutsteen.nl/2012/04/10/changing-ip-address-on-ubuntu-server/</link>
    <guid isPermaLink="false">a775218a-7255-5469-820d-24da979443f3</guid>
    <pubDate>Tue, 10 Apr 2012 01:13:20 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/04/10/changing-ip-address-on-ubuntu-server/</comments>
  </item>
  <item>
    <title>Kruidvat fotoservice installeren op Ubuntu 12.04 (Precise Pangolin) &#x2F; Linux</title>
    <description>Ik wilde een paar foto’s afdrukken op een groot formaat en het was eerste paasdag. Dus toen ben ik maar gaan zoeken naar fotosites die Linux ondersteunen. 1 van de weinige die Linux (een beetje) ondersteunt is Kruidvat.

Zij bieden losse software aan...</description>
    <link>http://blog.vanutsteen.nl/2012/04/09/kruidvat-fotoservice-installeren-op-ubuntu-12-04-precise-pangolinlinux/</link>
    <guid isPermaLink="false">805a698a-7ff5-5dfd-be41-3cc823302e33</guid>
    <pubDate>Mon, 09 Apr 2012 13:50:53 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/04/09/kruidvat-fotoservice-installeren-op-ubuntu-12-04-precise-pangolinlinux/</comments>
  </item>
  <item>
    <title>motorrijweer.nl</title>
    <description>Ik heb de eerste versie van motorrijweer.nl live gezet! ’t Is nog vrij basis maar je kunt wel al voor een paar regio’s het motorweer/motorrijweer opvragen. Op naar de volgende versies!


</description>
    <link>http://blog.vanutsteen.nl/2012/03/16/motorrijweer-nl/</link>
    <guid isPermaLink="false">6d286ce9-c574-5601-981c-8be6d0c23ce8</guid>
    <pubDate>Fri, 16 Mar 2012 19:28:59 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/03/16/motorrijweer-nl/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Python]]></category>
  </item>
  <item>
    <title>Combining 4 images and aligning them next to eachother</title>
    <description>The workflow: make two new images out of 4: combining 2x2 to make hdr’s. Then aligning them


              
              
                

1
2
3
4
sudo apt-get install hugin-tools enfuse
enfuse DSC_166* -o 1.jpg
enfuse DSC_167* -o 2.jpg
align_image_stack...


</description>
    <link>http://blog.vanutsteen.nl/2012/03/11/combining-4-images-and-aligning-them-next-to-eachother/</link>
    <guid isPermaLink="false">8f385cad-9755-5c8c-ae76-6fd9f1f9dff6</guid>
    <pubDate>Sun, 11 Mar 2012 18:35:39 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/03/11/combining-4-images-and-aligning-them-next-to-eachother/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>The continuing story of Zend Studio 5.5.1 (part 2)</title>
    <description>Everytime I install a new version of Ubuntu / Linux I’m hoping Zend Studio (the old/good one) will still be working. This time with Ubuntu 12.04 I again had to do this but it didn’t take longer than a couple of minutes.

First I had to install the...</description>
    <link>http://blog.vanutsteen.nl/2012/03/05/the-continuing-story-of-zend-studio-5-5-1-part-2/</link>
    <guid isPermaLink="false">c74e776b-97b7-526d-aee9-190b3afffffc</guid>
    <pubDate>Mon, 05 Mar 2012 10:59:17 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/03/05/the-continuing-story-of-zend-studio-5-5-1-part-2/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>msmtp and the aliases file (&#x2F;etc&#x2F;aliases)</title>
    <description>Since version 1.4.25 msmtp has support for a aliases file. I edited my ~/.msmtprc and added:


              
              
                

1
aliases ~/.aliases




              
            


              ~/.aliases:
              
        ...</description>
    <link>http://blog.vanutsteen.nl/2012/03/04/msmtp-and-the-aliases-file-etcaliases/</link>
    <guid isPermaLink="false">b15354e3-26b3-53c1-b8ec-b0fa0a4cd14c</guid>
    <pubDate>Sun, 04 Mar 2012 16:09:10 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/03/04/msmtp-and-the-aliases-file-etcaliases/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Removing the password from an (open) ssl key</title>
    <description>
              
              
                

1
openssl rsa -in www_silverpower_nl.key -out www_silverpower_nl.key.unencrypted




              
            
</description>
    <link>http://blog.vanutsteen.nl/2012/02/22/removing-the-password-from-an-open-ssl-key/</link>
    <guid isPermaLink="false">f5da48bb-3cd6-573f-a981-11dd527686b6</guid>
    <pubDate>Wed, 22 Feb 2012 10:40:24 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/02/22/removing-the-password-from-an-open-ssl-key/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Securing chromium-browser with apparmor on Ubuntu 11.10</title>
    <description>I wanted to make chromium (chrome) more secure. Just to be safe. I found out that the package apparmor-profiles on Ubuntu contained an apparmor profile for chromium-browser. I installed it and tried to enforce it without using the aa-enforce binary...</description>
    <link>http://blog.vanutsteen.nl/2012/02/19/securing-chromium-browser-with-apparmor-on-ubuntu-11-10/</link>
    <guid isPermaLink="false">46cec59e-7c37-5694-81b3-6b68a197bfc1</guid>
    <pubDate>Sun, 19 Feb 2012 18:42:03 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/02/19/securing-chromium-browser-with-apparmor-on-ubuntu-11-10/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>dump a Varien_Db_Select &#x2F; Zend_Db_Select query</title>
    <description>
              
              
                

1
2
3
4
5
6
&lt;?php
$query = $adapter-&gt;getProfiler()-&gt;getLastQueryProfile()-&gt;getQuery(); //print last executed query
foreach ($adapter-&gt;getProfiler()-&gt;getLastQueryProfile()-&gt;getQueryParams() as $k =&gt; 


</description>
    <link>http://blog.vanutsteen.nl/2012/02/13/dump-a-varien_db_select-zend_db_select-query/</link>
    <guid isPermaLink="false">1d96d4f4-7248-509f-819e-0a29933000c8</guid>
    <pubDate>Mon, 13 Feb 2012 10:26:06 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/02/13/dump-a-varien_db_select-zend_db_select-query/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Nginx + sabnzbd + sickbeard + couchpotato + spotweb on my pandaboard</title>
    <description>I got Apache- (mpm-itk), sickbeard, sabnzbd, couchpotato and spotweb running on my pandaboard. But apache really used up a lot of resources. So I decided to replace it with nginx. Nginx would be a reverse proxy and communicate via fastcgi with php...</description>
    <link>http://blog.vanutsteen.nl/2012/02/04/nginx-sabnzbd-sickbeard-couchpotato-spotweb-on-my-pandaboard/</link>
    <guid isPermaLink="false">34ea14fa-a982-5180-b49a-02590b1a58a9</guid>
    <pubDate>Sat, 04 Feb 2012 19:02:30 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/02/04/nginx-sabnzbd-sickbeard-couchpotato-spotweb-on-my-pandaboard/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Access a pandaboard with a &#x27;screen&#x27; serial console</title>
    <description>Easy as:


              
              
                

1
/usr/bin/screen /dev/ttyUSB0 115200




              
            
</description>
    <link>http://blog.vanutsteen.nl/2012/01/30/access-a-pandaboard-with-a-screen-serial-console/</link>
    <guid isPermaLink="false">5f694e26-4524-5319-ac8a-bd56754e7714</guid>
    <pubDate>Mon, 30 Jan 2012 23:56:58 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/01/30/access-a-pandaboard-with-a-screen-serial-console/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>ACTA &#x2F; SOPA &#x2F; PIPA</title>
    <description>Iedereen die het nog niet gedaan heeft: onderteken de ACTA petitie nu!
</description>
    <link>http://blog.vanutsteen.nl/2012/01/27/acta-sopa-pipa/</link>
    <guid isPermaLink="false">29eda4e2-9ee7-53c9-a96d-658fee043022</guid>
    <pubDate>Fri, 27 Jan 2012 19:13:30 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/01/27/acta-sopa-pipa/</comments>
  </item>
  <item>
    <title>git add -u</title>
    <description>This is a nice one:


              
              
                

1
git add -u




              
            

This only adds already commited files to a new commit. And leaves files not in the git repository alone.
</description>
    <link>http://blog.vanutsteen.nl/2012/01/21/git-add-u/</link>
    <guid isPermaLink="false">745fe489-c6b5-57ce-bd08-16e20c1e3ce5</guid>
    <pubDate>Sat, 21 Jan 2012 19:40:54 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2012/01/21/git-add-u/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Ubuntu 11.10 on my laptop and ufw</title>
    <description>I decided on enabling ufw (uncomplicated firewall) on my laptop (you can’t be secure enough). Too bad it isn’t enabled by default on Ubuntu. So I had to do this:


              
              
                

1
2
3
4
5
6
7
sudo ufw enable
sudo ufw...


</description>
    <link>http://blog.vanutsteen.nl/2011/12/24/ubuntu-11-10-on-my-laptop-and-ufw/</link>
    <guid isPermaLink="false">7846a893-742a-5faa-8a71-6172c67fe72a</guid>
    <pubDate>Sat, 24 Dec 2011 00:44:31 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/12/24/ubuntu-11-10-on-my-laptop-and-ufw/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Listing contents of a tar.gz and extracting one specific directory</title>
    <description>
              
              
                

1
2
# tar -ztvf babyhuiscasita.nl.tar.gz |grep sql
# tar -xzvf babyhuiscasita.nl.tar.gz ./.backup/babyhuiscasita.nl_mysql




              
            

-t = list
-x = extract
</description>
    <link>http://blog.vanutsteen.nl/2011/12/09/listing-contents-of-a-tar-gz-and-extracting-one-specific-directory/</link>
    <guid isPermaLink="false">47201c62-b06b-526a-afb6-47f97db7dafa</guid>
    <pubDate>Fri, 09 Dec 2011 00:04:03 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/12/09/listing-contents-of-a-tar-gz-and-extracting-one-specific-directory/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Asus k53sv &amp; ubuntu power management</title>
    <description>Using my new Asus k53sv with Ubuntu 11.10 resulted in 2 hours of battery time. I know the k53 doesn’t have a fancy battery (quite the opposite) but I thought 2 hours was really bad.

With the power regression bug of the Linux kernel in my mind, I started...</description>
    <link>http://blog.vanutsteen.nl/2011/11/23/asus-k53sv-ubuntu-power-management/</link>
    <guid isPermaLink="false">87db2e1f-4619-5847-a3c0-6e8c99e51479</guid>
    <pubDate>Wed, 23 Nov 2011 23:48:32 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/11/23/asus-k53sv-ubuntu-power-management/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>3 useful route commands</title>
    <description>To route an ip address through a (vpn) connection:


              
              
                

1
2
3
sudo route add -net XX.192.85.XX netmask 255.255.255.255 gw 192.168.1.1
sudo route add -net 10.76.122.0 netmask 255.255.255.0 gw 192.168.1.1...


</description>
    <link>http://blog.vanutsteen.nl/2011/11/09/3-useful-route-commands/</link>
    <guid isPermaLink="false">b6b9ed6e-87dd-58eb-a78b-28d9bb7a3edb</guid>
    <pubDate>Wed, 09 Nov 2011 13:24:43 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/11/09/3-useful-route-commands/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>3 useful route commands</title>
    <description>To route an ip address through a (vpn) connection:



1
2
          &lt;div&gt;
            &lt;div class="highlight shell"&gt;&lt;table style="border-spacing: 0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="gutter gl" style="text-align: right"&gt;&lt;pre class="lineno"&gt;1




2
3sudo route add...</description>
    <link>http://blog.vanutsteen.nl/2011/11/09/2-useful-route-commands/</link>
    <guid isPermaLink="false">50fff883-eacc-5cac-b425-3c0104765111</guid>
    <pubDate>Wed, 09 Nov 2011 13:24:43 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/11/09/2-useful-route-commands/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Sublime Text 2</title>
    <description>I installed sublime text on my Ubuntu 11.10 box but I had some troubled loading external python modules:


              
              
                

1
2
3
4
5
loaded 937 snippets
&gt;&gt;&gt; import distutils
Traceback (most recent call last):
  File


</description>
    <link>http://blog.vanutsteen.nl/2011/10/26/sublime-text-2/</link>
    <guid isPermaLink="false">3d74b4ce-9100-5daa-815e-fa4b668c3275</guid>
    <pubDate>Wed, 26 Oct 2011 23:36:30 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/10/26/sublime-text-2/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
	<category><![CDATA[Python]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Chaning the glippy indicator icon</title>
    <description>Copy the mono paste icon over to ~/.icons/Humanity/actions/22/edit-paste.svg
</description>
    <link>http://blog.vanutsteen.nl/2011/10/24/chaning-the-glippy-indicator-icon/</link>
    <guid isPermaLink="false">4cd091c1-ae37-502e-afb4-8537d96d3398</guid>
    <pubDate>Mon, 24 Oct 2011 23:25:26 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/10/24/chaning-the-glippy-indicator-icon/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Using rsync with spaces</title>
    <description>Something to never forget again:


              
              
                

1
rsync --recursive me@remote:'"~/Very complicated path/"' ~/Downloads/




              
            

So: single quote, double quote, path, double quote, single quote</description>
    <link>http://blog.vanutsteen.nl/2011/09/14/using-rsync-with-spaces/</link>
    <guid isPermaLink="false">ae17ebcd-0474-56f8-b1c2-9693b67a803f</guid>
    <pubDate>Wed, 14 Sep 2011 00:51:16 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/09/14/using-rsync-with-spaces/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>The continuing story of Zend Studio 5.5.1</title>
    <description>Everytime I install a new version of Ubuntu / Linux I’m hoping Zend Studio (the old/good one) will still be working. So I installed Ubuntu 11.10 and also this time I had to install some stuff to get Zend Studio working.


              
          ...</description>
    <link>http://blog.vanutsteen.nl/2011/09/06/the-continuing-story-of-zend-studio-5-5-1/</link>
    <guid isPermaLink="false">2274c191-553b-51bb-b836-896af079b84b</guid>
    <pubDate>Tue, 06 Sep 2011 23:44:18 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/09/06/the-continuing-story-of-zend-studio-5-5-1/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>ClipIt clipboard manager trayicon under Ubuntu 11.10</title>
    <description>

In ubuntu 11.04 I had an icon at ~/.icons/Humanity/status/22/gtk-paste.svg so I would get a nice systray icon for ClipIt. But ClipIt changed something so now I had to cp the gtk-paste.svg to:

~/.icons/hicolor/scalable/apps/clipit-trayicon.svg

</description>
    <link>http://blog.vanutsteen.nl/2011/09/06/clipit-clipboard-manager-trayicon-under-ubuntu-11-10/</link>
    <guid isPermaLink="false">58237e49-9c8c-5b26-a49f-bf4904ba681b</guid>
    <pubDate>Tue, 06 Sep 2011 23:19:45 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/09/06/clipit-clipboard-manager-trayicon-under-ubuntu-11-10/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Install pcntl (pcntl_fork) on Ubuntu Hardy</title>
    <description>No apt-getting on Hardy :(


              
              
                

1
2
3
4
5
6
7
8
9
10
11
cd ~/
mkdir php
cd php
apt-get source php5
cd php5-*/ext/pcntl
phpize
./configure
make
no=`phpize | grep "Zend Module Api No" | cut -d : -f2 | awk...


</description>
    <link>http://blog.vanutsteen.nl/2011/08/18/install-pcntl-pcntl_fork-on-ubuntu-hardy/</link>
    <guid isPermaLink="false">4ef15007-1a91-5f5d-81bf-60ffef17b4d8</guid>
    <pubDate>Thu, 18 Aug 2011 07:28:03 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/08/18/install-pcntl-pcntl_fork-on-ubuntu-hardy/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Lsyncd</title>
    <description>I was messing around with some python script to test a spamassassin install. It checks al the mail in the spam folder an see if it is marked as spam. Then it goes through the mail in ham/ and see if it passes as not-spam.

So I’m developing it on my...</description>
    <link>http://blog.vanutsteen.nl/2011/08/09/lsyncd/</link>
    <guid isPermaLink="false">6505fad5-d888-5ba4-a22f-c0abac450e16</guid>
    <pubDate>Tue, 09 Aug 2011 23:50:19 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/08/09/lsyncd/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Python]]></category>
  </item>
  <item>
    <title>vim on github!</title>
    <description>Vim is now on a github repository. Check: https://github.com/LeonB/vim
</description>
    <link>http://blog.vanutsteen.nl/2011/08/05/vim-on-github/</link>
    <guid isPermaLink="false">15cc91df-f854-51c7-b94f-95813ed67d8e</guid>
    <pubDate>Fri, 05 Aug 2011 00:09:27 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/08/05/vim-on-github/</comments>
  </item>
  <item>
    <title>rsync retry (rrsync)</title>
    <description>Met onze super-stabiele connectie op het kantoor wil rsync er nog wel eens uitklappen. Dus als je dan ’s ochtends kijkt hoe ver ‘ie is kom je er achter dat rsync gestopt is. Daarom een rrsync. Gebasseerd op deze link: http://blog.iangreenleaf.com/2009...</description>
    <link>http://blog.vanutsteen.nl/2011/05/06/rsync-retry-rrsync/</link>
    <guid isPermaLink="false">14d33915-44ea-5b4e-971d-91c9c5c57410</guid>
    <pubDate>Fri, 06 May 2011 08:16:35 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/05/06/rsync-retry-rrsync/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Linux printer drivers for the Dell 1710n</title>
    <description>Voila: http://www.cups.org/ppd.php?L483+I80+T+Q
</description>
    <link>http://blog.vanutsteen.nl/2011/04/18/linux-printer-drivers-for-the-dell-1710n/</link>
    <guid isPermaLink="false">350811c9-ed7b-5e57-b97a-582221e4fce6</guid>
    <pubDate>Mon, 18 Apr 2011 10:15:39 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/04/18/linux-printer-drivers-for-the-dell-1710n/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Nice: github resumé</title>
    <description>Generate your own Github resumé
</description>
    <link>http://blog.vanutsteen.nl/2011/02/08/nice-github-resume/</link>
    <guid isPermaLink="false">842b5a10-8277-5646-8c7a-7968383d1ab1</guid>
    <pubDate>Tue, 08 Feb 2011 12:40:43 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2011/02/08/nice-github-resume/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Installing banshee + removing rhythmbox from the soundmenu</title>
    <description>
              
              
                

1
2
3
sudo add-apt-repository ppa:banshee-team/banshee-unstable
sudo aptitude install banshee
rm ~/.cache/indicators/sound/familiar-players-db.keyfile




              
            

And don’t forget...</description>
    <link>http://blog.vanutsteen.nl/2010/12/20/installing-banshee-removing-rhythmbox-from-the-soundmenu/</link>
    <guid isPermaLink="false">52acc4be-d871-5824-82e9-15aacc16bc5c</guid>
    <pubDate>Mon, 20 Dec 2010 11:49:48 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2010/12/20/installing-banshee-removing-rhythmbox-from-the-soundmenu/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Removing packages marked rc</title>
    <description>I got an error when building the 2.32 version for ubuntu. Some packages once where installed but got removed. But they still had the status rc.

So I purged them with the help of this blog.

I compiled evolution with the help of a Makefile that I downloaded</description>
    <link>http://blog.vanutsteen.nl/2010/10/18/removing-packages-marked-rc/</link>
    <guid isPermaLink="false">2e3fc677-73f4-5ade-b07e-01d8ca76a99b</guid>
    <pubDate>Mon, 18 Oct 2010 14:42:52 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2010/10/18/removing-packages-marked-rc/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Zend_db</title>
    <description>The last few days I’ve been spending my time on creating a website with Zend Framework. A lot of it I liked but the Zenddb stuff is is a complicated piece of crap. I’ve worked with a lot of ORM’s and db api’s but the Zenddb stuff is really the most...</description>
    <link>http://blog.vanutsteen.nl/2010/09/26/zend_db/</link>
    <guid isPermaLink="false">6c9da31b-dc9c-5d95-ac3a-6e8edc915619</guid>
    <pubDate>Sun, 26 Sep 2010 23:31:02 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2010/09/26/zend_db/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Don&#x27;t wat to type any explanation</title>
    <description>
              
              
                

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[global]
security = ads
realm = LAB...


</description>
    <link>http://blog.vanutsteen.nl/2010/09/25/dont-wat-to-type-any-explanation/</link>
    <guid isPermaLink="false">e5965065-3d46-5c09-bfd0-3e31473865f6</guid>
    <pubDate>Sat, 25 Sep 2010 00:36:36 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2010/09/25/dont-wat-to-type-any-explanation/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Nice guide to upgrading magento</title>
    <description>
              http://www.nicksays.co.uk/2010/03/fool-proof-magento-upgrades/
              
                

1
./pear upgrade --force magento-core/Mage_All_Latest




              
            
</description>
    <link>http://blog.vanutsteen.nl/2010/08/06/nice-guide-to-upgrading-magento/</link>
    <guid isPermaLink="false">a2fb8ba1-195e-5458-9608-73f39249d7ff</guid>
    <pubDate>Fri, 06 Aug 2010 10:15:50 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2010/08/06/nice-guide-to-upgrading-magento/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>installing macvim with python interpreter</title>
    <description>As easy as: sudo port install macvim +python :)
</description>
    <link>http://blog.vanutsteen.nl/2010/04/10/installing-macvim-with-python-interpreter/</link>
    <guid isPermaLink="false">41185825-041b-56fc-980e-7413f71af02b</guid>
    <pubDate>Sat, 10 Apr 2010 15:43:02 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2010/04/10/installing-macvim-with-python-interpreter/</comments>
	<category><![CDATA[Mac]]></category>
	<category><![CDATA[Python]]></category>
  </item>
  <item>
    <title>installing non-free-codecs in Ubuntu &quot;Lucid Lynx&quot; 10.04</title>
    <description>A very nice article about installing the non-free-codes (wmv, wma, et cetera) in 10.04!
</description>
    <link>http://blog.vanutsteen.nl/2010/03/27/installing-non-free-codecs-in-ubuntu-lucid-lynx-10-04/</link>
    <guid isPermaLink="false">524e235e-4873-55a2-8cb8-3889fa4f49f1</guid>
    <pubDate>Sat, 27 Mar 2010 22:47:32 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2010/03/27/installing-non-free-codecs-in-ubuntu-lucid-lynx-10-04/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Using a MCE remote with an Antec Veris Fusion case</title>
    <description>I got a MCE remote and wanted to use it with my Antecct Fusion case. It has a remote of it’s own but it uses a stick for navigating and that really doesn’t work.

I found a great post about how to use the mce remote.

I only had to modprobe the lirc</description>
    <link>http://blog.vanutsteen.nl/2010/03/07/using-a-mce-remote-with-an-antec-veris-fusion-case/</link>
    <guid isPermaLink="false">cc32c87e-a327-55bf-bd5a-e79ff18a0276</guid>
    <pubDate>Sun, 07 Mar 2010 22:33:29 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2010/03/07/using-a-mce-remote-with-an-antec-veris-fusion-case/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Some additional info on &quot;User account has expired&quot; error</title>
    <description>You have to also use chage:


              
              
                

1
2
3
sudo passwd -l root
sudo usermod -p ! root
sudo chage -E-1 root




              
            

So my previous post about this subject is now obsolete ;)
</description>
    <link>http://blog.vanutsteen.nl/2010/02/02/some-additional-info-on-user-account-has-expired-error/</link>
    <guid isPermaLink="false">70d23740-f59f-5b08-bff8-3d1e60e6cb23</guid>
    <pubDate>Tue, 02 Feb 2010 07:59:31 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2010/02/02/some-additional-info-on-user-account-has-expired-error/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>xbmc setup</title>
    <description>I’ve managed to get XBMC running (and good!). It took me a while to get everything to my liking. Almost everything works perfectly! Except sound is still a bit of a hassle. Linux (with pulseaudio) only sends analog sound through my s/pdif connection...</description>
    <link>http://blog.vanutsteen.nl/2009/12/02/xbmc-setup/</link>
    <guid isPermaLink="false">df2c47eb-431a-568b-bc86-c072bfbdf63b</guid>
    <pubDate>Wed, 02 Dec 2009 23:33:38 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/12/02/xbmc-setup/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Installing firefox 3.6 for karmic</title>
    <description>As easy as:


              
              
                

1
2
3
sudo add-apt-repository ppa:ubuntu-mozilla-daily
sudo aptitude update
sudo aptitude install firefox-3.6




              
            
</description>
    <link>http://blog.vanutsteen.nl/2009/11/28/installing-firefox-3-6-for-karmic/</link>
    <guid isPermaLink="false">642bac17-4ab1-5880-a233-c7ed315b9168</guid>
    <pubDate>Sat, 28 Nov 2009 19:22:50 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/11/28/installing-firefox-3-6-for-karmic/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>XBMC....</title>
    <description>In reply to my last article about media centers.
Well, I installed xbmc this weekend and actually it kinda sucked. Installation was a breeze: kudos for that. But when I ran it, it hogged all of the cpu time of the second core. 100% constantly.

I’ve...</description>
    <link>http://blog.vanutsteen.nl/2009/11/22/xbmc/</link>
    <guid isPermaLink="false">928f1e60-6c1f-52bd-8687-e756264d1b7c</guid>
    <pubDate>Sun, 22 Nov 2009 23:15:37 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/11/22/xbmc/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Root crontabs&#x2F;cronjobs not executing or running</title>
    <description>Well as the title says: the cronjobs of the root user didn’t run on one of my servers (MY MACHINE!) and it took a while to figure out why they weren’t running. It ended up to be something with locking the root account. These steps fixed the problem...</description>
    <link>http://blog.vanutsteen.nl/2009/11/12/root-crontabscronjobs-not-executing-or-running/</link>
    <guid isPermaLink="false">23d797ea-ea22-5e76-bd67-3d46ec7ab778</guid>
    <pubDate>Thu, 12 Nov 2009 10:22:16 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/11/12/root-crontabscronjobs-not-executing-or-running/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>fixing a hacked site</title>
    <description>One of our Joomla! sites was “hacked” with some stupid script and the fuckers put a iframe in every page :(

But with sed that was fixed in a matter of seconds:


              
              
                

1
find . -type f -print |xargs sed -i...


</description>
    <link>http://blog.vanutsteen.nl/2009/10/23/fixing-a-hacked-site/</link>
    <guid isPermaLink="false">07f6efa5-64c3-58d1-b563-a6aded0e0199</guid>
    <pubDate>Fri, 23 Oct 2009 10:16:18 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/10/23/fixing-a-hacked-site/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>python libindicate</title>
    <description>I saw that there are python bindings for libindicate. They’re called “python-indicate”.

There’s also a wiki about this new feature from Ubuntu. I thought about creating a plugin for weechat that uses this library. Especially because the notify-plugins...</description>
    <link>http://blog.vanutsteen.nl/2009/10/19/python-libindicate/</link>
    <guid isPermaLink="false">3ff51f90-8cea-5eeb-9338-274a206692cc</guid>
    <pubDate>Mon, 19 Oct 2009 22:18:53 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/10/19/python-libindicate/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Python]]></category>
  </item>
  <item>
    <title>Weechat 0.3.0 on Ubuntu 9.10</title>
    <description>Ubuntu 9.10 comes with an older version of weechat. So I downloaded the stable release 0.3.0 and installed it:


              
              
                

1
2
3
./configure --prefix=/home/leon/Software/local/ --enable-gtk --enable-demo
make
make...


</description>
    <link>http://blog.vanutsteen.nl/2009/10/18/weechat-0-3-0-on-ubuntu-9-10/</link>
    <guid isPermaLink="false">042e885b-cf2d-5d49-8c48-aba7017a9bbb</guid>
    <pubDate>Sun, 18 Oct 2009 22:58:34 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/10/18/weechat-0-3-0-on-ubuntu-9-10/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Python]]></category>
  </item>
  <item>
    <title>Choosing a new editor: Emacs vs. Vim</title>
    <description>For php I use Zend Studio for Linux. We have a license at work for it and it is in my opinion the best editor for php. It’s relatively fast and you can use it to quickfix php over an ftp connection.

For Ruby I use netbeans. I would also like to use...</description>
    <link>http://blog.vanutsteen.nl/2009/10/15/choosing-a-new-editor-emacs-vs-vim/</link>
    <guid isPermaLink="false">aef3f53b-a344-5893-8f79-7ecc603a3d6b</guid>
    <pubDate>Thu, 15 Oct 2009 08:27:49 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/10/15/choosing-a-new-editor-emacs-vs-vim/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
	<category><![CDATA[Python]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Zend and Compiz&#x2F;visual effects</title>
    <description>When enabling Visual effects Zend wouldn’t maximize anymore. So after a bit of googling I found a nice tutorial to fix the problem with Zend.
</description>
    <link>http://blog.vanutsteen.nl/2009/10/13/zend-and-compizvisual-effects/</link>
    <guid isPermaLink="false">1e65f9ee-82f2-5279-a030-94e0fcaf7d41</guid>
    <pubDate>Tue, 13 Oct 2009 08:37:44 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/10/13/zend-and-compizvisual-effects/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Courier&#x2F;postfix certificates</title>
    <description>The certificates of the courier imapd-ssl and pop3d-ssl were expired. After some searching I found how to renew them:


              
              
                

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sudo aptitude install courier-pop...


</description>
    <link>http://blog.vanutsteen.nl/2009/10/02/courierpostfix-certificates/</link>
    <guid isPermaLink="false">fbf52a52-0c01-5fd5-9403-ccc96a3265db</guid>
    <pubDate>Fri, 02 Oct 2009 10:26:48 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/10/02/courierpostfix-certificates/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Installing Haiku on libvirt&#x2F;kvm</title>
    <description>

I read on OSnews about the alpha release of Haiku. It’s been several years since I installed BeOS the last time so I decided to try Haiku.

I first tried it on virtualbox but I didn’t get the networking to work flawlessly so I decided to install...</description>
    <link>http://blog.vanutsteen.nl/2009/09/29/installing-haiku-on-libvirtkvm/</link>
    <guid isPermaLink="false">309c68eb-44ca-5c9e-87ef-48c5bf1d874d</guid>
    <pubDate>Tue, 29 Sep 2009 21:04:24 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/09/29/installing-haiku-on-libvirtkvm/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Trouble setting up digital output</title>
    <description>Too lazy to type something usefull here. Just for my own reference…

Useful links:


http://alsa.opensrc.org/index.php/DigitalOut
http://www.pulseaudio.org/wiki/PerfectSetup


Steps to take:


              
              
                

1
2
3
4...


</description>
    <link>http://blog.vanutsteen.nl/2009/09/28/trouble-setting-up-digital-output/</link>
    <guid isPermaLink="false">3c480f8e-4473-5016-a375-75a698ba3711</guid>
    <pubDate>Mon, 28 Sep 2009 21:15:18 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/09/28/trouble-setting-up-digital-output/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Tomato firmware</title>
    <description>Tomato is a replacement firmware for Linksys' WRT54GL and it rocks!

I’ve installed it on my home router and on the new router of my boss. Both had other routers ( a Belkin and a US Robotics) and a lot of troubles with the stupid things. After switching...</description>
    <link>http://blog.vanutsteen.nl/2009/09/24/tomato-firmware/</link>
    <guid isPermaLink="false">d82fb79b-664f-5108-83fd-7b8b4e9d23c2</guid>
    <pubDate>Thu, 24 Sep 2009 06:51:15 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/09/24/tomato-firmware/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Rmp -&gt; Pmpd</title>
    <description>I’ve ditched Ruby for my mpd project and started using Python. Not that I like python that much more but the Gstreamer library for python is much more complete. I really wanted gapless playback and the Ruby Gstreamer libray just doesn’t support that...</description>
    <link>http://blog.vanutsteen.nl/2009/09/24/rmp-pmpd/</link>
    <guid isPermaLink="false">2dcbb04d-0c4e-5f25-b7a4-4a7431370e3d</guid>
    <pubDate>Thu, 24 Sep 2009 06:40:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/09/24/rmp-pmpd/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Python]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Problems with suexec&#x2F;fastcgid and virtualmin</title>
    <description>Since a few version of virtualmin I had some problems with checking the server configuration.



The problem is that I have manually patched suexec and the php fcgid script is in /var/www and not /home.

I had this error for quite a while but last...</description>
    <link>http://blog.vanutsteen.nl/2009/09/11/problems-with-suexecfastcgid-and-virtualmin/</link>
    <guid isPermaLink="false">86bee69d-372d-58eb-9f3b-cce5db926495</guid>
    <pubDate>Fri, 11 Sep 2009 08:50:45 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/09/11/problems-with-suexecfastcgid-and-virtualmin/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Problems with Zend Studio on 64 bit Linux</title>
    <description>When removing Wine, lib32nss-mdns got uninstalled and Zend Studio refused to connect with any FTP server. After reinstalling the package everything worked again!
</description>
    <link>http://blog.vanutsteen.nl/2009/07/20/problems-with-zend-studio-on-64-bit-linux/</link>
    <guid isPermaLink="false">76bd036c-d27a-5eb8-8998-dcee6ebf4e06</guid>
    <pubDate>Mon, 20 Jul 2009 08:52:55 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/07/20/problems-with-zend-studio-on-64-bit-linux/</comments>
  </item>
  <item>
    <title>Upgrading wordpreess</title>
    <description>I had some small troubles with updating this wordpress blog. It kept wanting to upgrade via ftp/sftp. But I found this great post which has a solution.
</description>
    <link>http://blog.vanutsteen.nl/2009/07/18/upgrading-wordpreess/</link>
    <guid isPermaLink="false">88fd0e46-bc8b-597a-950b-b6b9b5141b20</guid>
    <pubDate>Sat, 18 Jul 2009 08:59:09 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/07/18/upgrading-wordpreess/</comments>
  </item>
  <item>
    <title>Using sqlite in Netbeans 6.7</title>
    <description>I’ve tried to use sqlite some time ago in Netbeans but I couldn’t get it working. Bot I stumbled upon a blogpost which works perfectly!
</description>
    <link>http://blog.vanutsteen.nl/2009/06/30/using-sqlite-in-netbeans-6-7/</link>
    <guid isPermaLink="false">93d8c4a2-558d-5e72-9eed-7daccfe9a5aa</guid>
    <pubDate>Tue, 30 Jun 2009 14:28:24 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/06/30/using-sqlite-in-netbeans-6-7/</comments>
  </item>
  <item>
    <title>Installing non-free plugins in Jaunty (9.04)</title>
    <description>Make sure you have the medibuntu repository enabled.


              
              
                

1
aptitude install non-free-codecs




              
            

Now I can play mms:// streams. 
</description>
    <link>http://blog.vanutsteen.nl/2009/04/26/installing-non-free-plugins-in-jaunty-904/</link>
    <guid isPermaLink="false">91049494-b231-5ded-aacf-9bbafd36ff9d</guid>
    <pubDate>Sun, 26 Apr 2009 11:29:20 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/04/26/installing-non-free-plugins-in-jaunty-904/</comments>
  </item>
  <item>
    <title>Battling spam</title>
    <description>We got a lot of complaints about legitimate mails being marked as spam and therefore not being delivered to our customers.  As a solution I wanted the mails to be delivered to the user’s .SPAM folder.

These is the configuration I decided on:

/etc...</description>
    <link>http://blog.vanutsteen.nl/2009/04/20/battling-spam/</link>
    <guid isPermaLink="false">141bc785-d1cd-5801-9a94-da5c1d3e4dca</guid>
    <pubDate>Mon, 20 Apr 2009 10:36:06 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/04/20/battling-spam/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Transmission daemon on Ubuntu (part 2)</title>
    <description>A while ago I blogged about installing the transmision bittorent client on ubuntu 8.10. Back then, in the days, you had to install transmission and install your own daemon script. But as of Ubuntu 9.04 there’s a package for it!

As easy as:


    ...</description>
    <link>http://blog.vanutsteen.nl/2009/02/23/transmission-daemon-on-ubuntu-part-2/</link>
    <guid isPermaLink="false">0b72f9aa-2cc1-528a-a95a-3a8347fa86ec</guid>
    <pubDate>Mon, 23 Feb 2009 20:13:18 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2009/02/23/transmission-daemon-on-ubuntu-part-2/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Crontab command problems</title>
    <description>I recently had some problems with using the crontab command on two of my servers. Don’t know how it happened, but here are two links that solved my problem:

http://ubuntuforums.org/showthread.php?t=625184
 http://ubuntuforums.org/showpost.php?p=3907857...</description>
    <link>http://blog.vanutsteen.nl/2008/12/26/crontab-command-problems/</link>
    <guid isPermaLink="false">932f970c-225b-5101-a67a-68d180dae966</guid>
    <pubDate>Fri, 26 Dec 2008 13:08:02 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/12/26/crontab-command-problems/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Burning from the commandline</title>
    <description>I download a Debian Sid livecd on my home server/HTPC and there’s a cd burner in there. So I would like to burn the downloaded iso. There no X Server running (yet) on the box so I was searching for a nice commandline utility.

I found cdw and it really...</description>
    <link>http://blog.vanutsteen.nl/2008/12/19/burning-from-the-commandline/</link>
    <guid isPermaLink="false">a6d6a5d2-9035-58e2-b5c8-dfab8f42180a</guid>
    <pubDate>Fri, 19 Dec 2008 09:58:26 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/12/19/burning-from-the-commandline/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Other]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Installing Transmission daemon on Ubuntu</title>
    <description>I wanted to install the transmission torrent daemon on my new HTPC server so I can upload a torrent and go to sleep without having to leave my laptop on. Or thinking about starting transmission when my computer (re)boots. So here’s how I installed...</description>
    <link>http://blog.vanutsteen.nl/2008/12/09/installing-transmission-daemon-on-ubuntu/</link>
    <guid isPermaLink="false">f4dee611-0789-5a01-b065-e92786d69160</guid>
    <pubDate>Tue, 09 Dec 2008 23:25:28 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/12/09/installing-transmission-daemon-on-ubuntu/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Building my new HTPC</title>
    <description>This friday I got all the components of my new HTPC. With thanks to my boss :)

It consists of:


Antec Veris Media Fusion Remote Silver
Coolermaster 460WATT PSU ExtremePower Plus
Gigabyte GA-MA78GM-S2H AM2+
AMD Athlon 64 X2 4850E AM2
MDT 2048 MB DDR2...
</description>
    <link>http://blog.vanutsteen.nl/2008/12/07/building-my-new-htpc/</link>
    <guid isPermaLink="false">9daf35a3-02a0-592e-86da-686f97bcd4d4</guid>
    <pubDate>Sun, 07 Dec 2008 23:46:53 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/12/07/building-my-new-htpc/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Phoogle: a _good_ fixed version</title>
    <description>Recently phoogle broke because of some Google maps update. The original creators of Phoogle haven’t updated the code (yet). And when searching online for newer, fixed versions all that showed up were crappy hacked Phoogle files by people who don’t...</description>
    <link>http://blog.vanutsteen.nl/2008/11/28/phoogle-a-_good_-fixed-version/</link>
    <guid isPermaLink="false">0779f2aa-278d-5a0e-9398-7becfa4a2f70</guid>
    <pubDate>Fri, 28 Nov 2008 11:55:13 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/11/28/phoogle-a-_good_-fixed-version/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>MythTV vs. Freevo vs.  XBMC vs.  Mediaportal vs. Elisa vs. Boxee vs. Entertainer</title>
    <description>I’ve been browsing for what media centre software to install on a htpc. But there are so many choices! Just to name a few:


MythTV
Freevo
XBMC
Mediaportal
Elisa

Boxee (free as in beer)
Entertainer


And they all look great! I’m gonna try to review...</description>
    <link>http://blog.vanutsteen.nl/2008/11/19/mythtv-vs-freevo-vs-xbmc-vs-mediaportal-vs-elisa/</link>
    <guid isPermaLink="false">ea67cdd6-adcf-5dd4-9d76-07e0fc79f007</guid>
    <pubDate>Wed, 19 Nov 2008 00:30:04 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/11/19/mythtv-vs-freevo-vs-xbmc-vs-mediaportal-vs-elisa/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Flash player 10 with 64 bit support (Alpha)</title>
    <description>I’m so tired that Firefox keeps crashing with every shitty Flash movie out there. But… today I read an alpha version of Flash Player 10 with 64 bit suppport (for Linux) is out. Click the link and download the archive an install it (drop flashplayer...</description>
    <link>http://blog.vanutsteen.nl/2008/11/18/flash-player-10-with-64-bit-support-alpha/</link>
    <guid isPermaLink="false">b6ee2721-6905-5352-8727-293363620953</guid>
    <pubDate>Tue, 18 Nov 2008 22:08:55 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/11/18/flash-player-10-with-64-bit-support-alpha/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>df reporting 100% disk usage</title>
    <description>I’ve had a couple of times now that on one of my computers df keeps reporting 100% disk usage. Until now I have resolved this issue by rebooting. But today this happened on one of our servers. And I was reluctant to boot and I had to solve it fast...</description>
    <link>http://blog.vanutsteen.nl/2008/11/14/df-reporting-100-disk-usage/</link>
    <guid isPermaLink="false">e0dcdaa6-cf77-578b-a81d-9ff002151fd6</guid>
    <pubDate>Fri, 14 Nov 2008 12:10:49 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/11/14/df-reporting-100-disk-usage/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Ruby on Rails: custom fields on a per-user basis</title>
    <description>I’m now developing a flexible car database for a couple of hours per week. Our first customer, a Beemer dealer, has a lot of fancy requests. Well, the hired-in Flash developer has these requests actually.

One of them is that they want to save a field...</description>
    <link>http://blog.vanutsteen.nl/2008/11/12/ruby-on-rails-custom-fields-on-a-per-user-basis/</link>
    <guid isPermaLink="false">57197080-6efd-59f9-9634-d26eb88ad027</guid>
    <pubDate>Wed, 12 Nov 2008 18:42:01 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/11/12/ruby-on-rails-custom-fields-on-a-per-user-basis/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Compiling jruby from source in Ubuntu Intrepid Ibex</title>
    <description>
Very easy to do:


              
              
                

1
2
3
4
5
6
sudo aptitude install ant openjdk-6-jdk
cd ~/src
svn co http://svn.codehaus.org/jruby/trunk/jruby/
cd jruby
ant
bin/jruby --version




              
            
</description>
    <link>http://blog.vanutsteen.nl/2008/11/05/compiling-jruby-from-source-in-ubuntu-intrepid-ibex/</link>
    <guid isPermaLink="false">538fbd3c-b629-50dc-9893-a99e354a6846</guid>
    <pubDate>Wed, 05 Nov 2008 08:34:55 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/11/05/compiling-jruby-from-source-in-ubuntu-intrepid-ibex/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Installing fcgid with suexec AND phusion passenger</title>
    <description>
It was a troublesome day today. All did not go as planned.

I had to install fcgid + suexec on one of our servers, I had delayed it too long. So I used my how-to and it still worked flawless. But I noticed I hadn’t mentioned what the right were of...</description>
    <link>http://blog.vanutsteen.nl/2008/10/28/installing-fcgid-with-suexec-and-phusion-passenger/</link>
    <guid isPermaLink="false">10e1dc7a-7d5d-56ce-8a85-35fd75c17a5a</guid>
    <pubDate>Tue, 28 Oct 2008 21:44:39 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/10/28/installing-fcgid-with-suexec-and-phusion-passenger/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Installing flash player 10 on Ubuntu Intrepid Ibex</title>
    <description>I wanted to install flash player 10 because flash player nine kept crashing on my Ubuntu 8.10 installation. So I found a nice howto on google an followed it. The article explains how to install it on a 64 bit installation of the Ubuntu operating system...</description>
    <link>http://blog.vanutsteen.nl/2008/10/14/installing-flash-player-10-on-ubuntu-intrepid-ibex/</link>
    <guid isPermaLink="false">97aa1486-70ce-56b7-8f01-b12312fa4a3d</guid>
    <pubDate>Tue, 14 Oct 2008 17:46:03 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/10/14/installing-flash-player-10-on-ubuntu-intrepid-ibex/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Released github widget</title>
    <description>I think you all noticed my fabulous new sidebar widget: My projects :P

It shows all of my github projects. I directly turned it into a plugin for you to enjoy. You can download and read the documentation in the wordpress plugin directory.
</description>
    <link>http://blog.vanutsteen.nl/2008/10/01/released-github-widget/</link>
    <guid isPermaLink="false">fe9a2156-7650-5b0b-9c3b-9d8e264252bd</guid>
    <pubDate>Wed, 01 Oct 2008 10:32:30 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/10/01/released-github-widget/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Installing ubuntu with tftpd-hpa and udhcpd</title>
    <description>I needed to install a computer for my sister. She want a laptop, but until she has the money for it, she’ll be using one of my old computers.

It’s one with no dvd/cd drive (she doesn’t know that :) ), so I had to install ubuntu over the network.
...</description>
    <link>http://blog.vanutsteen.nl/2008/09/29/installing-ubuntu-with-tftpd-hpa-and-udhcpd/</link>
    <guid isPermaLink="false">0d38ffdb-e9d6-5772-b73e-4527ab68f8b2</guid>
    <pubDate>Mon, 29 Sep 2008 22:33:01 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/09/29/installing-ubuntu-with-tftpd-hpa-and-udhcpd/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Rails vs. Merb</title>
    <description>This will be a short post: I like merb/datamapper better. It’s cleaner and faster.

But, I have to finish a project this week and merb/datamapper is not just stable yet, has less documentation, less plugins, less helpers and less features.

For example...</description>
    <link>http://blog.vanutsteen.nl/2008/09/24/rails-vs-merb/</link>
    <guid isPermaLink="false">3edefcf0-b132-5c86-ba2c-627422d24d0b</guid>
    <pubDate>Wed, 24 Sep 2008 23:25:12 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/09/24/rails-vs-merb/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Setting up the &quot;show desktop&quot; button in Gnome</title>
    <description>I’ve been using Ubuntu/Gnome fulltime now for some 2 years I believe. I never found out what the “show desktop” shortcup was. I always used the little icon. But while I was tweaking compiz I found out that the shortcut was d. I Windows it was Super...</description>
    <link>http://blog.vanutsteen.nl/2008/09/20/setting-up-the-show-desktop-button-in-gnome/</link>
    <guid isPermaLink="false">e8854c99-032a-5ab1-a42d-1eb5c3fa5d97</guid>
    <pubDate>Sat, 20 Sep 2008 00:13:02 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/09/20/setting-up-the-show-desktop-button-in-gnome/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Asset directories and capistrano</title>
    <description>I have this public/images/cars directory but it gets overwritten everytime I use “cap deploy”. So in order to have my images/cars directory saved every time, I used this addon for capistrano:




              
              
                

1
2...


</description>
    <link>http://blog.vanutsteen.nl/2008/09/15/asset-directories-and-capistrano/</link>
    <guid isPermaLink="false">587f8599-7526-5f20-87ba-917da907ecd2</guid>
    <pubDate>Mon, 15 Sep 2008 22:46:03 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/09/15/asset-directories-and-capistrano/</comments>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Screw tonemapping: long live enfuse!</title>
    <description>
Because I recently bought a new motorcycle I wanted to sell my old GS500. Most important when selling your stuff online: good pictures of the item you’re selling. So I dusted of my Nikon, gave my trusty Suzuki a nice cleaning and started taking pictures...</description>
    <link>http://blog.vanutsteen.nl/2008/09/14/screw-tonemapping-long-live-enfuse/</link>
    <guid isPermaLink="false">2bf555db-a500-55d0-bacd-882d64903de7</guid>
    <pubDate>Sun, 14 Sep 2008 22:26:09 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/09/14/screw-tonemapping-long-live-enfuse/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Deploying, merb, capistrano &amp; passenger</title>
    <description>First of all I did a:

capify .

And used this deploy.rb

Then to setup the current, releases, etc. directories:

cap deploy:setup

Then, when I tried to login via ssh with shared key: nothing!
After some searching I found out that capistrano messed...</description>
    <link>http://blog.vanutsteen.nl/2008/09/10/deploying-merb-capistrano-passenger/</link>
    <guid isPermaLink="false">d5611446-b4ad-59d0-97e5-77ec805901af</guid>
    <pubDate>Wed, 10 Sep 2008 14:38:08 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/09/10/deploying-merb-capistrano-passenger/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Installing merb on phusion passenger</title>
    <description>
I’ve created a little merb app for a customer. The reason I chose merb because I really like the :provides-api. The app had to generate a lot of xml, so using Merb was really nice.

But the installation on the server was a little troublesome. I had...</description>
    <link>http://blog.vanutsteen.nl/2008/09/08/installing-merb-on-phusion-passenger/</link>
    <guid isPermaLink="false">c01123c1-a082-53eb-b2c0-f94c4674858d</guid>
    <pubDate>Mon, 08 Sep 2008 14:42:50 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/09/08/installing-merb-on-phusion-passenger/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Brother HL-2030 &amp; Ubuntu Hardy</title>
    <description>
Ah, time for my yearrly recurring troubles with my Brother HL2030. Very nice printer. But the driver support under Linux is terrible. Yes, brother released some (crapy) closed source drivers for Linux. But in my opinion that’s even worse than no drivers...</description>
    <link>http://blog.vanutsteen.nl/2008/09/01/brother-hl-2030-ubuntu-hardy/</link>
    <guid isPermaLink="false">a38314b6-b62a-5447-a833-6e269afbce1a</guid>
    <pubDate>Mon, 01 Sep 2008 21:32:39 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/09/01/brother-hl-2030-ubuntu-hardy/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Wii sensor bar repareren</title>
    <description>Ik heb twee hele lieve ratjes maar ze knagen alle losliggende kabels door :(
Nu was de Wii aan de beurt. Bijna alles weggewerkt of draadloos. Behalve de sensor bar natuurlijk. En ja hoor, die hadden ze te pakken genomen (op twee plekken zelfs). Dus...</description>
    <link>http://blog.vanutsteen.nl/2008/08/17/wii-sensor-bar-repareren/</link>
    <guid isPermaLink="false">a1b38af7-db04-584d-893a-d3ae4807805c</guid>
    <pubDate>Sun, 17 Aug 2008 12:04:36 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/08/17/wii-sensor-bar-repareren/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Just some stuff</title>
    <description>Just some quick links!

This links describes how to manage multiple databases with Capistrano. That’s not why I picked it though. I liked it because it shows the “&lt;&lt;: *” syntax of yaml.

And a repository of Ubuntu Hardy Heron debs for mod_rails/Phusion...</description>
    <link>http://blog.vanutsteen.nl/2008/07/21/just-some-stuff/</link>
    <guid isPermaLink="false">f31a73c7-8e5d-5cfd-8127-16746363d646</guid>
    <pubDate>Mon, 21 Jul 2008 22:54:16 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/07/21/just-some-stuff/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>New virtualization server &#x2F; HTPC machine</title>
    <description>I was thinking about putting together a new low-energy VT-enabled HTPC. So I can use it to watch video’s, play my music on it, use it for testing purposes, put freebsd on it and a lot more. That’s why I want the VT extension. So I can install KVM/Xen...</description>
    <link>http://blog.vanutsteen.nl/2008/07/21/new-virtualization-server-htpc-machine/</link>
    <guid isPermaLink="false">c83e1f3b-da7d-564e-b798-38f01fccb05c</guid>
    <pubDate>Mon, 21 Jul 2008 22:05:30 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/07/21/new-virtualization-server-htpc-machine/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>New ticket&#x2F;issue tracking software</title>
    <description>
I was surfing for some ticketing / project management software and it returned the following result:


Sifter
Beanstalk
Redmine
Unfuddle
Lighthouse
JIRA
16 bugs
Bugzilla
Fogbugz
Trac


Especially Sifter looks really nice! But… it isn’t open source...</description>
    <link>http://blog.vanutsteen.nl/2008/07/16/new-ticketissue-tracking-software/</link>
    <guid isPermaLink="false">f7e4ff2e-20c6-566e-886c-e5a5b3e83f01</guid>
    <pubDate>Wed, 16 Jul 2008 23:41:07 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/07/16/new-ticketissue-tracking-software/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Installed passenger a.k.a. mod_rails</title>
    <description>
Today I’ve installed Phusion passenger on one of our servers. I wanted Redmine for one of our projects so this seemede a nice opportunity to install it.

Installation was a breeze. For mod_rails as well Redmine.

So I was thinking: we have mod_rails...</description>
    <link>http://blog.vanutsteen.nl/2008/07/16/installed-passenger-aka-mod_rails/</link>
    <guid isPermaLink="false">dd63e69c-ef06-5d1a-b56b-f9897ac826a1</guid>
    <pubDate>Wed, 16 Jul 2008 21:43:24 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/07/16/installed-passenger-aka-mod_rails/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Css flash messages</title>
    <description>I was reading a nice article on Ruby on Rails flesh messages. It linked to an article about styling message boxes with css.

I’m a real sucker for nice message boxes. If you are too: this is a must-read.


</description>
    <link>http://blog.vanutsteen.nl/2008/07/15/css-flash-messages/</link>
    <guid isPermaLink="false">279c4583-0fd6-5324-9857-3c3897bed2f8</guid>
    <pubDate>Tue, 15 Jul 2008 22:13:14 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/07/15/css-flash-messages/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Setting up convirt on Ubuntu Hardy with Xen running on a remote server</title>
    <description>Don’t!

I first wondered why Ubuntu chose KVM instead of Xen. Well, now I now: because it’s a piece of crap. Well, maybe not Xen, but definitely the products that claim to “support” Xen.

I tried Ubuntu (error in virt-install), Debian Lenny (doesn...</description>
    <link>http://blog.vanutsteen.nl/2008/07/15/setting-up-convirt-on-ubuntu-hardy-with-xen-running-on-a-remote-server/</link>
    <guid isPermaLink="false">5935e1c1-f282-568c-aab9-3850799099fc</guid>
    <pubDate>Tue, 15 Jul 2008 21:38:42 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/07/15/setting-up-convirt-on-ubuntu-hardy-with-xen-running-on-a-remote-server/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Fiddling with FreeBSD</title>
    <description>
Because I use Linux on my servers + on my daily desktop (work and private) now, I don’t have an OS to play around with anymore and f*ck up.

So I’ve installed FreeBSD (only in Virtualbox for now). And it worked! Last time I tried to install FreeBSd...</description>
    <link>http://blog.vanutsteen.nl/2008/07/10/fiddling-with-freebsd/</link>
    <guid isPermaLink="false">e44048db-eb34-57f3-bb1c-9ce80fb9c6b3</guid>
    <pubDate>Thu, 10 Jul 2008 23:04:26 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/07/10/fiddling-with-freebsd/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Flash player 10 on Ubuntu Hardy</title>
    <description>Because I’m had (yes, past tense) some issues with Flash player 9 on Ubuntu Hardy Herron, I was looking for some simple way to install Flash 10 on my installation. So I browsed the Ubuntu forums a bit and fout some howto’s. But they all involved some...</description>
    <link>http://blog.vanutsteen.nl/2008/07/08/flash-player-10-on-ubuntu-hardy/</link>
    <guid isPermaLink="false">79fdb0cd-5431-5928-be39-7fe093a7ab8d</guid>
    <pubDate>Tue, 08 Jul 2008 21:01:56 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/07/08/flash-player-10-on-ubuntu-hardy/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Glipper crashing on start desktop</title>
    <description>Since I’ve installed Ubuntu Hardy Herron I have this problem that the Glipper applet keeps crashing whenever I’ve started my Gnome desktop. When I add glipper to the panel again, it doesn’t crash anymore (for that session). I couldn’t find a solution...</description>
    <link>http://blog.vanutsteen.nl/2008/07/03/glipper-crashing-on-start-desktop/</link>
    <guid isPermaLink="false">d0a1c80f-dc98-5217-ba1e-dc0c16e98822</guid>
    <pubDate>Thu, 03 Jul 2008 20:45:39 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/07/03/glipper-crashing-on-start-desktop/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>vpnc with openssl!</title>
    <description>The default vpnc in Ubuntu comes without openssl support. Bugger… But with these few lines of code this is solved:


              
              
                

1
2
3
4
5
6
7
8
9
sudo apt-get update
sudo apt-get build-dep vpnc
sudo apt-get install...


</description>
    <link>http://blog.vanutsteen.nl/2008/07/02/vpnc-with-openssl/</link>
    <guid isPermaLink="false">2c60102c-f3b3-5e0f-9147-23a84777fa73</guid>
    <pubDate>Wed, 02 Jul 2008 22:22:20 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/07/02/vpnc-with-openssl/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Installing ruby 1.8.7 (and guessnet) on Hardy</title>
    <description>There were some vulnerabilities in Ruby which are supposedly fixed in ruby 1.8.7. Because of that and because it’s always nice to have the latest, I installed ruby from Ubuntu Intrepid on Hardy Herron.

And while I was doing that I also decided to...</description>
    <link>http://blog.vanutsteen.nl/2008/06/29/installing-ruby-187-and-guessnet-on-hardy/</link>
    <guid isPermaLink="false">05781aa4-3e44-5314-940e-2fbf3762a771</guid>
    <pubDate>Sun, 29 Jun 2008 13:52:04 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/06/29/installing-ruby-187-and-guessnet-on-hardy/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Downloading Netbeans nightly builds</title>
    <description>I’m starting with Python/GtkBuilder and I wanted a nice IDE for Python. Because I really like using netbeans for coding ruby, I gave it a try for python. But the support for python is still alpha. :(

For it to work you have to download the latest...</description>
    <link>http://blog.vanutsteen.nl/2008/06/29/downloading-netbeans-nightly-builds/</link>
    <guid isPermaLink="false">0498cb67-828c-5005-a2c5-47f12d5293d7</guid>
    <pubDate>Sun, 29 Jun 2008 01:00:21 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/06/29/downloading-netbeans-nightly-builds/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>mime_magic errors with php4</title>
    <description>I went to a customer for our three-weekly sprint review, I opened my mail there and it was full with hundreds of failed cronjobs. Ah, shit! Another night at the datacenter? But it wasn’t that bad :)

The server had ran an update of php that night and...</description>
    <link>http://blog.vanutsteen.nl/2008/06/28/mime_magic-errors-with-php4/</link>
    <guid isPermaLink="false">6bc8944d-c9a4-50dd-9b79-9932d1071619</guid>
    <pubDate>Sat, 28 Jun 2008 10:36:01 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/06/28/mime_magic-errors-with-php4/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>How to make a diff&#x2F;patch</title>
    <description>
I had to make a couple of diff’s lately and I always forget what switch to use :P

So here is it:


              
              
                

1
diff orig_file patched_file -u




              
            
</description>
    <link>http://blog.vanutsteen.nl/2008/06/26/how-to-make-a-diffpatch/</link>
    <guid isPermaLink="false">36c0b4a4-67fa-56b3-8f60-4177c3c0c37c</guid>
    <pubDate>Thu, 26 Jun 2008 10:51:06 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/06/26/how-to-make-a-diffpatch/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Apache2 umask: testserver purposes!</title>
    <description>On v2 of my website I wrote a post on configuring a webserver for testing/developing purposes. In that post I explained how to adjust the umask of Apache. I did that by changing the Apache startup script. But, of course, when apache is updated/upgraded...</description>
    <link>http://blog.vanutsteen.nl/2008/06/25/apache2-umask-testserver-purposes/</link>
    <guid isPermaLink="false">90c45b27-efef-5bf1-b8f3-65f7cf612945</guid>
    <pubDate>Wed, 25 Jun 2008 11:59:21 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/06/25/apache2-umask-testserver-purposes/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>rubygems: updating to 1.2.0</title>
    <description>I’ve installed rubygems manually (no package manager) in my home directory. But since then “gem –version” reported that it could not it’s version. So now I’ve removed the previous installed version, downloaded the tar and reinstalled. I’ve used this...</description>
    <link>http://blog.vanutsteen.nl/2008/06/25/rubygems-updating-to-120/</link>
    <guid isPermaLink="false">4a27bb38-62dc-54dc-ae7f-3e15a52b6a75</guid>
    <pubDate>Wed, 25 Jun 2008 07:42:16 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/06/25/rubygems-updating-to-120/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Puppet troubles</title>
    <description>I’ve installed puppet recently and I’m know trying to understand how it works and make use of it :)

If that’s not difficult enough, I encountered this weird behaviour that the –noop argument didn’t do anything. After an hour of searching I realized...</description>
    <link>http://blog.vanutsteen.nl/2008/06/20/puppet-troubles/</link>
    <guid isPermaLink="false">3e1e4e31-75ce-504c-a1fd-4cebd7c3e5ca</guid>
    <pubDate>Fri, 20 Jun 2008 22:17:41 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/06/20/puppet-troubles/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Installing Fedora core via pxe</title>
    <description>I really like ubuntu and I wouldn’t try anything else if it wasn’t for Xen. I was trying to install Xen + xenman/virt-manager of Ubuntu Hardy. But xenman doesn’t install (the pulled it out of the repositories) and virt-manager gives all kind of python...</description>
    <link>http://blog.vanutsteen.nl/2008/06/16/installing-fedora-core-via-pxe/</link>
    <guid isPermaLink="false">4fc2433d-7427-528a-bd59-5c3e2f990e7a</guid>
    <pubDate>Mon, 16 Jun 2008 11:00:32 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/06/16/installing-fedora-core-via-pxe/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>compiling suexec: the fast way (because your website is down)</title>
    <description>

At Tim_online we have several webservers and each of them have apache2 installed running php with fcgid (a fastcgi implementation). Why this configuration and not mod_php? Because it is reasonably fast (at leaster faster than plain cgi) an secure...</description>
    <link>http://blog.vanutsteen.nl/2008/06/14/compiling-suexec-the-fast-way-because-your-website-is-down/</link>
    <guid isPermaLink="false">61ec3de6-af91-54cb-8640-fd380103dd81</guid>
    <pubDate>Sat, 14 Jun 2008 20:17:23 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/06/14/compiling-suexec-the-fast-way-because-your-website-is-down/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>I bought a Harmony 525</title>
    <description>A.K.A.: I bought a Logitech Harmony 525 remote control and a €1.49 remote saved my day!

When I say “525” in this post, I of course mean the Logitech Harmony 525.

My boss gave me a Mediamarkt gift coupon and this week I decided to buy something for...</description>
    <link>http://blog.vanutsteen.nl/2008/06/14/i-bought-a-harmony-525/</link>
    <guid isPermaLink="false">a1cd929d-eb97-5f06-8a89-693c2dc10c19</guid>
    <pubDate>Sat, 14 Jun 2008 00:51:33 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/06/14/i-bought-a-harmony-525/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Unattended upgrades on a Ubuntu Hardy server</title>
    <description>

I wanted to update my hardy servers automatically, so I could spend a little less time each week working on my servers. I’ve searched through the ubuntu wiki/documentation and I think using the unattended-upgrade package is the nicest alternative...</description>
    <link>http://blog.vanutsteen.nl/2008/06/09/unattended-upgrades-on-a-ubuntu-hardy-server/</link>
    <guid isPermaLink="false">a1b7d7aa-22ce-578e-9ffd-a23a49f2e053</guid>
    <pubDate>Mon, 09 Jun 2008 12:41:37 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/06/09/unattended-upgrades-on-a-ubuntu-hardy-server/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Building and installing the latest version of guessnet</title>
    <description>

A little while ago I wrote a post about the wonderful guessnet. It really works well! It integrates so nicely with GNU/Linux that I wonder why (for example) the gnome network manager doesn’t make use of it! I’ve been playing with the thought of making...</description>
    <link>http://blog.vanutsteen.nl/2008/05/28/building-and-installing-the-latest-version-of-guessnet/</link>
    <guid isPermaLink="false">5ebd5f01-ed38-5a22-84dc-8ec3af6b84e9</guid>
    <pubDate>Wed, 28 May 2008 00:37:11 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/05/28/building-and-installing-the-latest-version-of-guessnet/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Images &amp; why you need com_resize</title>
    <description>I the release post of com_resized there was asked the question why one should use com_resize. There are three reasons to use it:


The generated images aren the size you want them to be. So they’re smaller of size than the original images.
You won...
</description>
    <link>http://blog.vanutsteen.nl/2008/05/24/images-why-you-need-com_resize/</link>
    <guid isPermaLink="false">ea1d1ab7-7a59-5957-96ec-229a8a1f275c</guid>
    <pubDate>Sat, 24 May 2008 23:37:18 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/05/24/images-why-you-need-com_resize/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Released callbacks 0.0.1</title>
    <description>Hi all! I’ve released my first project on rubyforge. The sourcecode is on github though. For the  simple reason that my git repository on rubyforge doesn’t work (yet). I hope they will fix it soon.

I’ve setup the project with the wonderful bones of...</description>
    <link>http://blog.vanutsteen.nl/2008/05/20/released-callbacks-001/</link>
    <guid isPermaLink="false">935f93df-01ca-58c2-9ce5-28128d843627</guid>
    <pubDate>Tue, 20 May 2008 22:20:49 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/05/20/released-callbacks-001/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>bt45&#x27;s and tire pressure</title>
    <description>I always forget what tire pressure my Bridgestone battlax BT45’s have. So now to never forget:

2.5 &amp; 2.8

(front &amp; rear)
</description>
    <link>http://blog.vanutsteen.nl/2008/05/19/bt45s-and-tire-pressure/</link>
    <guid isPermaLink="false">81f1f455-2a33-55e9-acb6-8169571821f4</guid>
    <pubDate>Mon, 19 May 2008 15:22:57 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/05/19/bt45s-and-tire-pressure/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>pushing all git remote repositories</title>
    <description>I’m now working on a project that is hosted on github AND rubyforge. And lazy as I am, I don’t want to do:


              
              
                

1
2
git push origin
git push rubyforge




              
            

That’s why I create...</description>
    <link>http://blog.vanutsteen.nl/2008/05/19/pushing-all-git-remote-repositories/</link>
    <guid isPermaLink="false">547e6e70-2c38-5443-b384-e403c7a98eec</guid>
    <pubDate>Mon, 19 May 2008 15:13:20 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/05/19/pushing-all-git-remote-repositories/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Interactive&#x2F;inline editor in irb</title>
    <description>

I saw the MountainWest Ruby conference video: code generation: safety scissors of metaprogramming. And the speaker (Giles Bowkett) used vi from inside irb. And I’ve never liked Vi, but using an editor from within irb is nice! Especially if you’re...</description>
    <link>http://blog.vanutsteen.nl/2008/05/12/interactiveinline-editor-in-irb/</link>
    <guid isPermaLink="false">771a4d0e-4391-5322-aefd-aec27a628f2f</guid>
    <pubDate>Mon, 12 May 2008 15:26:13 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/05/12/interactiveinline-editor-in-irb/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>40 different layouts</title>
    <description>Nice: blog.html.it/layoutgala
</description>
    <link>http://blog.vanutsteen.nl/2008/05/10/40-different-layouts/</link>
    <guid isPermaLink="false">9102adaf-cba6-572b-8e1f-0ddfabc0dab3</guid>
    <pubDate>Sat, 10 May 2008 01:21:45 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/05/10/40-different-layouts/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Conky</title>
    <description>If I browse some random “post your screenshots here” thread, I always think by myself: “I should install Conky one time, It looks godverdomme nice”. So I apt-get install conky. And what a dissapointment. It doesn’t work out of the box. You have to...</description>
    <link>http://blog.vanutsteen.nl/2008/05/07/conky/</link>
    <guid isPermaLink="false">b795d2e0-830c-5a98-8e54-96b5466879fd</guid>
    <pubDate>Wed, 07 May 2008 23:39:16 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/05/07/conky/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Resizing images from within Gnome</title>
    <description>

I take a fairly amount of pictures. Some months more than others. And sometimes I want to share them with relatives/friends. And everyone is using hotmail or some other crappy e-mail provider. So I want to keep the file size to a minimum. Well, then...</description>
    <link>http://blog.vanutsteen.nl/2008/05/07/resizing-images-from-within-gnome/</link>
    <guid isPermaLink="false">1d1ecc6c-0302-5e6c-8696-a74d072da331</guid>
    <pubDate>Wed, 07 May 2008 23:35:35 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/05/07/resizing-images-from-within-gnome/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>autoconnecting wlan on startup without gnome &#x2F; network</title>
    <description>I usually boot up my ubuntu box with gnome, but sometimes I want to play UT (on a bare x server) or I just want to use my laptop as a server. In those cases I don’t boot into Gnome but into the terminal. But the problem is Gnome manages my wireless...</description>
    <link>http://blog.vanutsteen.nl/2008/05/05/autoconnecting-wlan-on-startup-without-gnome-network/</link>
    <guid isPermaLink="false">740e1a48-fa5f-50e7-9485-041a66b6acd2</guid>
    <pubDate>Mon, 05 May 2008 10:00:53 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/05/05/autoconnecting-wlan-on-startup-without-gnome-network/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Aaahhh</title>
    <description>30 April was queens day (?) and 1 may was labourday /  Ascension Day. So I didn’t have to go to work. But when I came home (I live 100km from my work or so) I noticed I forgot to pack the adapter of my notebook. I had 1,5 hours of power left. So I...</description>
    <link>http://blog.vanutsteen.nl/2008/05/02/aaahhh/</link>
    <guid isPermaLink="false">7d440980-8488-508a-a7cb-c0c302a9523a</guid>
    <pubDate>Fri, 02 May 2008 15:44:20 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/05/02/aaahhh/</comments>
  </item>
  <item>
    <title>2.5.1 image uploader bug</title>
    <description>I recently upgrade my Wordpress installation to 2.5.1 and this annoying bug showed up. After some reading I installed the no-flash-uploader plugin. This plugin disables the faulty (flash) component and replaces it with a traditional uploader. So now...</description>
    <link>http://blog.vanutsteen.nl/2008/04/28/251-image-uploader-bug/</link>
    <guid isPermaLink="false">b32b4862-6fd5-54fa-a898-9d30a5975775</guid>
    <pubDate>Mon, 28 Apr 2008 15:15:59 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/28/251-image-uploader-bug/</comments>
	<category><![CDATA[Other]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Blog themes</title>
    <description>I’m not a designer atall_ but this post on designing a blog theme is very nice. I really like the copyblogger theme I have now. But maybe I’ll try and create something myself. Because a unique theme for a blog is so much nicer.

Also here a post on...</description>
    <link>http://blog.vanutsteen.nl/2008/04/28/blog-themes/</link>
    <guid isPermaLink="false">abcbc528-0bab-5efd-8ed9-8a8693570462</guid>
    <pubDate>Mon, 28 Apr 2008 10:03:04 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/28/blog-themes/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>com_resize on wordpress plugins</title>
    <description>Because I expect a huge, huge demand of my com_resize plugin, I have put it on the wordpress site :)

Now I hope it gets approved.
</description>
    <link>http://blog.vanutsteen.nl/2008/04/27/com_resize-on-wordpress-plugins/</link>
    <guid isPermaLink="false">5fc65d34-b07c-540c-be6c-89a79ccd885b</guid>
    <pubDate>Sun, 27 Apr 2008 23:24:56 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/27/com_resize-on-wordpress-plugins/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Nice image resizer</title>
    <description>You see all the nice (resized) images on my site? I’ve made a plugin for them to be generated. Want I wanted was to add an image in the wordpress editor. Give a height and/or width and that they would be resized automatically.

With proud I introduce...</description>
    <link>http://blog.vanutsteen.nl/2008/04/27/nice-image-resizer/</link>
    <guid isPermaLink="false">e0bb932b-b06f-58b9-ba0c-44b1acf74efb</guid>
    <pubDate>Sun, 27 Apr 2008 22:08:24 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/27/nice-image-resizer/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Joomla! vs. Wordpress</title>
    <description>I’ve been using Wordpress for over two months now and I’ve already written 24 posts! I thinks that’s a nice average.

When I look at my old blog: v2.vanutsteen.nl, I think my average there is about two posts every month or so.

The difference is that...</description>
    <link>http://blog.vanutsteen.nl/2008/04/27/joomla-vs-wordpress/</link>
    <guid isPermaLink="false">661a4202-04a2-55c5-8339-9ed78ca1354c</guid>
    <pubDate>Sun, 27 Apr 2008 16:32:55 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/27/joomla-vs-wordpress/</comments>
	<category><![CDATA[Other]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Some Wine and Hardy (post 2)</title>
    <description>No, it wasn’t the fault of wine. It was my fault. I installed the nvidia drivers from the Nvidia website. Wine then couldn’t find the opengl library and segfauled. So after installing the drivers from the Ubuntu repository it worked again. Now I can...</description>
    <link>http://blog.vanutsteen.nl/2008/04/27/some-wine-and-hardy-post-2/</link>
    <guid isPermaLink="false">5e89b39a-63bf-5401-902f-935453642c15</guid>
    <pubDate>Sun, 27 Apr 2008 14:59:40 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/27/some-wine-and-hardy-post-2/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Some Wine and Hardy</title>
    <description>Wine still segfaults on me with Hardy Heron! I’m gonna look if this still works:


              
              
                

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Does not work (segfaulting):
mkdir ~/src
cd ~/src
sudo -i
apt-get build-dep...


</description>
    <link>http://blog.vanutsteen.nl/2008/04/25/some-wine-and-hardy/</link>
    <guid isPermaLink="false">eb91b3ce-d290-5d65-8e82-b84fdea5947e</guid>
    <pubDate>Fri, 25 Apr 2008 22:57:22 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/25/some-wine-and-hardy/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Disabling a cpu-core in Ubuntu</title>
    <description>When we play unreal tournament GOTY it always runs bad on newer machines. One of my collegues found it the problem was the smp support of UT. Disabling all cores except the first on solved the problem. In Linux that’s like doing:


              
...</description>
    <link>http://blog.vanutsteen.nl/2008/04/24/disabling-a-cpu-core-in-ubuntu/</link>
    <guid isPermaLink="false">36eca677-2a11-59b5-b53a-133c1c9ade20</guid>
    <pubDate>Thu, 24 Apr 2008 16:11:08 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/24/disabling-a-cpu-core-in-ubuntu/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Image resize script for wordpress</title>
    <description>Wordpress is a great blog application. It has some nice free templates and the default installation has everything I need without being bloated. I miss one thing: automatic resizing of images who are too big. So I plan on making it myself. Something...</description>
    <link>http://blog.vanutsteen.nl/2008/04/24/image-resize-script-for-wordpress/</link>
    <guid isPermaLink="false">f54d7e1c-298a-5107-9b64-e581c0914bc9</guid>
    <pubDate>Thu, 24 Apr 2008 14:12:41 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/24/image-resize-script-for-wordpress/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Ubuntu 8.04 released</title>
    <description>Ubuntu 8.04 (Hardy Heron) is released. And they have already provided some netboot/mini images too. I was looking for the jeos images. But that mirror seems down.

Nice! Ubuntu rocks!
</description>
    <link>http://blog.vanutsteen.nl/2008/04/24/ubuntu-804-released/</link>
    <guid isPermaLink="false">503ab4eb-8a5e-55f2-bbf7-db55c6677e8d</guid>
    <pubDate>Thu, 24 Apr 2008 13:48:39 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/24/ubuntu-804-released/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Reading blog posts</title>
    <description>

I daily read a lot of blog posts. To keep up with what’s happening in the ruby/linux community and what’s the latests buzz in the webdeveloper world.

I’m now using google to keep track of the RSS feeds. I’ve used some desktop applications in the...</description>
    <link>http://blog.vanutsteen.nl/2008/04/24/reading-blog-posts/</link>
    <guid isPermaLink="false">41b4d125-6913-51da-be9d-6f3051899367</guid>
    <pubDate>Thu, 24 Apr 2008 11:03:22 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/24/reading-blog-posts/</comments>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Tutorials on writing linux kernel device drivers (usb)</title>
    <description>My boss recently bought some inexio touchscreens. Including a nice little 12.1 inch variant. I thought about using it in my living room for controlling audio et cetera. But alas, a no go. Because there weren’t any linux device drivers available for...</description>
    <link>http://blog.vanutsteen.nl/2008/04/15/tutorials-on-writing-linux-kernel-device-drivers-usb/</link>
    <guid isPermaLink="false">1fd96150-48e9-5f4e-846e-d3d259bf2de7</guid>
    <pubDate>Tue, 15 Apr 2008 21:10:09 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/15/tutorials-on-writing-linux-kernel-device-drivers-usb/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Up to date on GIT</title>
    <description>I’ve been using GIT now some weeks (for my ultra-secret ruby project) and I must say it’s nice. Nothing more than nice. Just like svn was nice to use (compared to old-school full backups). When I first saw the GIT commands I was dazzling with confusion...</description>
    <link>http://blog.vanutsteen.nl/2008/04/08/up-to-date-on-git/</link>
    <guid isPermaLink="false">65dc14c8-d19a-5c08-93d8-e733945fe0b3</guid>
    <pubDate>Tue, 08 Apr 2008 21:14:14 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/08/up-to-date-on-git/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Not installing the default nvidia drivers </title>
    <description>Do you want to install the restricted modules but not the nvidia driver? I do! Because I want to install the newest &amp; latests nvidia driver directly. Then read the following post:

http://ark.asengard.net/blog/2008/02/19/nvidia-api-mismatch/

But do...</description>
    <link>http://blog.vanutsteen.nl/2008/04/08/not-installing-the-default-nvidia-drivers/</link>
    <guid isPermaLink="false">ea18cda2-adbe-5064-9fee-c189429471ce</guid>
    <pubDate>Tue, 08 Apr 2008 21:00:21 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/08/not-installing-the-default-nvidia-drivers/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Some great ideas in the ubuntu comunity</title>
    <description>Lately, whenever I’m feeling bored and I don’t feel like programming or watching tv or anything (well, I can’t actually. Because my tv is not connected at the moment) I browse to the new Ubuntu brainstorm website. There are a lot good ideas for Ubuntu...</description>
    <link>http://blog.vanutsteen.nl/2008/04/08/some-great-ideas-in-the-ubuntu-comunity/</link>
    <guid isPermaLink="false">327e56f7-2307-5aa8-bcf0-a8c5e3c510fd</guid>
    <pubDate>Tue, 08 Apr 2008 20:58:34 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/08/some-great-ideas-in-the-ubuntu-comunity/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Installing all restricted extras in ubuntu</title>
    <description>I always installed the flash plugin by hand, unrar all the codecs et cetera. But on the forum I found someone who recommended the package “ ubuntu-restricted-extras”. Did an apt-get install and I worked great! Installed all the stuff I needed:

[quote...</description>
    <link>http://blog.vanutsteen.nl/2008/04/08/installing-all-restricted-extras-in-ubuntu/</link>
    <guid isPermaLink="false">cf04df5b-7c6f-5af5-842f-8422f3c24d74</guid>
    <pubDate>Tue, 08 Apr 2008 20:53:59 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/04/08/installing-all-restricted-extras-in-ubuntu/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>testing and Rails</title>
    <description>

As a “professional” webdesigner I know how much testing sucks and how it, at the same time, is one of the most important things to do (besides coding the stuff). That’s why I appreciate Rails' very complete testsuite so much. And now with Rspec user...</description>
    <link>http://blog.vanutsteen.nl/2008/02/26/testing-and-rails/</link>
    <guid isPermaLink="false">489e199e-9f0b-5d8f-8ce1-c4fe426de5c6</guid>
    <pubDate>Tue, 26 Feb 2008 15:45:59 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/26/testing-and-rails/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Installing jruby</title>
    <description>I used this resource:

http://rorblog.techcfl.com/2008/02/19/create-and-deploy-a-jruby-app-to-the-glassfish-gem-in-10-minutes-or-less-on-mac-os-x/

How to install jruby on Ubuntu:


              
              
                

1
2
3
4
5
6
sudo ...


</description>
    <link>http://blog.vanutsteen.nl/2008/02/25/installing-jruby/</link>
    <guid isPermaLink="false">802c278e-b17a-5f0d-b64b-8693723de844</guid>
    <pubDate>Mon, 25 Feb 2008 10:42:36 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/25/installing-jruby/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Ubuntu changed default editor</title>
    <description> Ubuntu changed the defaut editor to ViM? At least: my Hardy Heron installation suddenly changed editor. This is the command you can use to determine which editor you want to use by default:

sudo update-alternatives –config editor
</description>
    <link>http://blog.vanutsteen.nl/2008/02/25/ubuntu-changed-default-editor/</link>
    <guid isPermaLink="false">9ae111ca-407b-54c7-8e62-f3644a0c795b</guid>
    <pubDate>Mon, 25 Feb 2008 10:38:15 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/25/ubuntu-changed-default-editor/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Where am I going to host my project?</title>
    <description>In my previous blog item I asked the question: where am I going to host my (git) project? John Nunemaker mentioned github for hosting git projects. Maybe I’m gonna look at that when I’m done with my house.
</description>
    <link>http://blog.vanutsteen.nl/2008/02/20/where-am-i-going-to-host-my-project/</link>
    <guid isPermaLink="false">8c6e07e9-0ad8-58c5-a2c2-1d5197046009</guid>
    <pubDate>Wed, 20 Feb 2008 10:59:50 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/20/where-am-i-going-to-host-my-project/</comments>
  </item>
  <item>
    <title>The beauty of Ubuntu</title>
    <description>A.k.a. “installing something that would take ages in another OS”

For a client of ours I’m doing a project. But I had to wait at my new house today for my new tiles. And at my new address I don’t have internet yet. So I made a local copy of the project...</description>
    <link>http://blog.vanutsteen.nl/2008/02/16/the-beauty-of-ubuntu/</link>
    <guid isPermaLink="false">809f19dd-89fd-5ccc-b0e1-81664083f3ad</guid>
    <pubDate>Sat, 16 Feb 2008 00:41:06 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/16/the-beauty-of-ubuntu/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>How to play wmv files with Ubuntu Hardy Heron</title>
    <description>I thought about doing:


              
              
                

1
sudo apt-get install non-free-codecs gstreamer0.10-pitfdll w32codecs




              
            

Nothing!

Maybe:


              
              
                

1
sudo...


</description>
    <link>http://blog.vanutsteen.nl/2008/02/15/how-to-play-wmv-files-with-ubuntu-hardy-heron/</link>
    <guid isPermaLink="false">2277ed9f-e7f1-5379-9006-a1e49cbbbffc</guid>
    <pubDate>Fri, 15 Feb 2008 23:15:56 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/15/how-to-play-wmv-files-with-ubuntu-hardy-heron/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Running ut on a new x server (performance is everything)</title>
    <description>This was a ha(n/r)dy guide:

http://ubuntuforums.org/showthread.php?t=51486

So because I am always losing with UT and keep blaming it on the poor performance of my laptop I was forced to optimise UT. After fiddling with new engines, I discovered that...</description>
    <link>http://blog.vanutsteen.nl/2008/02/15/running-ut-on-a-new-x-server-performance-is-everything/</link>
    <guid isPermaLink="false">d8699190-6b8d-51b3-b21c-0b98ecb20a0f</guid>
    <pubDate>Fri, 15 Feb 2008 23:02:35 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/15/running-ut-on-a-new-x-server-performance-is-everything/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Blacklisting firefox 3.0 in Hardy (and installing 2.0)</title>
    <description>I used the following resources to accomplish this:


http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html
http://ubuntuforums.org/showthread.php?t=208426


First add an additional deb source for feisty packages. I did it like this:


   ...</description>
    <link>http://blog.vanutsteen.nl/2008/02/15/blacklisting-firefox-30-in-hardy-and-installing-20/</link>
    <guid isPermaLink="false">17f997fc-1226-5f55-8be0-1b5a64e7c547</guid>
    <pubDate>Fri, 15 Feb 2008 22:51:01 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/15/blacklisting-firefox-30-in-hardy-and-installing-20/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Rhythmbox</title>
    <description>I fired up rhythmbox today to play my music. I pointed rhythmbox to my ~/Music directory and it index 10% of my songs. Huh? WTF!?

Apparently not all required codecs are installed eh? I didn’t want to search through documentation and what not, to find...</description>
    <link>http://blog.vanutsteen.nl/2008/02/13/rhythmbox/</link>
    <guid isPermaLink="false">a8f05436-58a6-5cdf-84ec-72d4914c5f27</guid>
    <pubDate>Wed, 13 Feb 2008 15:52:11 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/13/rhythmbox/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>How to install acroread on ubuntu Hardy Herron</title>
    <description>
              
              
                

1
2
3
echo "deb http://packages.medibuntu.org/ hardy free non-free" | sudo tee -a /etc/apt/sources.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - &amp;&amp; sudo apt-get...


</description>
    <link>http://blog.vanutsteen.nl/2008/02/13/how-to-install-acroread-on-ubuntu-hardy-herron/</link>
    <guid isPermaLink="false">2b5f7554-75fb-5d65-a6b3-9049a528ed54</guid>
    <pubDate>Wed, 13 Feb 2008 09:18:13 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/13/how-to-install-acroread-on-ubuntu-hardy-herron/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Rdoc and Rails</title>
    <description>With my fabulous new project: mpd_radio I’m trying to everything right: tests, documentation, the whole shebang. So I was surfing tonight for some tutorials on rdoc. But I couldn’t find a lot. Some useful links:


Rdoc markup documentation

 Introduction...
</description>
    <link>http://blog.vanutsteen.nl/2008/02/06/rdoc-and-rails/</link>
    <guid isPermaLink="false">4b34b80e-46c5-5b46-ae84-e7f2eaa7d223</guid>
    <pubDate>Wed, 06 Feb 2008 23:38:05 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/06/rdoc-and-rails/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>What&#x27;s all this git stuff anyway?</title>
    <description>I’m reading a lot about git lately. Supposedly it’s the next greatest revision control software. It’s faster, better and doesn’t take the enormous amount of space subversion does. Maybe I’ll try it anytime soon but I don’t see any obvious advantages...</description>
    <link>http://blog.vanutsteen.nl/2008/02/05/whats-all-this-git-stuff-anyway/</link>
    <guid isPermaLink="false">7b71954d-9d46-58a9-8128-1c55a2314b54</guid>
    <pubDate>Tue, 05 Feb 2008 21:57:27 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/05/whats-all-this-git-stuff-anyway/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>New blog!</title>
    <description>I removed my old blog and created this brand new one! Hopefully I’m going to post a little more here. Maybe some more on Rails. And I’m planning to pick up bass guitar playing again! So maybe some new bass tabs in the near future!
</description>
    <link>http://blog.vanutsteen.nl/2008/02/03/new-blog/</link>
    <guid isPermaLink="false">5f6b3253-d224-5ff1-b204-27174ea50404</guid>
    <pubDate>Sun, 03 Feb 2008 12:05:43 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2008/02/03/new-blog/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>ssh-agent and a server</title>
    <description>My backupserver runs linux on it. When it’s backup-time it looks through some bunch of config files and logs in to the appropriate servers. The server does this with some ssh-keys ofcourse. But… then it broke… ssh-agent would not run anymore (automatically...</description>
    <link>http://blog.vanutsteen.nl/2007/11/28/ssh-agent-and-a-server/</link>
    <guid isPermaLink="false">d604deb0-ef5d-5f0f-bbfc-783b0b5a7978</guid>
    <pubDate>Wed, 28 Nov 2007 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/11/28/ssh-agent-and-a-server/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>A lot of bugs in the new Gutsy Gibbon</title>
    <description>There are a lot of bugs in the new Ubuntu Gutsy gibbon. For example:  

https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/41994

I encoutered on my laptop. But also my server-install of Ubuntu encoutered some bugs.Even one in the apache2...</description>
    <link>http://blog.vanutsteen.nl/2007/10/31/a-lot-of-bugs-in-the-new-gutsy-gibbon/</link>
    <guid isPermaLink="false">1ad25042-3432-5584-9a52-f3410c2d4bef</guid>
    <pubDate>Wed, 31 Oct 2007 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/10/31/a-lot-of-bugs-in-the-new-gutsy-gibbon/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Gutsy, apache2 and auth_pam</title>
    <description>In installed libapache2-mod-auth-pam and enabled it:


              
              
                

1
2
3
4
5
6
7
8
9
10
11
12
13
#Requires mod_auth_pam
&lt;IfModule mod_auth_pam.c&gt;
    AuthPAM_Enabled on
    AuthType Basic
    AuthName "Subversion...


</description>
    <link>http://blog.vanutsteen.nl/2007/10/28/gutsy-apache2-and-auth_pam/</link>
    <guid isPermaLink="false">5c28da3d-bced-5a91-bab8-64d52ceb48f8</guid>
    <pubDate>Sun, 28 Oct 2007 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/10/28/gutsy-apache2-and-auth_pam/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Addition to ssh keys</title>
    <description>Don’t forget to run:

ssh-add

I forget to mention it in my previous blog about ssh. 
</description>
    <link>http://blog.vanutsteen.nl/2007/10/04/addition-to-ssh-keys/</link>
    <guid isPermaLink="false">8dac4c77-3573-510a-8d2c-bdb6f6e9fdb9</guid>
    <pubDate>Thu, 04 Oct 2007 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/10/04/addition-to-ssh-keys/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Making cron-apt work</title>
    <description>
              
              
                

1
2
touch /etc/cron-apt/actions.d/4-install
nano -w  /etc/cron-apt/actions.d/4-install




              
            

Add this to the file:


              
              
                

1
dist...


</description>
    <link>http://blog.vanutsteen.nl/2007/10/03/making-cron-apt-work/</link>
    <guid isPermaLink="false">37da9aab-192d-58f3-ab07-5d079eb1940d</guid>
    <pubDate>Wed, 03 Oct 2007 21:48:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/10/03/making-cron-apt-work/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Disable annoying bell&#x2F;sound in bash</title>
    <description>As easy as cake: 


              
              
                

1
echo "set bell-style none" &gt; ~/.inputrc




              
            
</description>
    <link>http://blog.vanutsteen.nl/2007/10/03/disable-annoying-bell-sound-in-bash/</link>
    <guid isPermaLink="false">bef80bf0-0f69-54c9-9b5a-1f2afef0bc03</guid>
    <pubDate>Wed, 03 Oct 2007 21:35:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/10/03/disable-annoying-bell-sound-in-bash/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Installing Winbind</title>
    <description>I you install winbind, don’t forget to edit /etc/nsswitch.conf:


              
              
                

1
hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4 




              
            

to


              
             ...</description>
    <link>http://blog.vanutsteen.nl/2007/10/03/installing-winbind/</link>
    <guid isPermaLink="false">4c9c2bfd-8a33-53a6-b008-276b8f027bb6</guid>
    <pubDate>Wed, 03 Oct 2007 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/10/03/installing-winbind/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Remote sudo rsync&#x27;ing</title>
    <description>Great article about adjusting /etc/sudoers to let rsync be executed as sudo without a password:

http://occy.net/node/135


              
              
                

1
2
Using visudo -- edit the following file: /etc/sudoers
USERNAME ALL = NOPASSWD...


</description>
    <link>http://blog.vanutsteen.nl/2007/09/21/remote-sudo-rsync-ing/</link>
    <guid isPermaLink="false">30c739fe-3d37-5cf7-b9d7-79e12f1d5ac8</guid>
    <pubDate>Fri, 21 Sep 2007 21:36:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/09/21/remote-sudo-rsync-ing/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Two more jewels</title>
    <description>
              
              
                

1
find \( -name *.m3u -o -name *.ini -o -name *.txt -o -name *.nfo -o -name *.sfv -o -name *.LOG -o -name *.ncd -o -name *.url -o -name *.exe -o -name *.qdat -o -name *.wpl -o -name *.doc -o -name *


</description>
    <link>http://blog.vanutsteen.nl/2007/09/20/two-more-jewels/</link>
    <guid isPermaLink="false">9873a770-3c7d-50c2-a41c-600bcb42dbb8</guid>
    <pubDate>Thu, 20 Sep 2007 21:39:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/09/20/two-more-jewels/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Ruby on rails: acts_as_authenticated and current_user in a model</title>
    <description>I’m doing lots of Ruby on Rails development lately. I installed actsasauthenticated to create a login for my newest project. But I also wanted to add automagically updatedby and createdby fields for my models.

I used usermonitor.rb for this. But usermonitor...</description>
    <link>http://blog.vanutsteen.nl/2007/09/12/ruby-on-rails-acts_as_authenticated-and-current_user-in-a-model/</link>
    <guid isPermaLink="false">ff9992b2-9779-52ed-bbff-a00b83b8715e</guid>
    <pubDate>Wed, 12 Sep 2007 21:41:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/09/12/ruby-on-rails-acts_as_authenticated-and-current_user-in-a-model/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>How to find crap files, the size of them and how to remove them</title>
    <description>I have all these little files in my modest mp3 collection that are not songs. Like m3u’s, txt-files, et cetera. But I want to get rid of these pesky little files. 

First let’s see all this crap files:


              
              
             ...</description>
    <link>http://blog.vanutsteen.nl/2007/09/06/how-to-find-crap-files-the-size-of-them-and-how-to-remove-them/</link>
    <guid isPermaLink="false">1a9e3002-cdd7-5d16-bb16-10843c9c452e</guid>
    <pubDate>Thu, 06 Sep 2007 21:45:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/09/06/how-to-find-crap-files-the-size-of-them-and-how-to-remove-them/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Adding locales to ubuntu Feisty Fawn</title>
    <description>
              
              
                

1
2
cat /usr/share/i18n/SUPPORTED | grep "en\|nl" &gt; /var/lib/locales/supported.d/local
dpkg-reconfigure locales




              
            
</description>
    <link>http://blog.vanutsteen.nl/2007/08/31/adding-locales-to-ubuntu-feisty-fawn/</link>
    <guid isPermaLink="false">6eea95c6-e26d-5977-888f-622ca8d663a4</guid>
    <pubDate>Fri, 31 Aug 2007 21:46:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/08/31/adding-locales-to-ubuntu-feisty-fawn/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Gnome clipboard</title>
    <description>One one the biggest thing I miss in Gnome is a good clipboard manager. Ever tried to copy something from Firefox and the closed firefox? What happened? Right! The copied piece is gone. Pfff….. 

How to solve it:


              
              
   ...</description>
    <link>http://blog.vanutsteen.nl/2007/07/28/gnome-clipboard/</link>
    <guid isPermaLink="false">de3ec998-02e4-545d-97fc-f6c2e534da22</guid>
    <pubDate>Sat, 28 Jul 2007 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/07/28/gnome-clipboard/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>another samba&#x2F;cups&#x2F;windows drivers blog</title>
    <description>Again tried to reinstall the printer. I used the windows admin to install printer drivers. But it did not work. I opened everything to anyone, but it did not work.

After accessing the printer via the ip-address instead of it’s hostname it worked!...</description>
    <link>http://blog.vanutsteen.nl/2007/07/28/another-samba-cups-windows-drivers-blog/</link>
    <guid isPermaLink="false">22089fec-d9ed-5c5d-a2fb-d042f0d50ada</guid>
    <pubDate>Sat, 28 Jul 2007 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/07/28/another-samba-cups-windows-drivers-blog/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Installing Unreal tournament GOTY on Ubuntu Feist Fawn</title>
    <description>tried installing Unreal Tournament GOTY editon on Ubuntu Feisty Fawn. With some help of a tutorial I succeeded. But the sound and framerate were really crappy. Especially the sound.

Fixing the framerate was easy. I edited ~/.loki/ut/System/UnrealTournament...</description>
    <link>http://blog.vanutsteen.nl/2007/07/27/installing-unreal-tournament-goty-on-ubuntu-feist-fawn/</link>
    <guid isPermaLink="false">a3320286-516c-5823-8e84-6ba69a9212bf</guid>
    <pubDate>Fri, 27 Jul 2007 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/07/27/installing-unreal-tournament-goty-on-ubuntu-feist-fawn/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Awstats troubles</title>
    <description>I installed awstats on server but I wanted to access the same stats via multiple url’s. So I added a regex to the hostalias (via /etc/awsts/awstats.conf.local). Newly added domains worked just fine. But already generated domains did not responds to...</description>
    <link>http://blog.vanutsteen.nl/2007/07/23/awstats-troubles/</link>
    <guid isPermaLink="false">739c8f40-97e4-50da-bb22-d47ff0674d04</guid>
    <pubDate>Mon, 23 Jul 2007 21:49:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/07/23/awstats-troubles/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>HAL, IVman, usbdisk and mounting</title>
    <description>How to install mount and let it mount my usbdisk by default?


              
              
                

1
apt-get install ivman libglib2.0-data




              
            

is all you need! 
</description>
    <link>http://blog.vanutsteen.nl/2007/04/10/hal-ivman-usbdisk-and-mounting/</link>
    <guid isPermaLink="false">380f1bc1-8b6c-5248-a11b-4306be72f9d2</guid>
    <pubDate>Tue, 10 Apr 2007 21:54:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/04/10/hal-ivman-usbdisk-and-mounting/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>adjusting hosts file on windows</title>
    <description>
              
              
                

1
notepad C:\WINDOWS\system32\drivers\etc\hosts




              
            
</description>
    <link>http://blog.vanutsteen.nl/2007/04/05/adjusting-hosts-file-on-windows/</link>
    <guid isPermaLink="false">aff68bfc-dc92-5792-9cbc-5ad1f3dc6a5b</guid>
    <pubDate>Thu, 05 Apr 2007 21:56:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/04/05/adjusting-hosts-file-on-windows/</comments>
	<category><![CDATA[Windows]]></category>
  </item>
  <item>
    <title>smartmontools and sata harddisks</title>
    <description>I reinstalled my server and I wanted to use smartmontools to monitor my disks (the last time one of them crashed). But the smartmont deamon wouldn’t start. By adding the following in /etc/smartd.conf the problems was solved:


              
     ...</description>
    <link>http://blog.vanutsteen.nl/2007/04/04/smartmontools-and-sata-harddisks/</link>
    <guid isPermaLink="false">35458a91-c321-5a9b-bca1-231e7b0c4d0f</guid>
    <pubDate>Wed, 04 Apr 2007 21:57:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/04/04/smartmontools-and-sata-harddisks/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Samba, Pam, winbind &amp; the AD</title>
    <description>This I had to add to smb.conf


              
              
                

1
2
3
4
5
6
7
8
9
10
11
workgroup = TIMONLINE
netbios name = linuxbak
netbiosname = linuxbak
idmap uid = 10000-20000
idmap gid = 10000-20000
template shell = /bin/bash


</description>
    <link>http://blog.vanutsteen.nl/2007/04/03/samba-pam-winbind-the-ad/</link>
    <guid isPermaLink="false">565a1ef7-683b-5e0b-83a9-e91331d42d9f</guid>
    <pubDate>Tue, 03 Apr 2007 21:59:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/04/03/samba-pam-winbind-the-ad/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Ubuntu 6.10 and vsftp</title>
    <description>Well, today I had to reïnstall VSFTPD. Our server crashed and I had to reïnstall a new one.

While reinstalling VSFTP I saw that the last time I did not write anything down. So for my the next time:


              
              
                </description>
    <link>http://blog.vanutsteen.nl/2007/04/02/ubuntu-6-10-and-vsftp/</link>
    <guid isPermaLink="false">93558993-b1f2-501c-98e5-97aee430c896</guid>
    <pubDate>Mon, 02 Apr 2007 22:04:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/04/02/ubuntu-6-10-and-vsftp/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Ubuntu: changing from dhcp to static network interfaces</title>
    <description>I installed ubuntu and it did automatically dhcp. But I didn’t want that so I changed it to static. This is what I had to change.

From:


              
              
                

1
2
auto eth0
iface eth0 inet dhcp




              
      ...</description>
    <link>http://blog.vanutsteen.nl/2007/04/02/ubuntu-changing-from-dhcp-to-static-network-interfaces/</link>
    <guid isPermaLink="false">3c740cb0-74bb-568c-a452-ad33c95444f1</guid>
    <pubDate>Mon, 02 Apr 2007 22:02:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/04/02/ubuntu-changing-from-dhcp-to-static-network-interfaces/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Updating the mysql root password</title>
    <description>
              
              
                

1
2
UPDATE mysql.user SET Password=PASSWORD('newpwd') WHERE User='root';
FLUSH PRIVILEGES;




              
            
</description>
    <link>http://blog.vanutsteen.nl/2007/04/02/updating-the-mysql-root-password/</link>
    <guid isPermaLink="false">ba7cc2a2-f5ed-5d49-bd85-c1fc82a68e99</guid>
    <pubDate>Mon, 02 Apr 2007 22:01:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/04/02/updating-the-mysql-root-password/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Send linux mail to an external email adress</title>
    <description>Today I looked in the mail records of my linux server and I saw all this crap. So I decided to send all the local mail to my normal email account. This is what I had to do:

Make sure this is in: /etc/aliases:


              
              
     ...</description>
    <link>http://blog.vanutsteen.nl/2007/03/14/send-linux-mail-to-an-external-email-adress/</link>
    <guid isPermaLink="false">47640213-9500-598b-a15c-fd483700be17</guid>
    <pubDate>Wed, 14 Mar 2007 22:05:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/03/14/send-linux-mail-to-an-external-email-adress/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Ruby on rails, apache en mongrel</title>
    <description>De laatste tijd ben ik wat met Ruby on Rails aan het kutten. Om te ontwikkelen heb ik intern een lokale server opgezet. Omdat geen van de configuraties die ik op internet vond voldeden aan mijn eisen heb ik er zelf één gemaakt.

Eerst Ruby installeren...</description>
    <link>http://blog.vanutsteen.nl/2007/03/03/ruby-on-rails-apache-en-mongrel/</link>
    <guid isPermaLink="false">5e1ae3a6-79de-5699-923e-787ffb173975</guid>
    <pubDate>Sat, 03 Mar 2007 22:07:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2007/03/03/ruby-on-rails-apache-en-mongrel/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Brother HL-2030 and printing from Windows with Samba</title>
    <description>I wanted to make the Brother HL-2030 printer which I connected to my newly Installed Debian server available on the local network via Samba.
With the standard /etc/samba/smb.conf the printer was directly visible on the internet. 
But the printerdriver...</description>
    <link>http://blog.vanutsteen.nl/2005/12/22/brother-hl-2030-and-printing-from-windows-with-samba/</link>
    <guid isPermaLink="false">ed5883bd-25d9-5612-9956-fe8029e322e1</guid>
    <pubDate>Thu, 22 Dec 2005 22:12:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2005/12/22/brother-hl-2030-and-printing-from-windows-with-samba/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Like the new look of my site?</title>
    <description>I installed a new template for this site. I didn’t make it myself, but I like it a lot. Maybe I’ll make a new template soon, but for now this will do. Or shall I reïstall the old one?
</description>
    <link>http://blog.vanutsteen.nl/2005/10/16/like-the-new-look-of-my-site/</link>
    <guid isPermaLink="false">87faf61f-1f1a-5f6d-8779-b29c14439d13</guid>
    <pubDate>Sun, 16 Oct 2005 22:23:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2005/10/16/like-the-new-look-of-my-site/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>A howto on setting up Asterisk and Amportal for debian</title>
    <description>For a long time I wanted to install Asterisk on my debian server. I installed it once, with the default debian packages but that wasn’t to my likings. So here is a guide for everyone who wants to use Asterisk in combination with Amportal.

My main...</description>
    <link>http://blog.vanutsteen.nl/2005/10/11/a-howto-on-setting-up-asterisk-and-amportal-for-debian/</link>
    <guid isPermaLink="false">9d711373-a0e1-5009-a6f6-a270432653e2</guid>
    <pubDate>Tue, 11 Oct 2005 22:25:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2005/10/11/a-howto-on-setting-up-asterisk-and-amportal-for-debian/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Installing a brother usb printer on Debian Sarge</title>
    <description>Recently I bought myself a nice little usb laserprinter: the brother HL-2030. I read on linuxprinting.org and on other sites, that this printer worked very well on Linux.

So I downloaded the drivers from the brother website:


              
    ...</description>
    <link>http://blog.vanutsteen.nl/2005/09/22/installing-a-brother-usb-printer-on-debian-sarge/</link>
    <guid isPermaLink="false">82909ed3-5051-5aeb-8910-000b956af5bc</guid>
    <pubDate>Thu, 22 Sep 2005 22:16:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2005/09/22/installing-a-brother-usb-printer-on-debian-sarge/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Ruby]]></category>
  </item>
  <item>
    <title>Sending the hostname via dhcp</title>
    <description>By default, a Windows machine sends his hostname via dhcp to the dhcp server. A Linux machine does not do this standard. I know knoppix does it. But by default, Debian Sarge 3.1 does not. In this howto I’ll explain how to make Sarge send the hostname...</description>
    <link>http://blog.vanutsteen.nl/2005/09/19/sending-the-hostname-via-dhcp/</link>
    <guid isPermaLink="false">ced5cca2-9683-51d7-9092-a2236030dccc</guid>
    <pubDate>Mon, 19 Sep 2005 22:17:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2005/09/19/sending-the-hostname-via-dhcp/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Debian sarge: how to install openoffice.org</title>
    <description>A short story this time on howto install openoffice.org on Debian Sarge. Yes, that’s quite simple, but here are the packages I like to install with openoffice.org. 
I want it to use the dutch spellingcheck and to integrate with Gnome. Here is the command...</description>
    <link>http://blog.vanutsteen.nl/2005/09/18/debian-sarge-how-to-install-openoffice-org/</link>
    <guid isPermaLink="false">739823e9-f786-58c7-b119-1328523332bd</guid>
    <pubDate>Sun, 18 Sep 2005 22:19:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2005/09/18/debian-sarge-how-to-install-openoffice-org/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>OpenSEF</title>
    <description>A new project for Mambo has been started: OpenSEF. The company Xaneon has opensourced it’s SEF component for Mambo. It’s still a bèta version, but soon the stable version will be released.

I installed it and expected it to work right out of the box...</description>
    <link>http://blog.vanutsteen.nl/2005/09/05/opensef/</link>
    <guid isPermaLink="false">2aa101a6-5549-571c-83f8-fc92960ba6d9</guid>
    <pubDate>Mon, 05 Sep 2005 22:21:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2005/09/05/opensef/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>New country list script</title>
    <description>Hi,

I’ve enhanced my previous script. What it does, is that it generates a dropdownlist with countrienames and countrycodes. You can use a parameter to get a specific country selected.

You can use it like this:


              
              
  ...</description>
    <link>http://blog.vanutsteen.nl/2005/07/23/new-country-list-script/</link>
    <guid isPermaLink="false">ad8ce7bb-4868-5b43-9de4-f9e8686c155e</guid>
    <pubDate>Sat, 23 Jul 2005 22:29:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2005/07/23/new-country-list-script/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Php function for checking a string for an url</title>
    <description>Hi, 
Under the link “read more” you can find a self-written function that checks a string for url’s. 
I don’t know what to say more. I think it explains itself. It is very simple and I tried to make it as fast as possible.

It first checks the string...</description>
    <link>http://blog.vanutsteen.nl/2005/07/05/php-function-for-checking-a-string-for-an-url/</link>
    <guid isPermaLink="false">174516a8-5e66-559d-b901-efaf385c2987</guid>
    <pubDate>Tue, 05 Jul 2005 22:27:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2005/07/05/php-function-for-checking-a-string-for-an-url/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Howto install the redhat artwork package on debian</title>
    <description>Today I wanted to install the redhat artwork package on Debian Sarge stable. But to my suprise it wasn’t in the apt repositories anymore. This is what I did to make it install:


              
              
                

1
2
3
4
wget http://themes...


</description>
    <link>http://blog.vanutsteen.nl/2005/06/15/howto-install-the-redhat-artwork-package-on-debian/</link>
    <guid isPermaLink="false">c8e3f5bb-8851-5ae7-abc9-ad80cc2bbed3</guid>
    <pubDate>Wed, 15 Jun 2005 22:30:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2005/06/15/howto-install-the-redhat-artwork-package-on-debian/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Final exam</title>
    <description>Last friday I had my final exam  where I had to defend my project at Tim_online. I presented the implementationplan I wrote and after that I had to answer the questions of the comission in an assesment. The comission existed of two teachers and an...</description>
    <link>http://blog.vanutsteen.nl/2005/02/02/final-exam/</link>
    <guid isPermaLink="false">1b9ee7c0-b4f1-5438-a4d0-e87979d2eb75</guid>
    <pubDate>Wed, 02 Feb 2005 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2005/02/02/final-exam/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Quiet</title>
    <description>Well, you really notice it’s Christmas. No news at all on the Internet!

Everybody’s celebrating Christmas and nobody’s placing anything new on the web. Well, I do. But I’m not sane. I tried to satisfy my need for news on several different sites. But...</description>
    <link>http://blog.vanutsteen.nl/2004/12/25/quiet/</link>
    <guid isPermaLink="false">52219cbb-9444-521d-9857-359b59fefd84</guid>
    <pubDate>Sat, 25 Dec 2004 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/12/25/quiet/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>PHP5</title>
    <description>Last week I installed PHP5. I was a bit afraid I would get all sorts of errors in combination with Mambo. And I got them. PHP was giving me errors that sessions wouldn’t work. At first I thought it was a rights issue. 

But after some investigation...</description>
    <link>http://blog.vanutsteen.nl/2004/12/19/php5/</link>
    <guid isPermaLink="false">1e02b2a4-8a7b-55cd-b9e7-10bdb84ed45b</guid>
    <pubDate>Sun, 19 Dec 2004 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/12/19/php5/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[Linux]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>New Gallery</title>
    <description>I installed a new gallery on my site. This one. It is verry extensive but it is also quite old and well, just plain ugly. The new one, V2 is better. But there’s no mambo component for that one. So I installed gallery V1 here. After that I installed...</description>
    <link>http://blog.vanutsteen.nl/2004/12/03/new-gallery/</link>
    <guid isPermaLink="false">6c134be2-14cb-57d8-8fea-9b6e83d0844c</guid>
    <pubDate>Fri, 03 Dec 2004 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/12/03/new-gallery/</comments>
  </item>
  <item>
    <title>Herman Brood Bass tab</title>
    <description>Some time ago, I posted this news item. I told that mxtabs suck because they rejected my tab of Herman Brood’s song Saturday night. 

I didn’t find it fair because I thought my tab was all right. But last week I tried to play the tab I made for the...</description>
    <link>http://blog.vanutsteen.nl/2004/12/03/herman-brood-bass-tab/</link>
    <guid isPermaLink="false">63b54b63-2e1b-5c2f-ba09-18e6a1371d08</guid>
    <pubDate>Fri, 03 Dec 2004 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/12/03/herman-brood-bass-tab/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>feedback?</title>
    <description>Hi! Welcome! Don’t go away… :(

Why there’s so little news on this site you ask? Well, here’s the answer: I don’t know if anyone visites this site. What kind of public. What they’re interested about. I’ve got a lot to write about. But I must pick a...</description>
    <link>http://blog.vanutsteen.nl/2004/12/03/feedback/</link>
    <guid isPermaLink="false">338d2d94-9ad8-570c-a20d-8a6ad545d930</guid>
    <pubDate>Fri, 03 Dec 2004 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/12/03/feedback/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>MXtabs member suck!</title>
    <description>As you know I play bass guitar. If I want to play a new song I get the tab from MXtabs.
But there as no existing tab for saturday night from Herman Brood. So I submitted my tab for Herman Brood’s Saturday Night to MXtabs. But some guy called SabathSlayer666...</description>
    <link>http://blog.vanutsteen.nl/2004/11/16/mxtabs-member-suck/</link>
    <guid isPermaLink="false">fa7f7536-7db4-5a96-87c8-1c95fc17e9ef</guid>
    <pubDate>Tue, 16 Nov 2004 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/11/16/mxtabs-member-suck/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Another gallery added</title>
    <description>Today I tried to add another gallery to mambo. This gallery is called: gallery. A verry original name but it is a nice piece of software. You can find it at:
http://gallery.sourceforge.net

First I installed gallery, which you can see at:
http://gallery...</description>
    <link>http://blog.vanutsteen.nl/2004/11/06/another-gallery-added/</link>
    <guid isPermaLink="false">78e62c05-0bc7-54c7-ab69-db11099a2054</guid>
    <pubDate>Sat, 06 Nov 2004 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/11/06/another-gallery-added/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Photo gallery added</title>
    <description>As you all can see I added a photo gallery to my site. I used Zoom for the gallery. Zoom is a nice component for Mambo. But it isn’t really mature. I installed, had to fix a bug and change the code before I could use it. And still it’s not what I exactly...</description>
    <link>http://blog.vanutsteen.nl/2004/11/02/photo-gallery-added/</link>
    <guid isPermaLink="false">93504096-618e-56d1-9097-f365cf4d47b1</guid>
    <pubDate>Tue, 02 Nov 2004 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/11/02/photo-gallery-added/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Go Mono!</title>
    <description>Today I installed the new version of the mono-project. It brings the .Net technology to the linux platform. Ximian is a big sponsor of the project and that’s noticeable because the project was rapidly developped in contrast to some other open source...</description>
    <link>http://blog.vanutsteen.nl/2004/10/14/go-mono/</link>
    <guid isPermaLink="false">dc1820b3-135d-5bd4-8bc7-1c376dcc0c2e</guid>
    <pubDate>Thu, 14 Oct 2004 11:00:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/10/14/go-mono/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>Project planning</title>
    <description>It’s been three days since I made a promise to post a lot of news on this site. And I really wanted to do that, but… I’ve been really busy. Again? Yes, again!
This week I had to produce a project planning. This morning I have to deliver it to the bidder...</description>
    <link>http://blog.vanutsteen.nl/2004/10/13/project-planning/</link>
    <guid isPermaLink="false">c065cb0e-554f-5f08-a835-1432b325ff11</guid>
    <pubDate>Wed, 13 Oct 2004 22:50:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/10/13/project-planning/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Yes, I&#x27;m back</title>
    <description>Whoohoo! This site is back online. I had some problems with the server. After two weeks of calling, e-mailing and cursing the server has been fixed.
Maybe I’ll host this site somewhere professional. But I always have a lot of demands. And one of them...</description>
    <link>http://blog.vanutsteen.nl/2004/10/10/yes-i-m-back/</link>
    <guid isPermaLink="false">7f944935-2fa4-506e-ae8a-9c3c0897bace</guid>
    <pubDate>Sun, 10 Oct 2004 22:34:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/10/10/yes-i-m-back/</comments>
  </item>
  <item>
    <title>Adobe PDFmaker</title>
    <description>When I started working at TIM_online I got a second hand laptop from them. It’s a pity isn’t a brand new one, but hey: I’m really pleased with it.
Yesterday I installed Adobe Acrobat on it. With Acrobat you can create PDF files and print to a virtual...</description>
    <link>http://blog.vanutsteen.nl/2004/09/23/adobe-pdfmaker/</link>
    <guid isPermaLink="false">3f0e090b-f272-58f0-8e69-a39769d92b78</guid>
    <pubDate>Thu, 23 Sep 2004 22:35:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/23/adobe-pdfmaker/</comments>
	<category><![CDATA[Windows]]></category>
  </item>
  <item>
    <title>New Gnome is out!</title>
    <description>The new Gnome 2.8 is out for a couple of days now. I wanted to install it, but I keep hearing it has a lot of bugs still in it.

I tried to install evolution and that worked. But not (yet) the Exchange connectivity. Too bad, because I really need an...</description>
    <link>http://blog.vanutsteen.nl/2004/09/20/new-gnome-is-out/</link>
    <guid isPermaLink="false">ffcfc4d1-052e-5b18-b5f8-4405b7685d4b</guid>
    <pubDate>Mon, 20 Sep 2004 22:38:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/20/new-gnome-is-out/</comments>
	<category><![CDATA[Linux]]></category>
  </item>
  <item>
    <title>internationalisation &amp; communication</title>
    <description>Today, just like the previous to weeks I went to school to go to the college “internationalisation” from Jelle.
Jelle is a nice teacher who can tell wonderful stories. But not today.

Because today, Jelle didn’t show up. He went home without informing...</description>
    <link>http://blog.vanutsteen.nl/2004/09/17/internationalisation-communication/</link>
    <guid isPermaLink="false">37a2dc2e-d846-5f24-a1ad-c79b0e069587</guid>
    <pubDate>Fri, 17 Sep 2004 22:39:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/17/internationalisation-communication/</comments>
  </item>
  <item>
    <title>VoIP</title>
    <description>This week I’ve been busy with Asterisk.
Arthur from TIM_Online really believes that Voice Over IP is thé next big thing and that big bucks can be earned with it. So I started fidling with it.

The developers of Asterisk say:


“Asterisk is a complete...
</description>
    <link>http://blog.vanutsteen.nl/2004/09/15/voip/</link>
    <guid isPermaLink="false">4f2cc7b6-39bd-50ad-a5bf-e55124a9038a</guid>
    <pubDate>Wed, 15 Sep 2004 22:40:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/15/voip/</comments>
  </item>
  <item>
    <title>Drain you</title>
    <description>Today I tried to play ‘Drain You’ from Nirvana. But not a single tab on the internet was to my satisfaction. So I combined the best tabs I could find and created a new one.
Click on ‘Read More’ to see the tab I made.


              
             ...</description>
    <link>http://blog.vanutsteen.nl/2004/09/13/drain-you/</link>
    <guid isPermaLink="false">99dd6ac4-73c4-5bbc-9e67-467f9076d04e</guid>
    <pubDate>Mon, 13 Sep 2004 22:42:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/13/drain-you/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>PHP</title>
    <description>Thursday I started searching the internet for tutorials on how to program object oriënted in PHP.
I found some tutorials, but I still find it very difficult to grep the why of object oriënted programming.
So if you know a good book or better, a good...</description>
    <link>http://blog.vanutsteen.nl/2004/09/11/php/</link>
    <guid isPermaLink="false">c32fb7c2-3b53-56bc-944a-78418ed4123c</guid>
    <pubDate>Sat, 11 Sep 2004 22:44:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/11/php/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Bass guitar</title>
    <description>Some time ago I bought myself a bass guitar. My little brother started playing electric guitar about a year ago and he pushed me to play bass.

So I bought myself a Silvertone starterpackage and started practicing. The beginning was difficult. I had...</description>
    <link>http://blog.vanutsteen.nl/2004/09/08/bass-guitar/</link>
    <guid isPermaLink="false">36f71c48-7eaf-58ec-b99d-43d30e84e3ed</guid>
    <pubDate>Wed, 08 Sep 2004 22:45:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/08/bass-guitar/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Tim_online</title>
    <description>Last week school started and this half year should be my last half year at (this) school. This half year I have a training period at a little company called TIM_online.
At the end of the period I have to write a couple of reports, but that’s to boring...</description>
    <link>http://blog.vanutsteen.nl/2004/09/07/tim_online/</link>
    <guid isPermaLink="false">9641e5f6-662e-589f-9cf2-ee661fac80b0</guid>
    <pubDate>Tue, 07 Sep 2004 22:48:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/07/tim_online/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Week reports</title>
    <description>Last week I started my new job at TIM as I have mentioned in one of my previous posts.

Schools demands that you write a report every week where you track your progress, evaluate the planning you’ve made etcetera. So, this is week two and I’m already...</description>
    <link>http://blog.vanutsteen.nl/2004/09/07/week-reports/</link>
    <guid isPermaLink="false">10fe0a31-1747-5243-b3d8-3919d0d978d7</guid>
    <pubDate>Tue, 07 Sep 2004 22:46:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/07/week-reports/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>CVS testsite</title>
    <description>I’ve installed a cronjob which downloads the newest version of Mambo CVS and installs it on the server. You can see it at work here.
</description>
    <link>http://blog.vanutsteen.nl/2004/09/06/cvs-testsite/</link>
    <guid isPermaLink="false">236b1532-38e1-531c-86ac-c7a6c923e59f</guid>
    <pubDate>Mon, 06 Sep 2004 22:51:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/06/cvs-testsite/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>Header script almost done</title>
    <description>Friday, I was too early at school and I filled up that time with finishing the header script. It is now almost finished and really cool.
The script looks in a directory for pictures and picks one randomly. The picture is then cropped to the right dimensions...</description>
    <link>http://blog.vanutsteen.nl/2004/09/05/header-script-almost-done/</link>
    <guid isPermaLink="false">dd20b02a-79f3-583a-9847-5ca53bf0e110</guid>
    <pubDate>Sun, 05 Sep 2004 22:53:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/05/header-script-almost-done/</comments>
	<category><![CDATA[Development]]></category>
	<category><![CDATA[PHP]]></category>
  </item>
  <item>
    <title>Banner development</title>
    <description>What a busy day it has been. This was the fourth day at my new job. Since monday I’ve been working at Tim_online.
But I’ll tell more about that maybe this weekend. When I’ll probably have some sparetime. If I can, I’ll add the logo of TIM to this item...</description>
    <link>http://blog.vanutsteen.nl/2004/09/03/banner-development/</link>
    <guid isPermaLink="false">05c6f788-4fa2-5798-bdae-764234c3f798</guid>
    <pubDate>Fri, 03 Sep 2004 22:54:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/03/banner-development/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>Never mess...</title>
    <description>OK, here’s a golden tip which everybody knows: don’t mess with a live server! Yes, I did and I know regret it.
I didn’t write much but all I did write is gone. 
But on the other hand: I can start all over and do it better. And I’ve got a subject to...</description>
    <link>http://blog.vanutsteen.nl/2004/09/01/never-mess/</link>
    <guid isPermaLink="false">b9f7d31b-f681-5711-8352-2a0bfb4745ba</guid>
    <pubDate>Wed, 01 Sep 2004 22:58:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/09/01/never-mess/</comments>
	<category><![CDATA[Other]]></category>
  </item>
  <item>
    <title>XHTML validation</title>
    <description>I was so proud of the XHTML validation about this site that I placed a link to the W3C validatior in the footer.
But I didn’t realise that Mambo doesn’t generate valid XHTML though. At least not until version 5.0. So until the content of this site...</description>
    <link>http://blog.vanutsteen.nl/2004/08/26/xhtml-validation/</link>
    <guid isPermaLink="false">cd76568e-ce95-540e-8c65-4e9280e09186</guid>
    <pubDate>Thu, 26 Aug 2004 22:55:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/08/26/xhtml-validation/</comments>
	<category><![CDATA[Development]]></category>
  </item>
  <item>
    <title>What to publish</title>
    <description>OK, the site is live now (again). After picking a Content Management System, learning CSS, making a template and refreshing my php-skills the difficult part is yet to come: placing content and keeping the site up-to-date.

And what content should I...</description>
    <link>http://blog.vanutsteen.nl/2004/08/25/what-to-publish/</link>
    <guid isPermaLink="false">22a2d9f3-b2b7-56a3-8fbb-270d82bc1707</guid>
    <pubDate>Wed, 25 Aug 2004 22:57:00 +0000</pubDate>
    <comments>http://blog.vanutsteen.nl/2004/08/25/what-to-publish/</comments>
	<category><![CDATA[Other]]></category>
  </item>
</channel>
</rss>
