<?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>Garza's BLOG</title>
	<atom:link href="http://www.garza.eu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.garza.eu</link>
	<description></description>
	<lastBuildDate>Tue, 16 Aug 2011 01:33:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Peppermint OS correction for appropriate handling by opening downloaded files with Chrome/Chromium</title>
		<link>http://www.garza.eu/archives/194</link>
		<comments>http://www.garza.eu/archives/194#comments</comments>
		<pubDate>Sat, 13 Aug 2011 23:28:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Peppermint_OS]]></category>

		<guid isPermaLink="false">http://www.garza.eu/?p=194</guid>
		<description><![CDATA[<p>in the console:</p>
sudo nano /usr/bin/xdg-open
<p>Change:</p>
    generic)
    open_generic "$url"
    ;;
<p>to:</p>
    generic)
    open_lxde "$url"
    ;;
]]></description>
		<wfw:commentRss>http://www.garza.eu/archives/194/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Upgrade your kernel the easy way (Ubuntu/LinuxMint)</title>
		<link>http://www.garza.eu/archives/237</link>
		<comments>http://www.garza.eu/archives/237#comments</comments>
		<pubDate>Sat, 22 Jan 2011 15:22:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux kernel ubuntu Mint upgrade]]></category>

		<guid isPermaLink="false">http://www.garza.eu/?p=237</guid>
		<description><![CDATA[<p>First check what kernel you have:</p>
<p>uname -a</p>
<p>to determine if you have a i386 or amd64.</p>
<p>NOTE: In case you have an new ATI graphics card you will very probably need to update to the latest drivers first for your Xorg to work with the newest kernels!!!</p>
<p>you have to install the 3 .deb files from http://kernel.ubuntu.com/~kernel-ppa/mainline exactly [...]]]></description>
		<wfw:commentRss>http://www.garza.eu/archives/237/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto install Ubuntu Software Center on LinuxMint10</title>
		<link>http://www.garza.eu/archives/195</link>
		<comments>http://www.garza.eu/archives/195#comments</comments>
		<pubDate>Fri, 14 Jan 2011 07:50:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mint linux howto ubuntu]]></category>

		<guid isPermaLink="false">http://www.garza.eu/?p=195</guid>
		<description><![CDATA[<p>Try this:</p>
<p>sudo nano /etc/lsb-release
change “DISTRIB_ID=LinuxMint” for “DISTRIB_ID=Ubuntu“</p>
<p>Save changes</p>
<p>Then do the following:</p>
<p>sudo apt-get install software-center
sudo nano /usr/share/software-center/softwarecenter/distro/__init__.py</p>
<p>find line 112 in the _get_distro() function:</p>
<p>distro_id = subprocess.Popen(["lsb_release","-i","-s"], stdout=subprocess.PIPE).communicate()[0].strip()</p>
<p>And just change it to:</p>
<p>distro_id = “Ubuntu”</p>
<p>Then run software-center, it should work now!</p>
<p>After making sure that it works, just fix back what you changed before:</p>
<p>sudo nano /etc/lsb-release</p>
<p>change “DISTRIB_ID=Ubuntu” for “DISTRIB_ID=LinuxMint“</p>
<p>Save changes</p>
<p>Now [...]]]></description>
		<wfw:commentRss>http://www.garza.eu/archives/195/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Standards in Europe: BSA letter</title>
		<link>http://www.garza.eu/archives/185</link>
		<comments>http://www.garza.eu/archives/185#comments</comments>
		<pubDate>Fri, 24 Dec 2010 20:29:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[fsfe bsa eu commission open standards europe]]></category>

		<guid isPermaLink="false">http://www.garza.eu/?p=185</guid>
		<description><![CDATA[<p>Old news, but still I though I should briefly describe what happened:</p>
<p>1) On October 7th the BSA sent a letter to the European Commission.</p>
<p> Basically they don&#8217;t like Open Standards, since they want to impose their their proprietary standards.</p>
<p>2) So the FSFE (Free Software Foundation Europe) didn&#8217;t like that at all, so they reacted sending the following [...]]]></description>
		<wfw:commentRss>http://www.garza.eu/archives/185/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Devices Dominate Holiday Sales&#8230;</title>
		<link>http://www.garza.eu/archives/180</link>
		<comments>http://www.garza.eu/archives/180#comments</comments>
		<pubDate>Fri, 24 Dec 2010 14:55:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[android iphone holiday sales]]></category>

		<guid isPermaLink="false">http://www.garza.eu/?p=180</guid>
		<description><![CDATA[<p></p>
<p>Source: Android Devices Dominate Holiday Sales in Mashable Poll.</p>
]]></description>
		<wfw:commentRss>http://www.garza.eu/archives/180/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Education Paradigms</title>
		<link>http://www.garza.eu/archives/176</link>
		<comments>http://www.garza.eu/archives/176#comments</comments>
		<pubDate>Fri, 24 Dec 2010 14:37:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[education school]]></category>

		<guid isPermaLink="false">http://www.garza.eu/?p=176</guid>
		<description><![CDATA[<p>
</p>
]]></description>
		<wfw:commentRss>http://www.garza.eu/archives/176/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running KDE 4.5 on Kubuntu 10.04</title>
		<link>http://www.garza.eu/archives/170</link>
		<comments>http://www.garza.eu/archives/170#comments</comments>
		<pubDate>Wed, 11 Aug 2010 18:48:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.garza.eu/?p=170</guid>
		<description><![CDATA[<p></p>
]]></description>
		<wfw:commentRss>http://www.garza.eu/archives/170/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Windows7 inside Linux with Virtualbox on Seamlesss mode</title>
		<link>http://www.garza.eu/archives/164</link>
		<comments>http://www.garza.eu/archives/164#comments</comments>
		<pubDate>Sun, 01 Aug 2010 11:55:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.garza.eu/?p=164</guid>
		<description><![CDATA[<p></p>
]]></description>
		<wfw:commentRss>http://www.garza.eu/archives/164/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Desktop using Kubuntu 10.04 running KDE SC 4.4.5</title>
		<link>http://www.garza.eu/archives/154</link>
		<comments>http://www.garza.eu/archives/154#comments</comments>
		<pubDate>Sun, 25 Jul 2010 12:39:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.garza.eu/?p=154</guid>
		<description><![CDATA[<p></p>
]]></description>
		<wfw:commentRss>http://www.garza.eu/archives/154/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google goes with the Open Standard, well done, but what&#8217;s with ODF? Why do you still have a proprietary format for your Google DOCS?</title>
		<link>http://www.garza.eu/archives/148</link>
		<comments>http://www.garza.eu/archives/148#comments</comments>
		<pubDate>Thu, 25 Feb 2010 14:59:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.garza.eu/?p=148</guid>
		<description><![CDATA[<p></p>
<p>on a very interesting move to Open Standards, Google decided to give up developing for Google Gears and will focus their attention to HTML 5. So I see a future where the Operating Systems are completely irrelevant, we will only need a Web browser up and runnig and we will be able to do everything [...]]]></description>
		<wfw:commentRss>http://www.garza.eu/archives/148/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

