<?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"
	>

<channel>
	<title>Just Uber</title>
	<atom:link href="http://www.justuber.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justuber.com/blog</link>
	<description>Dancing with Nerds</description>
	<pubDate>Sat, 28 Jun 2008 19:18:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Setting up your Huawei E220 3G USB Modem on Ubuntu (Three UK)</title>
		<link>http://www.justuber.com/blog/2008/06/25/setting-up-your-huawei-e220-3g-usb-modem-on-ubuntu-three-uk/</link>
		<comments>http://www.justuber.com/blog/2008/06/25/setting-up-your-huawei-e220-3g-usb-modem-on-ubuntu-three-uk/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 22:06:41 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/?p=140</guid>
		<description><![CDATA[Take a deep breath, unwind and relax. Setting up your Ubuntu Linux powered PC for mobile internet access isn&#8217;t half as hard as you thought it&#8217;d be.
My brother just got a £7.50 a month deal with Three, for 3 GB per month of internet access over 3G (HSDPA). I installed Ubuntu onto a PC for [...]]]></description>
			<content:encoded><![CDATA[<p>Take a deep breath, unwind and relax. Setting up your Ubuntu Linux powered PC for mobile internet access isn&#8217;t half as hard as you thought it&#8217;d be.</p>
<p>My brother just got a £7.50 a month deal with Three, for 3 GB per month of internet access over 3G (HSDPA). I installed Ubuntu onto a PC for him and had a bash at getting the 3G dongle up and running.</p>
<p>Here is the easiest way to get this up and running.</p>
<p>1.) Plug the dongle into a spare USB slot and restart the computer.</p>
<p>2.) Download the <a href="http://www.vodafonebetavine.net/web/linux_drivers" target="_blank">Vodafone Mobile Connect Card Driver for Linux</a>. The version I&#8217;m using is 1.99.17 (Beta) and comes as a .deb package.</p>
<p>3.) After installing, run the Vodafone application that you&#8217;ll now find in Applications &gt; Internet.</p>
<p>4.) If the application doesn&#8217;t detect your dongle restart your PC and try again (although it should).</p>
<p>5.) Insert these settings if you&#8217;re using the Three (UK) network. Leave the DNS settings empty to allow dynamic configuration of DNS.</p>
<p><strong>Username: three<br />
Password: three</strong></p>
<p><strong>Preferred connection: 3G preferred<br />
Authentication mode: Default<br />
APN host: 3internet</strong></p>
<p>6.) That&#8217;s about it. You should be able to see a signal strength bar at the bottom of the app screen, and connecting to the internet is a simple as pressing the big green connect button.</p>
<p>The vodafone application itself is pretty good. Particularly useful is the usage indicator. It allows you to restrict the amount of data transferred to help ensure that you don&#8217;t breach your monthly limit. Check out the screenshot below. Cool eh?</p>
<p>Enjoy mobile internet on Linux!</p>
<p><a href="http://www.justuber.com/blog/wp-content/uploads/2008/06/screenshot.png"><img class="alignnone size-medium wp-image-141" title="Three 3G on Ubuntu" src="http://www.justuber.com/blog/wp-content/uploads/2008/06/screenshot-300x225.png" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2008/06/25/setting-up-your-huawei-e220-3g-usb-modem-on-ubuntu-three-uk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Asterisk and DeStar on Ubuntu Hardy</title>
		<link>http://www.justuber.com/blog/2008/06/13/asterisk-and-destar-on-ubuntu-hardy/</link>
		<comments>http://www.justuber.com/blog/2008/06/13/asterisk-and-destar-on-ubuntu-hardy/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 18:34:51 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/?p=139</guid>
		<description><![CDATA[Fortunately Ubuntu has packages for Asterisk and Destar located in the Universe repository, so running the following command will grab and install them for you.
sudo apt-get install asterisk destar python2.4
Hardy ships with Python 2.5 but DeStar throws errors unless it&#8217;s running on Python 2.4. Therefore you need to tell destar to use Python 2.4 instead.
edit [...]]]></description>
			<content:encoded><![CDATA[<p>Fortunately Ubuntu has packages for Asterisk and Destar located in the Universe repository, so running the following command will grab and install them for you.</p>
<p><strong>sudo apt-get install asterisk destar python2.4</strong></p>
<p>Hardy ships with Python 2.5 but DeStar throws errors unless it&#8217;s running on Python 2.4. Therefore you need to tell destar to use Python 2.4 instead.</p>
<p>edit /usr/share/destar/python/destar.py</p>
<p>so that the top line reads:</p>
<p><strong>#!/usr/bin/python2.4</strong></p>
<p>Asterisk needs to be configured to allow DeStar to manage it. To do this, create a file called destar.conf in /etc/asterisk/manager.d/ Change the secret to a password of your choosing.</p>
<p><strong>[destarman]<br />
secret=123342342<br />
deny=0.0.0.0/0.0.0.0<br />
permit=127.0.0.1/255.255.255.0<br />
read=,system,call,log,verbose,command,agent,user<br />
write=,system,call,log,verbose,command,agent,user</strong></p>
<p>Try DeStar now by going to http://servername:8080 The default username is admin and the password ad26. (don&#8217;t forget the dot at the end). You should change it.</p>
<p>In the DeStar web GUI go to Configuration &gt; Options &gt; Management API Access and ensure that the secret there is the same as the secret in your destarman.conf file.</p>
<p>You should now have Asterisk installed and DeStar configured to manage it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2008/06/13/asterisk-and-destar-on-ubuntu-hardy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hull Beat Bristol to Reach the Premier League</title>
		<link>http://www.justuber.com/blog/2008/05/24/hull-beats-bristol-to-reach-premier-league/</link>
		<comments>http://www.justuber.com/blog/2008/05/24/hull-beats-bristol-to-reach-premier-league/#comments</comments>
		<pubDate>Sat, 24 May 2008 16:59:08 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[hull]]></category>

		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/?p=138</guid>
		<description><![CDATA[This is just a quick post to say well done to Hull City AFC for achieving promotion to the premier league!
The city of Hull is currently undergoing a period of regeneration unprecedented in it&#8217;s long history. Previously a prosperous fishing town, Hull is fighting back against economic decline and trying to etch a place out [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick post to say well done to Hull City AFC for achieving promotion to the premier league!</p>
<p>The city of Hull is currently undergoing a period of regeneration unprecedented in it&#8217;s long history. Previously a prosperous fishing town, Hull is fighting back against economic decline and trying to etch a place out for itself in a new millenium.</p>
<p>Having a team in the premier league is the icing on the cake and I for one am excited to see what the future holds for both our football team and our city at large.</p>
<p>Hull. Things are looking up!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2008/05/24/hull-beats-bristol-to-reach-premier-league/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Office 2007 to Support ODF</title>
		<link>http://www.justuber.com/blog/2008/05/21/microsoft-office-2007-to-support-odf/</link>
		<comments>http://www.justuber.com/blog/2008/05/21/microsoft-office-2007-to-support-odf/#comments</comments>
		<pubDate>Wed, 21 May 2008 20:32:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/?p=136</guid>
		<description><![CDATA[I just read this on Slashdot and wondered what people thought of this seemingly bizarre move from MS?
After campaigning for OOXML so vigorously, MS have now announced that they will be issuing an update to Office 2007 to add support for OASIS ODF 1.1.
This won&#8217;t be available as the default format for saving, but even [...]]]></description>
			<content:encoded><![CDATA[<p>I just <a title="MS Office 2007 to Support OOXML" href="http://www.consortiuminfo.org/standardsblog/article.php?story=20080521092930864" target="_blank">read this</a> on Slashdot and wondered what people thought of this seemingly bizarre move from MS?</p>
<p>After campaigning for OOXML so vigorously, MS have now announced that they will be issuing an update to Office 2007 to add support for OASIS ODF 1.1.</p>
<p>This won&#8217;t be available as the default format for saving, but even so - making support available for ODF and not supporting OOXML (that won&#8217;t come until a future version) must fatally damage OOXML as a standard.</p>
<p>Hopefully the delay in OOXML support and the emergance of ODF support as standard in an MS Office suite will herald new support by the public sector for the ODF format.</p>
<p>Who knows, the next time you visit your favorite government website you might be able to grab a copy of taxreturn.odt</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2008/05/21/microsoft-office-2007-to-support-odf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Valve&#8217;s Source Engine Coming to Linux?</title>
		<link>http://www.justuber.com/blog/2008/05/10/valves-source-engine-coming-to-linux/</link>
		<comments>http://www.justuber.com/blog/2008/05/10/valves-source-engine-coming-to-linux/#comments</comments>
		<pubDate>Sat, 10 May 2008 21:26:46 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[gaming]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/2008/05/10/valves-source-engine-coming-to-linux/</guid>
		<description><![CDATA[Some exciting news coming from the Phoronix website suggests that Valve may be porting the Source engine to Linux.
The Source engine powers many of Valve&#8217;s top titles including Counter-Strike: Source, Half-Life  2, Day of Defeat: Source, Portal, and Team Fortress 2.
Linux support for Source is likely to increase the take up of Linux based [...]]]></description>
			<content:encoded><![CDATA[<p>Some exciting <a href="http://www.phoronix.com/scan.php?page=article&amp;item=source_linux&amp;num=1">news coming from the Phoronix website</a> suggests that <a href="http://www.valvesoftware.com/">Valve</a> may be porting the <a href="http://source.valvesoftware.com/">Source engine</a> to Linux.</p>
<p>The Source engine powers many of Valve&#8217;s top titles including Counter-Strike: Source, Half-Life  2, Day of Defeat: Source, Portal, and Team Fortress 2.</p>
<p>Linux support for Source is likely to increase the take up of Linux based operating systems amongst Joe Public. Lack of support for modern games is often cited as a reason for not moving from Windows.</p>
<p>Lets hope that the rumours are true, and that Valve are the first of many games developers to go down this route.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2008/05/10/valves-source-engine-coming-to-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BBC iPlayer on Xbox Media Centre (XBMC)</title>
		<link>http://www.justuber.com/blog/2008/05/04/bbc-iplayer-on-xbox-media-centre-xbmc/</link>
		<comments>http://www.justuber.com/blog/2008/05/04/bbc-iplayer-on-xbox-media-centre-xbmc/#comments</comments>
		<pubDate>Sun, 04 May 2008 20:01:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/2008/05/04/bbc-iplayer-on-xbox-media-centre-xbmc/</guid>
		<description><![CDATA[Want iPlayer on your telly but don&#8217;t have a Wii? Check out this very useful script for the Xbox Media Centre. The script allows you to download programs from the BBC iPlayer service to an old Xbox (or Linux or Windows PC) with XBMC installed, and watch them at your convenience.
Quality isn&#8217;t great as the [...]]]></description>
			<content:encoded><![CDATA[<p>Want iPlayer on your telly but don&#8217;t have a Wii? Check out this very useful script for the Xbox Media Centre. The script allows you to download programs from the BBC iPlayer service to an old Xbox (or Linux or Windows PC) with XBMC installed, and watch them at your convenience.</p>
<p>Quality isn&#8217;t great as the script uses the old &#8216;I&#8217;m pretending to be an iPhone&#8217; trick to grab an MP4 file, but it&#8217;s still fairly watchable until a better quality stream becomes available.</p>
<p>Because this hack is using an iPhone masquerade trick (oh, and in case you were wondering, the authors overcome the BBC&#8217;s first attempts to thwart this kind of hack), the upside is that there is no DRM on the files you download. You can grab the script from <a title="XBMC iPlayer" href="http://code.google.com/p/xbmc-iplayer/" target="_blank">Google Code.</a></p>
<p>I suppose it just goes to prove, there&#8217;s life in the old Xbox yet!</p>
<p>Here are a couple of screenies for your enjoyment.</p>
<p><img title="XBMC iPlayer" src="http://www.justuber.com/blog/wp-content/uploads/2008/05/screenshot006.jpg" alt="XBMC iPlayer" width="450" /></p>
<p><img title="XBMC iPlayer" src="http://www.justuber.com/blog/wp-content/uploads/2008/05/screenshot007.jpg" alt="XBMC iPlayer" width="450" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2008/05/04/bbc-iplayer-on-xbox-media-centre-xbmc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hardy Heron and Stuff&#8230;..</title>
		<link>http://www.justuber.com/blog/2008/04/27/hardy-heron-life-and-stuff/</link>
		<comments>http://www.justuber.com/blog/2008/04/27/hardy-heron-life-and-stuff/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 20:47:21 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/2008/04/27/hardy-heron-life-and-stuff/</guid>
		<description><![CDATA[Hello there. I can&#8217;t believe it&#8217;s been nearly a month since I wrote anything. Recently I&#8217;ve found myself pre-occupied with other things so I&#8217;ve been neglecting you. I&#8217;m sorry!
There has been a major change in the Ubuntu landscape since the last time I put finger to keyboard. Hardy Heron has arrived, Ubuntu&#8217;s new long term [...]]]></description>
			<content:encoded><![CDATA[<p>Hello there. I can&#8217;t believe it&#8217;s been nearly a month since I wrote anything. Recently I&#8217;ve found myself pre-occupied with other things so I&#8217;ve been neglecting you. I&#8217;m sorry!</p>
<p>There has been a major change in the Ubuntu landscape since the last time I put finger to keyboard. Hardy Heron has arrived, Ubuntu&#8217;s new long term supported release! I&#8217;ve been running the pre-release version on my laptop for a while (until I accidently smashed the machine the other night) so it hardly surprises me that people installing it for the first time are finding it to be the best Ubuntu Linux yet! Of course, a few bugs remain, but if you find one, join me and hundreds of other users in reporting it and helping the developers to make Ubuntu better! It&#8217;s fun, and you might even get <a href="http://www.seqfault.de/blog/index.php?/archives/87-Einfach-mal-Danke-sagen.html" target="_blank">your name up in lights! </a></p>
<p>One thing I have noticed is that the <a href="http://webapps.ubuntu.com/certification/" target="_blank">validated hardware list</a> has grown even larger with this release. It&#8217;s now easier than ever to grab yourself a laptop, desktop or server certified to work with Ubuntu. Seeing a good range of HP servers in the list is great for me as they&#8217;re the most commonly used ones at work - Hoorah!</p>
<p>So, that&#8217;s about it for now. Catch you soon&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2008/04/27/hardy-heron-life-and-stuff/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Survives PWN to OWN Hackfest Unscathed</title>
		<link>http://www.justuber.com/blog/2008/03/29/ubuntu-survives-pwn-to-own-hackfest-unscathed/</link>
		<comments>http://www.justuber.com/blog/2008/03/29/ubuntu-survives-pwn-to-own-hackfest-unscathed/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 16:22:14 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/2008/03/29/ubuntu-survives-pwn-to-own-hackfest-unscathed/</guid>
		<description><![CDATA[A laptop running Ubuntu Gutsy (7.10) remained the only uncompromised system at the CanSecWest conference PWN to OWN competition.
The competition sees hackers compete to discover a 0 day code execution vulnerability, on one of three laptops running Mac OSX, Windows Vista or Ubuntu. The winners take the pwned laptop plus a generous cash award.
Mac OSX [...]]]></description>
			<content:encoded><![CDATA[<p>A laptop running Ubuntu Gutsy (7.10) remained the <strong>only</strong> uncompromised system at the CanSecWest conference <a href="http://dvlabs.tippingpoint.com/blog/2008/03/19/cansecwest-pwn-to-own-2008">PWN to OWN competition</a>.</p>
<p>The competition sees hackers compete to discover a 0 day code execution vulnerability, on one of three laptops running Mac OSX, Windows Vista or Ubuntu. The winners take the pwned laptop plus a generous cash award.</p>
<p>Mac OSX (10.5.2) fell on day two, after the discovery of a vulnerability in the Safari web browser allowed a team from<a href="http://securityevaluators.com/"> Independent Security Evaluators</a> to remotely exploit an Apple MacBook Air. Day three saw Shane Macauly of <a href="http://security-objectives.com/">Security Objectives</a> defeat the Windows Vista (SP1) laptop using an exploit against the latest version of Adobe Flash.</p>
<p>Well done Ubuntu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2008/03/29/ubuntu-survives-pwn-to-own-hackfest-unscathed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Authenticating an Ubuntu PC to Active Directory</title>
		<link>http://www.justuber.com/blog/2008/03/22/authenticating-an-ubuntu-pc-to-active-directory/</link>
		<comments>http://www.justuber.com/blog/2008/03/22/authenticating-an-ubuntu-pc-to-active-directory/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 15:32:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/2008/03/22/authenticating-an-ubuntu-pc-to-active-directory/</guid>
		<description><![CDATA[Likewise Open is a piece of software designed to make it easier to integrate Linux PC&#8217;s into an Microsoft Windows Active Directory (AD) domain. Now you can log onto your Ubuntu PC using your Windows network username and password, and access your shared files and resources whilst logging on only once.
You can find the &#8216;likewise-open&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Likewise Open is a piece of software designed to make it easier to integrate Linux PC&#8217;s into an Microsoft Windows Active Directory (AD) domain. Now you can log onto your Ubuntu PC using your Windows network username and password, and access your shared files and resources whilst logging on only once.</p>
<p>You can find the &#8216;likewise-open&#8217; and  &#8216;likewise-open-gui&#8217; packages in the Ubuntu Hardy universe repository.  Go to System &gt; Administration &gt; Synaptic Package Manager, ensure the universe repository is enabled, and search for &#8216;likewise&#8217;.</p>
<p>After installation, you can find the Likewise Open GUI in Applications &gt; Internet &gt; Likewise. Joining the domain is simple enough. Specify the FQDN of your domain and click on &#8216;join domain&#8217;. After giving details of an account with permission to add computers to the domain, you should be connected.</p>
<p>Restart the PC, and at the GDM login screen try an Active Directory login. For instance:</p>
<p><strong>DOMAIN\username</strong></p>
<p>Hopefully all should be well, if not try the following.</p>
<p>&#8212;-</p>
<p>Login as a normal (non-AD) user and run the following command.</p>
<p><strong>lwiinfo -n &#8220;DOMAIN\username&#8221;</strong></p>
<p>You might get an error complaining <strong> &#8216;could not obtain winbind separator!&#8217;<br />
</strong></p>
<p>It looks like the likewise-open script is not set to start with the system. To see if this is the case, try running &#8216;<strong>sudo likewise-winbindd -start</strong>&#8216; and try the command again. If it works this time (you should see a string of numbers and letters) you need to set likewise-open to start with the system.</p>
<p>To do this run &#8216;<strong>sudo sysv-rc-conf</strong>&#8216; from the command line, and turn the likewise-open service on for runlevels 2,3,4,5. Hopefully this should be sorted soon, I&#8217;ve filed a bug report.&#8217;</p>
<p>&#8212;-</p>
<p>At this moment in time you are likely to come across other issues. Sound, USB, sudoers etc will not work under the AD user. I&#8217;m sure that there are workarounds for this which involve mapping AD user groups to local groups. Hopefully in time for release we&#8217;ll see some firm instructions for this appear.</p>
<p>If you&#8217;re interested, watch this space.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2008/03/22/authenticating-an-ubuntu-pc-to-active-directory/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Ubuntu Needs to Charge for (some) Software</title>
		<link>http://www.justuber.com/blog/2008/02/18/why-ubuntu-needs-to-charge-for-some-software/</link>
		<comments>http://www.justuber.com/blog/2008/02/18/why-ubuntu-needs-to-charge-for-some-software/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 10:19:24 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/2008/02/18/why-ubuntu-needs-to-charge-for-some-software/</guid>
		<description><![CDATA[Now before you fire up your trusty keyboard to shoot me down in flames for suggesting this. I want you to think about the continuing challenges that Ubuntu (and Linux in general) face as they compete against Microsoft for a share of the desktop OS market.
A good place to start is here, at a Slashdot [...]]]></description>
			<content:encoded><![CDATA[<p>Now before you fire up your trusty keyboard to shoot me down in flames for suggesting this. I want you to think about the continuing challenges that Ubuntu (and Linux in general) face as they compete against Microsoft for a share of the desktop OS market.</p>
<p>A good place to start is here, at a Slashdot article entitled <a href="http://linux.slashdot.org/article.pl?sid=08/02/18/0018243">&#8216;Why Linux Doesn&#8217;t Spread - the Curse of Being Free&#8217;</a>.</p>
<p>You see people just don&#8217;t trust things that are free. They have been conditioned to believe that &#8216;you get what you pay for&#8217; and hence find it hard to see the value of free software. As the article rightly points out, as far as Joe Newbie is concerned both Windows and Linux are free to him, so he will have the one worth $300 thank you very much&#8230;</p>
<p>If you read through the comments of the article you come to another observation. Lets assume that Joe Newbie has got Ubuntu installed on his laptop. He opens up his favourite .mp3 album on the PC and gets a prompt for a codec. Now although Joe is a newbie, he knows that .mp3&#8217;s work fine out of the box on Windows so why not on Ubuntu? Uh-oh! His mistrust of Ubuntu increases.</p>
<p>OK, so what can we do about it?</p>
<p>Well, if you&#8217;re observant, you will have noticed that we now have an all free software version of Ubuntu. Every single piece and parcel of it is comprised of free software. Great eh?</p>
<p>Why not also create an Ubuntu variant which includes (out of the box) support for things like .mp3, dvd, wmv et al and charge for it? Canonical could license the technologies needed to legally create such a piece of software and sell it to the customer.</p>
<p>As long as the price was kept reasonable, Canonical could sell a ready to rock, fully spec&#8217;d up operating system to OEMs. It could also sell a boxed retail version to the public (although of course these sales wouldn&#8217;t be as large) through distribution channels such as PC World or Amazon. Chuck in six months technical support helpline access for a few quid and you provide a support channel for the punters too!</p>
<p>I think that if Canonical could do this, Ubuntu would become more credible in the eyes of the ignorant computer user and we just may be able to entice him across&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2008/02/18/why-ubuntu-needs-to-charge-for-some-software/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
