<?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>giggsey's Blog</title>
	<atom:link href="http://giggsey.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://giggsey.com</link>
	<description>Not another one...</description>
	<pubDate>Mon, 02 Jun 2008 03:47:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5-RC2</generator>
	<language>en</language>
			<item>
		<title>A blast from the past</title>
		<link>http://giggsey.com/2008/03/26/a-blast-from-the-past/</link>
		<comments>http://giggsey.com/2008/03/26/a-blast-from-the-past/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 21:40:39 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

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

		<guid isPermaLink="false">http://giggsey.com/?p=38</guid>
		<description><![CDATA[Something of a rare sight here, my actual blog has been restored and updated. I&#8217;ve gone and deleted some worthless posts, which just fill in the gaps (a bit like this one?).
I look back, and see my last posts were in August 2007, so a quick run down on the things that have changed since [...]]]></description>
			<content:encoded><![CDATA[<p>Something of a rare sight here, my actual blog has been restored and updated. I&#8217;ve gone and deleted some worthless posts, which just fill in the gaps (a bit like this one?).</p>
<p>I look back, and see my last posts were in August 2007, so a quick run down on the things that have changed since then. I&#8217;m now in Year 13 (Upper-Sixth Form) at school, and leave in a month. I should be off to the University of Portsmouth in the Autumn to study Internet Technology (200 ucas points permitting).</p>
<p>I&#8217;m not the head of stage at Shenfield, with my last ever concert being tomorrow, with an eventful year of Shenstock, High School Musical, and the Christmas Concert. You can find photos on Peter&#8217;s flickr (<a href="http://www.flickr.com/photos/nickstone333/">http://www.flickr.com/photos/nickstone333/</a>). I also got promoted to the Community Team on Invisionize (<a href="http://www.invisionize.com/">http://www.invisionize.com/</a><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://kvantservice.com/">компютри</a></font>) during August &#8216;07, and have been there since.</p>
<p>In terms of technical stuff, AppliedIRC moved to a new server (nicknamed big), and version 3 of the website went live. This blog has been updated to the latest beta of Wordpress (2.5 RC2), which looks really good in the admin area.</p>
<p>giggsey, publishing his post, which is enough for now. I&#8217;m going to fiddle with the design slightly over the next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://giggsey.com/2008/03/26/a-blast-from-the-past/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Feisty modprobe solved!</title>
		<link>http://giggsey.com/2007/08/06/ubuntu-feisty-modprobe-solved/</link>
		<comments>http://giggsey.com/2007/08/06/ubuntu-feisty-modprobe-solved/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 09:00:59 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

		<guid isPermaLink="false">http://giggsey.com/2007/08/06/ubuntu-feisty-modprobe-solved/</guid>
		<description><![CDATA[I&#8217;ve been having a problem on my PC with mobprobe abnormally exiting when booting. After some hard work, I&#8217;ve managed to find out why and how to fix it. The problem seems to occur when you have a SiS650 motherboard. It seems to be a bug with Ubuntu Feisty, and they don&#8217;t seem to want [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://img135.imageshack.us/img135/6140/00001kl8.jpg" target="_blank"><img src="http://img135.imageshack.us/img135/6140/00001kl8.th.jpg" alt="modprobe abnormally exists" align="left" border="0" height="127" width="150" /></a>I&#8217;ve been having a problem on my PC with mobprobe abnormally exiting when booting. After some hard work, I&#8217;ve managed to find out why and how to fix it. The problem seems to occur when you have a SiS650 motherboard. It seems to be a bug with Ubuntu Feisty, and they don&#8217;t seem to want to fix it on the installcd&#8217;s, so we can&#8217;t do anything about it that way.</p>
<p>I managed to fix it  by upgrading the kernel on the installed system after installing it. Firstly, you need to make sure that you have Ubuntu installed (use the normal livecd version, which should boot). After installation, and rebooting, you should face the error in the photo above. You will need to reboot into your livecd again in order to fix the problem. Once you have it loaded, open up the terminal.</p>
<blockquote>
<ul>
<li><font color="#999999">sudo mkdir /mnt/ubuntu</font></li>
<li><font color="#999999">sudo mount /dev/hda3 /mnt/ubuntu</font> <font color="#000000"><em>(Note: Change /dev/hda3 to the main partition of your ubuntu)</em></font></li>
<li><font color="#999999">chroot /mnt/ubuntu/ /bin/bash</font></li>
<li><font color="#999999">echo &#8216;deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted&#8217; | sudo tee -a /etc/apt/sources.list</font> <em>(Note: make sure it is single quotes, and not special chars)</em></li>
<li><em> </em><font color="#999999">sudo apt-get update</font></li>
<li><font color="#999999">sudo apt-get install linux-backports-modules-2.6.22-9-generic linux-headers-2.6.22-9 linux-headers-2.6.22-9-generic linux-image-2.6.22-9-generic linux-restricted-modules-2.6.22-9-generic linux-ubuntu-modules-2.6.22-9-generic</font></li>
<li><font color="#999999">sudo gedit /etc/apt/sources.list</font> <em>(Note: You will need to comment out the gutsy line at the bottom of the file, by putting # in front)</em></li>
<li><font color="#999999">sudo apt-get update</font></li>
</ul>
</blockquote>
<p>Now you can reboot, and your new system should work. Thanks to ubuntugeek for the upgrading kernel instructions.</p>
]]></content:encoded>
			<wfw:commentRss>http://giggsey.com/2007/08/06/ubuntu-feisty-modprobe-solved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recovery CDs, a waste of time?</title>
		<link>http://giggsey.com/2007/07/30/recovery-cds/</link>
		<comments>http://giggsey.com/2007/07/30/recovery-cds/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 09:14:04 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://giggsey.com/2007/07/30/recovery-cds/</guid>
		<description><![CDATA[
Recovery CDs, the &#8220;easy&#8221; way to reinstall your computer if it encounters a fault, but really how easy is it? These disks come with your brand new computer, and you only realise what they are for when you need them. But do they actually help your computer? Lets follow two users, who have problems with [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://giggsey.com/wp-content/uploads/cds.jpg" alt="Recovery CDs" align="right" height="150" width="200" /></p>
<p>Recovery CDs, the &#8220;easy&#8221; way to reinstall your computer if it encounters a fault, but really how easy is it? These disks come with your brand new computer, and you only realise what they are for when you need them. But do they actually help your computer? Lets follow two users, who have problems with their computers and use two different methods of reinstalling their computer back to its default state. From that, we can see if its actually better to use these disks, or use the standard operating system install disks.<span id="more-29"></span></p>
<p>User A owns exactly the same computer as User B, and they both bought theirs from the same company. User A has a major problem, and needs to reinstall their computer, so they find the recovery disks, and place them in their CD drive. A few hours later, and after a simple process, the recovery restarts their computer, and they are back running in their operating system. However, they notice that its a bit sluggish already, and has lots of icons on their desktop about the company. They also find out that the basic programs have already been installed.</p>
<p>User B has the same problem, and needs to reinstall. However, they were given a install CD of the operating system they have. So they run that, it asks a few questions which seem a bit confusing, but are able to work them out with common sense, and a few hours later, they are booting into their freshly installed system. They look on their desktop, and only the basic icons are there.  They then have to spend another few hours installing the programs they need onto the computer.</p>
<p>Now we fast forward a few months, both users use their computers for the same reasons, and install the same software. However, User A&#8217;s computer is running slower than User B&#8217;s. So here is the question? Is saving a few hours of installing software, really worth all of the rubbish that OEM&#8217;s install on the computers, regardless of if the user wants them or not. I believe not. Feel free to comment with your views on this matter.</p>
]]></content:encoded>
			<wfw:commentRss>http://giggsey.com/2007/07/30/recovery-cds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Contador wins Tour de France 2007</title>
		<link>http://giggsey.com/2007/07/29/contador-wins-tour-de-france-2007/</link>
		<comments>http://giggsey.com/2007/07/29/contador-wins-tour-de-france-2007/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 19:12:29 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://giggsey.com/2007/07/29/contador-wins-tour-de-france-2007/</guid>
		<description><![CDATA[After 3 weeks of hard cycling, going from London, to the south coast of France, and back up to Paris, the Tour de France is over for 2007. The Spanish rider finished the amazing race in 91 hours and 26 seconds, only 23 seconds ahead of second place Evans. After a Tour, which has been [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://newsimg.bbc.co.uk/media/images/44027000/jpg/_44027239_contador_yellow203.jpg" title="Contador" alt="Contador" align="right" height="152" width="203" />After 3 weeks of hard cycling, going from London, to the south coast of France, and back up to Paris, the Tour de France is over for 2007. The Spanish rider finished the amazing race in 91 hours and 26 seconds, only 23 seconds ahead of second place Evans. After a Tour, which has been touched by doping scandals, the cycling world is hoping that this year&#8217;s Tour was the start of the crackdown on drugs. We can only hope that next year&#8217;s race won&#8217;t be starting in Brest, with the fears of how it&#8217;ll be interrupted with doping.</p>
]]></content:encoded>
			<wfw:commentRss>http://giggsey.com/2007/07/29/contador-wins-tour-de-france-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Web 2007</title>
		<link>http://giggsey.com/2007/07/28/windows-web-2007/</link>
		<comments>http://giggsey.com/2007/07/28/windows-web-2007/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 11:37:04 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://giggsey.com/2007/07/28/windows-web-2007/</guid>
		<description><![CDATA[Although its currently unfinished, I thought it would be best to let the public see Windows Web. This is a CSS and JavaScript project, making my Windows XP machine in a firefox browser window. You can find out more information by clicking the Windows Web link above.
Update: Unfortunately, the Windows Web project has been unedited [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://giggsey.com/windowsweb.gif" title="Windows Web" alt="Windows Web" style="border: 1px solid black" align="right" height="183" width="340" />Although its currently unfinished, I thought it would be best to let the public see Windows Web. This is a CSS and JavaScript project, making my Windows XP machine in a firefox browser window. You can find out more information by clicking the Windows Web link above.</p>
<p>Update: Unfortunately, the Windows Web project has been unedited for a while due to lack of time, and a different Windows theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://giggsey.com/2007/07/28/windows-web-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>le Tour de Désordre</title>
		<link>http://giggsey.com/2007/07/26/le-tour-de-desordre/</link>
		<comments>http://giggsey.com/2007/07/26/le-tour-de-desordre/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 19:31:48 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://giggsey.com/2007/07/26/le-tour-de-desordre/</guid>
		<description><![CDATA[The Tour de France this year is a shambles, to put it simply. With Michael Rasmussen, the yellow jersey wearer as of Wednesday, being dismissed by his team, and the pre-tour favourite Alexandre Vinokourov being chucked out from anomalies in his red blood cells. Whats more dishearting for the Tour is the fact that Vinokourov&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://newsimg.bbc.co.uk/media/images/44022000/jpg/_44022602_rasmussen203.jpg" title="Michael Rasmussen" alt="Michael Rasmussen" align="right" height="152" width="203" />The Tour de France this year is a shambles, to put it simply. With Michael Rasmussen, the yellow jersey wearer as of Wednesday, being dismissed by his team, and the pre-tour favourite Alexandre Vinokourov being chucked out from anomalies in his red blood cells. Whats more dishearting for the Tour is the fact that Vinokourov&#8217;s team had to pull out, and Rasmussen&#8217;s team is only just still in the Tour, but very demotivated.</p>
<p>Another team,  Cofidis, withdraw from the Tour after a member of their team tested positive for a banned substance, leaving Bradley Wiggins out of the Tour. This behavour has greatly effected the race itself, and riders started the race supporting the doping tests.</p>
<p>Is this is what the Tour de France has become? A competition for the people who can get away with cheating and not get caught. Lance Armstrong got accused of taking drugs to enhance his performance shortly after his cancer, and he fought through to win 7 tours. But for the last two years, with last year&#8217;s &#8220;winner&#8221; still in court, it has turned into a huge shamble.</p>
]]></content:encoded>
			<wfw:commentRss>http://giggsey.com/2007/07/26/le-tour-de-desordre/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yippe-ki-yay, mother&#8230;</title>
		<link>http://giggsey.com/2007/05/16/yippe-ki-yay-mother/</link>
		<comments>http://giggsey.com/2007/05/16/yippe-ki-yay-mother/#comments</comments>
		<pubDate>Wed, 16 May 2007 20:05:04 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://giggsey.com/2007/05/16/yippe-ki-yay-mother/</guid>
		<description><![CDATA[For those who know me, I&#8217;m a Die Hard fan. I&#8217;ve seen all three multiple times, and numbers two and three countless times. Of course, with the upcoming release of Die Hard 4.0, it is set in my calender as a film I have to see shortly after its release.
However, time for a bit of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://giggsey.com/wp-content/uploads/die-hard-4.thumbnail.jpg" title="die-hard-4.jpg" alt="die-hard-4.jpg" align="right" border="0" height="120" width="100" />For those who know me, I&#8217;m a Die Hard fan. I&#8217;ve seen all three multiple times, and numbers two and three countless times. Of course, with the upcoming release of Die Hard 4.0, it is set in my calender as a film I have to see shortly after its release.</p>
<p>However, time for a bit of truth. When I started writing this blog post, I googled for pictures, and found an &#8220;upsetting&#8221; article saying that due to the rating, Die Hard 4.0 won&#8217;t contain much strong language. Now, I don&#8217;t know about any (if any) viewers of my blog have seen the Die Hard films, but the strong language makes the films what they are. So I&#8217;m slightly annoyed at it, but regardless, I shall be watching it when it comes out.</p>
<p><img src="http://giggsey.com/wp-content/uploads/die-hard.thumbnail.jpg" title="die-hard.jpg" alt="die-hard.jpg" align="right" border="0" height="128" width="110" />I&#8217;ve had some people ask me, why do you like films that started before you were born. Well, the action, the language, and the greatness has caught me with the Die Hard films. Whether its the bombs from the third one, the freezing cold snow chases in the second film, or even the lovely lift shaft in the first film. Die Hard is always something that promises heavy action and great one-liners from Willis.</p>
<p>So, until next time, Yippe-ki-yay, motherf**cker!</p>
]]></content:encoded>
			<wfw:commentRss>http://giggsey.com/2007/05/16/yippe-ki-yay-mother/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Linux - revisited</title>
		<link>http://giggsey.com/2007/05/08/ubuntu-linux-revisited/</link>
		<comments>http://giggsey.com/2007/05/08/ubuntu-linux-revisited/#comments</comments>
		<pubDate>Tue, 08 May 2007 21:20:38 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

		<guid isPermaLink="false">http://giggsey.com/2007/05/08/ubuntu-linux-revisited/</guid>
		<description><![CDATA[The fact that this is being written in gedit in Ubuntu shows that finally, my wish has worked. I now have a working Ubuntu system. True its only my old PC running at 800&#215;600 with no mouse and no network, but its better than nothing. I haven&#8217;t really been able to explore Feisty, as I [...]]]></description>
			<content:encoded><![CDATA[<p>The fact that this is being written in gedit in Ubuntu shows that finally, my wish has worked. I now have a working Ubuntu system. True its only my old PC running at 800&#215;600 with no mouse and no network, but its better than nothing. I haven&#8217;t really been able to explore Feisty, as I haven&#8217;t got a mouseball inside my mouse, so moving it is actually pretty hard, but the boot screen and general appearance is good. I don&#8217;t know if I&#8217;d use this as my primary OS, as I use a lot of Windows based applications which are more to my needs (America&#8217;s Army, Whatpulse etc.).</p>
<p>I&#8217;m no stranger to using Linux. I&#8217;ve had it across numerous servers for over two years and have used it on desktops for ages. I&#8217;m a Gentoo fan (which incidentally had 2007.0 released within the last few days). I have my personal uptime record in Gentoo, of 21 days and 18 hours, before I stupidly pulled out the power cable with my foot. I can remember those days like it was yesterday, although actually it was late 2005.<br />
I remember having to do live soldering on my mouse, because I didn&#8217;t want to unplug it from the powered-up system in case it didn&#8217;t accept the plug&#8217;n'play and I had to reboot. And the one feature I used countlessly, [Ctrl] [Alt] [Backspace] restarts the X session, but keeps your system on. This is very useful if a program crashes.</p>
<p>On my Windows (and main PC), I&#8217;m still having troubles with Ubuntu, and even 2 days after posting on ubuntuforums.org (<a href="http://ubuntuforums.org/showthread.php?t=435680" title="Ubuntu forums - modprobe abnormal exit">link</a>), I still haven&#8217;t got it resolved. So I think it was time to give up on it for now, and just continue with Windows (XP, not Vista) until such a time where I am able to get my problem resolved.</p>
<p>So here I am, a Tuesday night, sitting facing my ubuntu desktop, with my keyboard on my knees, and my feet on top of the case, typing away at this blog post, which I&#8217;m about to save onto my pen drive and then upload to my actual blog from Windows.</p>
<p>Until next time, see you all :</p>
]]></content:encoded>
			<wfw:commentRss>http://giggsey.com/2007/05/08/ubuntu-linux-revisited/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dead Penguin Linux 0.1 Released</title>
		<link>http://giggsey.com/2007/04/30/dead-penguin-linux-01-released/</link>
		<comments>http://giggsey.com/2007/04/30/dead-penguin-linux-01-released/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 22:00:07 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

		<guid isPermaLink="false">http://giggsey.com/2007/04/30/dead-penguin-linux-01-released/</guid>
		<description><![CDATA[Dead Penguin Linux (DPL) is a new Linux distribution, made by the gaggle over at Shenfield High School. It’s a lightweight distribution with an incredible punch, capable of running vast and complex systems using the unique processing power of a dead penguin. DPL uses a source based package system called ‘guts’, which deals with most [...]]]></description>
			<content:encoded><![CDATA[<p><span style='float: left; margin-right: 3px;'><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></span><img src="http://giggsey.com/wp-content/uploads/tux.png" title="Dead Penguin Linux" alt="Dead Penguin Linux" style="border: 0pt none ; margin-left: 5px" align="right" height="138" width="115" />Dead Penguin Linux (DPL) is a new Linux distribution, made by the gaggle over at Shenfield High School. It’s a lightweight distribution with an incredible punch, capable of running vast and complex systems using the unique processing power of a dead penguin. DPL uses a source based package system called ‘guts’, which deals with most packages within seconds due to the power of the penguin.</p>
<p><span id="more-15"></span></p>
<h3>Install Process</h3>
<p>The install process can be rather messy, so it recommended that you get assistance on the first penguin that you install DPL on. Firstly, you need to find a dead penguin. A good place to look is the side of major roads, such as the M25 (around London) or the B184 (a small road where I live). You want to find a penguin that is in a reasonable shape, preferably with its head attached and in less than two pieces. The best place to find a penguin, in my experience, it to look under Double Decker buses carrying school children. If you are unable to find a dead penguin, you can find a live one and cause a road accident (although this is illegal, and I am not condoning this), or you could ask for one in your local hardware store.</p>
<p>Once you’ve got a dead penguin, you need to install DPL on it. Before anything else, you need to wash your hands with white spirits, as you don’t want the penguin catching anything from you, and causing faulty hardware. The last thing you want, speaking from first hand experience, is an invalid patch error in your guts.</p>
<p>The next step can be very tricky, and I’d personally recommend a different measurement for the incision. The manual for DPL says that you need to make a 52.6377953 inch cut up the stomach of the penguin. However, I found it a lot easier to use a ruler in mm and cut the appropriate distance. Now for the fun part. You need to remove all of the organs from within the penguin, or the parts of the organs you can see if you got an unlucky bit of road kill. The only organs that should be remaining within the penguin are: the stomach, which is used for the /home/ partition, the bladder, used for ~/.trash/, the heart, which is the extremely powerful processing unit, and lastly the lungs which provide a short term memory, around a twinkling (which for some reason is 2.3 seconds).</p>
<p>By now, you would have cleared out most of the internal organs of the penguin, which just leaves the data transfer to load DPL onto the penguin. For this, you need at least 20cm of CAT5e (Standard Ethernet) cable, and you need to insert it into the bottom of the penguin’s left lung, and then into its stomach. Once this is done, you need to stitch the stomach back up, making sure that you leave room for expansion bays in the future.</p>
<p>Last, but not least, you need to provide power to the penguin. Due to the nature of a penguin DNA, it can power itself by digesting the trash; however, you need to power up the boot process. To do this, insert 3 AA batteries up the penguin’s nose. Be careful that you make the positive ends of the batteries slide in first; otherwise it’ll get stuck in a continuous reboot. Then you’re ready to boot it up for the first time. Gently open the mouth of the penguin, and pull out the tongue, and you should hear some moaning as it boots up.</p>
<h3>First Boot</h3>
<p><img src="http://giggsey.com/wp-content/uploads/dpl-bootscreen.jpg" title="Dead Penguin Linux Bootscreen" alt="Dead Penguin Linux Bootscreen" style="border: 1px solid black; margin-left: 5px" align="right" height="198" width="264" />As Dead Penguin Linux boots for the first time, find the nearest screen (TV or monitor) and switch it on to see your newly installed system. Once the system has booted, you’ll have to follow a simple set of questions to continue setting up your system. It will ask you to enter in your system name, your personal account username and password, as well as the size of your penguin.</p>
<p>After these simple questions, your penguin will boot into your brand new operating system. From here, you can install a wide range of 32 programs, from a wireless network detector, to a road kill detector.</p>
<h3>Office Opinions</h3>
<p>After running this version in the office for a week, we decided that the power provided by the dead penguin is amazing, more than any current servers on the market. However, we did notice a residue of cocaine building up on the desk next to the penguin, although that may be an employee. We would highly recommend Dead Penguin Linux to anyone who wants to try new things out, or the person who needs raw processing power. One can only imagine that with the release of 0.2 in the next few months, more programs and even more power will find its way onto our road killed penguins.</p>
<h3>Get Dead Penguin Linux</h3>
<p>Although Dead Penguin Linux has been officially released, very few mirrors exist for it. In order to find more information out about Dead Penguin Linux, please visit their website at <a href="http://www.deadpenguinlinux.org/">www.deadpenguinlinux.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://giggsey.com/2007/04/30/dead-penguin-linux-01-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Antics of Ubuntu</title>
		<link>http://giggsey.com/2007/04/29/the-antics-of-ubuntu/</link>
		<comments>http://giggsey.com/2007/04/29/the-antics-of-ubuntu/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 19:30:26 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://giggsey.com/2007/04/29/the-antics-of-ubuntu/</guid>
		<description><![CDATA[So I decided to try this thing called Ubuntu today, not sure what it means. It&#8217;s a version of something called &#8216;Li-nux&#8217;. I wish! As people who keep up with the tech news know, the new version of Ubuntu came out within the last few weeks, Ubuntu 7.04 Feisty Fawn.
I downloaded it this morning, and [...]]]></description>
			<content:encoded><![CDATA[<p>So I decided to try this thing called Ubuntu today, <em>not sure what it means. It&#8217;s a version of something called &#8216;Li-nux&#8217;</em>. I wish! As people who keep up with the tech news know, the new version of Ubuntu came out within the last few weeks, Ubuntu 7.04 Feisty Fawn.<img src="http://giggsey.com/wp-content/uploads/crap-in-the-fan.png" title="And the crap hit the fan" alt="And the crap hit the fan" align="right" border="1" height="182" width="136" /></p>
<p>I downloaded it this morning, and enjoyed the speed of my internet, and went to install it. After a short install process, I rebooted into it, and that&#8217;s where I hit the problems. The output said that modprobe has exited abnormally, which could have meant anything. After much googling, and frustration, and even a photograph of the error (<a href="http://img135.imageshack.us/img135/6140/00001kl8.jpg">found here</a>), I went to Freenode to ask for help. I was answered with suspicions that modprobe was segfaulting, and its an error that happens sometimes when using the desktop install.</p>
<p>So here I am, waiting for the alternative iso to download, so I can install ubuntu later; live fixing my wordpress blog (which is the current svn) and actually writing this post. I&#8217;ll post tomorrow, hopefully from within Ubuntu itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://giggsey.com/2007/04/29/the-antics-of-ubuntu/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
