<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>durdle.com</title>
	<link>http://durdle.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Sep 2011 13:33:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>.svn/tmp directory may be missing or corrupt</title>
		<description><![CDATA[For future-Howard (and team), how to fix the error from SVN &#8220;your .svn/tmp directory may be missing or corrupt&#8221;. for /R /D %i in (.svn) do if exist "%i" mkdir "%i/tmp" Open CMD, cd to the SVN directory then run the above command. It will place a new tmp directory inside each .svn directory. After...]]></description>
		<link>http://durdle.com/archives/2011/09/29/svntmp-directory-may-be-missing-or-corrupt/</link>
			</item>
	<item>
		<title>ZoneMinder Control Script for Foscam FI8918W</title>
		<description><![CDATA[Update 27/02/2011: Added IR control and password passthrough.I&#8217;ve recently put together a CCTV solution using a few Foscam FI8918W cameras and the excellent ZoneMinder software. This is all running on a CentOS 5.5 virtual machine under Hyper-V (more on this setup another time). The Foscam cameras have pan, tilt and the ability to set and...]]></description>
		<link>http://durdle.com/archives/2011/02/26/zoneminder-control-module-for-foscam-fi8918w/</link>
			</item>
	<item>
		<title>NAT Loopback broken on Draytek Vigor 2820 firmware &gt; 3.3.3</title>
		<description><![CDATA[After a frustrating morning testing several different updated firmwares, I&#8217;ve determined that NAT (Network Address Translation) loopback is broken on firmwares 3.3.4.1 and 3.3.5.1 for the Draytek Vigor 2820VN. Other routers in the family are likely to be similarly affected. NAT loopback you say? What&#8217;s that? Consider the following diagram showing a web server and...]]></description>
		<link>http://durdle.com/archives/2011/01/05/nat-loopback-broken-on-draytek-vigor-2820-firmware-3-3-3/</link>
			</item>
	<item>
		<title>Exchange 2010 SP1 breaks pre-SP1 Transport Agents</title>
		<description><![CDATA[I&#8217;d encountered a few anomalies with the Exchange 2010 server over the last few weeks, so took the opportunity yesterday to upgrade it to SP1 and the latest Update Rollup. This revealed an annoying feature of &#8211; or bug in &#8211; Microsoft&#8217;s code that loads Transport Agents causing my RegExCatchAll Agent to crash. I also...]]></description>
		<link>http://durdle.com/archives/2010/12/21/exchange-2010-sp1-breaks-pre-sp1-transport-agents/</link>
			</item>
	<item>
		<title>Extracting Zip from Embedded Resource with Streams</title>
		<description><![CDATA[I recently needed to extract files from a password protected zip that was a resource in a .NET application, without writing the zip file itself or the extracted files to the disk. The code fragment below is part of a method which gets the zip file from the resource as a stream, then uses the...]]></description>
		<link>http://durdle.com/archives/2010/10/05/extracting-zip-from-embedded-resource-with-streams/</link>
			</item>
	<item>
		<title>Run YOURLS on IIS 7</title>
		<description><![CDATA[If you&#8217;re running YOURLS on an IIS 7 box you&#8217;ll need the correct settings in your web.config to perform the URL Rewriting. An example web.config with the correct settings is below. Note the security section which disables some paranoid protection IIS has switched on by default. If your server doesn&#8217;t allow double escaping of request...]]></description>
		<link>http://durdle.com/archives/2010/08/23/run-yourls-on-iis-7/</link>
			</item>
	<item>
		<title>RegExCatchAll Transport Agent for Exchange 2007/2010</title>
		<description><![CDATA[How moving email services to an Exchange Server revealed email suffix matching as a missing feature, and how to implement that feature using a Transport Agent.]]></description>
		<link>http://durdle.com/archives/2010/05/29/regexcatchall/</link>
			</item>
	<item>
		<title>Snow Leopard dual NVidia cards EFI Strings</title>
		<description><![CDATA[Another post for future Howard, which may be useful to other people with a very specific set of circumstances. Namely: you&#8217;re running Snow Leopard on a Gigabyte P35-DS4 with a GeForce 8800 GTX 768MB in the first PCIE slot, and a GeForce 8800 GTS 320MB in the second. The PciRoot addresses you need for those...]]></description>
		<link>http://durdle.com/archives/2010/05/03/snow-leopard-dual-nvidia-cards-efi-strings/</link>
			</item>
	<item>
		<title>Fix orphaned SQL Server users</title>
		<description><![CDATA[I always forget this in between using it, so for the benefit of future Howard, here&#8217;s how to fix orphaned users resulting from restoring a SQL database to a different machine. First, list the orphan users to make sure this is the problem: EXEC sp_change_users_login 'Report' Usually I already have the login and password set...]]></description>
		<link>http://durdle.com/archives/2010/03/11/fix-orphaned-sql-server-users/</link>
			</item>
	<item>
		<title>IIS7 web.config fun</title>
		<description><![CDATA[I spent some time last weekend migrating the Work Avoidance site away from Gradwell and onto a dedicated virtual server from MEMSET. Since this involved a move to a Windows box away from UNIX hosting, I had to configure in IIS7 some of the settings I had in the .htaccess under the UNIX host. For...]]></description>
		<link>http://durdle.com/archives/2010/03/08/iis7-web-config-fun/</link>
			</item>
</channel>
</rss>

