<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Not Another One!</title>
        <link>http://blog.moybella.net/</link>
        <description>The Online Ramblings Of Niall Donegan</description>
        <language>en</language>
        <copyright>Copyright 2008</copyright>
        <lastBuildDate>Mon, 14 Jul 2008 15:11:33 +0000</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Grannymar Toyboy?!</title>
            <description><![CDATA[Seemingly I'm now an official <a href="http://grannymar.com/blog">GrannyMar</a> Toyboy. I've been given the badge and informed that I have to be photographed wearing it!<br /><br />However, I didn't want the poor camera broken, so I got a dodgy shot of my super sub with the badge instead.<br /><span class="mt-enclosure mt-enclosure-image"><a href="http://blog.moybella.net/2008/07/14/toyboy.html" onclick="window.open('http://blog.moybella.net/2008/07/14/toyboy.html','popup','width=1600,height=1200,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://blog.moybella.net/2008/07/14/toyboy-thumb-400x300.jpg" alt="toyboy.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="400" height="300" /></a></span>]]></description>
            <link>http://blog.moybella.net/2008/07/14/grannymar-toyboy/</link>
            <guid>http://blog.moybella.net/2008/07/14/grannymar-toyboy/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Random</category>
            
            
            <pubDate>Mon, 14 Jul 2008 15:11:33 +0000</pubDate>
        </item>
        
        <item>
            <title>The Folly Of Audiophiles</title>
            <description><![CDATA[What's the point of even worrying about whether <a href="http://consumerist.com/362926/do-coat-hangers-sound-as-good-monster-cables">clothes hangers are better than monster cables</a>, when in most cases we can't even <a href="http://www.soundonsound.com/sos/mar08/articles/soundingoff_0308.htm">hear the stereo</a> as intended?<br /><br />Of course if you're really worried about the files from itunes, you can get the uber <a href="http://www.usa.denon.com/productdetails/3429.asp">Denon <span class="prodSpecsProdCode">AK-DL</span></a>!<br />]]></description>
            <link>http://blog.moybella.net/2008/07/08/the-folly-of-audiophiles/</link>
            <guid>http://blog.moybella.net/2008/07/08/the-folly-of-audiophiles/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Audio</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Random</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Audio</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Cables</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Denon</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Monster</category>
            
            <pubDate>Tue, 08 Jul 2008 00:31:11 +0000</pubDate>
        </item>
        
        <item>
            <title>Reinventing The CLI Wheel</title>
            <description><![CDATA[As part of my day to day work I spend a lot of time on the command line. In the vast majority of cases this means ssh into devices as diverse as Linux Servers, Cisco Switches, Juniper Routers and Fortinet Firewalls. While in some cases there will be a <a href="http://en.wikipedia.org/wiki/Graphical_user_interface">GUI</a> available, it's a lot easier to document, script and backup what is being done on the <a href="http://en.wikipedia.org/wiki/Command_Line_Interface">CLI</a>. Ssh also the advantage that it can be accessed on anything from a <a href="http://s2putty.sourceforge.net/">mobile phone</a> to a <a href="http://search.cpan.org/%7Ebnegrao/Net-SSH-Expect-1.09/lib/Net/SSH/Expect.pod">perl expect script</a>.<br /><br />I have had the chance to play with a <a href="http://www.dell.com/MD3000i">Dell MD3000i</a> over the last few days, which is basically a rebadged <a href="http://www.lsi.com/">LSI/Engenio</a> SAS Raid Array. It's a nice bit of kit however Dell have seen fit to use the <a href="http://www.snia.org/forums/smi/">SMI</a> interface for managing the array. The SMI interface is great idea which means that there is a nice "object-oriented, XML-based, messaging-based interface" (buzzword overload!) for doing day to day managment.<br /><br />There is a CLI interface to this in the form of SMcli. In the case of Dell, this is a java app which requires sacrificing goats and/or virgins in order to get running on anything other that Windows, <a href="http://www.redhat.com/">RHEL</a> or <a href="http://www.novell.com/products/server/">SLES</a>. So much for Java allowing platform independence!<br /><br />What annoys me is that people have gone to the trouble of creating SMcli, so why not use it as a shell on an ssh server running on the array itself. This would all of sudden mean that they gain a lot more platform independence, and therefore a larger potential market. The other technologies needed in order to setup the MD3000i are <a href="http://www.open-iscsi.org/">iscsi</a> and dm-rdac which are already a solved problem and relatively easy to setup.<br /><br />Am I mad in thinking that it's in Dell's best interests to put as few obstacles as possible in the way of setting up their products?<br /> ]]></description>
            <link>http://blog.moybella.net/2008/05/06/reinventing-the-cli-wheel/</link>
            <guid>http://blog.moybella.net/2008/05/06/reinventing-the-cli-wheel/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Annoyances</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Dell</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">iscsi</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">MD3000i</category>
            
            <pubDate>Tue, 06 May 2008 21:39:18 +0000</pubDate>
        </item>
        
        <item>
            <title>Useful New Filter Technology</title>
            <description><![CDATA[I'm just after coming across the <a href="http://stupidfilter.org/main/">Stupid Filter</a> project. Now I'm waiting for the Spamassassin and <a href="http://mattheaton.com/?p=125">Support Desk</a> plugins! ]]></description>
            <link>http://blog.moybella.net/2008/03/27/useful-new-filter-technology/</link>
            <guid>http://blog.moybella.net/2008/03/27/useful-new-filter-technology/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Internet</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Random</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Spam</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Stupid Filter</category>
            
            <pubDate>Thu, 27 Mar 2008 01:23:55 +0000</pubDate>
        </item>
        
        <item>
            <title>Fixing RHEL Up2date Package Already Installed Issue</title>
            <description><![CDATA[<p>I had an interesting issue today where up2date was complaining because a package was already installed. The error showed up as follows:<br /><br /><blockquote><pre>Fetching Obsoletes list for channel: rhel-i386-es-4...<br /><br />Fetching rpm headers...<br />########################################<br /><br />Name                                    Version        Rel     <br />----------------------------------------------------------<br />e2fsprogs-devel                         1.35           12.11.el4<em>6.1     i386  <br />gd                                      2.0.28         5.4E.el4</em>6.1      i386  <br />krb5-devel                              1.3.4          54                i386  <br />krb5-libs                               1.3.4          54                i386  <br />openssl                                 0.9.7a         43.17.el4<em>6.1     i386  <br />openssl-devel                           0.9.7a         43.17.el4</em>6.1     i386  <br />perl                                    5.8.5          36.el4<em>5.2        i386  <br />tzdata                                  2007k          2.el4             noarch<br /><br /><br />Testing package set / solving RPM inter-dependencies...<br />########################################<br />RPM package conflict error.  The message was:<br />Test install failed because of package conflicts:<br />package perl-5.8.5-36.el4</em>5.2 is already installed<br /></pre></blockquote>Running "up2date -u --force" just gave me the same error. The eventual solution after much head scratching and wandering down deadends was to run the following commands:<br /><blockquote>up2date --get perl<br />rpm -Uvh --force perl-5.8.5-36.el4_5.2.i386.rpm<br /></blockquote>Once this was finish, "up2date -u" happily went about it's business again.<br /><blockquote></blockquote><pre><br /></pre> </p>
]]></description>
            <link>http://blog.moybella.net/2008/03/13/fixing-rhel-up2date-package-already-installed-issue/</link>
            <guid>http://blog.moybella.net/2008/03/13/fixing-rhel-up2date-package-already-installed-issue/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Annoyances</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">RHEL up2date rpm</category>
            
            <pubDate>Thu, 13 Mar 2008 12:57:00 +0000</pubDate>
        </item>
        
        <item>
            <title>Solution To &quot;Enhancement&quot; Spam</title>
            <description><![CDATA[Just after having a rare look through my "High Spam" folder, and there is a massive amount of the usual Male Enhancement spam there. The spammers aren't sending all this just for fun of it, so there has to be idiots in the world who happily click on the links and buy the product.<br /><br />&nbsp;I wonder how ethical it would be for ISPs to send out a fake spam to customers with a link to an ISP controlled site. If they click on the Pay button and enter credit card details, have the confirmation page tell them something like: <br /><blockquote>"We know who you are and we have your account details. If you click on a spam like this again we will list your name and address on a public list of idiots. Your credit card has been charged a €5 stupidity fine". <br /></blockquote><br />It would probably break more data privacy and trade description laws than I know exist, but it could dry up one form of spammer income in a hurry :)<br /><br />Wishful thinking?<br />]]></description>
            <link>http://blog.moybella.net/2008/03/08/solution-to-enhancement-spam/</link>
            <guid>http://blog.moybella.net/2008/03/08/solution-to-enhancement-spam/</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Spam Privacy Trap</category>
            
            <pubDate>Sat, 08 Mar 2008 21:43:14 +0000</pubDate>
        </item>
        
        <item>
            <title>Golden Spiders Like Security Through Obscurity</title>
            <description><![CDATA[I went to vote at Golden Spider's <a href="http://www.goldenspiders.ie/public_voting.php">public vote page</a>. First of all they have this gem:<br /><blockquote>&nbsp;In this years Golden Spider awards, the judges will select the winners from all twenty categories, including the Best Blog and Best Social Networking site categories. We would also like to get YOUR opinion on the best Blog and social networking site categories. Choose from the nominations below, enter your email address and submit your vote.<br /></blockquote>This me reads very much like "Our judges know best, but we want you to feel loved". I submitted my vote anyway and got the lovely 
"Your Vote has been cast. Thank you for voting on both Categories." page. Out of boredom I viewed the source, and spotted the following:<br /><blockquote><pre id="line62">&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">"display_none"</span>&gt;<br />&lt;<span class="start-tag">form</span><span class="attribute-name"> name</span>=<span class="attribute-value">"PublicVoting" </span><span class="attribute-name">method</span>=<span class="attribute-value">"post" </span><span class="attribute-name">action</span>=<span class="attribute-value">"publicvote.php" </span><span class="attribute-name">onsubmit</span>=<span class="attribute-value">"return validatePV();"</span>&gt;<br />.....<br /></pre></blockquote>I disabled CSS, selected two different options, entered a different email and it gladly accepted the new details. They do actually check to make sure that the email address you enter is used only once, but I have an infinite number of email addresses to use as they don't seem to verify the emails. <br /><br />To the <a href="http://www.ican.ie/">developers</a> of the Golder Spiders Website, please go and read the Wikipedia article on <a href="http://en.wikipedia.org/wiki/Security_through_obscurity">Security Through Obscurity</a>. Not everyone uses CSS, prime example being blind people who use screen readers!<br /> ]]></description>
            <link>http://blog.moybella.net/2007/11/06/golden-spiders-like-security-through-obscurity/</link>
            <guid>http://blog.moybella.net/2007/11/06/golden-spiders-like-security-through-obscurity/</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">CSS</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Golden Spiders</category>
            
            <pubDate>Tue, 06 Nov 2007 23:59:55 +0000</pubDate>
        </item>
        
        <item>
            <title>PHP Manual Open Search For Firefox 2 And IE7</title>
            <description><![CDATA[I created a quick <a href="http://www.opensearch.org/">Opensearch</a> file to add the PHP Function search to my search bar. If anyone is interested it's available <a href="javascript:window.external.AddSearchProvider('http://blog.moybella.net/uploads/php.xml');">here</a>.<br /><br />Update: To make life even easier, use ctrl-k to select the search box, ctrl-up and ctrl-down to select the different search providers.<br />]]></description>
            <link>http://blog.moybella.net/2007/10/25/php-manual-open-search-for-firefox-2-and-ie7/</link>
            <guid>http://blog.moybella.net/2007/10/25/php-manual-open-search-for-firefox-2-and-ie7/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Internet</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Random</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">firefox</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">open search</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">php</category>
            
            <pubDate>Thu, 25 Oct 2007 13:05:00 +0000</pubDate>
        </item>
        
        <item>
            <title>DHL Tracking Madness</title>
            <description><![CDATA[I ordered a nice new toy from <a href="http://www.komplett.ie/">Komplett</a> over the weekend and got a email with a "Track And Trace" code for DHL Europlus. I went to <a href="http://www.dhl.ie/">www.dhl.ie</a>, saw a nice DHL Fast Track search box on the top right and entered my code. I got a <a href="http://www.dhl.ie/publish/ie/en/eshipping/track.high.html">page</a>
entitled "Tracking Good Afternoon" (at 6 in the evening) and search
boxes all over the place. Besides not looking well in Firefox, it didn't show the code I had just entered anywhere.<br />
<br />
I put my code in the top search box (Air Express), pressed search, and
up popped a box saying entitled "DHL Road Express Shipment" telling me:<br />
<blockquote>You may have entered a DHL Road Express Licence Plate Number / Identcode Number.<br />
  <br />
Please use the European Road Express Parcel Tracknet below to track this shipment.<br />
</blockquote>
The main page also had a section entitled "DHL Road Express Parcel
Tracking", so out of interest I tried the code there and got the same
popup. I then clicked the <a href="http://tracknet.deutschepost.de/migtrack/servlet/I_Search??Error=Y&amp;PopUp=Y">European Road Express TrackNet</a>
as they wanted, and figured out how to add my code and submit as
needed. The tracking as it turns out is pretty dire. According to them,
my package is in Tilberg, NL since yesterday morning. It better be
wrong!<br />
<br />
The point of this rant? Their system was smart enough to realise that
the code I entered was a European Road Express TrackNet code. Why
didn't it simply redirect to the proper page from the main page rather than carrying me into a page with multiple search boxes? Instead of a popup explaining where I need to go, why doesn't it redirect to the right page? Or even a link to the right page in the popup? Was there any UI testing done at all on the site?<br />
<br />
I was talking to someone who once worked in a company bought by DHL. I
was told that their biggest problem is that as they are buying up
smaller local companies to do local deliveries, they are aren't
integrating the new IT systems properly. This does explain why the
tracking mightn't as great as it should be. However it doesn't explain
why they can't add a small bit of intelligence to their site.<br />
 ]]></description>
            <link>http://blog.moybella.net/2007/10/23/dhl-tracking-madness/</link>
            <guid>http://blog.moybella.net/2007/10/23/dhl-tracking-madness/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Annoyances</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Internet</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Online Commerce</category>
            
            
            <pubDate>Tue, 23 Oct 2007 19:15:50 +0000</pubDate>
        </item>
        
        <item>
            <title>Whois Tip</title>
            <description><![CDATA[<blockquote>alias whois='whois -H'<br /></blockquote>Put that in your .bashrc (or equivalent) and get rid of the legal disclaimers which usually mean that you have to scroll up two pages to get the actual results! I should have looked at the whois man page ages ago.<br />]]></description>
            <link>http://blog.moybella.net/2007/10/08/whois-tip/</link>
            <guid>http://blog.moybella.net/2007/10/08/whois-tip/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Annoyances</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">DNS</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">whois</category>
            
            <pubDate>Mon, 08 Oct 2007 22:21:53 +0000</pubDate>
        </item>
        
        <item>
            <title>Eircom Wireless SSL</title>
            <description><![CDATA[I'm in Heuston Station for a while and I have had to use Eircom wireless to access to the internet. What was disappointing was that the login page for Eircom's wireless does not have a valid SSL cert.<br /><br />I logged in anyway (naughty, I know) as the IP it was pointing at was an eircom ip, and I am stuck. I am surprised that Eircom can get away without using a valid SSL cert for pages that have to handle credit card details. <br /><br />I would have thought that one of the requirements for Credit Card processing would be having a valid SSL cert!<br /> ]]></description>
            <link>http://blog.moybella.net/2007/10/07/eircom-wireless-ssl/</link>
            <guid>http://blog.moybella.net/2007/10/07/eircom-wireless-ssl/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Annoyances</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Internet</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Eircom</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Security</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Wireless</category>
            
            <pubDate>Sun, 07 Oct 2007 06:29:02 +0000</pubDate>
        </item>
        
        <item>
            <title>Blog Post Of The Year</title>
            <description><![CDATA[For those of you who have been following the <a href="http://www.mneylon.com/blog/archives/2007/10/01/monsters-irish-office-think-spamming-is-acceptable/">Monster Spam</a> saga, Grandad's <a href="http://www.headrambles.com/2007/10/03/the-black-knight-and-the-monster/">summary</a> of it is a must read! ]]></description>
            <link>http://blog.moybella.net/2007/10/03/blog-post-of-the-year/</link>
            <guid>http://blog.moybella.net/2007/10/03/blog-post-of-the-year/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Random</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Spam</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Spam</category>
            
            <pubDate>Wed, 03 Oct 2007 12:11:18 +0000</pubDate>
        </item>
        
        <item>
            <title>Cleaning Up After &quot;apt-get remove&quot;</title>
            <description><![CDATA[By default "<i>apt-get remove package</i>" doesn't purge everything related to the package. This eventually means that a log of configuration files are left scattered around the place with no corresponding packages. A couple of weeks ago, the following solution was proposed on <a href="irc://irc.linux.ie/#linux">#linux</a>:<br /><br /><blockquote>dpkg --purge `dpkg --get-selections | grep deinstall | cut -f1`<br /></blockquote><br />This is good for cleaning up after the fact, but is also possible to get apt to purge configuration files automatically. To accomplish this put the following in <i>/etc/apt/apt.conf</i>:<br /><br />&nbsp;&nbsp;&nbsp; APT <br />&nbsp;&nbsp;&nbsp; {<br /><blockquote><blockquote>Get <br />{<br />&nbsp;&nbsp;&nbsp; Purge "true";<br />}<br /></blockquote>}<br /></blockquote>This will cause apt-get to automatically purge the configuration files every time you do "<i>apt-get remove</i>"<br /> ]]></description>
            <link>http://blog.moybella.net/2007/09/05/cleaning-up-after-aptget-remove/</link>
            <guid>http://blog.moybella.net/2007/09/05/cleaning-up-after-aptget-remove/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Annoyances</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">apt</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">debian</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">dpkg</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ubuntu</category>
            
            <pubDate>Wed, 05 Sep 2007 15:32:01 +0000</pubDate>
        </item>
        
        <item>
            <title>Quick Pros And Cons Of Nokia E70</title>
            <description><![CDATA[After three years of service, my <a href="http://www.nokia.ie/A4201160">Nokia 6630</a> finally decided that enough was enough, so I upgraded to a <a href="http://www.nokia.ie/link?cid=EDITORIAL_21922">Nokia E70</a>. After a few hours of playing with it, it seems to have been a good purchase. Below is a quick list of the pros and cons that I've found so far.<br /><br /><b>Pros:</b><br /><ul><li>Qwerty keyboard. Normal mobile text input methods aren't up to much when using applications like <a href="http://s2putty.sourceforge.net/">Putty</a>. The qwerty keyboard is comfortable to use, and works out a lot faster than T9 for me.</li><li>Wifi: Free internet access is always going to be better than paying Vodafone for 3G or GPRS.</li><li>Active Standby: The standby screen on older Symbian S60 phones has always been sort of boring. With recent versions of Symbian S60, there are now a couple of shortcuts along with calender entries and recent text messages on the screen.</li><li>Compatible with older car kits. One of the big problems for me is that a lot of the newer Nokia phones don't seem to have cradles compatible with the <a href="http://www.nokia.ie/A4202172">CK-7W</a> car kit. With the <a href="http://www.expansys.com/p.aspx?i=104258">MBC-13L</a>, I can get into the car, throw the phone in the cradle and drive away safely, while having the phone charging and ready to use. If I forget to take the phone out of my pocket, it will still hook up to the car kit over bluetooth.</li></ul><b>Cons:</b><br /><ul><li>Small Screen: Compared to phones like the N95, the screen is very small. This becomes a slight problem when using applications like Putty. The default font on Putty is so small, that a microscope is required. Luckily there are more friendly fonts available <a href="http://www.modeemi.fi/%7Epekangas/putty/fonts/">here</a>.</li><li>Active Standby Plug-ins: According to the manual, there should be an Active Standby plug-ins option<br />&nbsp;available in the phone settings, however this seems to have been disabled, presumably by Vodafone. These plug-ins should allow handy things like showing number of waiting voice mail messages and notes entries on the standby screen.</li><li>Lack of automatic key lock. A fairly standard feature in Nokias has been the ability for the phone to automatically lock the keypad after a few minutes of inactivity. There is third party software available to do the job, namely <a href="http://fuse.stc.cx/autolock/">Autolock</a>, however it's still a strange omission.</li></ul>After I've used the phone for a couple of weeks, I'll probably be able to add more items to both the pro and con sides.<br />]]></description>
            <link>http://blog.moybella.net/2007/09/05/quick-pros-and-cons-of-nokia-e70/</link>
            <guid>http://blog.moybella.net/2007/09/05/quick-pros-and-cons-of-nokia-e70/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Gadgets</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Internet</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">E70</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Nokia</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Review</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Symbian</category>
            
            <pubDate>Wed, 05 Sep 2007 00:36:14 +0000</pubDate>
        </item>
        
        <item>
            <title>Turning You Number Pad Into A Mouse In Linux</title>
            <description><![CDATA[Somehow I occasionally manage to turn my number pad into a mouse by accidentally hitting the magic combo. I can then never remember how to switch it back to being a number pad.

To make the combo easier to find in the future I'm putting it here:
<blockquote>Ctrl-Shift-Numlock</blockquote>
Now I've just got to figure out how I manage to hit that combination of keys by accident!
<blockquote></blockquote>]]></description>
            <link>http://blog.moybella.net/2007/08/24/turning-you-number-pad-into-a-mouse-in-linux/</link>
            <guid>http://blog.moybella.net/2007/08/24/turning-you-number-pad-into-a-mouse-in-linux/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Annoyances</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Linux</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Mouse</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">XCursor</category>
            
            <pubDate>Fri, 24 Aug 2007 10:36:33 +0000</pubDate>
        </item>
        
    </channel>
</rss>
