<?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>Just Uber &#187; ubuntu</title>
	<atom:link href="http://www.justuber.com/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justuber.com/blog</link>
	<description>Dancing with Nerds</description>
	<lastBuildDate>Thu, 17 Mar 2011 11:11:52 +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>Joining Ubuntu Lucid to Active Directory</title>
		<link>http://www.justuber.com/blog/2010/04/16/joining-ubuntu-lucid-to-active-directory/</link>
		<comments>http://www.justuber.com/blog/2010/04/16/joining-ubuntu-lucid-to-active-directory/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 13:01:02 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/?p=250</guid>
		<description><![CDATA[The latest Ubuntu release (Ludid, 10.4) makes it very easy for you to join an Active Directory domain. Here&#8217;s a quick guide to get you started.
1. Install the likewise open AD authentication application by issuing the command sudo apt-get install likewise-open
2. Register your Ubuntu system with the domain by running sudo domainjoin-cli join yourdomainname.com administrator [...]]]></description>
			<content:encoded><![CDATA[<p>The latest Ubuntu release (Ludid, 10.4) makes it very easy for you to join an Active Directory domain. Here&#8217;s a quick guide to get you started.</p>
<p>1. Install the likewise open AD authentication application by issuing the command<strong> sudo apt-get install likewise-open</strong></p>
<p>2. Register your Ubuntu system with the domain by running <strong>sudo domainjoin-cli join yourdomainname.com administrator</strong> (where yourdomainname.com is your domain name, and administrator is a user account on the domain with permissions to add computers to it).</p>
<p>3. When prompted, enter the password of your adminstrator account. A dialogue box will appear asking for your domain name,  enter your AD fully qualified domain name in upper case letters, i.e YOURDOMAIN.COM</p>
<p>4. Finally reboot.</p>
<p>Want sudo privileges? Go to your Active Directory and create a group. I called mine sudo, but you can use any group you like. A word of advice though, you&#8217;ll have less problems if you don&#8217;t use spaces in your group name.</p>
<p>Switch to a local user account with sudo privleges and at the terminal issue the command <strong>sudo visudo</strong></p>
<p>At the end of the sudoers file add this line</p>
<p><strong>%YOURDOMAIN.COM\\sudo ALL=(ALL) ALL</strong></p>
<p>This tells Ubuntu to allow any user in the sudo group on your AD to use sudo privileges on the local machine.</p>
<p>To login to your Ubuntu system at the GUI use <strong>username@yourdomain </strong></p>
<p>To login over SSH use <strong>yourdomain\username</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2010/04/16/joining-ubuntu-lucid-to-active-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spotify on Ubuntu</title>
		<link>http://www.justuber.com/blog/2009/09/15/spotify-on-ubuntu/</link>
		<comments>http://www.justuber.com/blog/2009/09/15/spotify-on-ubuntu/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 20:39:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/?p=171</guid>
		<description><![CDATA[Yes folks, it&#8217;s the craze that&#8217;s sweeping the nation (well the &#8216;tinterweb), it&#8217;s fun, it&#8217;s funky, it&#8217;s  Spotify!
It&#8217;s like a version of Last.FM that plays the actual songs you want to hear and what&#8217;s more, the app works with Ubuntu.
OK, so it&#8217;s not a native app, but at least the developers haven&#8217;t totally omitted [...]]]></description>
			<content:encoded><![CDATA[<p>Yes folks, it&#8217;s the craze that&#8217;s sweeping the nation (well the &#8216;tinterweb), it&#8217;s fun, it&#8217;s funky, it&#8217;s </a><a href="http://www.spotify.com" target="_blank"> Spotify!</a></p>
<p>It&#8217;s like a version of Last.FM that plays the actual songs you want to hear and what&#8217;s more, the app works with Ubuntu.</p>
<p>OK, so it&#8217;s not a native app, but at least the developers haven&#8217;t totally omitted the good old Linux user.  Until they see the error of their ways and release a Linux client, they have at least bothered to provide some pretty lengthy instructions <a href="http://www.spotify.com/en/help/faq/wine/" target="_blank">here</a>.</p>
<p>Want the simple version?</p>
<p>1. Download the<a href="http://www.spotify.com/en/download/windows/" target="_blank"> setup file</a></p>
<p>2. Install Wine</p>
<blockquote><p><strong>sudo apt-get install wine</strong></p></blockquote>
<p>3. Run Wine Config wincfg</p>
<p>4. Click the audio tab in Wine Config</p>
<p>5. Click OK</p>
<p>6. Open a terminal and type</p>
<blockquote><p><strong>wine &#8220;Spotify Installer.exe&#8221;</strong></p></blockquote>
<p>Easy as pie.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2009/09/15/spotify-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the Wiimote &amp; Wii Balance Board in Ubuntu</title>
		<link>http://www.justuber.com/blog/2009/06/28/using-the-wiimote-wii-balance-board-in-ubuntu/</link>
		<comments>http://www.justuber.com/blog/2009/06/28/using-the-wiimote-wii-balance-board-in-ubuntu/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 18:37:33 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/?p=158</guid>
		<description><![CDATA[Matt Cutts, head of webspam at Google, has written a couple of very interesting articles describing how to hook up Wii peripherals to an Ubuntu Pc over bluetooth.
The first article describes how to hook Ubuntu up to a Wiimote, followed by another showing how to build a working weight sensor and real time display with [...]]]></description>
			<content:encoded><![CDATA[<p>Matt Cutts, head of webspam at Google, has written a couple of very interesting articles describing how to hook up Wii peripherals to an Ubuntu Pc over bluetooth.</p>
<p>The first article describes how to hook <a href="http://www.mattcutts.com/blog/linux-wiimote-via-bluetooth/">Ubuntu up to a Wiimote</a>, followed by another showing how to build a working weight sensor and real time display with<a href="http://www.mattcutts.com/blog/linux-wii-balanceboard/"> Ubuntu, a Wii Balance Board</a> and a couple of hundred lines of Python.</p>
<p>Could this herald a new era of Wii type games on Ubuntu?</p>
<p>I hope so!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2009/06/28/using-the-wiimote-wii-balance-board-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Making &#8216;ondemand&#8217; CPU frequency scaling more responsive</title>
		<link>http://www.justuber.com/blog/2009/05/12/making-ondemand-cpu-frequency-scaling-more-responsive/</link>
		<comments>http://www.justuber.com/blog/2009/05/12/making-ondemand-cpu-frequency-scaling-more-responsive/#comments</comments>
		<pubDate>Tue, 12 May 2009 22:28:58 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/?p=155</guid>
		<description><![CDATA[For a while now I&#8217;ve found that ondemand CPU frequency scaling (enabled by default) makes my laptop seem sluggish under Ubuntu.
Basically the CPU speed doesn&#8217;t seem to increase quickly enough to keep up with the sudden brief bursts of demand caused when using Gmail, or playing Youtube videos for instance. Applying information found on this [...]]]></description>
			<content:encoded><![CDATA[<p>For a while now I&#8217;ve found that ondemand CPU frequency scaling (enabled by default) makes my laptop seem sluggish under Ubuntu.</p>
<p>Basically the CPU speed doesn&#8217;t seem to increase quickly enough to keep up with the sudden brief bursts of demand caused when using Gmail, or playing Youtube videos for instance. Applying information found on <a href="http://www.twibble.org/Articles/amd-x2-powernow">this website</a> seems to give a more responsive system.</p>
<p><code>echo 1 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load<br />
echo 40 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold</code></p>
<p>This changes the default behaviour of the ondemand governor to force it to take into account background processes, and tells it to increase CPU speed when your CPU usage exceeds 40% rather than 95% (as is default).</p>
<p>Because /sys/ is a virtual file system created each time you boot your system, any changes you make are lost after a restart. Add the lines above to /etc/rc.local (<a href="http://www.oreillynet.com/linux/blog/2007/08/etcrclocal.html">read here for more on rc.local</a>) to have your chosen settings applied each time you start Ubuntu.</p>
<p>Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2009/05/12/making-ondemand-cpu-frequency-scaling-more-responsive/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Speeding up Firefox 3 in KDE 4 (Kubuntu Intrepid)</title>
		<link>http://www.justuber.com/blog/2009/03/09/speeding-up-firefox-3-in-kde-4-kubuntu-intrepid/</link>
		<comments>http://www.justuber.com/blog/2009/03/09/speeding-up-firefox-3-in-kde-4-kubuntu-intrepid/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 22:26:38 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/?p=153</guid>
		<description><![CDATA[Having just moved across to Kubuntu Intrepid I found that Firefox looks a little crappy by default. This can be remedied pretty quickly by grabbing this theme, created especially for KDE 4:
http://ramonantonio.net/kde-firefox/
Secondly some people suggested that they found Gmail scrolling a little slow on some computers. Disabling the Ubuntu Firefox Modifications addon (anyone know what [...]]]></description>
			<content:encoded><![CDATA[<p>Having just moved across to Kubuntu Intrepid I found that Firefox looks a little crappy by default. This can be remedied pretty quickly by grabbing this theme, created especially for KDE 4:</p>
<p><a href="http://ramonantonio.net/kde-firefox/" target="_blank">http://ramonantonio.net/kde-firefox/</a></p>
<p>Secondly some people suggested that they found Gmail scrolling a little slow on some computers. Disabling the Ubuntu Firefox Modifications addon (anyone know what this does anyway?) seems to give you a little extra speed if you need it.</p>
<p>Finally ensure you that you have &#8216;performance&#8217; selected in CPU Policy. It&#8217;s easy to forget that power saving mode is on and find yourself wondering why your laptop is slow!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2009/03/09/speeding-up-firefox-3-in-kde-4-kubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting your eGalax touchscreen monitor working on Ubuntu Hardy</title>
		<link>http://www.justuber.com/blog/2008/11/12/getting-your-egalax-touchscreen-monitor-working-on-ubuntu-hardy/</link>
		<comments>http://www.justuber.com/blog/2008/11/12/getting-your-egalax-touchscreen-monitor-working-on-ubuntu-hardy/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 14:58:50 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/?p=145</guid>
		<description><![CDATA[So, you&#8217;ve got a touchscreen monitor and you&#8217;re wondering why it doesn&#8217;t work properly? Lets see if we can get it up and running!
After connecting the touchscreen monitor&#8217;s USB cable to your PC and restarting, check out the USB devices on your system by running the command &#8216;lsusb&#8217;. If you see a line with the [...]]]></description>
			<content:encoded><![CDATA[<p>So, you&#8217;ve got a touchscreen monitor and you&#8217;re wondering why it doesn&#8217;t work properly? Lets see if we can get it up and running!</p>
<p>After connecting the touchscreen monitor&#8217;s USB cable to your PC and restarting, check out the USB devices on your system by running the command &#8216;lsusb&#8217;. If you see a line with the words:</p>
<blockquote><p>D-WAV Scientific Co., Ltd eGalax TouchScreen</p></blockquote>
<p>then we&#8217;re in business. I know how to set that one up!</p>
<p>Give the screen a sneaky tap with your finger. Marvel at how the computer seems to recognise a mouse click event (you may notice it highlights some text, or scares a small child from your PC case), but doesn&#8217;t yet doesn&#8217;t recognise mouse movement events.</p>
<p>Go on over to http://210.64.17.162/web20/TouchKitDriver/linuxDriver.htm and select the file called &#8216;Kernel 2.6.x with xorg 1.4.0 only&#8217;. At the time of writing the direct link to this file is <a href="http://210.64.17.162/web20/drivers/touch_driver/Linux/v2.03/TouchKit-2.03.1712-32b-k26-x14.tar.gz">here</a>. It may have moved by the time you read this.</p>
<p>Anyway. Extract the TouchKit-2.03.tar.gz file. It contains a folder with 2 files and a tar archive in it. Good times.</p>
<p>At the command line move to the TouchKit folder you just extracted and run the following command:</p>
<p>sudo sh setup.sh</p>
<p>Wait a sec and be rewarded with the following menu. I&#8217;ve left in the choices I made.</p>
<blockquote><p>(*) Linux driver installer for TouchKit controller</p>
<p>(I) Begin to setup TouchKit Linux driver.<br />
(I) Checking user permission: root, you are the supervisor.<br />
(I) Extract TouchKit driver package to /usr/local/TouchKit_x14.<br />
(I) Create TouchKit utility shortcut in /usr/bin.<br />
(I) Copy X module egalax_drv.so to /usr/lib/xorg/modules/input.</p>
<p>(Q) Which interface controller do you use?<br />
(I) [1] RS232 [2] PS/2 [3] USB : (I) Please choose [1], [2] or [3]<br />
(A) 3<br />
(I) Using interface: USB<br />
(I) Found a HID compliant touch controller.<br />
(I) Found kernel module usbtouchscreen.<br />
(I) It is highly recommended that add it into blacklist.<br />
(Q) Do you want to add it into blacklist? (y/n) y<br />
(I) Add kernel module usbtouchscreen into /etc/modprobe.d/blacklist</p>
<p>(I) Found X configuration file xorg.conf in /etc/X11.<br />
(I) Add touch configuration into /etc/X11/xorg.conf.</p>
<p>(I) Please reboot the system for some changes to take effect.</p></blockquote>
<p>Reboot your system</p>
<p>When the system comes back up you can calibrate and adjust your touchscreen by running sudo /usr/bin/TouchKit</p>
<p>Jobs a gud&#8217;un.</p>
<p>&#8212; Update</p>
<p>You may find that clicking on the desktop leaves irritating little selection box artifacts that wont go away. You can sort this out by changing the xorg.conf configuration that the TouchKit application generates.</p>
<p>Change SendCoreEvents to CorePointer (I edited out the default config at the top there). Problem solved.</p>
<blockquote><p>Section &#8220;ServerLayout&#8221;<br />
###  InputDevice     &#8220;EETI&#8221; &#8220;SendCoreEvents&#8221;<br />
InputDevice     &#8220;EETI&#8221; &#8220;CorePointer&#8221;<br />
Identifier      &#8220;Default Layout&#8221;<br />
Screen          &#8220;Default Screen&#8221;</p></blockquote>
<p>Unfortunately though you may find that your mouse no longer works. Swings and roundabouts!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2008/11/12/getting-your-egalax-touchscreen-monitor-working-on-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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.</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><strong>DNS Servers: 4.2.2.4 and 4.2.2.3</strong> (Figured out by Alec Cawley in the 2nd comment of this post, thanks Alec!)</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>
		<slash:comments>11</slash:comments>
		</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>
		<slash:comments>3</slash:comments>
		</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 &#8211; 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>
		<slash:comments>0</slash:comments>
		</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>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

