<?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>Christian Krahn &#187; Ubuntu</title>
	<atom:link href="http://www.krahn.org/category/linux/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krahn.org</link>
	<description>Using: PHP, Python, JS, MySQL, Perl, Google API&#039;s ; BLOGGING ABOUT: everything related to Web Development</description>
	<lastBuildDate>Tue, 06 Jul 2010 14:30:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Profiling PHP Code with XDebug and CacheGrind</title>
		<link>http://www.krahn.org/2010/07/profiling-php-code-with-xdebug-and-cachegrind/</link>
		<comments>http://www.krahn.org/2010/07/profiling-php-code-with-xdebug-and-cachegrind/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 14:22:07 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[CacheGrind]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Profiler]]></category>
		<category><![CDATA[Profiling]]></category>
		<category><![CDATA[XDebug]]></category>

		<guid isPermaLink="false">http://www.krahn.org/?p=174</guid>
		<description><![CDATA[In my posting about installing a PHP development environment using Ubuntu 10.04 I mentioned the possibility to debug PHP code using XDebug and CacheGrind. Here is a little tutorial on howto use profiling with some free open source tools. Installation / Configuration XDebug is a debugging component which can be added as a module to [...]]]></description>
		<wfw:commentRss>http://www.krahn.org/2010/07/profiling-php-code-with-xdebug-and-cachegrind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu 10.04 Lucid Lynx for PHP development</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/</link>
		<comments>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 14:24:07 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Lucid Lynx]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.krahn.org/?p=139</guid>
		<description><![CDATA[Last year I have written a small how-to for installing an Ubuntu 9.04 work environment as virtualbox environment (though it also works for native systems). Recently I have updated this guide to 10.04 as kind of check list to get a working environment to develop PHP/MySQL applications. Installation of System First of all you have [...]]]></description>
		<wfw:commentRss>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 LTS (Lucid Lynx)</title>
		<link>http://www.krahn.org/2010/04/ubuntu-10-04-lts-lucid-lynx/</link>
		<comments>http://www.krahn.org/2010/04/ubuntu-10-04-lts-lucid-lynx/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 20:41:09 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Lucid Lynx]]></category>

		<guid isPermaLink="false">http://www.krahn.org/?p=120</guid>
		<description><![CDATA[On April 29th the new Release of Ubuntu, named Lucid Lynx, will be available to download from the official Ubuntu site. Currently the release candidate is already available, so if you want to try out, you can get it now and upgrade to the full version later. One of the biggest changes is the new [...]]]></description>
		<wfw:commentRss>http://www.krahn.org/2010/04/ubuntu-10-04-lts-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install an Ubuntu based Web Server</title>
		<link>http://www.krahn.org/2009/05/how-to-install-an-ubuntu-based-web-server/</link>
		<comments>http://www.krahn.org/2009/05/how-to-install-an-ubuntu-based-web-server/#comments</comments>
		<pubDate>Sun, 24 May 2009 20:17:17 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[awstats]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://www.krahn.org/?p=51</guid>
		<description><![CDATA[I recently upgraded my old VPS, which was running with Ubuntu 6.06, to a fresh new Hardy Heron version. That gave me the opportunity to make a clean installation and configuration and then transfer my websites to the new server.]]></description>
		<wfw:commentRss>http://www.krahn.org/2009/05/how-to-install-an-ubuntu-based-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
