<?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>Life Notes</title>
	<atom:link href="http://dx3webs.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://dx3webs.com/wordpress</link>
	<description></description>
	<lastBuildDate>Fri, 13 Aug 2010 13:20:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Zip files corrupted on download in internet explorer no FF or Chrome</title>
		<link>http://dx3webs.com/wordpress/2010/07/zip-files-corrupted-on-download-in-internet-explorer-no-ff-or-chrome/</link>
		<comments>http://dx3webs.com/wordpress/2010/07/zip-files-corrupted-on-download-in-internet-explorer-no-ff-or-chrome/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 22:39:29 +0000</pubDate>
		<dc:creator>Andy Bird</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[webhosting]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://dx3webs.com/wordpress/?p=154</guid>
		<description><![CDATA[Aghh the joys of working with websites.. One step forward another step back. Scenario You have zipped files available for download from your site, blog, CMS etc.  When you test the download process our in IE you get an error: The Compressed (zipped) Folder is invalid or corrupted. However, when you test the download with]]></description>
			<content:encoded><![CDATA[<p>Aghh the joys of working with websites..</p>
<p>One step forward another step back.</p>
<p>Scenario</p>
<p>You have zipped files available for download from your site, blog, CMS etc.  When you test the download process our in IE you get an error:</p>
<blockquote>
<pre>The Compressed (zipped) Folder is invalid or corrupted.</pre>
</blockquote>
<p><span id="more-154"></span><br />
<a href="http://dx3webs.com/"><img class="alignright" style="margin: 10px;" title="UK Magento e-commerce hosting" src="http://dx3webs.com/images/ad.jpg" alt="UK Magento e-commerce hosting" width="250" height="250" /></a><br />
However, when you test the download with Firefox or Chrome all works fine.  You may even be able to open the file via 7zip or Winrar. However, normal people (non-geeks) will not be able to enjoy your amazing zipped files.  This can be especially irritating if you are trying to sell downloadable files via Magento or similar.  The problem is probably related to the way in which you have told apache to gzip your site. Check to make sure that you (or your software package) have not applied the following in either .htaccess or httpd.conf</p>
<blockquote><p>SetOutputFilter DEFLATE</p></blockquote>
<p>This essentially tells apache to compress all files being sent to the browser.  Fine unless you have already compressed a file. This double compression clearly damages the files in transit leading to the problem above. I have yet to figure out why FF or chrome seem to compensate for this.  Either way you need to be more specific in how you tell apache to compress what.</p>
<p>Something like this should be used</p>
<blockquote><p>AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript<br />
AddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/rss+xml<br />
AddOutputFilterByType DEFLATE application/javascript application/x-javascript<br />
#AddOutputFilterByType DEFLATE application/x-httpd-php</p>
<p>BrowserMatch ^Mozilla/4 gzip-only-text/html<br />
BrowserMatch ^Mozilla/4\.0[678] no-gzip<br />
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html</p>
<p>SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.(?:pdf|doc)$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.(?:avi|mov|mp3|mp4|rm)$ no-gzip dont-vary</p></blockquote>
<p>The top block explicitly tell the server what type of files to compress.  The middle block targets the browsers. The final block will exclude php generated media formats which again do not need to compressed twice.</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/wordpress/2010/07/zip-files-corrupted-on-download-in-internet-explorer-no-ff-or-chrome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Publish wordpress to twitter</title>
		<link>http://dx3webs.com/wordpress/2010/07/publish-wordpress-to-twitter/</link>
		<comments>http://dx3webs.com/wordpress/2010/07/publish-wordpress-to-twitter/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 12:58:28 +0000</pubDate>
		<dc:creator>Andy Bird</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[twitter tools]]></category>
		<category><![CDATA[wp to wordpress]]></category>

		<guid isPermaLink="false">http://dx3webs.com/wordpress/?p=149</guid>
		<description><![CDATA[Having just spent all morning getting grief from she-who-must-be-obeyed I am having a bad PC day. Her command was simple enough MAKE MY BLOG POST TO TWITTER hmm. 1st it was &#8220;who the hell would want to use twitter&#8221; then it was like &#8220;make my facebook page talk to twitter&#8221; now its &#8220;make my wordpress]]></description>
			<content:encoded><![CDATA[<p>Having just spent all morning getting grief from she-who-must-be-obeyed I am having a bad PC day.  Her command was simple enough</p>
<blockquote><p>MAKE MY BLOG POST TO TWITTER</p></blockquote>
<p>hmm. 1st it was &#8220;who the hell would want to use twitter&#8221; then it was like &#8220;make my facebook page talk to twitter&#8221; now its &#8220;make my wordpress blog talk to twitter&#8221;.  The facebook talking to twitter was a bit of a pain but I figured wordpress would be a doddle.  I used the built in plugin search / install tool to try about 5 different twitter integrators and none of them would work.  Alex King who produces the most popular plug in <a href="http://wordpress.org/extend/plugins/twitter-tools/">Twitter Tools</a> was starting to <a href="http://wordpress.org/support/topic/312067/page/2?replies=46">lose his cool</a> so it is clearly a problem with some esoteric combination of servers and twitter.</p>
<p>Eventually at the bottom of the plugin search page is <a href="http://www.joedolson.com/">WP to Twitter</a> by <a href="http://www.joedolson.com/">Joe Dolson</a>.  Finally!! This worked a treat 1st time around, supports bit.ly and a few other shortening services and is very easy to use.  Is these words are true there should be a link flying its way over to twitter right now pointing back to this page <img src='http://dx3webs.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/wordpress/2010/07/publish-wordpress-to-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to extract *.tgz or *.tar.gz</title>
		<link>http://dx3webs.com/wordpress/2010/07/how-to-extract-tgz-or-tar-gz/</link>
		<comments>http://dx3webs.com/wordpress/2010/07/how-to-extract-tgz-or-tar-gz/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 12:26:54 +0000</pubDate>
		<dc:creator>Andy Bird</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[decompress]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[tar.gz]]></category>
		<category><![CDATA[verbose]]></category>

		<guid isPermaLink="false">http://dx3webs.com/wordpress/?p=146</guid>
		<description><![CDATA[To extract .tar.gz or .tgz files from terminal or via ssh tar -zxvf file.tar.gz or tar -zxvf filename.tgz I don&#8217;t know about anyone else but 99% of the time when faced with a compressed tar file I want to extract it to its own folder and view the progress of the decompression. So why it]]></description>
			<content:encoded><![CDATA[<p>To extract .tar.gz or .tgz files from terminal or via ssh</p>
<p>tar -zxvf file.tar.gz</p>
<p>or</p>
<p>tar -zxvf filename.tgz</p>
<p>I don&#8217;t know about anyone else but 99% of the time when faced with a compressed tar file I want to extract it to its own folder and view the progress of the decompression.  So why it is that every time you seek the answer to this question do most linux support sites feel the need to explain over 1500 words every single possible switch and variant of the tar command coupled with the historical development and legacy options of the command.  WE DON&#8217;T CARE. </p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/wordpress/2010/07/how-to-extract-tgz-or-tar-gz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH as a different user on remote linux box</title>
		<link>http://dx3webs.com/wordpress/2010/07/ssh-as-a-different-user-on-remote-linux-box/</link>
		<comments>http://dx3webs.com/wordpress/2010/07/ssh-as-a-different-user-on-remote-linux-box/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 12:12:05 +0000</pubDate>
		<dc:creator>Andy Bird</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[logon]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://dx3webs.com/wordpress/?p=142</guid>
		<description><![CDATA[Scenario: You are sat at a linux box (ubuntu, fedora, suse etc) and want to ssh into another linux box (probably your webserver). By default typing ssh remote-domain.com will attempt to log you in as the user you are currently logged in as. However, you may want to log into the remote machine as someone]]></description>
			<content:encoded><![CDATA[<p>Scenario:<br />
You are sat at a linux box (ubuntu, fedora, suse etc) and want to ssh into another linux box (probably your webserver).  By default typing ssh remote-domain.com will attempt to log you in as the user you are currently logged in as.  However, you may want to log into the remote machine as someone else.</p>
<p>Short answer:</p>
<p>in a linux terminal enter</p>
<blockquote><p>ssh user@remote.com
</p></blockquote>
<p>Long answer:<br />
<span id="more-142"></span><br />
Arghh! </p>
<p>Digging into the linux world as a traditional windows user can be hit and miss.  When working through IT puzzles I have always figured that if I can think of the need then someone somewhere will have figured away to do it and all I need to do is to figure how to ask Google the right question.</p>
<p>With linux things are slightly different.  It is almost as if there is some unwritten linux user constitution that says that when explaining the solution to a problem they will only give the vaguest clues and insinuations.  It is as if actually spelling out in plain English the answer to a problem would be &#8216;too easy&#8217;.  Heck, I am surprised that some of the answers are not in anagrams just to make things hard.</p>
<p>After trying various google searches the answer was eventually half way down the second page.  </p>
<p>In Windows the usual way to ssh into a server is via Putty and this is probably the cause of the frustration.  In putty you give the remote domain you want to connect to and when the connection is made you are asked for a user name and password. IT MAKES SENSE!!. On a linux box (ubuntu trying to connect to CentOS in my case) it assumes you want to connect the remote computer using the username you are currently logged in as.  Why? I mean what are the changes of two computers expecting the same username?</p>
<p>As with many linux problem-answer combos the answer is easy.. once you know how.  Part of the reason I stated this blog was to stick info like this somewhere so the next time I forger I know where to look and help others who are in the same situation. As always if you find somthing useful check out the sponsors <img src='http://dx3webs.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/wordpress/2010/07/ssh-as-a-different-user-on-remote-linux-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 10.04 1st impressions</title>
		<link>http://dx3webs.com/wordpress/2010/05/ubuntu-10-04-1st-impressions/</link>
		<comments>http://dx3webs.com/wordpress/2010/05/ubuntu-10-04-1st-impressions/#comments</comments>
		<pubDate>Sat, 15 May 2010 17:13:32 +0000</pubDate>
		<dc:creator>Andy Bird</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[asus rf1]]></category>
		<category><![CDATA[samsung nc10]]></category>
		<category><![CDATA[suse 11.2]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://dx3webs.com/wordpress/?p=126</guid>
		<description><![CDATA[I have installed this on two machines now. The 1st is the samsung nc10. I instaled through wubi as this is a great way of installing Ubuntu if you wish to keep your Windows installation in one piece (and who wouldn&#8217;t). All the hardware is working on 1st attempt including bluetooth and wireless. Even most]]></description>
			<content:encoded><![CDATA[<p>I have installed this on two machines now.  The 1st is the samsung nc10. I instaled through <a href="http://wubi-installer.org/">wubi </a>as this is a great way of installing Ubuntu if you wish to keep your Windows installation in one piece (and who wouldn&#8217;t). All the hardware is working on 1st attempt including bluetooth and wireless.  Even most of the keyboard f keys are working with the exception of the brightness keys.  The system is responsive and comparable to windows 7.  The open office spreadsheet loads in a reasonable time ( a few seconds) and is very usable.  Clearly, the Ubuntu team have worked hard to ensure that Netbooks are covered.<br />
<span id="more-126"></span><br />
The second installation is a more interesting study in weird hardware.  This is an Asus RF1 tablet PC which has caused a great deal of difficulty for both ubuntu 9.x and suse 11.2. This originally came with Windows Vista and as much as I was a fan of Vista (with the right hardware) it was quite unusable.  Normally, I would install Windows 7 but we have a lot of PCs in the house and I just can&#8217;t justify the cost. Prior to Ubuntu 10.04 I have been using Suse 11.2 but this has given me nothing but greif. </p>
<p>This tablet PC is attached to the plasma screen in the lounge and is generally used to stream video from the main PC in the study.  I abandoned ubuntu 9.x as I could not get the spdif out to work and suse refused to automatically connect to the windows 7 network share and recently stopped plaing back 720p video in a smooth manner.  So this was the ideal time to test out 10.04.</p>
<p>The installation went a dream.  I downloaded the iso and booted off it.  The installation found suse and offered to run them both side by side,  As I really could not be bothered to reinstall suse again if this did not work I opted to have both.</p>
<p>Once installed I enabled to restricted drivers, run the updater, rebooted a few times and then set about seeing if was going to do what I needed.  </p>
<p><strong>Connecting to windows share</strong>. This was flawless.  Entered the required details and it created a one click access to the movie folder on my windows 7 machines.  Perfect. This was something that suse never did let me do.</p>
<p><strong>Play 702p avi / mkv files.</strong>  I double clicked on the 1st file and the software manager popped up.  It infomed me that it needed some codecs and do I want to get them.  I agreed and a few seconds later my video was playing.</p>
<p><strong>Next the sound! </strong> This has previously caused me no end of grief in both ubunto 9.x and Suse. I eventually got it working in Suse after faffing around with command line settings.  This time I went straight to the hardware > sound dialogue switched from analogue to digital and my home cinema kicked in straight away.</p>
<p>All the keyboard f key settings work including brightness and volume and even more surprising.. this is a tablet PC.  I took the stylus out and tested it.. perfect. </p>
<p>I switched the plasma over to the PC channel and already the image was on screen without any additional settings required. In less than half an hour I had a free operating system up and running and doing everything I needed it to do.</p>
<p> I am quite frankly shocked.  The new look and feel that Ubuntu has is very nice.. way better than the sickly brown-yellow look of years gone by.  More importantly it was able to detect a range of quite obscure hardware and make it work.  For FREE. Astounding (as a Gruffalo once said). </p>
<p>This is the 1st time I have installed any Linux distro and have not had to touch a console or command line. Well done Canonical.  If you have not tried Ubunto for a while give it a go,  If you are a windows user download wubi.. it will leave your windows installation untouched.</p>
<p>Oh and don&#8217;t forget that Steam is coming to the Linux world soon.  If only I could play all my games on Ubuntu I could be tempted to make a complete switch.. OK photoshop too.. oh wait what about.. hmmm</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/wordpress/2010/05/ubuntu-10-04-1st-impressions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>4870&#215;2 overheating, BFBC2 crash, PC reboots, PC freeze</title>
		<link>http://dx3webs.com/wordpress/2010/04/4870x2-overheating-bfbc2-crash-pc-reboots-pc-freeze/</link>
		<comments>http://dx3webs.com/wordpress/2010/04/4870x2-overheating-bfbc2-crash-pc-reboots-pc-freeze/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 21:16:35 +0000</pubDate>
		<dc:creator>Andy Bird</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[windows7]]></category>
		<category><![CDATA[4870x2]]></category>
		<category><![CDATA[battlefield bad company 2]]></category>
		<category><![CDATA[BFBC2]]></category>
		<category><![CDATA[fans]]></category>
		<category><![CDATA[graphics card]]></category>
		<category><![CDATA[over heating]]></category>

		<guid isPermaLink="false">http://dx3webs.com/wordpress/?p=116</guid>
		<description><![CDATA[I have been having a nightmare with my PC lately.  This rig is 18 months old with the following spec: Intel q9550 2.8 @ 3.4ghz Asus Rampage Forumula x48 mobo 8 gig corsair DDR2 Ram Power Color 4870&#215;2 In a antec gaming 900 case with enough fans to power a hover craft. All was well]]></description>
			<content:encoded><![CDATA[<p>I have been having a nightmare with my PC lately.  This rig is 18 months old with the following spec:</p>
<p>Intel q9550 2.8 @ 3.4ghz</p>
<p>Asus Rampage Forumula x48 mobo</p>
<p>8 gig corsair DDR2 Ram</p>
<p>Power Color 4870&#215;2</p>
<p>In a antec gaming 900 case with enough fans to power a hover craft.</p>
<p>All was well in the world of my baby for the 1st 18 months of life till I started to place Battlefield Bad Company 2.  For the 1st time it crashed in a game! It has never done this before.  I am running Windows 7 x 64 and this is a dream system.  Even after 18 months it feels as good as the day we bought it despite 2 changes in OS and a constant stream of experimental beta apps.  Windows 7 is awesome :)</p>
<p>And now.. it crashes!! it even turns the monitor off when it feels like it! Like many people I blamed BFBC2.. it does have a few bugs after all. However, things just got worse and even in 2d use things were starting to fall apart.<br />
<span id="more-116"></span><br />
I assumed for a while that I had installed on piece of broken software too many but the problem got worse. The fan was getting louder and louder and the time till monitor turning off was getting shorter and shorter.  You could still remote into the system so it had to be a graphics card problem.</p>
<p>I could get it to stay on longer by pointing a 120 mm fan at the back-end of the card which made me start to suspect an overheating issue.  A quick google reveals that these cards have a rack of diagnostic LEDS.  These mean:</p>
<ul>
<li>D14 (R753) 6 Pin power unplugged</li>
<li>D13 (R724) 8 Pin power unplugged</li>
<li>D15 (R819) Overheating (Thermal issue)</li>
<li>D5 (R323) GPU-1 (Master) No power</li>
<li>D7 (R570) GPU-2 (Slave) No power</li>
</ul>
<p>On closer inspection I found them for the 1st time and could see the middle one was on when the monitor turned off!! Over heating it is then. This makes sense as when I 1st got this card it was too hot to touch the back plate&#8230; now I could.  It was time to dig out the screw drivers.. it did not take long to spot the problem&#8230;</p>
<div id="attachment_117" class="wp-caption aligncenter" style="width: 310px"><a href="http://dx3webs.com/wordpress/wp-content/uploads/2010/04/IMG_7583.jpg" rel="lightbox[116]"><img class="size-medium wp-image-117" title="4870x2 dust trap" src="http://dx3webs.com/wordpress/wp-content/uploads/2010/04/IMG_7583-300x199.jpg" alt="4870x2 : Dust Trap" width="300" height="199" /></a><p class="wp-caption-text">4870x2 : Dust Trap</p></div>
<p>Yes after 18 months of owning this baby an entire wall of dust had blocked the heatsink.. this is the stupidest design I have ever seen with a blatant fail point. no air was reaching the 2 giant heat sinks&#8230;</p>
<p>here is the thing attacked with a screw driver..</p>
<div id="attachment_118" class="wp-caption aligncenter" style="width: 209px"><a href="http://dx3webs.com/wordpress/wp-content/uploads/2010/04/IMG_7585.jpg" rel="lightbox[116]"><img class="size-medium wp-image-118" title="4870x2 stripped down" src="http://dx3webs.com/wordpress/wp-content/uploads/2010/04/IMG_7585-199x300.jpg" alt="4870x2 stripped down" width="199" height="300" /></a><p class="wp-caption-text">4870x2 stripped down</p></div>
<p>This is clearly a stupid system.. no wonder the bloody fan has to sound like a hair dryer to get any air to the 2nd heatsink</p>
<p>time for a cunning plan&#8230;</p>
<p>time to dich these..</p>
<div id="attachment_119" class="wp-caption aligncenter" style="width: 310px"><a href="http://dx3webs.com/wordpress/wp-content/uploads/2010/04/IMG_7590.jpg" rel="lightbox[116]"><img class="size-medium wp-image-119" title="4870x2 plastic shroud and fan" src="http://dx3webs.com/wordpress/wp-content/uploads/2010/04/IMG_7590-300x199.jpg" alt="4870x2 plastic shroud and fan" width="300" height="199" /></a><p class="wp-caption-text">4870x2 plastic shroud and fan</p></div>
<p>and run off the Maplins for a couple of new 80mm fans and some zip ties.. <em>MacGyver </em>it all together for this..</p>
<div id="attachment_120" class="wp-caption aligncenter" style="width: 310px"><a href="http://dx3webs.com/wordpress/wp-content/uploads/2010/04/IMG_7587.jpg" rel="lightbox[116]"><img class="size-medium wp-image-120" title="4870x2 replacement fans" src="http://dx3webs.com/wordpress/wp-content/uploads/2010/04/IMG_7587-300x199.jpg" alt="4870x2 replacement fans" width="300" height="199" /></a><p class="wp-caption-text">4870x2 replacement fans</p></div>
<p>I now have a super cool 4870&#215;2 that runs soooo quiet even at full tilt..</p>
<p>I can recommend this to anyone who</p>
<p>a) has a dusty room and<br />
b) has lots of space in their case.</p>
<p>c) is sick to death of the high pitched hurricane that these cards normally produce.</p>
<p>Me and Riley just had our 1st real session playing BFBC2 for more than an hour with no crashing&#8230; and I called this games all names.. sorry for that</p>
<div id="attachment_121" class="wp-caption aligncenter" style="width: 209px"><a href="http://dx3webs.com/wordpress/wp-content/uploads/2010/04/IMG_7592.jpg" rel="lightbox[116]"><img class="size-medium wp-image-121" title="4870x2 work bench" src="http://dx3webs.com/wordpress/wp-content/uploads/2010/04/IMG_7592-199x300.jpg" alt="4870x2 work bench" width="199" height="300" /></a><p class="wp-caption-text">4870x2 work bench</p></div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/wordpress/2010/04/4870x2-overheating-bfbc2-crash-pc-reboots-pc-freeze/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to fix VNC in opensuse 11.2</title>
		<link>http://dx3webs.com/wordpress/2010/03/how-to-fix-vnc-in-opensuse-11-2/</link>
		<comments>http://dx3webs.com/wordpress/2010/03/how-to-fix-vnc-in-opensuse-11-2/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 21:01:39 +0000</pubDate>
		<dc:creator>Andy Bird</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asus r1f]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opnesuse]]></category>
		<category><![CDATA[r1f intel hda]]></category>
		<category><![CDATA[spdif]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[tightvcn]]></category>
		<category><![CDATA[vnc]]></category>
		<category><![CDATA[yast]]></category>

		<guid isPermaLink="false">http://dx3webs.com/wordpress/?p=110</guid>
		<description><![CDATA[Just to give a bit of background.. We have a load of PCs in the house.. 3 in the study, 1 in the kitchen, a couple of floating laptops and an old tablet PC acting as a media centre in the lounge.  It is the latter that has been the cause of my latest grief.]]></description>
			<content:encoded><![CDATA[<p>Just to give a bit of background.. We have a load of PCs in the house.. 3 in the study, 1 in the kitchen, a couple of floating laptops and an old tablet PC acting as a media centre in the lounge.  It is the latter that has been the cause of my latest grief.  Having so many PCs means it is very expensive to upgrade everything to Windows 7.  I tried the early betas and the RC of Windows 7 on just about everything we had to see how it performed with different hardware and I have to say Windows 7 is awesome.</p>
<p>However, MS are still greedy sods and it costs way to much for a house hold like ours.  So the fall back is Linux.  Last week the Tablet PC laptop started to reboot every 2 hours anouncing the end of the RC period for windows 7.  Time to find an alternative.  My default Linux dostro is Ubuntu apart from failing to install the wireless drivers this generally detects everything and works a treat (once you get rid of that god awful orange and brown).</p>
<p>I installed Ubuntu on this aging Asus R1F and all looked good.  Movies streamed from my main Windows 7 machines and I nearly died when for a laugh I threw the toggle switch and discovered that the bluetooth AND the WIFI worked out of the box!! This is an amazing achievement for Ubuntu. So all was well in the world till we sat down to watch the latest Supernatural&#8230;  where was the sound!!<br />
<span id="more-110"></span><br />
Yes, despite everything and all appearence of working Ubuntu had failed to make the inboard Intel HD audio work.  A long, long google session revealed loads of others in the same situations and a few people who claimed to have fixed the problem but no matter what I could not get this to work.  So NEXT&#8230;</p>
<p>My next port of call was opensuse.  I have never touched this before so was not sure what to expect and just to keep myself on the edge I went for the KDE option which I have also never touched.. in for a penny&#8230;</p>
<p>Install was a breeze and all seemed to work.. (actually I have not figured out if the wireless is working yet as I cant find where it is hiding the information)</p>
<p>More importantly the sound was working.. Hurray.  After a quick install of VLC media player I have a viable media centre PC again with SPDIF out (needed to run alsamixer in terminal and unmute spdif by pressing m)</p>
<p>One thing is does not do is to stream movies from my WIndows 7 machine.  If anyone know how to fix this shout.</p>
<p>My media PC is a small tablet that lives tucked away under the TV.  I don&#8217;t want to touch it if I don&#8217;t have to so I needed the equivalent to the brilliant Remote Desktop Connection software in windows.  After a quick google I am informed that VNC is built in and should be a doddle to use.  I checked with YAST and it was already installed and ready to go.  So at my windows 7 machine I installed the beta of tightvnc and dialed in the connection&#8230; nothing but a black screen and a cursor.  grrr.  3 Google hours later and i have finally found the solution.  So here it is..</p>
<p>The answer here is taken from <a href="http://forums.opensuse.org/applications/426389-vnc-not-working-7.html">here</a> where one heroic poster (plodder) finally explained what needed to be done.</p>
<blockquote>
<div id="_mcePaste">Well for those of you that are still interested in solving the original problem of making VNC work (rather than resorting to NX &#8211; good though that is), I think I may have found a solution. Thanks to Kimmeridgien for indicating the direction in which to go.</div>
<div id="_mcePaste">It does seem that the current version of TightVNC has a problem with IPv6 and this has been mentioned in some blogs at the TightVNC site. When you attempt to VNC to a Suse 11.2 host, xinetd invokes the command as specified in the <strong>Yast / Network Services (xinetd) / vnc1 entry</strong>, which is:</div>
<div id="_mcePaste"><strong>/usr/bin/Xvnc -noreset -inetd -query localhost -geometry 1024&#215;768 -depth 16</strong></div>
<div id="_mcePaste">The relevant part here is &#8216;-query localhost&#8217;, which I gather means &#8216;supply an XDMCP logon screen from localhost (127.0.0.1)&#8217;, the VNC server in this case. However, the server can only determine the IP equivalent of the name &#8216;localhost&#8217; by looking in the <strong>/etc/hosts</strong> file. Unfortunately there are two possibilities, one for IPv4:</div>
<div id="_mcePaste">127.0.0.1 localhost</div>
<div id="_mcePaste">and one for IPv6:</div>
<div id="_mcePaste">::1 localhost ipv6-localhost ipv6-loopback</div>
<div id="_mcePaste">and TightVNC doesn&#8217;t seem to know which one to go for. The solution is to include a unique alias on the IPv4 line and then specify that the xinetd command should use that alias instead of &#8216;localhost&#8217;. Thus the /etc/hosts IPv4 line is edited to become:</div>
<div id="_mcePaste">127.0.0.1 localhost ipv4-localhost</div>
<div id="_mcePaste">and the arguments for the vnc1 xineted entry are changed, via the edit facility in Yast, to become:</div>
<div id="_mcePaste"><strong>-noreset -inetd -query ipv4-localhost -geometry 1024&#215;768 -depth 16</strong></div>
<div id="_mcePaste">After completing these two changes, you appear to be able to use VNC to the Suse 11.2 server without rebooting it. Note that you do not have to disable IPv6 in Yast / Network Devices / Network Settings for this to work.</div>
<div id="_mcePaste">Hope that helps.</div>
</blockquote>
<div>It took me a while to find Yast / Network Services (xinetd) / vnc1 entry but it is right there in front of my eyes.  I also increased the resolution from 1024&#215;768 to something more useful and as everything in our house is wired I upped the colours to 32 bit.</div>
<div>Finally I have a fully working media centre running on suse.. well appart from the whole non-sreaming movies but I can live with that!</div>
<div>So is linux ready for the real world!!! Ask me again when I have calmed down.</div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/wordpress/2010/03/how-to-fix-vnc-in-opensuse-11-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Where was RAF Skellingthorpe located.</title>
		<link>http://dx3webs.com/wordpress/2010/02/where-was-raf-skellingthorpe-located/</link>
		<comments>http://dx3webs.com/wordpress/2010/02/where-was-raf-skellingthorpe-located/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 17:40:54 +0000</pubDate>
		<dc:creator>Andy Bird</dc:creator>
				<category><![CDATA[history]]></category>
		<category><![CDATA[50 squadron]]></category>
		<category><![CDATA[air field]]></category>
		<category><![CDATA[birchwood]]></category>
		<category><![CDATA[bomber]]></category>
		<category><![CDATA[lancaster]]></category>
		<category><![CDATA[lincoln]]></category>
		<category><![CDATA[raf]]></category>
		<category><![CDATA[RAF skellingthorpe]]></category>
		<category><![CDATA[run way]]></category>
		<category><![CDATA[runway]]></category>
		<category><![CDATA[skellingthorpe]]></category>
		<category><![CDATA[ww2]]></category>

		<guid isPermaLink="false">http://dx3webs.com/wordpress/?p=99</guid>
		<description><![CDATA[This map shows a modern OS map with a 1960s map over laid.  I have used the lakes and Doddington Road and Skellingthorpe Road as place markers.  There appears to be a bit of discrepancy around the tree line at the top.  Essentially what is currently the Birchwood estate occupies most of the area where the runway]]></description>
			<content:encoded><![CDATA[<p><a href="http://dx3webs.com/wordpress/wp-content/uploads/2010/02/RAF-Skellingthorpe.png" rel="lightbox[99]"><img class="alignright size-thumbnail wp-image-100" title="RAF Skellingthorpe" src="http://dx3webs.com/wordpress/wp-content/uploads/2010/02/RAF-Skellingthorpe-150x150.png" alt="" width="150" height="150" /></a>This map shows a modern OS map with a 1960s map over laid.  I have used the lakes and Doddington Road and Skellingthorpe Road as place markers.  There appears to be a bit of discrepancy around the tree line at the top.  Essentially what is currently the Birchwood estate occupies most of the area where the runway was.  Remains of this can still be seen in the area eg behind the <a href="http://maps.google.co.uk/maps?q=53.216493,+-0.600214&amp;num=1&amp;t=h&amp;sll=53.800651,-4.064941&amp;sspn=6.881357,14.941406&amp;ie=UTF8&amp;ll=53.216737,-0.601394&amp;spn=0.010844,0.026543&amp;z=16&amp;iwloc=A">Birchwood Community Centre</a>.  Other clues are in the woodland that borders the north of the estate.  What is currently the <a href="http://www.airfields.fotopic.net/p45388364.html">Wild Life Public House</a> represent the original entrance to the base as indicated by  blue sign on the pub.  Bomber Command 50 squadron 1st arrived in November of 1941.  At its peak it housed 1803 men and 295 women.  In 1942 50 squadron relocated to Swinderby and flew the newer Lancaster bomber.  In 1943 61 squadron arrived at Skellingthorpe with 30-36 Lancaster bombers.  Over 208 bombers in total were lost from Skellingthorpe.</p>
<p><a href="http://dx3webs.com/wordpress/wp-content/uploads/2010/02/RAF-Skellingthorpe.png" rel="lightbox[99]"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/wordpress/2010/02/where-was-raf-skellingthorpe-located/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>add to the mini-cart left hand box in Magento</title>
		<link>http://dx3webs.com/wordpress/2010/02/add-to-the-mini-cart-left-hand-box-in-magento/</link>
		<comments>http://dx3webs.com/wordpress/2010/02/add-to-the-mini-cart-left-hand-box-in-magento/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 14:37:42 +0000</pubDate>
		<dc:creator>Andy Bird</dc:creator>
				<category><![CDATA[magento]]></category>
		<category><![CDATA[mini-cart]]></category>
		<category><![CDATA[modern theme]]></category>
		<category><![CDATA[shopping cart]]></category>

		<guid isPermaLink="false">http://dx3webs.com/wordpress/?p=97</guid>
		<description><![CDATA[You need to tweak your theme to allow you to post a message in the mini-cart area (the bit that show &#8220;You have no items in your shopping cart&#8221;) This is quite simple. edit sidebar.phtml in app/design/frontend/default/modern/template/checkout/cart add any text you wish to have permanently showing as below &#60;?php $_items = $this-&#62;getRecentItems() ?&#62; &#60;div&#62; &#60;?php if(count($_items)):]]></description>
			<content:encoded><![CDATA[<p>You need to tweak your theme to allow you to post a message in the mini-cart area (the bit that show &#8220;You have no items in your shopping cart&#8221;)</p>
<p>This is quite simple.<br />
<span id="more-97"></span><br />
edit sidebar.phtml</p>
<div>in app/design/frontend/default/modern/template/checkout/cart</div>
<div></div>
<div>add any text you wish to have permanently showing <strong>as below</strong></div>
<div id="_mcePaste">&lt;?php $_items = $this-&gt;getRecentItems() ?&gt;</div>
<div id="_mcePaste">&lt;div&gt;</div>
<div id="_mcePaste">&lt;?php if(count($_items)): ?&gt;</div>
<div id="_mcePaste">&lt;h5&gt;&lt;?php echo $this-&gt;__(&#8216;Recently added item(s)&#8217;) ?&gt;&lt;/h5&gt;</div>
<div id="_mcePaste">&lt;ol id=&#8221;cart-sidebar&#8221;&gt;</div>
<div id="_mcePaste">&lt;?php foreach($_items as $_item): ?&gt;</div>
<div id="_mcePaste">&lt;?php echo $this-&gt;getItemHtml($_item) ?&gt;</div>
<div id="_mcePaste">&lt;?php endforeach; ?&gt;</div>
<div id="_mcePaste">&lt;/ol&gt;</div>
<div id="_mcePaste">&lt;script type=&#8221;text/javascript&#8221;&gt;decorateList(&#8216;cart-sidebar&#8217;, &#8216;non-recursive&#8217;)&lt;/script&gt;</div>
<div id="_mcePaste">&lt;?php else: ?&gt;</div>
<div id="_mcePaste">&lt;div&gt;&lt;p&gt;&lt;?php echo $this-&gt;__(&#8216;You have no items in your shopping cart.&#8217;) ?&gt;&lt;/p&gt;&lt;/div&gt;</div>
<div id="_mcePaste">&lt;?php endif ?&gt;</div>
<div id="_mcePaste"><strong>&lt;p&gt;* all orders subject to 3.5% handling fee&lt;/p&gt;</strong></div>
<div id="_mcePaste"><strong>&lt;p&gt;* all order are non-refundable&lt;/p&gt;</strong></div>
<div id="_mcePaste">&lt;/div&gt;</div>
<div id="_mcePaste">&lt;/div&gt;</div>
<div id="_mcePaste">&lt;!&#8211; [ends] .cart-sidebar // &#8211;&gt;</div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/wordpress/2010/02/add-to-the-mini-cart-left-hand-box-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What does PAX / P.A.X mean in business retail</title>
		<link>http://dx3webs.com/wordpress/2010/01/what-does-pax-p-a-x-mean-in-business-retail/</link>
		<comments>http://dx3webs.com/wordpress/2010/01/what-does-pax-p-a-x-mean-in-business-retail/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 20:57:42 +0000</pubDate>
		<dc:creator>Andy Bird</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[business rent]]></category>
		<category><![CDATA[P.A.X]]></category>
		<category><![CDATA[PAX]]></category>
		<category><![CDATA[rates]]></category>
		<category><![CDATA[rent]]></category>

		<guid isPermaLink="false">http://dx3webs.com/wordpress/?p=84</guid>
		<description><![CDATA[Per Annum Exclusive Essentially it refers to  fact that the rent doesn&#8217;t include additional costs eg  insurance or business rates.]]></description>
			<content:encoded><![CDATA[<p>Per Annum Exclusive</p>
<p>Essentially it refers to  fact that the rent doesn&#8217;t include additional costs eg  insurance or business rates.</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/wordpress/2010/01/what-does-pax-p-a-x-mean-in-business-retail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
