<?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>Mads &#039;zephid&#039; Madsen &#187; Open Source</title>
	<atom:link href="http://www.zephid.dk/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zephid.dk</link>
	<description>Life is too short for bad code!</description>
	<lastBuildDate>Fri, 11 Jun 2010 13:12:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mumble Client Guide</title>
		<link>http://www.zephid.dk/2008/08/14/mumble-client-guide/</link>
		<comments>http://www.zephid.dk/2008/08/14/mumble-client-guide/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 17:32:24 +0000</pubDate>
		<dc:creator>Mads Madsen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[mumble]]></category>

		<guid isPermaLink="false">http://www.zephid.dk/?p=140</guid>
		<description><![CDATA[Today I will explain howto setup the Mumble Client under Windows, Mumble is an open source voice communicator program which is an alternative for TeamSpeak and Ventrilo. First of, go to the Mumble website at http://mumble.sourceforge.net and download the client, install it and open it. The first time you run Mumble you will be asked [...]]]></description>
		<wfw:commentRss>http://www.zephid.dk/2008/08/14/mumble-client-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>oid vs bytea in Postgresql</title>
		<link>http://www.zephid.dk/2008/08/09/oid-vs-bytea-in-postgresql/</link>
		<comments>http://www.zephid.dk/2008/08/09/oid-vs-bytea-in-postgresql/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 12:27:25 +0000</pubDate>
		<dc:creator>Mads Madsen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[bytea]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[oid]]></category>
		<category><![CDATA[pg_lo_create]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.zephid.dk/?p=130</guid>
		<description><![CDATA[Okay, here is the deal, I am working on a project which requires me to store files in my database. But I have recently just switched to postgresql from mysql, so I had to do some research on what methods postgresql offers for file storage. In mysql GLOB would have been my choice, but postgresql [...]]]></description>
		<wfw:commentRss>http://www.zephid.dk/2008/08/09/oid-vs-bytea-in-postgresql/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Test af webspell</title>
		<link>http://www.zephid.dk/2008/08/05/test-af-webspell/</link>
		<comments>http://www.zephid.dk/2008/08/05/test-af-webspell/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 15:04:54 +0000</pubDate>
		<dc:creator>Mads Madsen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[webspell]]></category>

		<guid isPermaLink="false">http://www.zephid.dk/?p=119</guid>
		<description><![CDATA[Okay, jeg har hørt en masse omkring webspell, et CMS til klaner, så jeg tænkte lige jeg ville teste systemet ud, og se om det nu også var så godt som alle siger det er. Installationen Jeg udpakkede webspell på min webserver og åbnede den i min browser, og fik en fejl meddelse smidt i [...]]]></description>
		<wfw:commentRss>http://www.zephid.dk/2008/08/05/test-af-webspell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Mono (1.9) and Lighttpd on Debian(lenny)</title>
		<link>http://www.zephid.dk/2008/04/27/installing-mono-and-lighttpd-on-debian/</link>
		<comments>http://www.zephid.dk/2008/04/27/installing-mono-and-lighttpd-on-debian/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 08:07:06 +0000</pubDate>
		<dc:creator>Mads Madsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[mono]]></category>

		<guid isPermaLink="false">http://www.zephid.dk/?p=107</guid>
		<description><![CDATA[This guide explains how to install the latest version of Mono on Debian (lenny) (with Lighttpd). Mono is a software platform designed to allow developers to easily create cross platform applications. It is an open source implementation of Microsoft&#8217;s .Net Framework based on the ECMA standards for C# and the Common Language Runtime 1. Installing [...]]]></description>
		<wfw:commentRss>http://www.zephid.dk/2008/04/27/installing-mono-and-lighttpd-on-debian/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hotmail just sucks</title>
		<link>http://www.zephid.dk/2008/01/02/hotmail-just-sucks/</link>
		<comments>http://www.zephid.dk/2008/01/02/hotmail-just-sucks/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 10:31:23 +0000</pubDate>
		<dc:creator>Mads Madsen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.zephid.dk/2008/01/02/hotmail-just-sucks/</guid>
		<description><![CDATA[This night I did a minor update on my mail server, I updated the dkim-milter to a newer version and removed the dk-milter filter from the server. With the update some bonuses came along, gmail.com and yahoo.com now looks at my mails as &#8220;in-good-stand&#8221; mails, and this is a major bonus. However Hotmail still look [...]]]></description>
		<wfw:commentRss>http://www.zephid.dk/2008/01/02/hotmail-just-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the power of sftp chroot in debian</title>
		<link>http://www.zephid.dk/2007/11/20/getting-the-power-of-sftp-chroot-in-debian/</link>
		<comments>http://www.zephid.dk/2007/11/20/getting-the-power-of-sftp-chroot-in-debian/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 10:25:20 +0000</pubDate>
		<dc:creator>Mads Madsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.zephid.dk/2007/11/20/getting-the-power-of-sftp-chroot-in-debian/</guid>
		<description><![CDATA[Background As many people might know, I am a bit security paranoid when it comes to my servers and sending stuff over the Internet in plain text. Therefore have I been using SFTP and SSH when I needed something sent over the Internet to my servers. SFTP does however have a downside, in order to [...]]]></description>
		<wfw:commentRss>http://www.zephid.dk/2007/11/20/getting-the-power-of-sftp-chroot-in-debian/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Screen: Tips &amp; Tricks</title>
		<link>http://www.zephid.dk/2007/07/14/screen-tips-tricks/</link>
		<comments>http://www.zephid.dk/2007/07/14/screen-tips-tricks/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 04:09:50 +0000</pubDate>
		<dc:creator>Mads Madsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.zephid.dk/2007/07/14/screen-tips-tricks/</guid>
		<description><![CDATA[In this article I will describe a very useful program: GNU Screen. Usually this program is used by people who have a shell account on a Unix server. But it can be also helpful to people who haven â€™t yet started to use a terminal or even Linux/Unix at all. read more &#124; digg story]]></description>
		<wfw:commentRss>http://www.zephid.dk/2007/07/14/screen-tips-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nogle sure opstød</title>
		<link>http://www.zephid.dk/2007/07/14/nogle-sure-opst%c3%b8d/</link>
		<comments>http://www.zephid.dk/2007/07/14/nogle-sure-opst%c3%b8d/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 03:59:14 +0000</pubDate>
		<dc:creator>Mads Madsen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.zephid.dk/2007/07/14/nogle-sure-opst%c3%b8d/</guid>
		<description><![CDATA[Mens jeg var på pause fra arbejdet fandt jeg diverse hjemmesider efter et par søgninger, så finder man frem til et firma der hedder LN Webdesign .. Og nøj hvor var den side grim ! Og det er endnu et eksempel på udnyttelse af Open Source software; Han bruger Joomla! cms til at styre de [...]]]></description>
		<wfw:commentRss>http://www.zephid.dk/2007/07/14/nogle-sure-opst%c3%b8d/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Skiftet til lighttpd</title>
		<link>http://www.zephid.dk/2007/07/13/skiftet-til-lighttpd/</link>
		<comments>http://www.zephid.dk/2007/07/13/skiftet-til-lighttpd/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 02:43:25 +0000</pubDate>
		<dc:creator>Mads Madsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.zephid.dk/2007/07/13/skiftet-til-lighttpd/</guid>
		<description><![CDATA[Så skete det, jeg har udskiftet Apache2 med den lille lighttpd, det var ikke smertefrit, da den ikke understøtter .htaccess, så det blev til en masse legende rundt med url.rewrite og url.redirect. Men det viste sig så at det eneste det krævede var: $HTTP["host"] == &#8220;www.zephid.dk&#8221; { url.redirect = ( &#8220;^/(.*)&#8221; =&#62; &#8220;http://www.zephid.dk/$1&#8243; ) } [...]]]></description>
		<wfw:commentRss>http://www.zephid.dk/2007/07/13/skiftet-til-lighttpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize PHP and Accelerate Apache</title>
		<link>http://www.zephid.dk/2007/06/27/optimize-php-and-accelerate-apache/</link>
		<comments>http://www.zephid.dk/2007/06/27/optimize-php-and-accelerate-apache/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 23:36:27 +0000</pubDate>
		<dc:creator>Mads Madsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.zephid.dk/2007/06/27/optimize-php-and-accelerate-apache/</guid>
		<description><![CDATA[As the load on an application increases, the bottlenecks in the underlying infrastructure become more apparent in the form of slow response to user requests. This article discusses many of the server configuration items that can make or break an application&#8217;s performance and focuses on steps you can take to optimize Apache and PHP. read [...]]]></description>
		<wfw:commentRss>http://www.zephid.dk/2007/06/27/optimize-php-and-accelerate-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.558 seconds -->

