<?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>TuxGuides.com &#187; guide</title>
	<atom:link href="http://www.tuxguides.com/tag/guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tuxguides.com</link>
	<description>Linux Guides &#38; Reviews</description>
	<lastBuildDate>Thu, 16 Jun 2011 00:56:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Install Chromium in Ubuntu 10.04 (Lucid)</title>
		<link>http://www.tuxguides.com/install-chromium-in-ubuntu-10-04-lucid/</link>
		<comments>http://www.tuxguides.com/install-chromium-in-ubuntu-10-04-lucid/#comments</comments>
		<pubDate>Wed, 19 May 2010 14:43:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Lucid]]></category>

		<guid isPermaLink="false">http://www.tuxguides.com/?p=224</guid>
		<description><![CDATA[Chromium is the open source version of google chrome. Installing Chromium in Ubuntu 10.04 is a very simple and quick process.  Just run the following three commands in your terminal (Applications/Accessories/Terminal): sudo add-apt-repository ppa:chromium-daily/ppa sudo apt-get update sudo apt-get install chromium-browser Integrating Chromium into new ubuntu theme: http://ubuntuguide.net/integrate-chromechromium-to-new-ubuntu-theme-in-ubuntu-10-04]]></description>
			<content:encoded><![CDATA[<p>Chromium is the open source version of google chrome.</p>
<p>Installing Chromium in Ubuntu 10.04 is a very simple and quick process.  Just run the following three commands in your terminal (Applications/Accessories/Terminal):</p>
<p><code>sudo add-apt-repository ppa:chromium-daily/ppa<br />
sudo apt-get update<br />
sudo apt-get install chromium-browser</code></p>
<p>Integrating Chromium into new ubuntu theme:</p>
<p>http://ubuntuguide.net/integrate-chromechromium-to-new-ubuntu-theme-in-ubuntu-10-04</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/install-chromium-in-ubuntu-10-04-lucid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Copy SSH Key to Server in One Line</title>
		<link>http://www.tuxguides.com/copy-ssh-key-to-server-in-one-line/</link>
		<comments>http://www.tuxguides.com/copy-ssh-key-to-server-in-one-line/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 17:51:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[one line]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.tuxguides.com/?p=189</guid>
		<description><![CDATA[Here is a simple way to copy your public key from your computer to your server (which can allow password-free login): ssh user@hostname "echo `cat ~/.ssh/id_rsa.pub` >> ~/.ssh/authorized_keys" If you receive an error about ~/.ssh/id_rsa.pub not existing, run the following to create it first: ssh-keygen -t rsa]]></description>
			<content:encoded><![CDATA[<p>Here is a simple way to copy your public key from your computer to your server (which can allow password-free login):</p>
<p><code>ssh user@hostname "echo `cat ~/.ssh/id_rsa.pub` >> ~/.ssh/authorized_keys"</code></p>
<p>If you receive an error about ~/.ssh/id_rsa.pub not existing, run the following to create it first:</p>
<p><code>ssh-keygen -t rsa</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/copy-ssh-key-to-server-in-one-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

