<?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>Sonnie&#039;s got an edge...</title>
	<atom:link href="http://sonniesedge.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://sonniesedge.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 13:20:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Fixing fugly fonts on Ubuntu version of Packet Tracer</title>
		<link>http://sonniesedge.co.uk/2010/02/03/fuckin-ugly-fonts-on-ubuntu-version-of-packet-tracer/</link>
		<comments>http://sonniesedge.co.uk/2010/02/03/fuckin-ugly-fonts-on-ubuntu-version-of-packet-tracer/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 20:50:26 +0000</pubDate>
		<dc:creator>SonniesEdge</dc:creator>
				<category><![CDATA[Geekitude]]></category>

		<guid isPermaLink="false">http://sonniesedge.co.uk/?p=116</guid>
		<description><![CDATA[Cisco decided that they would supply their own QT libraries for Packet Tracer. This makes sense when it's a cross-platform product, but results in horribly ugly fonts, menus and buttons in Ubuntu. <a href="http://sonniesedge.co.uk/2010/02/03/fuckin-ugly-fonts-on-ubuntu-version-of-packet-tracer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Cisco decided that they would supply their own QT libraries for Packet Tracer. This makes sense when it&#8217;s a cross-platform product, but results in horribly ugly fonts, menus and buttons in Ubuntu. To solve this install the following libraries:<br />
<code>sudo aptitude install libqtwebkit2.2-cil libqt4-script libqt4-qt3support libqt4-sql</code><br />
and then comment out the &#8220;EXPORT&#8221; line in <strong>/usr/local/PacketTracer5/packettracer</strong></p>
<p>You should now have beautiful fonts. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://sonniesedge.co.uk/2010/02/03/fuckin-ugly-fonts-on-ubuntu-version-of-packet-tracer/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>The death and resurrection of an SG-278 bluetooth GPS unit</title>
		<link>http://sonniesedge.co.uk/2009/10/30/the-death-and-resurrection-of-an-sg-278-bluetooth-gps-unit/</link>
		<comments>http://sonniesedge.co.uk/2009/10/30/the-death-and-resurrection-of-an-sg-278-bluetooth-gps-unit/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 13:19:23 +0000</pubDate>
		<dc:creator>SonniesEdge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sonniesedge.co.uk/?p=104</guid>
		<description><![CDATA[So I was playing with gpsd in Ubuntu. It&#8217;s a daemon that takes the data from a GPS unit and presents it to other applications in an easy-to-read format. I had it hooked up to my bluetooth SG-278 GPS receiver, &#8230; <a href="http://sonniesedge.co.uk/2009/10/30/the-death-and-resurrection-of-an-sg-278-bluetooth-gps-unit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I was playing with gpsd in Ubuntu. It&#8217;s a daemon that takes the data from a GPS unit and presents it to other applications in an easy-to-read format. I had it hooked up to my bluetooth SG-278 GPS receiver, getting it working so that I could contribute some data to Open Street Maps.</p>
<p>Problem was, I didn&#8217;t read the information about bluetooth GPS units being very flakey with gpsd. Turns out that it&#8217;s pretty easy to kill a unit by sending incorrect info to it. (If you&#8217;re ever using gpsd and a bluetooth unit, make sure you use the &#8220;-b&#8221; flag, to put it in read-only mode).</p>
<p>So what do you do when your GPS unit is spewing out garbage and not even trying to get a satellite lock, even after resetting it, powering it off. removing the battery, shouting, etc? Well, the sensible way is to get hold of the SIRFdemo software (Windows only, I&#8217;m afraid, but it works under Wine. Just symbolic link your /dev/rfcomm* device to a file called &#8220;com1&#8243; in ~/.wine/dosdevice/) and see if you can issue a factory reset command to the unit. If you&#8217;ve truely borked the unit, like I had, that ain&#8217;t gonna work, as it&#8217;s not even listening to incoming commands.</p>
<p>So after dancing around the room and getting annoyed that you&#8217;ve killed a £30 device for no good reason, you&#8217;ve got one last option: rip it open and see what makes it tick. There is always some small joy in inspecting and dissecting the corpse of a dead peice of kit.</p>
<p>Take out the battery and remove the two small rubber feet at the base, revealing a couple of hidden screws. Unscrew everything that you can see and unclip the base.</p>
<p>Oooh, turns out that there is a backup battery on the circuit board! The little bugger has been retaining the bad settings I issued all this time. No fun postmortem, but some CPR instead!</p>
<p>To clear the devices memory all you have to do is short the battery contacts with a conductive material for a few seconds. Plug in a USB power source and see if the device comes to life &#8211; if you get the red satellite lock led lit, you&#8217;ve done it. If not unplug the device again and short the contacts again for a few more seconds. Make sure the shorter is actually conductive &#8211; a lot of screwdrivers, for example, have a non-conductive film that will prevent this working.</p>
<p>Put it all back together again and never, ever, use gpsd without the -b flag&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://sonniesedge.co.uk/2009/10/30/the-death-and-resurrection-of-an-sg-278-bluetooth-gps-unit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Japan</title>
		<link>http://sonniesedge.co.uk/2009/07/27/japan/</link>
		<comments>http://sonniesedge.co.uk/2009/07/27/japan/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 14:58:16 +0000</pubDate>
		<dc:creator>SonniesEdge</dc:creator>
				<category><![CDATA[Japan 2009]]></category>

		<guid isPermaLink="false">http://sonniesedge.co.uk/?p=99</guid>
		<description><![CDATA[Well, after a day of travelling we arrived in Japan safely.I&#8217;m going to start jotting down some notes about our time here. When I get back home I&#8217;ll write it all up nicely. We flew ANA from Heathrow to Tokyo, &#8230; <a href="http://sonniesedge.co.uk/2009/07/27/japan/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, after a day of travelling we arrived in Japan safely.I&#8217;m going to start jotting down some notes about our time here. When I get back home I&#8217;ll write it all up nicely.</p>
<p>We flew ANA from Heathrow to Tokyo, direct. We rolled snake-eyes and got an upgrade to &#8220;blanket and eyemask&#8221; class. Heathrow security is really over the top. The journey over was so relaxed and peaceful. Got to watch &#8220;The boy in the striped pyjamas&#8221; on the way over (major tear-jerker). Landed in Tokyo to find that the atmosphere is apparently liquid, it was so humid. Customs, immigration and security are very efficiant and polite &#8211; in stark contrast to the UK. Massive fear of swine flu &#8211; masks on all airport staff and many passengers.</p>
<p>Flew on to Saporro in terrible weather (got repeatedly warned that we might be turned back if it got any worse), but got their safely. Peaceful journey turned into mad panic as we realised that we had minutes to catch last train to Obihiro, did not have a ticket and did not speak any Japanese. The international medium of miming helped us through. Japanese people have been so polite and helpful. I can&#8217;t imagine a British person having any patience for someone turning up and jabbering at them in a foreign tongue. Not seen anything of Japan yet as the sun set as soon as we left Tokyo (7:30 &#8211; it&#8217;s 10:30 back home&#8230;) so the last plane and train journey were in darkness.</p>
<p>Kay&#8217;s brother and father were waiting for us at the station to take us to the hotel. Fantastic to see them. Paul&#8217;s car speaks Japanese! Room in hotel is fantastic &#8211; led to belive they were all coffin sized, but this is like a small room in UK. Paul loved his masses of IrnBru, Heinz Beans and Nesquick. Unloading all them halved weight of our bags&#8230; <img src='http://sonniesedge.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Slept in until after midday, but awoke fully-charged. Spent afternoon wandering and getting bearings. Tonight we (Me, Kay, Maria, Bob and Rosemary) have been for a big meal with Miyuki, her parents and baby Islay at her brothers (Tomo) restaurant. Fantastic time. No paul to translate so we relied on their good but limited English and my terrible phrasebook Japanese (I&#8217;m awful at languages &#8211; why was I the one doing the talking?).  Miyuki&#8217;s clan appreciated the effort and we had a lot of laughs over it. Paul hadn&#8217;t told Tomo that I was vegetarian, like he was meant to, so he had to rush out and buy ingrediants especially for me. I really appreciate that and the food he whipped up was amazing.</p>
<p>Kay&#8217;s parents and aunt plus Miyuki&#8217;s parents ended up performing a rendition of &#8220;Singing in the Rain&#8221; outside, much to amusement of everyone over 40. Miyuki and us cowered in embarrassment.</p>
<p>Tomo turns out to be something of a darts champion (dartsu chanpion) in Obihiro and nearly bowed in my direction when I haltingly told him that my dad was friends with Phil Taylor and they played darts together. I must get him an autograph when I get home.</p>
<p>The restaurant was the size of a small living room, wit one table and a bar, hidden in a wall. I can&#8217;t get over how compact everything is here. There are car parks which are just tall 3m x 3m towers and the cars are stacked up via a lift system. The cars themselves are all tiny and I view them much as an American might view a British car. Yet at the same time the streets are very broad, much like North American streets. When we got here late at night the entire city was quiet. No cars, no shouting, no arguing, no fights. So peaceful.</p>
<p>That reminds me: we&#8217;ve seen almost no grafittii since getting here. The streets and buildings are worn but everything is tidy &#8211; it reminds me of a French city in that regard. The Japanese really are a clean and tidy people. It&#8217;s even bad form to take a wet umbrella into a building &#8211; you have to leave it in the porch or outside. I&#8217;ve seen no drunks yet, despite the number of bars and the fact that Tomo&#8217;s restaurant seems to be in a red light district. Writing this now in hotel room and all I can hear are the occasional cars going past.</p>
<p>BTW, the police will shoot you if you jaywalk.</p>
<p>Off to bunch of chalets tomorrow to stay prior to the wedding. I&#8217;m expected to drive&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://sonniesedge.co.uk/2009/07/27/japan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software RAID 5 on Ubuntu 9.04</title>
		<link>http://sonniesedge.co.uk/2009/06/13/software-raid-5-on-ubuntu-904/</link>
		<comments>http://sonniesedge.co.uk/2009/06/13/software-raid-5-on-ubuntu-904/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 14:10:32 +0000</pubDate>
		<dc:creator>SonniesEdge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sonniesedge.co.uk/?p=80</guid>
		<description><![CDATA[I&#8217;ve been playing with FreeNAS for a few days and I can&#8217;t say that I like it. I can&#8217;t put my finger on it, apart from a general feeling of working with over-padded mittens. I&#8217;ve therefore decided to go at &#8230; <a href="http://sonniesedge.co.uk/2009/06/13/software-raid-5-on-ubuntu-904/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with FreeNAS for a few days and I can&#8217;t say that I like it. I can&#8217;t put my finger on it, apart from a general feeling of working with over-padded mittens. I&#8217;ve therefore decided to go at it from scratch with Ubuntu.</p>
<p>The core of any decent NAS server is a bank of drives configured in a RAID array, so I&#8217;m going to start off my NAS building by configuring a level 5 software RAID set.</p>
<p>My scenario is that of an established Ubuntu setup, booting from a single SATA drive that I wish to add a large RAID array to, creating a large storage area that can be mounted anywhere on the filesystem, independent of the main OS and its partitions. For now I&#8217;m not intending to mount the OS itself on a RAID device &#8211; that&#8217;s another topic &#8211; but it would really make sense to have the OS sitting on a desperate RAID 1 device, benefiting from the additional redundancy. The nice thing here is that you just need a small drive to hold only the OS. Grab a couple of 5GB drives off Ebay for a fiver and use them!</p>
<p>For now this is all taking place inside a VirtualBox VM, but it should work just as well on a physical system.</p>
<p>So, first of all create a regular VM, with four SATA drives attached to it. The first one of these (on port 0) should be your OS drive. The other three (on ports 1,2 &amp; 3) should be equally sized drives &#8211; I used drives of 5 GB for this test, but they can be as large or small as you want, it don&#8217;t matter, just as long as they are of equal size (and even then, it doesn&#8217;t matter <em>too </em>much as we&#8217;re gonna partition them) &#8211; these form your RAID array.</p>
<p>Install Ubuntu Server onto the first drive. During the install just look for a device called &#8220;sda&#8221;  and choose &#8220;Guided partitioning&#8221; for that. If you&#8217;re unsure, just connect the first drive by itself, install, shutdown, connect the RAID drives and reboot.</p>
<p>Once the OS is installed you can use</p>
<pre>cat /proc/diskstats</pre>
<p>to see all the physical drives and partitions on your system. Each drive on your system should show up in /dev/ as something like</p>
<pre>/dev/sdx</pre>
<p>where x is a letter starting with &#8220;a&#8221;, onwards.</p>
<p>Your OS drive should show as /dev/sda and you should also see something like /dev/sda1, /dev/sda2, /dev/sda5  and so on. sda represents the physical drive (well, as physical as it can be on a VM) and the numbered &#8220;sda&#8221;s afterwards represent partitions on the drive. Your OS drive is obviously already partitioned and formatted, but your array drives will likely have nothing to show but the plain unnumbered versions, as they are unpartioned as yet.</p>
<p>To start the process of building the RAID you&#8217;ll want to format the three drives of your array. If you&#8217;re using the command-line (you Linux warrior, you) then use fdisk to partition and format each drive. Run</p>
<pre>sudo fdisk /dev/sdb</pre>
<p>which will take you into the interactive fdisk programme. It&#8217;s a little confusing so for now just type &#8220;n&#8221; (for new) and then &#8220;enter&#8221; to create a new partition. Following this choose &#8220;p&#8221; for Primary partition and then type &#8220;1&#8243; to create partition 1. You&#8217;ll be asked what cylinder to start the partition on. I just accept the default (1) and also accept the default for the end cylinder (which will depend on the size of drive that you created). You&#8217;ll now need to mark the partition as wanting to be part of a RAID array. Type &#8220;t&#8221; (for type) and then enter &#8220;fd&#8221; for, erm, RAID array (it was logical up until then). Then write these changes to the drive with &#8220;w&#8221; (for write &#8211; yay, consistency returns).</p>
<p>You&#8217;ll need to repeat this for every physical drive that you want to be part of the array. You&#8217;ve already done /dev/sdb, so now get /dev/sdc and /dev/sdd done.</p>
<p>The only problem you might encounter here is if for some reason there is already a partition on the drives. If this is the case then before using fdisk to do any of the above steps, type &#8220;d&#8221; (for delete) to remove the already existing partition &#8211; then carry on as outlined.</p>
<p>Okay, so your drives are all ready to be RAIDed up! Time to install ::drumroll:: mdadm</p>
<pre>sudo apt-get install mdadm</pre>
<p>This is the package that allows you to create and control software RAID arrays. We&#8217;ll use it initially to create your RAID set</p>
<p><code>sudo mdadm --create --verbose /dev/md0 --level=5 --raid-devices=3 /dev/sdb1 /dev/sdc1 /dev/sdd1</code></p>
<p>With that command you&#8217;ve said &#8220;create a RAID disk device at /dev/md0, comprised of three disks, called sdb1, sdc1 and sdd1&#8243;. Notice that we specified the partitions to use on your three SATA drives, not the drives themselves. Be sure to get the number of RAID devices correct &#8211; it&#8217;ll just cause heartache later on if you get it wrong.</p>
<p>Hopefully everything should go okay with that. If it has, then the system should already be syncronising the partitions with each other, in the background. You can watch this process and see when it&#8217;s complete with the most fantastic <em>watch </em>command</p>
<pre>watch cat /proc/mdstat</pre>
<p>You&#8217;ll see the percentage compeleted slowly creeping upwards. This could take minutes to hours, depending on the size of the drives and the numbers used. Why not go bake a cake while you&#8217;re waiting? Raspberry jam, for preference, as I love raspberries.</p>
<p>After a period of time equal to <em>n</em> the drives should be syncronised and the array built.</p>
<p>You&#8217;ll have to tell the mdadm configuration file about the new RAID that you&#8217;d like it to manage. The following command will output details about your new array and add it to the config file.</p>
<pre><code>sudo mdadm --detail --scan &gt;&gt; /etc/mdadm/mdadm.conf</code></pre>
<p>Okay, we&#8217;ve got a RAID array! It is currently sitting at /dev/md0, looking like a regular drive device to the OS. However it isn&#8217;t formatted or mounted just yet, so lets format it.</p>
<pre>sudo mke2fs -j /dev/md0</pre>
<p>This formats /dev/md0 with an ext3 filesystem.  It&#8217;s a nice command as it handles all the settings for you and makes sensible assumptions. BTW, if you want the filesystem as ext2 then just leave off the -j option.</p>
<p>So now we&#8217;ve got a formatted device device we&#8217;ll have to mount it on the filesystem. You can mount it anywhere you want really, but for now I&#8217;m sticking it in /var/, so that it&#8217;s accessible to all users. You&#8217;ll need to create a mount point, which is just a directory that the to-be-mounted device will take over, like a Goa&#8217;uld or something:</p>
<pre>sudo mkdir /var/media/</pre>
<p>So that our RAID mounts on every boot we&#8217;ll need to add it to the <em>fstab </em>file, whereUubuntu keeps all the dirt on what drives it should take care of. Open <em>fstab </em>in nano:</p>
<pre>sudo nano /etc/fstab</pre>
<p>and add the following line to he bottom of the file:</p>
<pre>/dev/md0 /var/media auto defaults 0 3</pre>
<p>Now if you want to you can reboot the system and see that the RAID will get mounted on /var/media, but we can use the &#8220;Mount all&#8221; command to make it happen right now:</p>
<pre><code>mount -a</code></pre>
<p>Hopefully your RAID device should now be mounted at /var/media. Go on, have fun &#8211; copy some files to it. Copy them back. Delete them. Just go crazy.</p>
<p>I&#8217;ll hopefully follow this up with configuring alerts for failing drives in your system.</p>
<h2>References</h2>
<ul>
<li><a title=" http://bfish.xaedalus.net/?p=188  --&gt; http://bfish.xaedalus.net/?p=188 --&gt; http://bfish.xaedalus.net/?p=188 --&gt; http://bfish.xaedalus.net/?p=188 --&gt; http://bfish.xaedalus.net/?p=188 --&gt; http://bfish.xaedalus.net/?p=188 --&gt; http://bfish.xaedalus.net/?p=188" href="http://bfish.xaedalus.net/?p=188">http://bfish.xaedalus.net/?p=188</a></li>
<li><a title=" http://mywheel.net/blog/index.php/software-raid-in-ubuntu/  --&gt; http://mywheel.net/blog/index.php/software-raid-in-ubuntu/ --&gt; http://mywheel.net/blog/index.php/software-raid-in-ubuntu/ --&gt; http://mywheel.net/blog/index.php/software-raid-in-ubuntu/ --&gt; http://mywheel.net/blog/index.php/software-raid-in-ubuntu/ --&gt; http://mywheel.net/blog/index.php/software-raid-in-ubuntu/ --&gt; http://mywheel.net/blog/index.php/software-raid-in-ubuntu/" href="http://mywheel.net/blog/index.php/software-raid-in-ubuntu/">http://mywheel.net/blog/index.php/software-raid-in-ubuntu/</a></li>
<li><a title=" http://www.review-ninja.com/2009/05/software-raid-raid-arrays-mdadm-on.html  --&gt; http://www.review-ninja.com/2009/05/software-raid-raid-arrays-mdadm-on.html --&gt; http://www.review-ninja.com/2009/05/software-raid-raid-arrays-mdadm-on.html --&gt; http://www.review-ninja.com/2009/05/software-raid-raid-arrays-mdadm-on.html --&gt; http://www.review-ninja.com/2009/05/software-raid-raid-arrays-mdadm-on.html --&gt; http://www.review-ninja.com/2009/05/software-raid-raid-arrays-mdadm-on.html --&gt; http://www.review-ninja.com/2009/05/software-raid-raid-arrays-mdadm-on.html" href="http://www.review-ninja.com/2009/05/software-raid-raid-arrays-mdadm-on.html">http://www.review-ninja.com/2009/05/software-raid-raid-arrays-mdadm-on.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sonniesedge.co.uk/2009/06/13/software-raid-5-on-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Where am I?</title>
		<link>http://sonniesedge.co.uk/2009/06/07/where-am-i/</link>
		<comments>http://sonniesedge.co.uk/2009/06/07/where-am-i/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 19:44:31 +0000</pubDate>
		<dc:creator>SonniesEdge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sonniesedge.co.uk/?p=78</guid>
		<description><![CDATA[It&#8217;s so long since I last blogged that I almost considered deleting this blog and putting up a holding page. I&#8217;ve decided against such drastic action for now and if I gather the blogging motivation I&#8217;ll post something soon. In &#8230; <a href="http://sonniesedge.co.uk/2009/06/07/where-am-i/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s so long since I last blogged that I almost considered deleting this blog and putting up a holding page. I&#8217;ve decided against such drastic action for now and if I gather the blogging motivation I&#8217;ll post something soon.</p>
<p>In the meantime I&#8217;ve found myself Twittering a lot. You can follow me via <a href="http://twitter.com/SonniesEdge">@SonniesEdge</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonniesedge.co.uk/2009/06/07/where-am-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10</title>
		<link>http://sonniesedge.co.uk/2008/11/17/ubuntu-910/</link>
		<comments>http://sonniesedge.co.uk/2008/11/17/ubuntu-910/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 16:54:23 +0000</pubDate>
		<dc:creator>SonniesEdge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sonniesedge.co.uk/?p=77</guid>
		<description><![CDATA[I want it to be called Kinky Koala&#8230;]]></description>
			<content:encoded><![CDATA[<p>I want it to be called Kinky Koala&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://sonniesedge.co.uk/2008/11/17/ubuntu-910/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drupal as intranet</title>
		<link>http://sonniesedge.co.uk/2008/11/10/drupal-as-intranet/</link>
		<comments>http://sonniesedge.co.uk/2008/11/10/drupal-as-intranet/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 14:18:27 +0000</pubDate>
		<dc:creator>SonniesEdge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sonniesedge.co.uk/?p=76</guid>
		<description><![CDATA[One of my upcoming projects is to get a staff portal up and running, one that will allow news to be posted, discussions in forums and allow our own custom code to be integrated. I was going to repurpose Moodle &#8230; <a href="http://sonniesedge.co.uk/2008/11/10/drupal-as-intranet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of my upcoming projects is to get a staff portal up and running, one that will allow news to be posted, discussions in forums and allow our own custom code to be integrated.</p>
<p>
I was going to repurpose Moodle for this (yes, wince with me) for the sole reason that most of our staff are familiar with it on one way or another. However, I&#8217;m being drawn towards Drupal, due to its content-orientated approach, massive support and ability to integrate custom code as modules.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonniesedge.co.uk/2008/11/10/drupal-as-intranet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>University</title>
		<link>http://sonniesedge.co.uk/2008/10/29/university/</link>
		<comments>http://sonniesedge.co.uk/2008/10/29/university/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 12:11:47 +0000</pubDate>
		<dc:creator>SonniesEdge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sonniesedge.co.uk/?p=75</guid>
		<description><![CDATA[I&#8217;m sitting in class learning how to write a shopping cart in PHP, yet I was hacking OScommerce nearly a decade ago. Life is weird.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sitting in class learning how to write a shopping cart in PHP, yet I was hacking OScommerce nearly a decade ago.</p>
<p>
Life is weird.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonniesedge.co.uk/2008/10/29/university/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Just testing</title>
		<link>http://sonniesedge.co.uk/2008/10/28/just-testing/</link>
		<comments>http://sonniesedge.co.uk/2008/10/28/just-testing/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 20:20:25 +0000</pubDate>
		<dc:creator>SonniesEdge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sonniesedge.co.uk/?p=74</guid>
		<description><![CDATA[Just testing a tool which allows me to post directly from the GNOME desktop&#8230;]]></description>
			<content:encoded><![CDATA[<p>Just testing a tool which allows me to post directly from the GNOME desktop&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://sonniesedge.co.uk/2008/10/28/just-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung Q210 + Ubuntu Intrepid Ibex + wifi</title>
		<link>http://sonniesedge.co.uk/2008/10/19/samsung-q210-ubuntu-intrepid-ibex-wifi/</link>
		<comments>http://sonniesedge.co.uk/2008/10/19/samsung-q210-ubuntu-intrepid-ibex-wifi/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 14:06:09 +0000</pubDate>
		<dc:creator>SonniesEdge</dc:creator>
				<category><![CDATA[Geekitude]]></category>

		<guid isPermaLink="false">http://sonniesedge.co.uk/?p=62</guid>
		<description><![CDATA[Update: With the release of Ubuntu Jaunty Jackalope the wifi on a Samsung Q210 works right out of the box. Upgrade now! I couldn&#8217;t go any longer without my own computer, so after a few days intensive research I&#8217;ve gone &#8230; <a href="http://sonniesedge.co.uk/2008/10/19/samsung-q210-ubuntu-intrepid-ibex-wifi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Update: </strong>With the release of Ubuntu Jaunty Jackalope the wifi on a Samsung Q210 works right out of the box. Upgrade now!</p>
<p>I couldn&#8217;t go any longer without my own computer, so after a few days intensive research I&#8217;ve gone and splunged down the money for a Samsung Q210 ultraportable.</p>
<p><em>Naturally</em>, the first thing I did after pulling faces at the pre-installed Vista was to install the latest Ubuntu Intrepid Ibex release. As always with Ubuntu things went swimmingly &#8211; booted from a USB key image and Ubuntu was installed.</p>
<p>However, getting wifi working (using FOSS and not ndiswrapper ::spit:: ) took a bit of figuring out, but is actually quite simple.</p>
<p><strong>Step 1: Disable native drivers</strong></p>
<p>Goto System =&gt; Administration =&gt; Hardware Drivers and deactivate the &#8220;Support for Atheros 802.11.wireless LAN cards&#8221; option.</p>
<p><strong>Step 2: Install prerequisites</strong></p>
<ul>
<li>sudo apt-get update</li>
<li>sudo apt-get install build-essential</li>
<li>sudo apt-get install subversion</li>
</ul>
<p><strong>Step 3: Download MadWifi drivers via svn</strong></p>
<p>There is a patched version of MadWifi that enables support for the Q210s wireless card, the Atheros AR242x.</p>
<ul>
<li>cd /usr/src</li>
<li>sudo svn checkout http://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6 madwifi-hal-0.20.5.6</li>
</ul>
<p>This may be updated in the future, so keep an eye on <a href="http://madwifi.org/ticket/1192">this thread</a> to see how things progress.</p>
<p><strong>Step 4: Install</strong></p>
<ul>
<li>cd madwifi-hal-0.10.5.6</li>
<li>sudo make</li>
<li>sudo make install</li>
<li>sudo modprobe ath_pci</li>
</ul>
<p>Finally,tell Ubuntu to load the appropriate module at boot:</p>
<ul>
<li>sudo gedit /etc/modules</li>
</ul>
<p>and add this to the end of the file:</p>
<ul>
<li>ath_pci</li>
</ul>
<p>You should now be able to reboot and see your locla wireless networks in Network Manager!</p>
]]></content:encoded>
			<wfw:commentRss>http://sonniesedge.co.uk/2008/10/19/samsung-q210-ubuntu-intrepid-ibex-wifi/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

