<?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>ten.ynottony.net &#187; Ubuntu</title>
	<atom:link href="http://ten.ynottony.net/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://ten.ynottony.net</link>
	<description>He's at it again...</description>
	<lastBuildDate>Sat, 05 Feb 2011 11:21:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Netbooks</title>
		<link>http://ten.ynottony.net/2010/10/netbooks/</link>
		<comments>http://ten.ynottony.net/2010/10/netbooks/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 15:23:47 +0000</pubDate>
		<dc:creator>Anthony Batchelor</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[notebook]]></category>

		<guid isPermaLink="false">http://ten.ynottony.net/?p=135</guid>
		<description><![CDATA[I&#8217;ve been thinking about buying a laptop or a netbook recently. I like the idea of a netbook but was a bit worried that it would be too small, crappy and underpowered. Today I got to play with David&#8217;s Samsung &#8230; <a href="http://ten.ynottony.net/2010/10/netbooks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking about buying a laptop or a netbook recently.  I like the idea of a netbook but was a bit worried that it would be too small, crappy and underpowered.</p>
<p>Today I got to play with David&#8217;s <a href="http://www.amazon.co.uk/gp/product/B002MQOI3K?ie=UTF8&#038;tag=tenynottonyne-21&#038;linkCode=as2&#038;camp=1634&#038;creative=19450&#038;creativeASIN=B002MQOI3K">Samsung N130</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=tenynottonyne-21&#038;l=as2&#038;o=2&#038;a=B002MQOI3K" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> running Ubuntu 10.10.  </p>
<p>It&#8217;s nice. It&#8217;s no slower for doing the day to day things I need to do than the laptop I use at work (although that&#8217;s not saying much).</p>
<p>I think my mind is made up now&#8230; I&#8217;ll see if I can find a nice refurbished netbook.</p>
]]></content:encoded>
			<wfw:commentRss>http://ten.ynottony.net/2010/10/netbooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding up Liferea</title>
		<link>http://ten.ynottony.net/2009/08/speeding-up-liferea/</link>
		<comments>http://ten.ynottony.net/2009/08/speeding-up-liferea/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 13:46:38 +0000</pubDate>
		<dc:creator>Anthony Batchelor</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[liferea]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://ten.ynottony.net/?p=92</guid>
		<description><![CDATA[Liferea was taking a couple of minutes to open for me, so I thought I&#8217;d look for a solution to that. I have >100 feeds, but I&#8217;m not about to cut the amount down (not addicted, honest). Liferea stores a &#8230; <a href="http://ten.ynottony.net/2009/08/speeding-up-liferea/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Liferea was taking a couple of minutes to open for me, so I thought I&#8217;d look for a solution to that.  I have >100 feeds, but I&#8217;m not about to cut the amount down (not addicted, honest).</p>
<p>Liferea stores a lot of information in an sqlite database.  If sqlite databases aren&#8217;t vacuumed every now and then, they bloat and slow down.  </p>
<p>Most people know about speeding up Firefox by <a href="http://www.gettingclever.com/2008/06/vacuum-your-firefox-3.html">vacuuming the sqlite databases</a> every now and then.  Well, the same can be done with <a href="http://liferea.sourceforge.net/">Liferea</a>.<br />
Close Liferea and paste the following in a bash terminal. </p>
<p><code>sqlite3 ~/.liferea_1.4/liferea.db "VACUUM;"</code></p>
<p>Open up Liferea and you should notice it load much faster.  Unless of course, it was fast to begin with.</p>
]]></content:encoded>
			<wfw:commentRss>http://ten.ynottony.net/2009/08/speeding-up-liferea/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox 3.1 &lt;audio&gt; linux bug</title>
		<link>http://ten.ynottony.net/2009/02/firefox-31-linux-bug/</link>
		<comments>http://ten.ynottony.net/2009/02/firefox-31-linux-bug/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 17:22:55 +0000</pubDate>
		<dc:creator>Anthony Batchelor</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ten.ynottony.net/?p=21</guid>
		<description><![CDATA[Thought I&#8217;d make small posts to help me keep track of bugs that I&#8217;m intereted in. This one is the &#60;audio&#62; in firefox 3.1 beta 2 not working under linux. Video works though :( Should mention that this is fixed &#8230; <a href="http://ten.ynottony.net/2009/02/firefox-31-linux-bug/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Thought I&#8217;d make small posts to help me keep track of bugs that I&#8217;m intereted in.</p>
<p><del datetime="2009-03-27T11:14:28+00:00"><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=476490">This one</a> is the &lt;audio&gt; in firefox 3.1 beta 2 not working under linux</del>.  Video works though :(</p>
<hr />
<p>Should mention that this is fixed in the nightly beta builds for <del datetime="2009-03-27T11:14:28+00:00">3.1</del> 3.5.  I&#8217;m using the &lt;audio&gt; in these posts though <a href="http://ten.ynottony.net/category/music/">http://ten.ynottony.net/category/music/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ten.ynottony.net/2009/02/firefox-31-linux-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Gems on Ubuntu 8.10</title>
		<link>http://ten.ynottony.net/2008/11/ruby-gems-on-ubuntu-810/</link>
		<comments>http://ten.ynottony.net/2008/11/ruby-gems-on-ubuntu-810/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 15:06:21 +0000</pubDate>
		<dc:creator>Anthony Batchelor</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ten.ynottony.net/2008/11/20/ruby-gems-on-ubuntu-810/</guid>
		<description><![CDATA[Today I was setting up ruby, rails and capistrano on Ubuntu 8.10.Â  It turns out that the gems binary path was not in my path. To fix it, edit your ~/.bashrc file. gedit ~/.bashrc Add these lines to the bottom &#8230; <a href="http://ten.ynottony.net/2008/11/ruby-gems-on-ubuntu-810/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I was setting up ruby, rails and capistrano on Ubuntu 8.10.Â  It turns out that the gems binary path was not in my path.</p>
<p>To fix it, edit your ~/.bashrc file.<br />
<code>gedit ~/.bashrc</code></p>
<p>Add these lines to the bottom of the file.<br />
<code>#Export the path for Ruby Gems<br />
export PATH=$PATH:/var/lib/gems/1.8/bin</code></p>
<p>Save it and then source the file (to save you from logging-out and back in again).<br />
<code>source ~/.bashrc</code></p>
<p>Then you should be able to run capistrano as you would expect.</p>
<p><strong>Please note: There are potential problems with this as Ruby Gems can install system libraries in this path that end up being used instead of the correct system ones.Â  This can potentially cause problems.Â  See <a title="Launhpad bug" href="https://bugs.launchpad.net/ubuntu/+bug/262063" target="_blank">Launchpad bug #262063</a> for a discussion of the issue.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ten.ynottony.net/2008/11/ruby-gems-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

