<?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>William Rendell</title>
	<atom:link href="http://www.williamrendell.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.williamrendell.com</link>
	<description>The home of B19WLL</description>
	<lastBuildDate>Tue, 25 Oct 2011 15:06:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cloud Computing</title>
		<link>http://www.williamrendell.com/archives/856/cloud-computing/</link>
		<comments>http://www.williamrendell.com/archives/856/cloud-computing/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 10:34:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.williamrendell.com/?p=856</guid>
		<description><![CDATA[ <p> </p> ]]></description>
			<content:encoded><![CDATA[	<p><img class="size-full wp-image-857 alignleft" title="cloud_computing" src="http://www.williamrendell.com/wp-content/uploads/2011/07/cloud_computing.png" alt="" width="573" height="204" />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.williamrendell.com/archives/856/cloud-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Chrome&#8217;s cache location</title>
		<link>http://www.williamrendell.com/archives/841/change-chromes-cache-location/</link>
		<comments>http://www.williamrendell.com/archives/841/change-chromes-cache-location/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 12:20:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.williamrendell.com/?p=841</guid>
		<description><![CDATA[ <p>If you amend the shortcut for chome by appending this at the end of chrome.exe</p> --user-data-dir=\"type the full path of your own cache folder here\" You can change where your Google Chrome cache is. ]]></description>
			<content:encoded><![CDATA[	<p>If you amend the shortcut for chome by appending this at the end of chrome.exe</p>
	<pre>--user-data-dir=\"type the full path of your own cache folder here\"</pre>
	<pre>You can change where your Google Chrome cache is.</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.williamrendell.com/archives/841/change-chromes-cache-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel 2003 slow opening files across network</title>
		<link>http://www.williamrendell.com/archives/836/excel-2003-slow-opening-files-across-network/</link>
		<comments>http://www.williamrendell.com/archives/836/excel-2003-slow-opening-files-across-network/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 15:55:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.williamrendell.com/?p=836</guid>
		<description><![CDATA[ <p>Please see the below link, its to to with some an Office 2003 update for Excel</p> <p>Uninstall Excel update #KB2541025 and also #KB2502786</p> <p>http://forums.techarena.in/ms-office-support/749154-2.htm</p> <p>If you like this post, then please consider retweeting it or sharing it on Facebook. </p> ]]></description>
			<content:encoded><![CDATA[	<p>Please see the below link, its to to with some an Office 2003 update for Excel</p>
	<p>Uninstall Excel update #KB2541025 and also #KB2502786</p>
	<p><a href="http://forums.techarena.in/ms-office-support/749154-2.htm">http://forums.techarena.in/ms-office-support/749154-2.htm</a></p>
	<p>If you like this post, then please consider retweeting it or sharing it on <a href="http://www.facebook.com">Facebook</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.williamrendell.com/archives/836/excel-2003-slow-opening-files-across-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yum-complete-transaction</title>
		<link>http://www.williamrendell.com/archives/831/yum-complete-transaction/</link>
		<comments>http://www.williamrendell.com/archives/831/yum-complete-transaction/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 22:13:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.williamrendell.com/?p=831</guid>
		<description><![CDATA[ <p>Using yum to manage installing, upgrading or removing packages in Linux is a great little tool. Sometimes when running a yum transaction you may get a warning that you need to run &#8220;yum-complete-transaction&#8221; as you have pending or incomplete transactions.</p> <p>Simply running yum-complete-transaction will not do the trick if you have not first ran</p> [...]]]></description>
			<content:encoded><![CDATA[	<p>Using yum to manage installing, upgrading or removing packages in Linux is a great little tool. Sometimes when running a yum transaction you may get a warning that you need to run &#8220;yum-complete-transaction&#8221; as you have pending or incomplete transactions.</p>
	<p>Simply running yum-complete-transaction will not do the trick if you have not first ran</p>
	<blockquote><p>yum install yum-utils</p></blockquote>
	<p>Once you have installed yum-utils you can then run yum-complete-transaction to fix your yum problems.</p>
	<p>Note&#8230;<br />
<strong>yum-complete-transaction</strong> &#8211; finds incomplete or aborted yum transactions and attempts to complete them</p>
	<p>More information regarding yum-utils and the use of them can be found <a title="yum-utils" href="http://linux.die.net/man/1/yum-utils" target="_blank">here</a>.</p>
	<p>If you like this post, then please consider retweeting it or sharing it on <a href="http://www.facebook.com">Facebook</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.williamrendell.com/archives/831/yum-complete-transaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paypal Twitter account hacked</title>
		<link>http://www.williamrendell.com/archives/829/paypal-twitter-account-hacked/</link>
		<comments>http://www.williamrendell.com/archives/829/paypal-twitter-account-hacked/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 22:19:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.williamrendell.com/archives/829/paypal-twitter-account-hacked/</guid>
		<description><![CDATA[ <p>A disgruntled customer has hacked in to the Twitter account of Paypal UK this evening. </p> <p>The Twitter account has now been suspended after anti paypal tweets were made.</p> ]]></description>
			<content:encoded><![CDATA[	<p>A disgruntled customer has hacked in to the Twitter account of Paypal UK this evening. </p>
	<p>The Twitter account has now been suspended after anti paypal tweets were made.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.williamrendell.com/archives/829/paypal-twitter-account-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fire at Cheltenham Trade Park</title>
		<link>http://www.williamrendell.com/archives/809/fire-at-cheltenham-trade-park/</link>
		<comments>http://www.williamrendell.com/archives/809/fire-at-cheltenham-trade-park/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 12:10:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.williamrendell.com/?p=809</guid>
		<description><![CDATA[ <p>A fire broke out at Unit 17 Cheltenham Trade Park yesterday causing serious loss of both building and business for Classic Catering. Smart Computers Ltd and Washington Printing who have the units either side of Classic Catering were very lucky not to have been destroyed. If it not been for the courages efforts of the [...]]]></description>
			<content:encoded><![CDATA[	<p>A fire broke out at Unit 17 Cheltenham Trade Park yesterday causing serious loss of both building and business for Classic Catering. <a title="Computer Support Cheltenham" href="http://www.smart-computers.co.uk" target="_blank">Smart Computers Ltd</a> and Washington Printing who have the units either side of Classic Catering were very lucky not to have been destroyed. If it not been for the courages efforts of the Gloucestershire Fire and Rescue Service. I am sure that matters would eb a lot worse. Smart Computers suffered from water and smoke damage.</p>
	<p>Quote from <a title="Bee Penfold" href="http://www.facebook.com/profile.php?id=1132720259" target="_blank">Beryl Penfold</a> a local resident and my sister <img src='http://www.williamrendell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
	<blockquote><p>Firemen did a great job stopping it spreading&#8230;.. when i got round there the flames were raging from the roof and blowing Smarts</p>
	<p>way&#8230;&#8230;&#8230;.. Very Lucky&#8230;&#8230;..</p></blockquote>
	<p><img class="size-medium wp-image-810 alignleft" title="Unit 17 Cheltenham Trade Park" src="http://www.williamrendell.com/wp-content/uploads/2011/06/IMAG0330-179x300.jpg" alt="" width="179" height="300" /></p>
	<p><a href="http://www.williamrendell.com/wp-content/uploads/2011/06/IMAG0328.jpg"> <img class="size-medium wp-image-815 alignleft" title="IMAG0328" src="http://www.williamrendell.com/wp-content/uploads/2011/06/IMAG0328-300x179.jpg" alt="" width="300" height="179" /></a></p>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
	<p>&nbsp;<br />
<code><iframe width="480" height="390" src="http://www.youtube.com/embed/3puGtsrzrsU?rel=0" frameborder="0" allowfullscreen></iframe></code></p>
	<p>If you like this post, then please consider retweeting it or sharing it on <a href="http://www.facebook.com">Facebook</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.williamrendell.com/archives/809/fire-at-cheltenham-trade-park/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Miles and Mason in Fire Engine</title>
		<link>http://www.williamrendell.com/archives/802/miles-and-mason-in-fire-engine/</link>
		<comments>http://www.williamrendell.com/archives/802/miles-and-mason-in-fire-engine/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 11:44:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Mason]]></category>
		<category><![CDATA[Miles]]></category>

		<guid isPermaLink="false">http://www.williamrendell.com/?p=802</guid>
		<description><![CDATA[ <p> If you like this post, then please consider retweeting it or sharing it on Facebook. </p> ]]></description>
			<content:encoded><![CDATA[	<p><iframe width="480" height="390" src="http://www.youtube.com/embed/V-wfcX-Vz6Q" frameborder="0" allowfullscreen></iframe><br />
If you like this post, then please consider retweeting it or sharing it on <a href="http://www.facebook.com">Facebook</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.williamrendell.com/archives/802/miles-and-mason-in-fire-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the RDP port on XP</title>
		<link>http://www.williamrendell.com/archives/800/how-to-change-the-rdp-port-on-xp/</link>
		<comments>http://www.williamrendell.com/archives/800/how-to-change-the-rdp-port-on-xp/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 09:39:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.williamrendell.com/?p=800</guid>
		<description><![CDATA[ <p>Sometimes you may want to access more than one PC or Server via RDP through your firewall. This can be a problem if you only have one external IP address. One thing you can do to get round this is to change the listening port on the target PC. This can be done by [...]]]></description>
			<content:encoded><![CDATA[	<p>Sometimes you may want to access more than one PC or Server via RDP through your firewall. This can be a problem if you only have one external IP address. One thing you can do to get round this is to change the listening port on the target PC. This can be done by changing the registry as described below. WARNING This site will not be liable for any problems that may arise from you following this article. Always make sure you have good backups.</p>
	<p>The Standard RDP port is TCP:3389, lets pretend for this example you have this port forwarded to PC1 (192.168.0.1) but you need to access PC2 (192.168.0.2) via RDP from outside of your router/firewall. On PC2 make the registry change below using port number 3390.</p>
	<li>Start Registry Editor.</li>
	<li>Locate and then click the following registry subkey:
	<div><strong>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber</strong></div>
</li>
	<li>On the <strong>Edit</strong> menu, click <strong>Modify</strong>, and then click <strong>Decimal</strong>.</li>
	<li>Type the new port number, and then click <strong>OK</strong>.</li>
	<li>Quit Registry Editor.</li>
	<li>Restart the computer.</li>
	<p>Create a rule on your router/firewall that port forwards TCP:3390 to 192.168.0.2 (PC2), then when you RDP to your external IP address or hostname simply add :3390 at the end.</p>
	<p>Example</p>
	<p>RDP to yourextipaddress will connect you to PC1 (192.168.0.1)</p>
	<p>RDP to yourextipaddress:3390 will connect you to PC2 (192.168.0.2)</p>
	<p>Make sure you use strong very strong passwords, and always try to limit what ports you expose to the Internet.</p>
	<p>If you like this post, then please consider retweeting it or sharing it on <a href="http://www.facebook.com">Facebook</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.williamrendell.com/archives/800/how-to-change-the-rdp-port-on-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just outside Cirencester</title>
		<link>http://www.williamrendell.com/archives/789/just-outside-cirencester/</link>
		<comments>http://www.williamrendell.com/archives/789/just-outside-cirencester/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 09:56:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.williamrendell.com/?p=789</guid>
		<description><![CDATA[ <p>I had to stop and take a photo when I saw this, it next to where I am working today.</p> <p>&#160;</p> <p></p> <p>&#160;</p> <p>If you like this post, then please consider retweeting it or sharing it on Facebook.</p> <p>&#160; </p> ]]></description>
			<content:encoded><![CDATA[	<p>I had to stop and take a photo when I saw this, it next to where I am working today.</p>
	<p>&nbsp;</p>
	<p><a href="http://www.williamrendell.com/wp-content/uploads/2011/06/field1.jpg"><img class="alignright size-full wp-image-793" title="field" src="http://www.williamrendell.com/wp-content/uploads/2011/06/field1.jpg" alt="" width="553" height="330" /></a></p>
	<p>&nbsp;</p>
	<p>If you like this post, then please consider retweeting it or sharing it on <a href="http://www.facebook.com">Facebook</a>.</p>
	<p>&nbsp;
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.williamrendell.com/archives/789/just-outside-cirencester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Its War, Me v Red Mites</title>
		<link>http://www.williamrendell.com/archives/780/its-war-me-v-red-mites/</link>
		<comments>http://www.williamrendell.com/archives/780/its-war-me-v-red-mites/#comments</comments>
		<pubDate>Mon, 23 May 2011 09:03:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Chickens]]></category>

		<guid isPermaLink="false">http://www.williamrendell.com/?p=780</guid>
		<description><![CDATA[ <p>While cleaning the chicken coop yesterday, I noticed that I had a lot more creatures living in the coop than my 7 chickens.  Although they are called Red Mites, they are only red once they have been feeding on the chickens blood over night. With out having a full belly of chickens blood they are more [...]]]></description>
			<content:encoded><![CDATA[	<p><a href="http://www.williamrendell.com/wp-content/uploads/2011/05/red-mite.jpg"><img class="alignright size-full wp-image-781" title="red-mite" src="http://www.williamrendell.com/wp-content/uploads/2011/05/red-mite.jpg" alt="" width="233" height="299" /></a>While cleaning the chicken coop yesterday, I noticed that I had a lot more creatures living in the coop than my 7 chickens.  Although they are called Red Mites, they are only red once they have been feeding on the chickens blood over night. With out having a full belly of chickens blood they are more translucent grey&#8217;ish colour.</p>
	<p>I have dusted the nesting box with Diatom and have sprayed a disinfectant inside of the coop, making sure that, I got it in all the nooks and crannies. I will spray the inside of the coop again this evening.</p>
	<p>Poultry Healthcare products can be found here at <a title="Chicken Healthcare" href="http://www.chickenpages.co.uk/category/poultry-health-products/">Chicken Pages</a></p>
	<p>If you like this post, then please consider retweeting it or sharing it on <a href="http://www.facebook.com">Facebook</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.williamrendell.com/archives/780/its-war-me-v-red-mites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.williamrendell.com @ 2012-02-07 03:08:11 -->
