<?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>Consilience Media &#187; Hardware</title>
	<atom:link href="http://www.consil.co.uk/blog/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.consil.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 12:03:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>My Broadband IP Blacklisted as a SPAM Generator</title>
		<link>http://www.consil.co.uk/blog/2010/12/01/broadband-ip-marked-as-spam-generator/</link>
		<comments>http://www.consil.co.uk/blog/2010/12/01/broadband-ip-marked-as-spam-generator/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 00:11:32 +0000</pubDate>
		<dc:creator>Jason Judge</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[blueyonder]]></category>
		<category><![CDATA[motorla surfboard]]></category>
		<category><![CDATA[telewest]]></category>
		<category><![CDATA[virginmedia]]></category>

		<guid isPermaLink="false">http://www.consil.co.uk/blog/?p=822</guid>
		<description><![CDATA[This is an unusual one. I didn&#8217;t think it would be, but based on the lack of Google results for this having happened to other people, I thought it would be an idea to document it. I&#8217;m sure it happens a lot more then people realise. The basic gist of the story is that my broadband IP address got black-listed as a SPAM generator, and that meant I could no longer send out email through the broadband mail server. It <a href="http://www.consil.co.uk/blog/2010/12/01/broadband-ip-marked-as-spam-generator/" title="Read more" class="sprite-wrapper arrow-green-right">...<span class="sprite"></span></a>]]></description>
			<content:encoded><![CDATA[<p>This is an unusual one. I didn&#8217;t think it would be, but based on the lack of Google results for this having happened to other people, I thought it would be an idea to document it. I&#8217;m sure it happens a lot more then people realise.</p>
<p>The basic gist of the story is that my broadband IP address got black-listed as a SPAM generator, and that meant I could no longer send out email through the broadband mail server. It was frustrating, because it seemed that there was nothing I could do about it, but I have learnt a few tricks now to get over the problem next time.</p>
<p><span id="more-822"></span>It all started while repairing a laptop. The laptop had caught a virus or two and needed scanning and updating. Stupidly I plugged it into my home network to get various updates.</p>
<p>Now, on my broadband I run an <a title="SME Server, or e-smith server to those who remember that far back" href="http://wiki.contribs.org/Main_Page">SME Server</a>. All traffic goes through that server. When I send emails from any PC in the house, the transparent proxy catches those emails, queues them up, then sends them all on via my cable provider&#8217;s SMTP server &#8211; smtp.blueyonder.co.uk</p>
<p>Normally the server scans all outgoing mail for spam and viruses, and it is usually pretty good at it. Unfortunately, what this laptop was spitting out consisted of extremely simple SPAM emails &#8211; just a single sentence and a short URL going through bit.ly. That slipped right through the SPAM scanner and in no time at all, 60,000 SPAM messages were queued up on the server and streaming out to Virgin broadband. Not that I knew this was happening, mind.</p>
<p>At some point, some part of the network noticed this, shook its head slowly, then put my IP address on a blacklist. This blacklist was then used by my ISP to basically cut me off from sending any email through its servers.</p>
<p>The result is that smtp.blueyonder.co.uk simply gave me a message telling me to get lost, then dropped the connection each time I tried to send out mail. This could be seen at the lowest level by connecting using telnet, pretending to be a mail client:</p>
<pre style="padding-left: 30px"># telnet smtp.blueyonder.co.uk 25
Connected to smtp.blueyonder.co.uk.
Escape character is '^]'.
550-Administrative prohibition. This IP address is a source of spam. Please
550 Contact <a href="mailto:abuse@blueyonder.co.uk">abuse@blueyonder.co.uk</a> for details of how to fix this.
Connection closed by foreign host.</pre>
<p>Switching off the transparent mail proxy of the server and sending direct to smtp.bluyonder.co.uk using Outlook Express or Thunderbird also gave this same error. Using telnet like this though, just removes the possibility that the email client is not set up correctly.</p>
<p>Okay, so need to tell my ISP &#8211; the IP address owner &#8211; to remove me from the blacklist. To cut a long story short, that proved impossible. There was simply no-one at the ISP with the authority to do so, or even the understanding of what I was asking for.</p>
<p>Next approach: the IP address is poisoned, so let&#8217;s get a new one. Easier said than done. I left the broadband modem off all night, I rebooted it many times, I reboot my server many times, but I just could not shake off that IP address. This almost permanent IP address is kind of nice to have normally, but now I  wanted to change it, it was proving difficult.</p>
<p>After several calls to the ISP, I finally managed to talk to someone who knew about these things. &#8220;Try bypassing your server and connect your PC direct to the broadband modem&#8221;, was his suggestion. I tried that, and behold, a new IP address was allocated. Cool. Just switch back to my server and&#8230;hmm, back to the old IP address.</p>
<p><img class="alignright size-full wp-image-837" src="http://www.consil.co.uk/files/2010/12/surfboard-e1291163901537.jpg" alt="" width="118" height="174" />So the Motorola Surfboard modem &#8211; or perhaps the cable box at the bottom of the street &#8211; was remembering the hardware and trying to allocate the same IP address to the same hardware every time. And it could remember the hardware for at least a full night.</p>
<p>So I guess I would have to change the network card in my server, which was a bit of a bind. Then I struck on this little gem: although the MAC address of the network card is coded into it, the operating system can override (or perhaps reprogram) that MAC address. By changing the MAX address, the network card in the server would look to the cable modem like a different piece of hardware.</p>
<p>I recorded the current MAC address, then added one to it, and issued this command:</p>
<pre style="padding-left: 30px"># ifconfig eth1 hw ether 00:50:FF:E6:B9:4B</pre>
<p>The network card was &#8220;eth1&#8243; and the ethernet (&#8220;ether&#8221;) hardware address was being set to &#8220;00:50:FF:E6:B9:4B&#8221; (it was &#8220;00:50:FF:E6:B9:4<strong>A</strong>&#8221; originally). If you are having this problem with a Windows machine rather than a Linux server, then digging into the driver settings can often give you a box where the MAC address can be edited. Do use this option with care, since MAC addresses are supposed to be unique globally and two machines with identical MAC addresses nearby can play havoc with your network.</p>
<p>One reboot later and I was allocated a new IP address, and email was back online!</p>
<p>Of course, while I am celebrating, someone else will be given my old IP address, be labelled a SPAM creator, and will now have their own problems with their email. I have reported it to the ISP and explained what I think will be happening, and there is not a lot more I can do about it. I feel kind of bad about that, but I have learned never to plug a virus-laden machine into my network again, at least not without some kind of firewall and a virtual private network (VPN) to keep the prying eyes of any virus away from other machines on the network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consil.co.uk/blog/2010/12/01/broadband-ip-marked-as-spam-generator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Slave Domain Server Using Plesk</title>
		<link>http://www.consil.co.uk/blog/2010/08/06/slave-domain-server-using-plesk/</link>
		<comments>http://www.consil.co.uk/blog/2010/08/06/slave-domain-server-using-plesk/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 08:40:03 +0000</pubDate>
		<dc:creator>Jason Judge</dc:creator>
				<category><![CDATA[General Blogging]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Web Hosting/Linux]]></category>

		<guid isPermaLink="false">http://www.consil.co.uk/blog/?p=713</guid>
		<description><![CDATA[Plesk-based hosting can often suffer from a resilience problem: failure of the DNS for sites it hosts if the server goes down for any reason. Ideally a zone should have a number of domain name servers located in different places. A zone is basically a domain and all its sub-domains. The zone record tells other servers where to find everything for that domain &#8211; where the websites are, the main servers etc. Plesk run on a server or virtual server <a href="http://www.consil.co.uk/blog/2010/08/06/slave-domain-server-using-plesk/" title="Read more" class="sprite-wrapper arrow-green-right">...<span class="sprite"></span></a>]]></description>
			<content:encoded><![CDATA[<p>Plesk-based hosting can often suffer from a resilience problem: failure of the DNS for sites it hosts if the server goes down for any reason.</p>
<p>Ideally a zone should have a number of domain name servers located in different places. A zone is basically a domain and all its sub-domains. The zone record tells other servers where to find everything for that domain &#8211; where the websites are, the main servers etc.</p>
<p>Plesk run on a server or virtual server (VPS) generally provides two name servers. They will be configured automatically when websites are set up on the server, and are very convenient to use. Plesk also allows some customisation of the domain records so that, for example, a sub-domain can point to another server, or the mail server points to your office server.</p>
<p>The problem comes when the server running Plesk is down or inaccessible. A mail server trying to send an email to your domain will suddenly find there is no record anywhere of that domain &#8211; it has basically dissappeared.</p>
<p>The way around this is to use external name servers. By setting up the external name servers as a <em>slave</em> servers, they can be made to automatically keep themselves updated from your <em>master </em>name servers on your hosting machine.</p>
<p>For our domain, I used www.zoneedit.com to set up a slave for one of our zones. The slave was pointed at our hosting server (using its IP address) and that was it for that end &#8211; the zoneedit slave just fetches updates when it is appropriate and updates its own records, putting them onto two geographically-separated name servers of its own.</p>
<p>Back to the domain registration settings, I then needed to add the zoneedit name servers to the domain, giving me four in total (the two on our Plesk hosting and the two on zoneedit). There is no priority assigned to any of these name servers, so a server looking for our website or mail server could go to any of these sources. It is therefore very important to ensure they are all synchronised identically.</p>
<p>One last step was to tell Plesk to allow these name servers to fetch a copy of the zone records. This is not so obvious but is in Plesk under the option:</p>
<p>Server -&gt; DNS Settings -&gt; Common ACL</p>
<p>In here I added the IP addresses of the two zoneedit name servers assigned to my zone, and then the updates simply went ahead.</p>
<p>You can test this works using nslookup command from another server. Create a new sub-domain, then check it can be seen on your Plesk server:</p>
<p>nslookup new.sub-domain.example.com ns.plask-server.example.net</p>
<p>Then try the same command but pointed at the external name server. You will find the external name server cannot see the sub-domain immediately. Try again in an hour &#8211; and it should be there. If not, check your setting and TTL etc.</p>
<p>Hopefully that will give you more resilience; even if your website is down, other severs that your zone points to are still locatable.</p>
<p>One thing that I am still looking for a solution to, is domain aliases. A domain alias for a domain set up in Plesk will not get transferred to the slave name server. Even if the alias is a sub-domain of the main domain, it does not get transferred. So the hosting server will correctly return the IP address for example.com for the alias myalias.example.com, but the slave name servers will not. This is not just a problem for when your hosting server goes down, because there is no priority on the name servers &#8211; all and any could be used at any time for a server to locate your alias domain, and depending on which name server it hits, it is pot luck as to whether it finds it or not. I&#8217;m looking for a solution to this, so any hints appreciated.</p>
<p>I&#8217;m also looking for a decent and cheap slave name server service. zoneedit is good and reliable, and easy to use, but could get costly when we have scores of domains to sync up. Any suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consil.co.uk/blog/2010/08/06/slave-domain-server-using-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Losing my keyboard input</title>
		<link>http://www.consil.co.uk/blog/2010/07/15/losing-my-keyboard-input/</link>
		<comments>http://www.consil.co.uk/blog/2010/07/15/losing-my-keyboard-input/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 12:29:22 +0000</pubDate>
		<dc:creator>Jason Judge</dc:creator>
				<category><![CDATA[General Blogging]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.consil.co.uk/blog/?p=679</guid>
		<description><![CDATA[This is something that has been bothering me on the odd occasion for years. It is intermittent, so is something I have been able to live with, but it would be nice to get to the bottom of it. Basically, there is a key combination &#8211; somewhere around the &#8220;A&#8221; on my keyboard, probably involving the control and perhaps the shift keys, and is so easy to accidentally press when not being careful, that locks up all my keyboard input. <a href="http://www.consil.co.uk/blog/2010/07/15/losing-my-keyboard-input/" title="Read more" class="sprite-wrapper arrow-green-right">...<span class="sprite"></span></a>]]></description>
			<content:encoded><![CDATA[<p>This is something that has been bothering me on the odd occasion for years. It is intermittent, so is something I have been able to live with, but it would be nice to get to the bottom of it.</p>
<p>Basically, there is a key combination &#8211; somewhere around the &#8220;A&#8221; on my keyboard, probably involving the control and perhaps the shift keys, and is <em>so easy</em> to accidentally press when not being careful, that locks up all my keyboard input.</p>
<p>When I say &#8220;locks up&#8221;, I mean that the keyboard becomes completely unresponsive. Nothing gets it back, except a full reboot, and if you know how long my PC takes to boot, you would realise it is not very convenient (I do manage to make a cup of tea while it boots, which is a bonus, kind of).</p>
<p>I have tried unplugging and plugging back in the keyboard. I have tried undocking the PC (I use a Toshiba Tecra laptop in a docking bay). I have tried logging off and on again. Yes, I <em>have</em> tried logging off and on again. None of this works; only a full reboot does the job.</p>
<p>It locks up both the external Logitech keyboard and the laptop&#8217;s built-in keyboard, so there appears to be no workaround.</p>
<p>So &#8211; what could this be? I have a feeling it is some kind of &#8220;feature&#8221; that is misbehaving, but cannot think what it could be. I have not even been able to find the key combination purposefully to give me any more clues. It just <em>happens</em>, and when it does I know my fingers were pressing some keys around the &#8220;A&#8221; end of the keyboard.</p>
<p>I have a feeling I will never find a solution to this. Perhaps I need a new laptop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consil.co.uk/blog/2010/07/15/losing-my-keyboard-input/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>nLite &#8211; Windows Installation Customizer</title>
		<link>http://www.consil.co.uk/blog/2010/02/06/nlite-windows-installation-customizer/</link>
		<comments>http://www.consil.co.uk/blog/2010/02/06/nlite-windows-installation-customizer/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 16:30:19 +0000</pubDate>
		<dc:creator>Jason Judge</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.consil.co.uk/blog/?p=607</guid>
		<description><![CDATA[I came across this neat Windows application today. It is basically a tool for creating customised Windows installation disks. I&#8217;ve seen similar tools for slip-streaming service packs into disks, but this one goes a step further and makes it dead easy to include drivers and various other Windows tweaks. It is all very straight-forward to use: Point it at the original Windows disk. Tell it what you want to change (point it at service packs, drivers, etc.) Tell it to <a href="http://www.consil.co.uk/blog/2010/02/06/nlite-windows-installation-customizer/" title="Read more" class="sprite-wrapper arrow-green-right">...<span class="sprite"></span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.consil.co.uk/files/2010/02/nl_logo.png"><img class="alignleft size-full wp-image-609" src="http://www.consil.co.uk/files/2010/02/nl_logo.png" alt="nlite logo" width="105" height="96" /></a>I came across <a href="http://www.nliteos.com/nlite.html" target="_blank">this neat Windows application</a> today. It is basically a tool for creating customised Windows installation disks.</p>
<p>I&#8217;ve seen similar tools for slip-streaming service packs into disks, but this one goes a step further and makes it dead easy to include drivers and various other Windows tweaks. It is all very straight-forward to use:</p>
<ol>
<li>Point it at the original Windows disk.</li>
<li>Tell it what you want to change (point it at service packs, drivers, etc.)</li>
<li>Tell it to generate an ISO.</li>
<li>Press <em>GO</em>.</li>
</ol>
<p>The application will then spit out an ISO image that you burn to CDROM. I&#8217;m sure there are ways to install it over the network without burning a CD too.</p>
<p>I found it while looking for a way to reinstall XP onto Dell machine with a SATA device that the default Windows disk did not recognise.</p>
<p>nlite &#8211; http://www.nliteos.com/ &#8211; a great application for your toolbox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consil.co.uk/blog/2010/02/06/nlite-windows-installation-customizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silencing a DES-1228P Switch</title>
		<link>http://www.consil.co.uk/blog/2009/08/15/silencing-a-des-1228p-switch/</link>
		<comments>http://www.consil.co.uk/blog/2009/08/15/silencing-a-des-1228p-switch/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 02:00:18 +0000</pubDate>
		<dc:creator>Jason Judge</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.consil.co.uk/blog/?p=463</guid>
		<description><![CDATA[Well, not quite silencing, but they can be made a lot quieter. First a brief introduction. The D-Link DES-1228P network switch is D-Link&#8217;s attempt to get into the corporate world. I&#8217;ve never much liked D-Link equipment purely because of reliability issues, Netgear being my consumer choice. I gave this one a chance for a client setting up a new office. What makes this switch stand out is that it provides 24 ports of Power Over Ethernet (POE) along with Quality <a href="http://www.consil.co.uk/blog/2009/08/15/silencing-a-des-1228p-switch/" title="Read more" class="sprite-wrapper arrow-green-right">...<span class="sprite"></span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, not quite silencing, but they can be made a lot quieter.</p>
<div id="attachment_477" class="wp-caption alignright" style="width: 310px"><a title="DES 1228p" rel="attachment wp-att-477" href="http://www.consil.co.uk/blog/2009/08/15/silencing-a-des-1228p-switch/des-1228p_main/"><img class="size-medium wp-image-477 " src="http://www.consil.co.uk/files/2009/08/des-1228p_main-300x150.jpg" alt="D-Link DES-1228p" width="300" height="150" /></a><p class="wp-caption-text">D-Link DES-1228p</p></div>
<p>First a brief introduction. The D-Link DES-1228P network switch is D-Link&#8217;s attempt to get into the corporate world. I&#8217;ve never much liked D-Link equipment purely because of reliability issues, Netgear being my consumer choice. I gave this one a chance for a client setting up a new office.</p>
<p>What makes this switch stand out is that it provides 24 ports of Power Over Ethernet (POE) along with Quality of Service (QoS) and various other features to help manage the network. These are all features very handy for a large building equiped with new PCs, wireless access points and VOIP phones throughout.</p>
<p>The price tag was £200, complete with five year warranty, which is pretty reasonable considering the competition. The price is more like £300 now, and I suspect it has gone up to pay for, err, reliability issues. I guess some things never change (more on that later).</p>
<p>The switch was installed in a 6-unit wall-mounted network cabinet in the front lobby. The noise from it, even through the cabinet, was just too much. Even though the main office was two doors away from the network cabinet, the high-pitched screach from the four full-speed fans was unreasonably loud. The metal cabinet did not seem to make any difference. The load on the switch made no difference either &#8211; the fans ran at full speed whether supplying 100W of power to the VOIP phones, or had nothing plugged into it at all.</p>
<p>So, what to do about it? The first thought was to disconnect some of the fans. I decided against this for warranty reasons.</p>
<p>Next I considered sound proofing the cabinet, and that proved to be the right solution.</p>
<p>After lots of research into sound proof tiles and foams, I ordered a couple of metres of this stuff:</p>
<p><a href="http://www.studiospares.com/Sound-Insulation/DX40F-Foam-2340X154X25-Grey/invt/411020" target="_blank">DX40F Foam</a> from <a href="http://www.studiospares.com/" target="_blank">Studio Spares</a></p>
<p>The total cost was a tenner, including postage.</p>
<p>The length shipped to me (arriving the next day in a foot-cubed box) was enough to line the two sides and the base of the cabinet. Being foam, air could still flow through it, but the cabinet had wide slots in the base and top anyway that were not covered by the foam. The idea was just to try and catch the high-frequencies from bouncing around inside the cabinet.</p>
<p>It worked like a dream. The cabinet now emits no more than a gentle hiss, while previously it sounded like a Harrier trying to take off up the staircase.</p>
<p>So, if you have a noisy network cabinet in the office, I would recommend giving this foam a try. Obviously avoid covering any of the air holes, but lining the flat surfaces ought to be enough to make a difference.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Now, on that reliability issue. The switch failed completely after six months of service (this is before the foam). All the front-panel lamps lit red and the unit did not respond to the network.</p>
<p>It was returned under warranty for a straight swap, which arrived after three weeks of waiting. I didn&#8217;t need to send the old one back until I got the new one. There was no fuss replacing it, but navigating the D-Link returns website was a nightmare &#8211; dead-end links and endless loops all over the place, much the same as their telephone system. I understand they are going through a phase of turning the support over to a new company, so all is in a bit of disarray.</p>
<p>The new unit, when it arrived, was a bit battered and scratched. If I had the time, I would have changed the case over for the pristine case I was about to send off, but I did not get around to it.</p>
<p>The old unit sported a V2 hardware label. The new unit stated it was v1. However, since the insisdes had been changed over for something new, it could have been V3 inside for all I knew. Hopefully it will last longer.</p>
<p>I was told, when returning the item, that this was a known fault affecting many (or all) of these switches manufactured around August 2008. They also say it can be affected by the unit overheating, but &#8211; trust me &#8211; with four fans going and very little load for those fist six months, this thing could chill your beer, it was so cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consil.co.uk/blog/2009/08/15/silencing-a-des-1228p-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transferring files from a failed laptop &#8211; puppy power</title>
		<link>http://www.consil.co.uk/blog/2008/11/17/transferring-files-from-a-failed-laptop-puppy-power/</link>
		<comments>http://www.consil.co.uk/blog/2008/11/17/transferring-files-from-a-failed-laptop-puppy-power/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 01:12:35 +0000</pubDate>
		<dc:creator>Jason Judge</dc:creator>
				<category><![CDATA[General Blogging]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[distros]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.consil.co.uk/blog/?p=212</guid>
		<description><![CDATA[I was recently tasked with transferring files from a failed laptop. The laptop kind of worked, but some bad sectors had started to appear in a number of vital system files, so it was very unstable. This was an old WIndows 98 system, and I could not simply plug in a USB drive, because there were no Windows 98 drivers around for the external USB drives that I had. In the end the disk had to be removed, and connected <a href="http://www.consil.co.uk/blog/2008/11/17/transferring-files-from-a-failed-laptop-puppy-power/" title="Read more" class="sprite-wrapper arrow-green-right">...<span class="sprite"></span></a>]]></description>
			<content:encoded><![CDATA[<p>I was recently tasked with transferring files from a failed laptop. The laptop kind of worked, but some bad sectors had started to appear in a number of vital system files, so it was very unstable.</p>
<p>This was an old WIndows 98 system, and I could not simply plug in a USB drive, because there were no Windows 98 drivers around for the external USB drives that I had. In the end the disk had to be removed, and connected up to a working machine with a flying lead.</p>
<p>Since then, I have come across <a href="http://www.puppylinux.org/" target="_blank">Puppy Linux</a>. It seems to be ideal for this type of thing. By booting it directly from CDROM or USB key, it is possible to have a working Linux box in 60 seconds flat. It is then a simple matter of mounting the local drive, plugging in a USB drive, and transferring the files across.</p>
<p>Puppy Linux is not something I have ever come across before, but it is now a part of my standard toolbox. It also looks like the ideal platform for building custom appliances, such as video players and thin clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consil.co.uk/blog/2008/11/17/transferring-files-from-a-failed-laptop-puppy-power/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open Source Applications: my missing links</title>
		<link>http://www.consil.co.uk/blog/2008/09/13/open-source-applications-my-missing-links/</link>
		<comments>http://www.consil.co.uk/blog/2008/09/13/open-source-applications-my-missing-links/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 23:59:27 +0000</pubDate>
		<dc:creator>Jason Judge</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.consil.co.uk/blog/?p=34</guid>
		<description><![CDATA[In the Open Source landscape, there are applications to suite every need and to fill every niche. And yet, finding the right application can be a hit-or-miss affair. I find that I can search and search to find the application that I need today, and come up with nothing. Months later I can stumble across the perfect solution, almost by accident. I don&#8217;t know how that works, but I suspect it is all down to the keywords I use. I&#8217;ll <a href="http://www.consil.co.uk/blog/2008/09/13/open-source-applications-my-missing-links/" title="Read more" class="sprite-wrapper arrow-green-right">...<span class="sprite"></span></a>]]></description>
			<content:encoded><![CDATA[<p>In the Open Source landscape, there are applications to suite every need and to fill every niche. And yet, finding the right application can be a hit-or-miss affair.</p>
<p>I find that I can search and search to find the application that I need today, and come up with nothing. Months later I can stumble across the perfect solution, almost by accident. I don&#8217;t know how that works, but I suspect it is all down to the keywords I use. I&#8217;ll get the hang of Google one day.</p>
<p>Anyway, here is my top list of applications that I would like to find, along with those that I <em>have</em> found, but which don&#8217;t quite fit the bill.</p>
<h3>Media Player</h3>
<p>This isn&#8217;t just a software-based media player, this includes the hardware. I am looking for something to replace my DVD player and video recorder. I would like to use it to watch films and programmes and listen to music in different rooms, but don&#8217;t mind if the bulk of it sits under the stairs, and I just carry around a small satellite unit.</p>
<p>It needs to be quiet, but also needs to be able to plug into the TV. I don&#8217;t want to watch films on my PC &#8211; when I am at my PC, I am working. Showing films is a job for the TV. Films should be available to play from my server, or from a USB key plugged into the device.</p>
<p>Yeah, I just want to plug-and-go.</p>
<p>Some applications that I have looked at are:</p>
<ul>
<li><a href="http://www.mythtv.org/">MythTV</a> &#8211; is it actually possible to install and <em>just </em>start using this thing without spending half a day messaing around with MySQL databases and sources obscure drivers? I just can&#8217;t seem to get on with this thing.</li>
<li><a href="http://freevo.sourceforge.net/index.php">freevo</a> &#8211; looks pretty good. I&#8217;m not sure how experimental it still is though.</li>
<li><a href="http://elisa.fluendo.com/" target="_blank">elisa </a>- this one shows some promise, and seems to look a lot more polished than the others. I haven&#8217;t tried it yet, but aim to soon.</li>
</ul>
<p>Perhaps it is an <a href="http://www.reghardware.co.uk/2007/10/04/review_apple_tv/" target="_blank">Apple TV</a> that I need? Or even a <a href="http://www.neurostechnology.com/" target="_blank">Neuris OSD</a> device (I&#8217;ll wait and see how the communities develop).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consil.co.uk/blog/2008/09/13/open-source-applications-my-missing-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

