<?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>Andrew R. Jones &#187; Ubuntu</title>
	<atom:link href="http://andrew-jones.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrew-jones.com</link>
	<description>Andrew Jones' Site</description>
	<lastBuildDate>Tue, 01 Dec 2009 20:30:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Chrome is Coming of Age on Linux</title>
		<link>http://andrew-jones.com/2009/10/08/google-chrome-is-coming-of-age-on-linux/</link>
		<comments>http://andrew-jones.com/2009/10/08/google-chrome-is-coming-of-age-on-linux/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 08:00:03 +0000</pubDate>
		<dc:creator>Andrew Jones</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://andrew-jones.com/?p=400</guid>
		<description><![CDATA[
Its taken a while, but the Linux version of Google&#8217;s Chrome is really starting to catch up with its Windows counterpart, both in terms of features and stability.
I have been using the dev releases of Chrome for a while now and recently I have been able to make the switch to using it as my [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right; padding: 0 0 5px 5px;"><img src="/wp-content/uploads/chrome-shortcuts.png" alt="Chrome application shortcuts in Linux" /></div>
<p>Its taken a while, but the Linux version of Google&#8217;s Chrome is really starting to catch up with its Windows counterpart, both in terms of features and stability.</p>
<p>I have been using the dev releases of Chrome for a while now and recently I have been able to make the switch to using it as my default channel. In fact, I haven&#8217;t used Firefox in weeks!</p>
<p>Getting the web browser is easy if you are using a Debian based distribution, such as Ubuntu. Simply download the package from the <a href="http://dev.chromium.org/getting-involved/dev-channel#TOC-Linux">Chromium website</a> and the package manager will do the rest. Not only will it install the browser, it will also add the Google repository so you are kept up to date.</p>
<p>Most of the features that you would expect from a web browser are now complete, including Flash support. Extensions are also now available, although not yet completely implemented on Linux. One of the main features that you might miss is printing, so keep another browser available.</p>
<p>I have made the move to using Chrome as my default browser on Linux mainly because Firefox 3 is just so slow, and not just at the rendering of pages. On my desktop, start up takes upwards of 10 seconds. Chrome doesn&#8217;t take more than 3.</p>
<p>Where Chrome really shines is on my netbook. Once Firefox loads, it can only handle around 4 tabs before it really starts to feel sluggish, and GMail is just unusable. Chrome does not have these problems. I can have half a dozen tabs open, including GMail, and my netbook is still just as responsive.</p>
<p>Of course, it is still an early release, so there is the odd problem. I have noticed once or twice that Chrome can eat up the CPU, and playing a Flash video can sometimes be a bit flaky. But these happen rarely, and even with this I already feel that Chrome is the best web browser available on Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrew-jones.com/2009/10/08/google-chrome-is-coming-of-age-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connecting to Cisco VPN with Ubuntu 9.04</title>
		<link>http://andrew-jones.com/2009/06/03/connecting-to-cisco-vpn-with-ubuntu-9dot04/</link>
		<comments>http://andrew-jones.com/2009/06/03/connecting-to-cisco-vpn-with-ubuntu-9dot04/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 07:00:01 +0000</pubDate>
		<dc:creator>Andrew Jones</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://andrew-jones.com/?p=254</guid>
		<description><![CDATA[I recently wanted to connect to my works Cisco VPN network from my home Ubuntu 9.04 (Jaunty Jackalope) PC. As it turned out this is very straightforward.
Firstly you need to install support for the VPN protocol, which for a Cisco network meant using the following command:

$ sudo apt-get install network-manager-vpnc

Once this is installed, right click [...]]]></description>
			<content:encoded><![CDATA[<p>I recently wanted to connect to my works Cisco VPN network from my home Ubuntu 9.04 (Jaunty Jackalope) PC. As it turned out this is very straightforward.</p>
<p>Firstly you need to install support for the VPN protocol, which for a Cisco network meant using the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> network-manager-vpnc</pre></div></div>

<p>Once this is installed, right click on the network icon in the system try and choose <em>Edit Connections</em>.</p>
<p><img src="http://andrew-jones.com/wp-content/uploads/2009/06/edit-connections.png" alt="Edit connections" title="edit-connections" width="212" height="138" class="size-full wp-image-259" /></p>
<p>Select the VPN tab. You are then able create a new connection by choosing <em>Add</em>, or if you have a profile file then you can choose <em>Import</em> and select the file.</p>
<p><img src="http://andrew-jones.com/wp-content/uploads/2009/06/network-connections.png" alt="network-connections" title="network-connections" width="472" height="341" class="alignnone size-full wp-image-260" /></p>
<p>At this point you may need to restart the network manager, or restart your machine. Do this if you get any &#8220;no valid secrets&#8221; errors.</p>
<p>You should now be able connect to the VPN network by left clicking on the network icon, hovering over the <em>VPN Connections</em> option and choosing the profile from the list.</p>
<p>For more information on and instructions for other protocols look at the VPN topic on the <a href="https://wiki.ubuntu.com/VPN">Ubuntu Wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrew-jones.com/2009/06/03/connecting-to-cisco-vpn-with-ubuntu-9dot04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
