<?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>Rafał Żelazko - Dev Blog &#187; Lamp</title>
	<atom:link href="http://rafal.zelazko.info/category/lamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://rafal.zelazko.info</link>
	<description>On Rafał Żelazko - Dev Blog you can find some useful tricks for web developers, linux and advanced windows users.</description>
	<lastBuildDate>Mon, 12 Jul 2010 10:30:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<image>
<link>http://rafal.zelazko.info</link>
<url>/favicon.ico</url>
<title>Rafał Żelazko - Dev Blog</title>
</image>
		<item>
		<title>PHP in enterprise applications. Comparison of PHP5 Frameworks.</title>
		<link>http://rafal.zelazko.info/2010/07/12/php-in-enterprise-applications/</link>
		<comments>http://rafal.zelazko.info/2010/07/12/php-in-enterprise-applications/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 10:30:53 +0000</pubDate>
		<dc:creator>rzelazko</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Lamp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apachebench]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[full text search]]></category>
		<category><![CDATA[gnuplot]]></category>
		<category><![CDATA[homepost]]></category>
		<category><![CDATA[jmeter]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[sphinx]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://rafal.zelazko.info/?p=179</guid>
		<description><![CDATA[PHP5 Enterprise is common name for large, heavily loaded applications, visited by so huge amount of users who can not by handled by a single server. This post describe performance test of three popular PHP frameworks: Symfony Framework, Zend Framework and cakePHP. ]]></description>
		<wfw:commentRss>http://rafal.zelazko.info/2010/07/12/php-in-enterprise-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim IDE and PHP / Symfony / Web develompment</title>
		<link>http://rafal.zelazko.info/2010/04/18/vim-php-symfony/</link>
		<comments>http://rafal.zelazko.info/2010/04/18/vim-php-symfony/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 21:34:46 +0000</pubDate>
		<dc:creator>rzelazko</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[homepost]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vimdiff]]></category>
		<category><![CDATA[vimrc]]></category>

		<guid isPermaLink="false">http://rafal.zelazko.info/?p=208</guid>
		<description><![CDATA[VIM is very useful feature reach development environment. Its look &#38; feel is beet different than other well known IDE. This difference is VIM power - it is extremely fast, has syntax highlighting, auto indent, bracket matching, code folding, etc.]]></description>
		<wfw:commentRss>http://rafal.zelazko.info/2010/04/18/vim-php-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount TrueCrypt drive on boot time under Debian / Ubuntu</title>
		<link>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/</link>
		<comments>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 16:45:43 +0000</pubDate>
		<dc:creator>rzelazko</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[autorun]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[homepost]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[luks]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[tc]]></category>
		<category><![CDATA[truecrypt]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://rafal.zelazko.info/?p=136</guid>
		<description><![CDATA[There are several possibilities to mount encrypted, password protected TrueCrypt drive on boot time. This article describe how to create password protected TrueCrypt drive and mount it on boot time under GNU Linux. 
We will create init.d script file and put them command which ask for password, create mount point and mount drive.]]></description>
		<wfw:commentRss>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>KDE4 and Iceweasel (Firefox)</title>
		<link>http://rafal.zelazko.info/2009/10/11/kde4-and-iceweasel/</link>
		<comments>http://rafal.zelazko.info/2009/10/11/kde4-and-iceweasel/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 14:35:37 +0000</pubDate>
		<dc:creator>rzelazko</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[homepost]]></category>
		<category><![CDATA[iceweasel]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde4]]></category>

		<guid isPermaLink="false">http://rafal.zelazko.info/?p=122</guid>
		<description><![CDATA[Your Firefox (Iceweasel) looks really bad under KDE 4? Wicd and Gimp are ugly? Thunderbird (Icedove) borders, buttons and menu are broken? Tweaking Gnome Apps to change theirs look &#38; feel on KDE is simple. Follow three steps described in this post and repair almost all GTK applications appearance under new KDE.]]></description>
		<wfw:commentRss>http://rafal.zelazko.info/2009/10/11/kde4-and-iceweasel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Screenshot server</title>
		<link>http://rafal.zelazko.info/2009/08/21/screenshot-server/</link>
		<comments>http://rafal.zelazko.info/2009/08/21/screenshot-server/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 08:04:03 +0000</pubDate>
		<dc:creator>rzelazko</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[grab them all]]></category>
		<category><![CDATA[grabthemall]]></category>
		<category><![CDATA[homepost]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[virtual xserver]]></category>
		<category><![CDATA[x11]]></category>
		<category><![CDATA[xorg]]></category>
		<category><![CDATA[xserver]]></category>
		<category><![CDATA[xul]]></category>
		<category><![CDATA[xulrunner]]></category>
		<category><![CDATA[xvfb]]></category>

		<guid isPermaLink="false">http://rafal.zelazko.info/?p=65</guid>
		<description><![CDATA[GrabThemAll Server is powerfull screenshot server that takes screenshot on server machine. Some features: open source fully customizable, create screenshot on server machine, take screenshot from URL list file and screenshot of single page, work in command line, real X server is not necessary.]]></description>
		<wfw:commentRss>http://rafal.zelazko.info/2009/08/21/screenshot-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Convert MS VirtualPC machine to VirtualBox</title>
		<link>http://rafal.zelazko.info/2009/04/16/convert-ms-virtualpc-machine-to-virtualbox/</link>
		<comments>http://rafal.zelazko.info/2009/04/16/convert-ms-virtualpc-machine-to-virtualbox/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 18:27:19 +0000</pubDate>
		<dc:creator>rzelazko</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vboxmanage]]></category>
		<category><![CDATA[vhd2vdi]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualpc]]></category>

		<guid isPermaLink="false">http://rafal.zelazko.info/2009/04/16/convert-ms-virtualpc-machine-to-virtualbox/</guid>
		<description><![CDATA[Microsoft released virtual machines with Internet Explorer images (IE6, IE7, IE8). These machines are very useful for webmasters and webdevelopers to test their sites / application on [...]]]></description>
		<wfw:commentRss>http://rafal.zelazko.info/2009/04/16/convert-ms-virtualpc-machine-to-virtualbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian multimedia convert</title>
		<link>http://rafal.zelazko.info/2008/12/03/debian-multimedia-convert/</link>
		<comments>http://rafal.zelazko.info/2008/12/03/debian-multimedia-convert/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 12:24:16 +0000</pubDate>
		<dc:creator>rzelazko</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[homepost]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[ogg theora]]></category>
		<category><![CDATA[ogg video]]></category>
		<category><![CDATA[ogv to avi]]></category>
		<category><![CDATA[ogv2avi]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://rafal.zelazko.info/2008/12/03/debian-multimedia-convert/</guid>
		<description><![CDATA[This post describes how to convert multimedia files in Debian. You will find there description of installation process of necessary software (via sources.list file). We will sign added repository. To convert software we will use mencoder, ffmpeg and ffmpeg2theora tools. Described conversion between ogv, avi, flv and mpg file.]]></description>
		<wfw:commentRss>http://rafal.zelazko.info/2008/12/03/debian-multimedia-convert/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SVNManager on Debian</title>
		<link>http://rafal.zelazko.info/2008/11/28/svnmanager-on-debian/</link>
		<comments>http://rafal.zelazko.info/2008/11/28/svnmanager-on-debian/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 22:04:01 +0000</pubDate>
		<dc:creator>rzelazko</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Pear]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[homepost]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svnmanager]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://rafal.zelazko.info/2008/11/28/svnmanager-on-debian/</guid>
		<description><![CDATA[SVNManager is a webbased tool to administer a Subversion repository with Web based frontend. Using it you can: create, remove, load and dump repositories, manage user accounts, etc. This howto describe installation process of SVNManager od Debian, should also work on Ubuntu. ]]></description>
		<wfw:commentRss>http://rafal.zelazko.info/2008/11/28/svnmanager-on-debian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wine fonts / codecs / libs / etc.</title>
		<link>http://rafal.zelazko.info/2008/09/29/wine-fonts-codecs-libs-etc/</link>
		<comments>http://rafal.zelazko.info/2008/09/29/wine-fonts-codecs-libs-etc/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 18:54:28 +0000</pubDate>
		<dc:creator>rzelazko</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[winetricks]]></category>

		<guid isPermaLink="false">http://rafal.zelazko.info/2008/09/29/wine-fonts-codecs-libs-etc/</guid>
		<description><![CDATA[To install additional codecs, libraries, fonts, drivers, etc. on your wine installation download winetricks and run this wonderfull software. Installation: wget http://www.kegel.com/wine/winetricks chmod a+x winetricks sudo cp [...]]]></description>
		<wfw:commentRss>http://rafal.zelazko.info/2008/09/29/wine-fonts-codecs-libs-etc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QTlen on Debian / Ubuntu</title>
		<link>http://rafal.zelazko.info/2008/09/29/qtlen-on-debian-ubuntu/</link>
		<comments>http://rafal.zelazko.info/2008/09/29/qtlen-on-debian-ubuntu/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 16:22:32 +0000</pubDate>
		<dc:creator>rzelazko</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tlen.pl]]></category>
		<category><![CDATA[checkinstall]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[qmake]]></category>
		<category><![CDATA[qtlen]]></category>
		<category><![CDATA[sid]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[tlen.pl]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://rafal.zelazko.info/2008/09/29/qtlen-on-debian-ubuntu/</guid>
		<description><![CDATA[QTlen is linux client of Tlen.pl network. Unlike other program this type for linux, QTlen is developing on QT library. To install QTlen you must take the [...]]]></description>
		<wfw:commentRss>http://rafal.zelazko.info/2008/09/29/qtlen-on-debian-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->