<?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>Top Down View &#187; linux</title>
	<atom:link href="http://www.topdownview.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.topdownview.com</link>
	<description>My View Of The World</description>
	<lastBuildDate>Fri, 11 Nov 2011 19:33:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Upgrading to Ubuntu 9.04 &#8211; things I learnt yesterday</title>
		<link>http://www.topdownview.com/2009/04/upgrading-to-ubuntu-904-things-i-learnt-today/</link>
		<comments>http://www.topdownview.com/2009/04/upgrading-to-ubuntu-904-things-i-learnt-today/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 19:54:26 +0000</pubDate>
		<dc:creator>Jon Jennings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[jaunty jackalope]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 8.10]]></category>
		<category><![CDATA[ubuntu 9.04]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.topdownview.com/?p=167</guid>
		<description><![CDATA[I never upgrade my main machine to a new Ubuntu release on day 1. It&#8217;s not really that I don&#8217;t trust the release crew to get it right, it&#8217;s more about wanting to let the storm of downloads, patches, reviews, comments and advice settle before I take the risk (however small) of being without a [...]]]></description>
			<content:encoded><![CDATA[<p>I never upgrade my main machine to a new Ubuntu release on day 1.</p>
<p>It&#8217;s not really that I don&#8217;t trust the release crew to get it right, it&#8217;s more about wanting to let the storm of downloads, patches, reviews, comments and advice settle before I take the risk (however small) of being without a machine for a day.</p>
<p>I&#8217;ll usually download and seed the torrent and I&#8217;ll happy upgrade any number of virtual machines but I&#8217;m a bit more cautious when it comes to my primary development machine.</p>
<p>So I was going rather against type yesterday when I downloaded 64-bit Ubuntu 9.04 (also known as AMD64 Jaunty Jackalope) and followed the instructions on <a href="http://www.ubuntu.com/getubuntu/upgrading">http://www.ubuntu.com/getubuntu/upgrading</a></p>
<p>The first thing an Ubuntu upgrade process asks you about is whether or not you want to include updates from the internet.</p>
<p><img class="alignnone size-full wp-image-174" title="screenshot-updates-window" src="http://www.topdownview.com/wp-content/uploads/2009/04/screenshot-updates-window.png" alt="screenshot-updates-window" width="478" height="319" /></p>
<p>I usually say &#8220;no&#8221; because I want to upgrade as fast as possible and don&#8217;t want to be tied to download speeds. I&#8217;m upgrading from the CD so the network won&#8217;t be used then, right? Upgrade shouldn&#8217;t take too long then, right?</p>
<p>So why do I see this:</p>
<p><img class="alignnone size-full wp-image-173" title="screenshot-distribution-upgrade" src="http://www.topdownview.com/wp-content/uploads/2009/04/screenshot-distribution-upgrade.png" alt="screenshot-distribution-upgrade" width="384" height="316" /></p>
<p>Why is it going to take 4 hours to upgrade my machine from a CD? And what&#8217;s with the 62.2kB/s?</p>
<p>The first time I upgraded an Ubuntu installation I assumed  I&#8217;d misread the question but it&#8217;s consistently done that on all upgrades since. Why?</p>
<p>Yesterday, during the four hours I had to muse this, I finally worked out what&#8217;s going on.</p>
<p>The release CD contains a complete core Ubuntu install with the latest version of all the packages that form that core. However when you run the package manager you see that there are over 26,000 software packages that form part of this release. They&#8217;re not all on that CD! However a specific version of each of them is associated with any given release of Ubuntu.</p>
<p>A well known example of this was OpenOffice. OpenOffice 3.0 was released just before Ubuntu 8.10 came out last year. There were a lot of people asking for it to be included in the 8.10 release but The Powers That Be decided that it was too new and untested to slip in at the last minute and Ubuntu 8.10 shipped with OpenOffice 2.4.1 instead. At no point in the following 6 months was OpenOffice rolled out as an upgrade to Ubuntu 8.10 &#8211; new features don&#8217;t get updated in existing released versions of Ubuntu, only security patches and bug fixes get sent out like that. Development of OpenOffice continues independently and, when the next version of Ubuntu is being planned, a current (or fairly current) version of OpenOffice is taken for inclusion.</p>
<p>OpenOffice is just one of many pieces of software that are controlled through the Ubuntu package manager and in a way it&#8217;s a bad example because it&#8217;s physically included on the release CD. But most of those 26,000 packages listed in the package manager are NOT on that CD. If I choose to install (say) the Netbeans development environment, the package manager has to download it from the internet. If I&#8217;m running Ubuntu 8.10 I will be given Netbeans 6.1 and it&#8217;ll stay at 6.1 (plus bug fixes and security issues) forever. However Ubuntu 9.04 contains a more recent version of Netbeans &#8211; version 6.5. So when I upgrade from Ubuntu 8.10 to 9.04, the upgrade process has to go fetch that new copy of Netbeans as it&#8217;s performing my upgrade. And it has to do this for hundreds of other packages I&#8217;ve installed which aren&#8217;t on the CD. And it has to do this at exactly the same time that thousands of other people are running the Ubuntu upgrade and doing the same thing!</p>
<p>So NOW I finally understand why my Ubuntu upgrade always has to hit the internet and I finally understand why it&#8217;s so slow. The package manager is a wonderful system and I think I can put up with a four hour upgrade given all the other wonderful things it gives me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.topdownview.com/2009/04/upgrading-to-ubuntu-904-things-i-learnt-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Geek</title>
		<link>http://www.topdownview.com/2008/09/free-geek/</link>
		<comments>http://www.topdownview.com/2008/09/free-geek/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 08:49:26 +0000</pubDate>
		<dc:creator>Jon Jennings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[free geek]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vancouver]]></category>
		<category><![CDATA[volunteer]]></category>

		<guid isPermaLink="false">http://extrathought.wordpress.com/?p=38</guid>
		<description><![CDATA[So it took rather longer than anticipated but I finally got to pay a visit to Free Geek Vancouver at the weekend for my introductory volunteer training session (and also to donate a trunk full of unwanted hardware of my own). First impressions? Besides the rather unsavory neighbourhood (two blocks North of Hastings, just East [...]]]></description>
			<content:encoded><![CDATA[<p>So it took rather longer than anticipated but I finally got to pay a visit to <a href="http://freegeekvancouver.org/">Free Geek Vancouver</a> at the weekend for my introductory volunteer training session (and also to donate a trunk full of unwanted hardware of my own).</p>
<p>First impressions? Besides the rather unsavory neighbourhood (two blocks North of Hastings, just East of the docks). Bigger than I expected&#8230; a 60&#8242;x30&#8242; receiving area stacked to the 12 foot high ceilings with cases and PCs, one person disassembling incoming PCs and cleaning them, another person testing the components and a third person disassembling the junk to be sent off for recycling. Then upstairs a 30&#8242;x10&#8242; office that looks kinda like my study on a tidy day &#8211; components and part-built PCs everywhere! Four people in there building customer PCs and loading them up with Ubuntu (and presumably OpenOffice, Firefox and Thunderbird).</p>
<p>They also have a little thrift store where they sell surplus components &#8211; if you want a 3GHz Athlon Thunderbird or 256MB of PC133 memory this is the place to go!</p>
<p>Amongst all the cookie-cutter PCs that people donate to them, there&#8217;s also a lot of historical gems&#8230; in the hour I was there I spotted a Commodore Pet 2001 (Qwerty keyboard, not the original chiclet keyboard), TRS-80 portable, Apple IIe, an original Macintosh and, something I didn&#8217;t even know existed, an extremely late model 8000series Commodore Pet looking remarkably like <a href="http://www.zimmers.net/cbmpics/cbpets.html">this.</a></p>
<p>One thing I hadn&#8217;t realized about their business model: the majority of their output goes to non-profit organizations who fill in a hardware grant request and get whatever they want built for free. The rest goes for free or ultra-cheap to individuals who want to get online but can&#8217;t afford a new computer. As far as actual revenue to pay the rent, I think the majority of it comes from scrap sold for recycling and money from the thrift store.</p>
<p>I think I can be quite useful there &#8211; 15 years experience dismantling and rebuilding PCs for fun and 5 years experience in Linux. Now I&#8217;m &#8216;trained&#8217; I can&#8217;t wait to get back there for a proper day&#8217;s &#8220;work&#8221;!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.topdownview.com/2008/09/free-geek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building computers for other people</title>
		<link>http://www.topdownview.com/2008/07/building-computers-for-other-people/</link>
		<comments>http://www.topdownview.com/2008/07/building-computers-for-other-people/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 06:39:02 +0000</pubDate>
		<dc:creator>Jon Jennings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[free geek]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[volunteer]]></category>

		<guid isPermaLink="false">http://extrathought.wordpress.com/?p=11</guid>
		<description><![CDATA[I was at the Vancouver Folk Music Festival at the weekend and ran across a stall for Free Geek. They&#8217;re a volunteer organization that takes people&#8217;s unwanted old computers, strips them down, ethically recycles the unusable parts, takes the reusable parts and builds them into fresh computers. Then loads Ubuntu onto them and sells them [...]]]></description>
			<content:encoded><![CDATA[<p>I was at the <a href="http://thefestival.bc.ca/">Vancouver Folk Music Festival</a> at the weekend and ran across a stall for <a href="http://freegeekvancouver.org/">Free Geek</a>.</p>
<p>They&#8217;re a volunteer organization that takes people&#8217;s unwanted old computers, strips them down, ethically recycles the unusable parts, takes the reusable parts and builds them into fresh computers. Then loads Ubuntu onto them and sells them dirt cheap or gives them away to people who need access to a computer but can&#8217;t afford one.</p>
<p>Sounds like a damn fine organization to me. And, given that this is the sort of thing I do for myself all the time, it sounds like somewhere I should be able to do some useful volunteer work.</p>
<p>If the planets align, I&#8217;ll go down there next Wednesday and see what it&#8217;s all about.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.topdownview.com/2008/07/building-computers-for-other-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computers from junk</title>
		<link>http://www.topdownview.com/2008/06/computers-from-junk/</link>
		<comments>http://www.topdownview.com/2008/06/computers-from-junk/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 00:29:29 +0000</pubDate>
		<dc:creator>Jon Jennings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://extrathought.wordpress.com/?p=6</guid>
		<description><![CDATA[I bought an apartment when I first lived here. I still have it now and rent it out. I was over there this morning doing some work and, as I left, I saw an enormous pile of stuff stacked up beside the dumpster. On further investigation I found a full dinner service, set of speaker [...]]]></description>
			<content:encoded><![CDATA[<p>I bought an apartment when I first lived here. I still have it now and rent it out. I was over there this morning doing some work and, as I left, I saw an enormous pile of stuff stacked up beside the dumpster.</p>
<p>On further investigation I found a full dinner service, set of speaker stands, a PC, keyboard and LCD monitor and a dozen mice (no &#8211; the ones with buttons on silly!). It&#8217;s amazing the stuff people throw out. I took most of it to the nearest thrift store (one block away&#8230;) but brought the PC home.</p>
<p>A spot more investigation revealed a Sony Vaio PII-400, 1.6GB, 192MB. OK, a heck of a long way from a powerhouse but fully functioning, neat mini case and a matching and working LCD monitor too with integrated speakers.</p>
<p>I&#8217;ve had to up it to 256MB RAM and I&#8217;m prepping a 40GB drive to put in there. We have a PII-350 which runs Xubuntu perfectly well for casual browsing and email so I think I should be able to do the same with this one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.topdownview.com/2008/06/computers-from-junk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

