<?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>games and code &#187; ubuntu</title>
	<atom:link href="http://www.gamesandcode.com/blog/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gamesandcode.com/blog</link>
	<description>code it, play it</description>
	<lastBuildDate>Mon, 01 Mar 2010 08:44:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ubuntu &#8211; a new level</title>
		<link>http://www.gamesandcode.com/blog/2008/05/ubuntu-a-new-level</link>
		<comments>http://www.gamesandcode.com/blog/2008/05/ubuntu-a-new-level#comments</comments>
		<pubDate>Sun, 18 May 2008 19:36:19 +0000</pubDate>
		<dc:creator>hugo</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gamesandcode.com/blog/2008/05/ubuntu-a-new-level</guid>
		<description><![CDATA[Last six months my main operating system is Ubuntu. I got used to the Linux file system, command line, Debian packages, compiling from source, customizing, scripting, KDE and Gnome. For a time I was in a some weird newbeesh state where I could use operating system but I was full of questions and lost whenever [...]]]></description>
		<wfw:commentRss>http://www.gamesandcode.com/blog/2008/05/ubuntu-a-new-level/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAMPP on Ubuntu</title>
		<link>http://www.gamesandcode.com/blog/2008/05/xampp-on-ubuntu</link>
		<comments>http://www.gamesandcode.com/blog/2008/05/xampp-on-ubuntu#comments</comments>
		<pubDate>Sun, 18 May 2008 19:20:53 +0000</pubDate>
		<dc:creator>hugo</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.gamesandcode.com/blog/2008/05/xampp-on-ubuntu</guid>
		<description><![CDATA[XAMPP is a software bundle consisting of Apache web server, MySQL database server and PHP hypertext processor. XAMPP is the easiest way to start with web development. It&#8217;s easy to install, just follow instruction on it&#8217;s web page. Unfortunately, on Ubuntu it doesn&#8217;t work immediately. When starting, I got some error message:&#8221;&#60;code&#62;arch: command not found&#60;/code&#62;&#8221;. [...]]]></description>
		<wfw:commentRss>http://www.gamesandcode.com/blog/2008/05/xampp-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux system backup with RSync</title>
		<link>http://www.gamesandcode.com/blog/2008/03/linux-system-backup-with-rsync</link>
		<comments>http://www.gamesandcode.com/blog/2008/03/linux-system-backup-with-rsync#comments</comments>
		<pubDate>Fri, 28 Mar 2008 20:28:52 +0000</pubDate>
		<dc:creator>hugo</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gamesandcode.com/blog/2008/03/linux-system-backup-with-rsync</guid>
		<description><![CDATA[When I installed Ubuntu I couldn&#8217;t find any backup tool with features I wanted. I also wanted some exercise in Python so I wrote a backup tool and called it PySync. In meantime it became obvious to me that there is much better way to backup under Linux. As always with Linux, there really isn&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.gamesandcode.com/blog/2008/03/linux-system-backup-with-rsync/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PySync: the simple backup</title>
		<link>http://www.gamesandcode.com/blog/2007/12/pysync-the-simple-backup</link>
		<comments>http://www.gamesandcode.com/blog/2007/12/pysync-the-simple-backup#comments</comments>
		<pubDate>Sat, 08 Dec 2007 20:05:21 +0000</pubDate>
		<dc:creator>hugo</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[pysync]]></category>
		<category><![CDATA[syncback]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.gamesandcode.com/blog/2007/12/pysync-the-simple-backup</guid>
		<description><![CDATA[I've successfully replaced almost every application I had in windows with alternative one available in Linux. There is only one application I don't have suitable replacement for: SyncBack.
I needed some exercise in Python, high level scripting language, so I decided my first project will be PySync: the simple synchronizer written in Python. Although I'm writing it to solve my own problem I'll try to make it usable for others.]]></description>
		<wfw:commentRss>http://www.gamesandcode.com/blog/2007/12/pysync-the-simple-backup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu as my desktop</title>
		<link>http://www.gamesandcode.com/blog/2007/12/ubuntu-as-my-desktop</link>
		<comments>http://www.gamesandcode.com/blog/2007/12/ubuntu-as-my-desktop#comments</comments>
		<pubDate>Wed, 05 Dec 2007 16:59:59 +0000</pubDate>
		<dc:creator>hugo</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.gamesandcode.com/blog/2007/12/ubuntu-as-my-desktop</guid>
		<description><![CDATA[For more then ten years i was perfectly happy with Windows as my only operating system. I like when things improve and Windows was improved in each version. Hardware compatibility, overall stability, security, user interface: they all changed for better in each version of windows.
In case MS don't succeed in making Vista a great OS i want to have another choice. Some time ago I tried some Linux distributions on virtual machine and now I installed Ubuntu 7.10 as dual boot to XP. Now I have greatest dual boot system I ever had. ]]></description>
		<wfw:commentRss>http://www.gamesandcode.com/blog/2007/12/ubuntu-as-my-desktop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
