<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>madclog.nl</title>
	<atom:link href="http://www.madclog.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madclog.nl</link>
	<description>Just another pile of ****</description>
	<lastBuildDate>Thu, 29 Mar 2012 13:10:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Setting up development environment</title>
		<link>http://www.madclog.nl/2012/03/setting-up-development-environment/</link>
		<comments>http://www.madclog.nl/2012/03/setting-up-development-environment/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 18:38:26 +0000</pubDate>
		<dc:creator>Geert</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SSMTP]]></category>

		<guid isPermaLink="false">http://www.madclog.nl/?p=241</guid>
		<description><![CDATA[Goals:

A local DNS server which handles any requests for *.dev
An Apache webserver which can translate any *.dev request into a website
Enable PHP debugging for local sites
Setup a local MTA to send emails from PHP
SVN/Subversion server which is accessible through Apache


DNS server /  [...]]]></description>
		<wfw:commentRss>http://www.madclog.nl/2012/03/setting-up-development-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Warning:  svn_cat(), Too many open files</title>
		<link>http://www.madclog.nl/2012/03/php-warning-svn_cat-too-many-open-files/</link>
		<comments>http://www.madclog.nl/2012/03/php-warning-svn_cat-too-many-open-files/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 16:18:31 +0000</pubDate>
		<dc:creator>Geert</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://www.madclog.nl/?p=301</guid>
		<description><![CDATA[While working on a release system which takes a SVN-tag and turns it into a downloadable zip file I ran into the following error:
PHP Warning:  svn_cat(): svn error(s) occured\n180001 (Couldn't open a repository) Unable to open an ra_local session to URL\n180001 (Couldn't open a repository) Unable  [...]]]></description>
		<wfw:commentRss>http://www.madclog.nl/2012/03/php-warning-svn_cat-too-many-open-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 11.10: working remote on Asrock ION 330 HT</title>
		<link>http://www.madclog.nl/2012/03/ubuntu-11-10-working-remote-on-asrock-ion-330-ht/</link>
		<comments>http://www.madclog.nl/2012/03/ubuntu-11-10-working-remote-on-asrock-ion-330-ht/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 21:24:20 +0000</pubDate>
		<dc:creator>Geert</dc:creator>
				<category><![CDATA[HTPC]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Nuvoton]]></category>
		<category><![CDATA[Remote Control]]></category>

		<guid isPermaLink="false">http://www.madclog.nl/?p=289</guid>
		<description><![CDATA[First setup LIRC with a basic configuration
For a new install sudo apt-get install lircIf LIRC is already installed sudo dpkg-reconfigure lircRemote control configuration:
Windows Media Center Transceivers/Remotes (all)
IR transmitter, if present:
None
Change the default configuration to work with  [...]]]></description>
		<wfw:commentRss>http://www.madclog.nl/2012/03/ubuntu-11-10-working-remote-on-asrock-ion-330-ht/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Nvidia drivers Ubuntu</title>
		<link>http://www.madclog.nl/2012/03/install-nvidia-drivers-ubuntu/</link>
		<comments>http://www.madclog.nl/2012/03/install-nvidia-drivers-ubuntu/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 20:14:10 +0000</pubDate>
		<dc:creator>Geert</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.madclog.nl/?p=285</guid>
		<description><![CDATA[sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current
]]></description>
		<wfw:commentRss>http://www.madclog.nl/2012/03/install-nvidia-drivers-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolve hostnames within a local network</title>
		<link>http://www.madclog.nl/2012/02/resolve-hostnames-within-a-local-network/</link>
		<comments>http://www.madclog.nl/2012/02/resolve-hostnames-within-a-local-network/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 08:29:00 +0000</pubDate>
		<dc:creator>Geert</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.madclog.nl/?p=275</guid>
		<description><![CDATA[Switching from windows to linux I noticed I couldn&#8217;t use the machine names within my local network to access my machines.
Something like &#8220;ping server-name&#8221; wouldn&#8217;t work while &#8220;ping 192.168.1.2&#8243; would.
There&#8217;s a simple fix for this problem:
[code]sudo apt-get install winbind[/code]
[code]sudo vi  [...]]]></description>
		<wfw:commentRss>http://www.madclog.nl/2012/02/resolve-hostnames-within-a-local-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the configuration of a VirtualHost generated by Plesk</title>
		<link>http://www.madclog.nl/2012/02/changing-the-configuration-of-a-virtualhost-generated-by-plesk/</link>
		<comments>http://www.madclog.nl/2012/02/changing-the-configuration-of-a-virtualhost-generated-by-plesk/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 15:19:49 +0000</pubDate>
		<dc:creator>Geert</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://www.madclog.nl/?p=266</guid>
		<description><![CDATA[When you use Plesk to manage your websites, the VirtualHost configuration files are generated by Plesk itself.
So if change anything in the configuration file, changes are going to be lost when Plesk re-generates these files.
Instead, you should create a new configuration file vhost.conf in the  [...]]]></description>
		<wfw:commentRss>http://www.madclog.nl/2012/02/changing-the-configuration-of-a-virtualhost-generated-by-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get a working remote for your ASRock ION 330 HT on XBMC-Live</title>
		<link>http://www.madclog.nl/2011/08/how-to-get-a-working-remote-for-your-asrock-ion-330-ht-on-xbmc-live/</link>
		<comments>http://www.madclog.nl/2011/08/how-to-get-a-working-remote-for-your-asrock-ion-330-ht-on-xbmc-live/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 12:09:54 +0000</pubDate>
		<dc:creator>Geert</dc:creator>
				<category><![CDATA[HTPC]]></category>
		<category><![CDATA[ASRock ION 330]]></category>
		<category><![CDATA[Remote Control]]></category>
		<category><![CDATA[XBMC Live]]></category>

		<guid isPermaLink="false">http://www.madclog.nl/?p=180</guid>
		<description><![CDATA[You know how they say &#8220;If it ain&#8217;t broke, don&#8217;t fix it&#8221;
Well&#8230; I should have listened.
Yesterday i did a full update of my XBMC-Live box, and with it I got a new kernel version.
This broke my remote, again, which basically makes it unusable as a HTPC.
Here&#8217;s how to fix it.

1. Install kernel  [...]]]></description>
		<wfw:commentRss>http://www.madclog.nl/2011/08/how-to-get-a-working-remote-for-your-asrock-ion-330-ht-on-xbmc-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting your website updates to twitter using Zend Framework</title>
		<link>http://www.madclog.nl/2011/07/posting-your-website-updates-to-twitter-using-zend-framework/</link>
		<comments>http://www.madclog.nl/2011/07/posting-your-website-updates-to-twitter-using-zend-framework/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 14:32:12 +0000</pubDate>
		<dc:creator>Geert</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.madclog.nl/?p=137</guid>
		<description><![CDATA[Tweeting your website updates can be done in 4 simple steps

Register your application
Implement a URL shortener
Prepare your tweet
Tweet your update


Register your application
Since twitter&#8217;s API change in mid-2010-ish you&#8217;re required to use oAuth to gain access to a remote twitter account.
To  [...]]]></description>
		<wfw:commentRss>http://www.madclog.nl/2011/07/posting-your-website-updates-to-twitter-using-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Search_Lucene Tips</title>
		<link>http://www.madclog.nl/2011/06/zend_search_lucene-tips/</link>
		<comments>http://www.madclog.nl/2011/06/zend_search_lucene-tips/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 08:26:07 +0000</pubDate>
		<dc:creator>Geert</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.madclog.nl/?p=120</guid>
		<description><![CDATA[Found a good article with some tips on implementing Zend Framework&#8217;s search engine: Lucene
http://robertelwell.info/blog/zend_search_lucene-tips/
The article has a link to a list of English stop words.
Here you can find stop words for a few other languages as well.
Just open up  [...]]]></description>
		<wfw:commentRss>http://www.madclog.nl/2011/06/zend_search_lucene-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using virtual users to login to a ProFTPD server, using MySQL</title>
		<link>http://www.madclog.nl/2011/05/using-virtual-users-to-login-to-a-proftpd-server-using-mysql/</link>
		<comments>http://www.madclog.nl/2011/05/using-virtual-users-to-login-to-a-proftpd-server-using-mysql/#comments</comments>
		<pubDate>Thu, 26 May 2011 14:48:24 +0000</pubDate>
		<dc:creator>Geert</dc:creator>
				<category><![CDATA[NAS]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[ProFTPD]]></category>

		<guid isPermaLink="false">http://www.madclog.nl/?p=89</guid>
		<description><![CDATA[Using MySQL to store your ProFTPD users, makes it much easier to manage them.
Just fire up you favorite MySQL client and add a new user.
Besides making it easy to manage users it also allows for some additional features.
I&#8217;ll be showing you how to implement the following:

Keeping a login  [...]]]></description>
		<wfw:commentRss>http://www.madclog.nl/2011/05/using-virtual-users-to-login-to-a-proftpd-server-using-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

