<?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>northmore.net</title>
	<atom:link href="http://www.northmore.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.northmore.net</link>
	<description>Everyday Geekery. These views are my own!</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:06:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Building a KVM host on Debian</title>
		<link>http://www.northmore.net/2012/02/09/building-a-kvm-host-on-debian/</link>
		<comments>http://www.northmore.net/2012/02/09/building-a-kvm-host-on-debian/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 11:21:45 +0000</pubDate>
		<dc:creator>Louis</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[kvm]]></category>

		<guid isPermaLink="false">http://www.northmore.net/?p=3758</guid>
		<description><![CDATA[As a continuing project I always love playing with virtulisation. This is some notes for installing and configuring KVM on Debian. Its mainly for my own reference, but if you find it useful please leave a comment! 1. Create a &#8230; <a href="http://www.northmore.net/2012/02/09/building-a-kvm-host-on-debian/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As a continuing project I always love playing with virtulisation. This is some notes for installing and configuring KVM on Debian. Its mainly for my own reference, but if you find it useful please leave a comment!</p>
<p>1. Create a Debian &#8216;base system&#8217; and fully update it. I use Debian stable, and a minimal install.</p>
<blockquote>
<h2>Hardware Requirements for KVM</h2>
<p>KVM works best if your processor supports virtulisation extensions. It <strong>WILL</strong> still work if you dont, but dont expect any decent performance! Installations of virtual hosts are sometimes painfully slow without this!</p>
<p>I like my virtualmachines to get their own proper IP address from my LAN or be configured with a static. For this to work and get past the default NAT setup, you will need to setup a network bridge. Follow the link here: <a href="http://wiki.debian.org/BridgeNetworkConnections#Setting_up_your_Bridge" target="_blank">http://wiki.debian.org/BridgeNetworkConnections#Setting_up_your_Bridge</a> on how to set that up.</p></blockquote>
<p>2. Now you should have a fully patched and updated Debian system, we&#8217;re now going to install KVM:<br />
<code>apt-get install qemu-kvm libvirt-bin</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.northmore.net/2012/02/09/building-a-kvm-host-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I chose a Macbook Pro</title>
		<link>http://www.northmore.net/2011/12/18/chose-macbook-pro/</link>
		<comments>http://www.northmore.net/2011/12/18/chose-macbook-pro/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 10:50:05 +0000</pubDate>
		<dc:creator>Louis</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[macbook pro]]></category>

		<guid isPermaLink="false">http://www.northmore.net/?p=2922</guid>
		<description><![CDATA[Recently I got myself an early Christmas present &#8211; a 15&#8243; Apple Macbook Pro. It is 2nd hand, I can&#8217;t afford a new one! Many people have asked me why I chose to buy an apple product when I am &#8230; <a href="http://www.northmore.net/2011/12/18/chose-macbook-pro/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently I got myself an early Christmas present &#8211; a 15&#8243; Apple Macbook Pro. It is 2nd hand, I can&#8217;t afford a new one!</p>
<div id="attachment_2926" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-2926" title="My new Apple Macbook Pro" src="http://www.northmore.net/wp-content/uploads/2011/12/2011-12-11-14.17.14-300x225.jpg" alt="My new Apple Macbook Pro" width="300" height="225" /><p class="wp-caption-text">My new Apple Macbook Pro</p></div>
<p>Many people have asked me why I chose to buy an apple product when I am usually such a Google advocate. Well, the answer is simple; im a power user, I&#8217;m ALWAYS multitasking. I needed a solid workhorse that I can use as a secondary workstation, a portable device to code, show presentations, all this (and probably more) with a superb battery life.</p>
<p>The windows laptops Ive had in the past few years have been ok. But ive put up with a few  crashes, software incompatibility, poor construction &amp; very poor battery life.</p>
<p>This. Just. Works.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.northmore.net/2011/12/18/chose-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Revisiting Virtulization</title>
		<link>http://www.northmore.net/2011/12/12/revisiting-virtulization/</link>
		<comments>http://www.northmore.net/2011/12/12/revisiting-virtulization/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 21:59:52 +0000</pubDate>
		<dc:creator>Louis</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[homer]]></category>
		<category><![CDATA[homeserver]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://www.northmore.net/?p=2773</guid>
		<description><![CDATA[Its time to revisit virtulization. My home server homer is in dire need of some more diskspace, RAM and general cleaning up. It would probably help if the roles were split across a couple of VM&#8217;s. A bit of my &#8230; <a href="http://www.northmore.net/2011/12/12/revisiting-virtulization/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Its time to revisit virtulization. My home server homer is in dire need of some more diskspace, RAM and general cleaning up. It would probably help if the roles were split across a couple of VM&#8217;s. A bit of my development work requires a windows server or 2 and the rest, which is mainly web development is fine with running on Debian.</p>
<p>However, these days homer is showing his age. He is an old Dell, running only a P4 2.8 GHz chip. Hardware vitulization is not supported and previous attempts at running Vmware hasnt worked that well. I think its time to build a new server:</p>
<p><strong>Requirements</strong><br />
1. Its got to be as quiet as possible (currently its in the bedroom, between our desks)<br />
2. Low power consumption<br />
3. Loads of diskspace (main house fileserver for movies) preferably in an LVM or maybe even some kind of RAID.<br />
4. Enough RAM to run a few VM&#8217;s for various roles.<br />
5. Low cost &#8211; its almost Xmas man!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.northmore.net/2011/12/12/revisiting-virtulization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Want to really quickly disable all your WordPress plugins via mysql?</title>
		<link>http://www.northmore.net/2011/09/05/quickly-disable-wordpress-plugins-mysql/</link>
		<comments>http://www.northmore.net/2011/09/05/quickly-disable-wordpress-plugins-mysql/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 21:56:06 +0000</pubDate>
		<dc:creator>Louis</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.northmore.net/?p=2067</guid>
		<description><![CDATA[While upgrading BuddyPress today I needed to quickly update all my plugins via mysql. Don&#8217;t ask me why, I just did! Heres a query which should sort you out: UPDATE wp_options SET option_value = 'a:0:{}' WHERE option_name = 'active_plugins']]></description>
			<content:encoded><![CDATA[<p>While upgrading BuddyPress today I needed to quickly update all my plugins via mysql. Don&#8217;t ask me why, I just did!</p>
<p>Heres a query which should sort you out:</p>
<p><code>UPDATE wp_options SET option_value = 'a:0:{}' WHERE option_name = 'active_plugins'</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.northmore.net/2011/09/05/quickly-disable-wordpress-plugins-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to Fluxbox</title>
		<link>http://www.northmore.net/2011/08/25/back-to-fluxbox/</link>
		<comments>http://www.northmore.net/2011/08/25/back-to-fluxbox/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 21:46:16 +0000</pubDate>
		<dc:creator>Louis</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[fluxbox]]></category>

		<guid isPermaLink="false">http://www.northmore.net/2011/08/25/back-to-fluxbox/</guid>
		<description><![CDATA[Today I switched back to using Fluxbox on my main linux system at work. I was having major performance issues and boy has it worked! I had forgotten just how fast it was! Dual monitors were a breeze to setup &#8230; <a href="http://www.northmore.net/2011/08/25/back-to-fluxbox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I switched back to using Fluxbox on my main linux system at work. I was having major performance issues and boy has it worked! I had forgotten just how fast it was! Dual monitors were a breeze to setup using xrandr and grandr. A few apps added to the start up file and I was in business. Loving Fluxbox yet again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.northmore.net/2011/08/25/back-to-fluxbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Motherboard?</title>
		<link>http://www.northmore.net/2011/03/16/new-motherboard/</link>
		<comments>http://www.northmore.net/2011/03/16/new-motherboard/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 12:34:21 +0000</pubDate>
		<dc:creator>Louis</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.northmore.net/?p=1750</guid>
		<description><![CDATA[Last night I was having PC problems. It seems it&#8217;s either my GFX card or (more probably) my motherboard. The GFX card is brand new, but luckily I have one here at work which I will try in it tonight. &#8230; <a href="http://www.northmore.net/2011/03/16/new-motherboard/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last night I was having PC problems. It seems it&#8217;s either my GFX card or (more probably) my motherboard. The GFX card is brand new, but luckily I have one here at work which I will try in it tonight. The motherboard was nothing special, just a cheap available Intel one at the time I built it about 3 years ago. If money wasnt an issue, right now I&#8217;d just upgrade to a nice shiny <a title="Nice shiny 27&quot; Imac!" href="http://store.apple.com/uk/configure/MC509B/A?mco=MTg1ODMzNTk" target="_blank">Imac</a>. However, in todays climate money IS an issue, so I HAVE to find another cheaper way. The graphics card, PSU and hardrives are all brand new. So either its a faulty graphics card (nothing appears on the monitors when turned on) or the motherboard is goosed and not providing power to the card or another type of failure.</p>
<p>Either way it&#8217;s pissing me off!!</p>
<p>So, any suggestions on a cheapish, good Intel based motherboard?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.northmore.net/2011/03/16/new-motherboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook API</title>
		<link>http://www.northmore.net/2010/11/29/facebook-api/</link>
		<comments>http://www.northmore.net/2010/11/29/facebook-api/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 10:04:54 +0000</pubDate>
		<dc:creator>Louis</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[facebook API]]></category>

		<guid isPermaLink="false">http://geekfix.net/blog/?p=876</guid>
		<description><![CDATA[In recent weeks at ID we&#8217;ve been doing a lot of work with the Facebook API to create more social interaction on some new upcoming projects. The API is HUGE and very versatile. Once you have created an app you &#8230; <a href="http://www.northmore.net/2010/11/29/facebook-api/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In recent weeks at <a href="http://interactivedimension.com">ID</a> we&#8217;ve been doing a lot of work with the <a href="http://developers.facebook.com/docs/api">Facebook API</a> to create more social interaction on some new upcoming projects. The API is HUGE and very versatile. Once you have created an app you can access the API and use it for what ever functions you wish. Ive created some sample apps that do the following recently:</p>
<ul>
<li>Track fans on Facebook pages, allow page admins to see who has joined and left their pages recently by name with daily email updates. <a href="http://www.facebook.com/apps/application.php?id=152904544740993">Fantracker</a></li>
<li>Tie in events and checkins to make events more social. This is an exciting one, and could mean great social interaction for event organisers. Flocc</li>
<li>Share links from a browser based toolbar to specific Facebook pages. Great for page admins to easily manage their content.</li>
<li>Tag facebook friends in pictures on external sites. A great idea in project development with my good friend Dan.
</ul>
<p>Watch this space!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.northmore.net/2010/11/29/facebook-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Galaxy S Froyo Firmware Upgrade</title>
		<link>http://www.northmore.net/2010/10/18/galaxy-s-froyo/</link>
		<comments>http://www.northmore.net/2010/10/18/galaxy-s-froyo/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 23:14:49 +0000</pubDate>
		<dc:creator>Louis</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[2.2]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[froyo]]></category>
		<category><![CDATA[galaxy-s]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[kies]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://geekfix.net/blog/?p=690</guid>
		<description><![CDATA[&#160;&#160; I was getting increasingly annoyed over the slowness of the Froyo release for the Galaxy S in the UK. Samsung had started rolling it out in other parts of Europe, so there had to be a way of getting &#8230; <a href="http://www.northmore.net/2010/10/18/galaxy-s-froyo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geekfix.net/blog/wp-content/uploads/2010/10/snap20101018_002714.png"><img src="http://geekfix.net/blog/wp-content/uploads/2010/10/snap20101018_002714-180x300.png" alt="" title="snap20101018_002714" /></a>&nbsp;<a href="http://geekfix.net/blog/wp-content/uploads/2010/10/snap20101018_002749.png"><img src="http://geekfix.net/blog/wp-content/uploads/2010/10/snap20101018_002749-180x300.png" alt="" title="snap20101018_002749" /></a>&nbsp;<a href="http://geekfix.net/blog/wp-content/uploads/2010/10/snap20101018_002738.png"><img src="http://geekfix.net/blog/wp-content/uploads/2010/10/snap20101018_002738-180x300.png" alt="" title="snap20101018_002738" /></a></p>
<p> I   was getting increasingly annoyed over the slowness of the Froyo release for the Galaxy S in the UK.</p>
<p>Samsung had started rolling it out in other parts of Europe, so there had to be a way of getting it!</p>
<p><span id="more-690"></span></p>
<p>A quick Google brought me to the following page:<br />
<a href="http://news.softpedia.com/news/Get-Android-2-2-Froyo-on-Galaxy-S-Today-161329.shtml">http://news.softpedia.com/news/Get-Android-2-2-Froyo-on-Galaxy-S-Today-161329.shtml</a></p>
<p>You need a PC and the Samsung KIES software:<br />
<a href="http://www.samsungmobile.co.uk/support/softwaremanuals/software.do?phone_model=GT-I9000&#038;sw_type=SW">http://www.samsungmobile.co.uk/support/softwaremanuals/software.do?phone_model=GT-I9000&#038;sw_type=SW</a></p>
<p><strong>This worked fine on my UK T-Mobile Galaxy S (GT-I9000)<br />
(Do not blame me if you brick it! You have been warned!)</strong></p>
<p>Follow the steps below to install Android 2.2 Froyo on your Galaxy S:</p>
<p>Start up kies and connect your phone. Wait till kies recognizes the sgs.</p>
<p>Go to firmware upgrade.</p>
<p>If it doesn’t report a JPM/JP6 upgrade close the upgrade window but do not close kies!</p>
<p>Go to windows start > run > and type “regedit”</p>
<p>Navigate to <code>HKEY_CURRENT_USER/Software/Samsung/Kies/DeviceDB/</code></p>
<p>You will probably see a bunch of numbered keys (they look like folders) Find the key/folder that has strings that match your current firmware. So if you are on JPK look for that in the keys. If you have more than one galaxy S (it can happen) then match the imei with the phone you want to upgrade.</p>
<p>Change the following values so they look like this:</p>
<p><code>"SoftwareRevision"="I9000XXJF3/I9000SWC/I9000XXJF3/I9000XXJF3"<br />
"ProductCode"="GT-I9000HKDXEE"<br />
"HIDSWVER"="I9000XXJF3/I9000SWC/I9000XXJF3/I9000XXJF3"</code></p>
<p>No go back to kies and click on firmware upgrade again. You should now see the JPM upgrade.</p>
<p>Feel free to post any comments to this post. So far flash support is ok. Maybe a bit slow.</p>
<p><a href="http://geekfix.net/blog/wp-content/uploads/2010/10/snap20101018_002714.png"><img src="http://geekfix.net/blog/wp-content/uploads/2010/10/snap20101018_002714-180x300.png" alt="" title="snap20101018_002714" width="180" height="300" class="alignleft size-medium wp-image-708" /></a><a href="http://geekfix.net/blog/wp-content/uploads/2010/10/snap20101018_002729.png"><img src="http://geekfix.net/blog/wp-content/uploads/2010/10/snap20101018_002729-180x300.png" alt="" title="snap20101018_002729" width="180" height="300" class="alignleft size-medium wp-image-709" /></a><a href="http://geekfix.net/blog/wp-content/uploads/2010/10/snap20101018_003114.png"><img src="http://geekfix.net/blog/wp-content/uploads/2010/10/snap20101018_003114-180x300.png" alt="" title="snap20101018_003114" width="180" height="300" class="alignleft size-medium wp-image-714" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.northmore.net/2010/10/18/galaxy-s-froyo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Video Wall</title>
		<link>http://www.northmore.net/2009/03/25/video-wall/</link>
		<comments>http://www.northmore.net/2009/03/25/video-wall/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 16:50:35 +0000</pubDate>
		<dc:creator>Louis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[video blog]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://louisn.homelinux.net/blog/?p=252</guid>
		<description><![CDATA[Add you own video comments to this post to build up our video wall You will need to register to post on this thread]]></description>
			<content:encoded><![CDATA[<p>Add you own video comments to this post to build up our video wall <img src='http://www.northmore.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You will need to <a href="http://louisn.homelinux.net/blog/wp-login.php?action=register"><strong>register</strong></a> to post on this thread</p>
]]></content:encoded>
			<wfw:commentRss>http://www.northmore.net/2009/03/25/video-wall/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Microsoft Wireless Photo Keyboard</title>
		<link>http://www.northmore.net/2008/11/27/microsoft-wireless-photo-keyboard/</link>
		<comments>http://www.northmore.net/2008/11/27/microsoft-wireless-photo-keyboard/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 16:50:10 +0000</pubDate>
		<dc:creator>Louis</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Life Stuff]]></category>
		<category><![CDATA[1045]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Wireless Keyboard]]></category>

		<guid isPermaLink="false">http://louisn.homelinux.net/blog/?p=229</guid>
		<description><![CDATA[I got a bargain today in the charity shop. A wireless keyboard and mouse for Â£5! Its a Microsft Wireless Photo Keyboard and a nice chunky wireless mouse too. Under Linux using keytouch you can even map all those extra &#8230; <a href="http://www.northmore.net/2008/11/27/microsoft-wireless-photo-keyboard/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geekfix.net/blog/wp-content/uploads/2008/11/microsoftwirelessphotokeyboard.jpg"><img src="http://geekfix.net/blog/wp-content/uploads/2008/11/microsoftwirelessphotokeyboard-300x147.jpg" alt="" title="microsoftwirelessphotokeyboard" width="300" height="147" class="alignright size-medium wp-image-230" /></a></p>
<p>I got a bargain today in the charity shop. A wireless keyboard and mouse for Â£5! Its a Microsft Wireless Photo Keyboard and a nice chunky wireless mouse too. Under Linux using <a href="http://keytouch.sourceforge.net/">keytouch<br />
</a> you can even map all those extra multimedia keys. Great! You can download my map for keytouch here: <a href="http://louisn.homelinux.net/dl/microsoftwirelessphotokeyboard">http://louisn.homelinux.net/dl/microsoftwirelessphotokeyboard</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.northmore.net/2008/11/27/microsoft-wireless-photo-keyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

