<?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>Guindilla &#187; linux</title>
	<atom:link href="http://www.guindilla.eu/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guindilla.eu</link>
	<description>De gustibum non disputandum est</description>
	<lastBuildDate>Tue, 13 Jul 2010 07:48:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Problems with video in Ubuntu 8.04 Hardy Heron</title>
		<link>http://www.guindilla.eu/blog/2008/05/01/problems-with-video-in-ubuntu-804-hardy-heron/</link>
		<comments>http://www.guindilla.eu/blog/2008/05/01/problems-with-video-in-ubuntu-804-hardy-heron/#comments</comments>
		<pubDate>Thu, 01 May 2008 17:53:17 +0000</pubDate>
		<dc:creator>guille</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.guindilla.eu/blog/2008/05/01/problems-with-video-in-ubuntu-804-hardy-heron/</guid>
		<description><![CDATA[I have just updated Ubuntu 8.04 Hardy Heron  in my laptop. It is cool, works just great but has, as every new software, a few glitches developers will have to take care of.
One of those problems is that I am having problems at the moment reading AVI files. Some players got frozen or where displaying [...]]]></description>
		<wfw:commentRss>http://www.guindilla.eu/blog/2008/05/01/problems-with-video-in-ubuntu-804-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django&#8217;s FastCGI init.d script for Linux</title>
		<link>http://www.guindilla.eu/blog/2007/01/12/djangos-fastcgi-initd-script-linux/</link>
		<comments>http://www.guindilla.eu/blog/2007/01/12/djangos-fastcgi-initd-script-linux/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 10:07:20 +0000</pubDate>
		<dc:creator>guille</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.guindilla.eu/blog/2007/01/12/djangos-fastcgi-initd-script-for-linux/</guid>
		<description><![CDATA[Update 15 Jan 2007: I have updated the post as I&#8217;ve found a better implementation of this script. Indeed, in my previous solution I was running the server as root. Now I&#8217;ve simplified the script, eliminated the wrapper and I&#8217;m running my servers as a different user (www-data in my case).
In the constant search for [...]]]></description>
		<wfw:commentRss>http://www.guindilla.eu/blog/2007/01/12/djangos-fastcgi-initd-script-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Deployement of Nginx reverse proxy in my network</title>
		<link>http://www.guindilla.eu/blog/2006/12/31/deployement-nginx-reverse-proxy-my-network/</link>
		<comments>http://www.guindilla.eu/blog/2006/12/31/deployement-nginx-reverse-proxy-my-network/#comments</comments>
		<pubDate>Sun, 31 Dec 2006 19:40:49 +0000</pubDate>
		<dc:creator>guille</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.guindilla.eu/blog/2006/12/31/deployement-of-nginx-reverse-proxy-in-my-network/</guid>
		<description><![CDATA[What a better day to improve a network that the last day of the year? Indeed, it&#8217;s what I&#8217;ve done with mine. Today, I&#8217;ve installed a reverse-load-balancer proxy in my network, Nginx.
I was feeling the need for a reverse proxy since the beginning. Once the VServer installed and with the freedom to create as many [...]]]></description>
		<wfw:commentRss>http://www.guindilla.eu/blog/2006/12/31/deployement-nginx-reverse-proxy-my-network/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux VServer backups with rsync</title>
		<link>http://www.guindilla.eu/blog/2006/12/10/linux-vserver-backups/</link>
		<comments>http://www.guindilla.eu/blog/2006/12/10/linux-vserver-backups/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 13:23:01 +0000</pubDate>
		<dc:creator>guille</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vserver]]></category>

		<guid isPermaLink="false">http://www.guindilla.eu/blog/2006/12/10/linux-vserver-backups-with-rsync/</guid>
		<description><![CDATA[I have described my server structure in a previous post. And that&#8217;s all very well. But you need a backup strategy.
Indeed, as I always say, if you think you should do a backup, it&#8217;s already too late. And lately, I have been thinking a bit too often about making backups.
One of the good readings for [...]]]></description>
		<wfw:commentRss>http://www.guindilla.eu/blog/2006/12/10/linux-vserver-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django deployement on a personal server</title>
		<link>http://www.guindilla.eu/blog/2006/11/02/django-deployement-personal-server/</link>
		<comments>http://www.guindilla.eu/blog/2006/11/02/django-deployement-personal-server/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 15:36:42 +0000</pubDate>
		<dc:creator>guille</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.guindilla.eu/blog/2006/11/02/django-deployement-on-a-personal-server/</guid>
		<description><![CDATA[I have discussed in a previous post how my server was organized. I will discuss now how my Django web pages are organized.
When I started Django, I realized that one of the power of this framework was it&#8217;s flexibility. You could put your site on-line in 1000 different ways. But this flexibility (and lack of [...]]]></description>
		<wfw:commentRss>http://www.guindilla.eu/blog/2006/11/02/django-deployement-personal-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How my server works?</title>
		<link>http://www.guindilla.eu/blog/2006/10/30/how-my-server-works/</link>
		<comments>http://www.guindilla.eu/blog/2006/10/30/how-my-server-works/#comments</comments>
		<pubDate>Mon, 30 Oct 2006 17:07:25 +0000</pubDate>
		<dc:creator>guille</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[vserver]]></category>

		<guid isPermaLink="false">http://www.guindilla.eu/blog/2006/10/30/how-my-server-works/</guid>
		<description><![CDATA[After much reading, thinking, testing and looping all over again, I am arriving to an architecture that seems to work pretty well for my needs. Those needs are a personal server to host a few personal and test websites and support the basic needs of a geeky household: mail server, web server, DNS, music server, [...]]]></description>
		<wfw:commentRss>http://www.guindilla.eu/blog/2006/10/30/how-my-server-works/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Distribuciones Linux en España, un problema o una ventaja?</title>
		<link>http://www.guindilla.eu/blog/2006/10/17/distribuciones-linux-en-espa-basta-ya/</link>
		<comments>http://www.guindilla.eu/blog/2006/10/17/distribuciones-linux-en-espa-basta-ya/#comments</comments>
		<pubDate>Tue, 17 Oct 2006 17:27:42 +0000</pubDate>
		<dc:creator>guille</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://www.guindilla.eu/blog/2006/10/17/distribuciones-linux-en-espana-un-problema-o-una-ventaja/</guid>
		<description><![CDATA[En mi trabajo tengo un punto de vista privilegiado sobre las diferentes actuaciones de las Administraciones con respecto al software libre. Así, miro con admiración los esfuerzos que está haciendo Extremadura por la alfabetización digital.
Sin embargo, dentro del programa de Ciudades Digitales solamente, hay no menos de 3 distribuciones: Tirwal, LinuxGlobal y Daestradix. Eso sin [...]]]></description>
		<wfw:commentRss>http://www.guindilla.eu/blog/2006/10/17/distribuciones-linux-en-espa-basta-ya/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
