<?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>john.geek.nz - 38911 Basic Bytes Free &#187; PC Tips</title>
	<atom:link href="http://www.john.geek.nz/category/tips/pc-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.john.geek.nz</link>
	<description>SQL Tips, Apple Tips and Randomness</description>
	<lastBuildDate>Tue, 17 Jan 2012 20:18:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stopping Javascript from resizing the window in Firefox</title>
		<link>http://www.john.geek.nz/2010/10/stopping-javascript-from-resizing-the-window-in-firefox/</link>
		<comments>http://www.john.geek.nz/2010/10/stopping-javascript-from-resizing-the-window-in-firefox/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 22:30:02 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Mac OS X Tips]]></category>
		<category><![CDATA[PC Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1596</guid>
		<description><![CDATA[One of my pet hates on the internet is shopping sites which resize the window when you're looking at a zoomed in image. Not all of us still use a windowed browser, in fact, most people now use a tabbed one.

Here's how to stop javascript from taking control of your window size in firefox....

Firstly, ...]]></description>
			<content:encoded><![CDATA[<p>One of my pet hates on the internet is shopping sites which resize the window when you&#8217;re looking at a zoomed in image. Not all of us still use a windowed browser, in fact, most people now use a tabbed one.</p>
<p>Here&#8217;s how to stop javascript from taking control of your window size in firefox&#8230;.<br />
<span id="more-1596"></span><br />
Firstly, Select &#8220;Preferences&#8221; from the &#8220;Edit&#8221; menu.</p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2010/10/Screenshot-Firefox-Preferences.png"><img src="http://www.john.geek.nz/wp-content/uploads/2010/10/Screenshot-Firefox-Preferences-300x266.png" alt="" title="Screenshot-Firefox Preferences" width="300" height="266" class="alignnone size-medium wp-image-1598" /></a></p>
<p>Click the advanced button&#8230;</p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2010/10/Screenshot-Advanced-JavaScript-Settings.png"><img src="http://www.john.geek.nz/wp-content/uploads/2010/10/Screenshot-Advanced-JavaScript-Settings.png" alt="" title="Screenshot-Advanced JavaScript Settings" width="299" height="200" class="alignnone size-full wp-image-1597" /></a></p>
<p>And uncheck the &#8220;Move or resize existing windows&#8221; option.</p>
<p>Job Done!</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/10/stopping-javascript-from-resizing-the-window-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combining two images with ImageMagick</title>
		<link>http://www.john.geek.nz/2010/06/combining-two-images-with-imagemagick/</link>
		<comments>http://www.john.geek.nz/2010/06/combining-two-images-with-imagemagick/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 23:39:54 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[General Randomness]]></category>
		<category><![CDATA[PC Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1592</guid>
		<description><![CDATA[To combine two images of the same size with ImageMagick, you simply do the following:

The following will overlay overlay.png on top of output.png

mogrify -draw "image SrcOver 0,0 0,0 'overlay.png'" output.png


While this one will overlay overlay.png on top of input.png and save it as output.png

convert input.png -draw "image SrcOver 0,0 0,0 'overlay.png'" output.png


You can download ...]]></description>
			<content:encoded><![CDATA[<p>To combine two images of the same size with ImageMagick, you simply do the following:</p>
<p>The following will overlay overlay.png on top of output.png</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">mogrify -draw &quot;image SrcOver 0,0 0,0 'overlay.png'&quot; output.png</pre></div></div>

<p>While this one will overlay overlay.png on top of input.png and save it as output.png</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">convert input.png -draw &quot;image SrcOver 0,0 0,0 'overlay.png'&quot; output.png</pre></div></div>

<p>You can download imagemagick from <a href="http://www.imagemagick.org/" target="_blank">http://www.imagemagick.org/</a></p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/06/combining-two-images-with-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selective colour replacement with imagemagick</title>
		<link>http://www.john.geek.nz/2010/06/selective-colour-replacement-with-imagemagick/</link>
		<comments>http://www.john.geek.nz/2010/06/selective-colour-replacement-with-imagemagick/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 23:31:07 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[General Randomness]]></category>
		<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Mac OS X Tips]]></category>
		<category><![CDATA[PC Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1590</guid>
		<description><![CDATA[Selective colour replacement is easy from the command line with imagemagick.

You can download imagemagick from http://www.imagemagick.org/

The following will replace all red (#FF0000) pixels with blue (#0000FF)


convert sourceimage.png -fill "#FF0000" -opaque "#0000FF" destimage.png
]]></description>
			<content:encoded><![CDATA[<p>Selective colour replacement is easy from the command line with imagemagick.</p>
<p>You can download imagemagick from <a href="http://www.imagemagick.org/" target="_blank">http://www.imagemagick.org/</a></p>
<p>The following will replace all red (#FF0000) pixels with blue (#0000FF)</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">convert sourceimage.png -fill &quot;#FF0000&quot; -opaque &quot;#0000FF&quot; destimage.png</pre></div></div>

<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/06/selective-colour-replacement-with-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting folders recursively</title>
		<link>http://www.john.geek.nz/2010/06/deleting-folders-recursively/</link>
		<comments>http://www.john.geek.nz/2010/06/deleting-folders-recursively/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 22:26:51 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[PC Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1586</guid>
		<description><![CDATA[I needed recursively delete folders named .svn within a directory structure.

The following will allow you dto do this from a command prompt:

FOR /F "tokens=*" %G IN ('DIR /B /AD /S .svn') DO RMDIR /S /Q %G


Remember, if you're doing it from a batch file, you'll need to double up the percent signs, thus:

FOR /F ...]]></description>
			<content:encoded><![CDATA[<p>I needed recursively delete folders named .svn within a directory structure.</p>
<p>The following will allow you dto do this from a command prompt:</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;"><span style="color: #00b100; font-weight: bold;">FOR</span> /F &quot;tokens=*&quot; <span style="color: #33cc33;">%</span><span style="color: #448888;">G</span> <span style="color: #00b100; font-weight: bold;">IN</span> <span style="color: #33cc33;">(</span>'<span style="color: #b1b100; font-weight: bold;">DIR</span> /B /AD /S .svn'<span style="color: #33cc33;">)</span> <span style="color: #00b100; font-weight: bold;">DO</span> <span style="color: #b1b100; font-weight: bold;">RMDIR</span> /S /Q <span style="color: #33cc33;">%</span><span style="color: #448888;">G</span></pre></div></div>

<p>Remember, if you&#8217;re doing it from a batch file, you&#8217;ll need to double up the percent signs, thus:</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;"><span style="color: #00b100; font-weight: bold;">FOR</span> /F &quot;tokens=*&quot; <span style="color: #33cc33;">%%</span><span style="color: #448888;">G</span> <span style="color: #00b100; font-weight: bold;">IN</span> <span style="color: #33cc33;">(</span>'<span style="color: #b1b100; font-weight: bold;">DIR</span> /B /AD /S .svn'<span style="color: #33cc33;">)</span> <span style="color: #00b100; font-weight: bold;">DO</span> <span style="color: #b1b100; font-weight: bold;">RMDIR</span> /S /Q <span style="color: #33cc33;">%%</span><span style="color: #448888;">G</span></pre></div></div>

<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/06/deleting-folders-recursively/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS 6- Setting up a write only FTP directory</title>
		<link>http://www.john.geek.nz/2010/04/iis-6-setting-up-a-write-only-ftp-directory/</link>
		<comments>http://www.john.geek.nz/2010/04/iis-6-setting-up-a-write-only-ftp-directory/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 22:21:22 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[PC Tips]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1580</guid>
		<description><![CDATA[So, you want to set up a write only ftp directory on IIS?  One where you can upload files, but not list them?

Easy...

First, create a new user which you will log in as.
Make sure this user is explicitly denied access to all files and folders on the system.
Now, add the following 'special' permissions ...]]></description>
			<content:encoded><![CDATA[<p>So, you want to set up a write only ftp directory on IIS?  One where you can upload files, but not list them?</p>
<p>Easy&#8230;<br />
<span id="more-1580"></span><br />
First, create a new user which you will log in as.<br />
Make sure this user is explicitly denied access to all files and folders on the system.<br />
Now, add the following &#8216;special&#8217; permissions to the directory you wish to make write only..</p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2010/04/writeonly_ftp.png"><img src="http://www.john.geek.nz/wp-content/uploads/2010/04/writeonly_ftp-221x300.png" alt="" title="writeonly_ftp" width="221" height="300" class="aligncenter size-medium wp-image-1584" /></a></p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/04/iis-6-setting-up-a-write-only-ftp-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Super Cache plugin &#8211; Performance Benchmarking</title>
		<link>http://www.john.geek.nz/2010/04/wordpress-super-cache-plugin-performance-benchmarking/</link>
		<comments>http://www.john.geek.nz/2010/04/wordpress-super-cache-plugin-performance-benchmarking/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 13:24:05 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[General Randomness]]></category>
		<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[PC Tips]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1562</guid>
		<description><![CDATA[I've been doing some performance tests on WordPress to see how much of a difference the WordPress Super Cache plugin made.

It turns out that the plugin makes a huge difference.


I kept increasing the rate of requests until the Disk IO rate was the same for both tests.  With the cache turned off, CPU ...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing some performance tests on WordPress to see how much of a difference the <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WordPress Super Cache plugin</a> made.</p>
<p>It turns out that the plugin makes a huge difference.<span id="more-1562"></span><br />
<div id="attachment_1564" class="wp-caption aligncenter" style="width: 224px"><a href="http://www.john.geek.nz/wp-content/uploads/2010/04/cache_graphs1.png"><img src="http://www.john.geek.nz/wp-content/uploads/2010/04/cache_graphs1-214x300.png" alt="" title="cache_graphs" width="214" height="300" class="size-medium wp-image-1564" /></a><p class="wp-caption-text">Resource usage comparison over two (highlighted) tests.  Cache is OFF on the left, ON on the right.</p></div></p>
<p>I kept increasing the rate of requests until the Disk IO rate was the same for both tests.  With the cache turned off, CPU usage went through the roof to 400% of my allocation while still only serving up pages at five megabits per second. With the cache enabled, CPU usage settled at 20% and the data rate peaked at over 45 Megabit/sec.</p>
<p>I&#8217;m very impressed with the results&#8230; It seems that with a moderate spec server, you&#8217;ll hit your disk and/or network limit before you run out of CPU or RAM.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/04/wordpress-super-cache-plugin-performance-benchmarking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DateTimeUTC &#8211; Version 1.1</title>
		<link>http://www.john.geek.nz/2010/04/datetimeutc-version-1-1/</link>
		<comments>http://www.john.geek.nz/2010/04/datetimeutc-version-1-1/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 22:04:39 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[PC Tips]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1490</guid>
		<description><![CDATA[I've been using DateTimeUTC for quite some time in batch files to get a nicely formatted date.

This is the first major revision of DateTimeUTC where you can now add or subtract from the current date.  This is very useful if you want yesterday's date.

Get the latest version from here: DateTimeUTC

The main usage of ...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using DateTimeUTC for quite some time in batch files to get a nicely formatted date.</p>
<p>This is the first major revision of DateTimeUTC where you can now add or subtract from the current date.  This is very useful if you want yesterday&#8217;s date.</p>
<p>Get the latest version from here: <a href='http://www.john.geek.nz/wp-content/uploads/2010/04/DateTimeUTC.zip'>DateTimeUTC</a></p>
<p>The main usage of the application is:</p>
<p>datetimeutc [-options]</p>
<p>Options:<br />
  -fFORMAT    Set output format<br />
  -z          Set output time to Local Time (Not UTC)<br />
  -help       View full online help</p>
<p>Example formats:<br />
  yyyyMMddTHHmmssZ                20081121T100227Z<br />
  &#8220;yyyy-MM-dd HH:mm:ss UTC&#8221;       2008-11-21 10:02:27 UTC<br />
  &#8220;dd MMMM yyyy&#8221;                  21 November 2008<br />
  ddd                             Fri<br />
  dddd                            Friday<br />
  fff                             (Milliseconds)</p>
<p>Use double quotes when the format includes a space<br />
Use backslashes to escape reserved character</p>
<p>Now, to add or subtract from the time, the format of the option is:<br />
-[timeunit][value]<br />
[timeunit] is one of YMdHms for Year, Month, Day, hour, Minute or Second<br />
[value] is an integer and can be positive or negative</p>
<p>The following will print the UTC time one day ago:<br />
datetimeutc -fyyyyMMddTHHmmssZ -d-1</p>
<p>Do get the output into a batch file, try this:<br />
for /f &#8220;usebackq&#8221; %%a in (`datetimeUTC.exe -fyyyyMMddTHHmmssZ`) do (set UTCdts=%%a%)<br />
echo %UTCdts%</p>
<p>Job done</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/04/datetimeutc-version-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enca binary compiled for 32 bit Windows</title>
		<link>http://www.john.geek.nz/2010/02/enca-binary-compiled-for-32-bit-windows/</link>
		<comments>http://www.john.geek.nz/2010/02/enca-binary-compiled-for-32-bit-windows/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:15:16 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[PC Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1478</guid>
		<description><![CDATA[Enca is a (normally *nix) application which attempts to detect the text encoding of files.

It's only supplied as source which isn't too helpful for windows users.

Enca is particularly useful at guessing the encoding of text files where the language is known.

Here is version 1.12 compiled into a native windows binary: enca_1-12.zip
(I've compiled this from ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://freshmeat.net/projects/enca/" target="_blank">Enca</a> is a (normally *nix) application which attempts to detect the text encoding of files.</p>
<p>It&#8217;s only supplied as source which isn&#8217;t too helpful for windows users.</p>
<p>Enca is particularly useful at guessing the encoding of text files where the language is known.</p>
<p>Here is version 1.12 compiled into a native windows binary: <a href='http://www.john.geek.nz/wp-content/uploads/2010/02/enca_1-12.zip'>enca_1-12.zip</a><br />
(I&#8217;ve compiled this from a downloaded source, so no responsibility is taken for it&#8217;s suitability for use, being free from viruses, etc.  In other words, use it at your own risk)</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/02/enca-binary-compiled-for-32-bit-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IIS 6 FTP &#8211; When PassivePortRange doesn&#039;t work</title>
		<link>http://www.john.geek.nz/2009/10/iis-6-ftp-when-passiveportrange-doesnt-work/</link>
		<comments>http://www.john.geek.nz/2009/10/iis-6-ftp-when-passiveportrange-doesnt-work/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 11:26:21 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[PC Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1294</guid>
		<description><![CDATA[I've been trying to enable the passive port range on an IIS6 FTP server.  I did everything. I enabled direct metabase edit, set the range using ADSUTIL and then added the ports to the firewall.

It turns out that if you set the firewall to allow "FTP", the passive port range will be ignored ...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to enable the passive port range on an IIS6 FTP server.  I did everything. I enabled direct metabase edit, set the range using ADSUTIL and then added the ports to the firewall.</p>
<p>It turns out that if you set the firewall to allow &#8220;FTP&#8221;, the passive port range will be ignored and the default passive port range will be used.  To solve it, you&#8217;ll need to manually add port 21 and the ports defined in the passive port range&#8230; Strange but true.<br />
<span id="more-1294"></span><br />
If you&#8217;ve been following along in my blog, I&#8217;ve recently had to reinstall Windows onto my server as it turned out that I couldn&#8217;t resize (grow) the RAID array.</p>
<p>Things are almost completely back to normal now.  One problem I had was getting FTP under IIS 6.0 to work properly through my firewall.</p>
<p><b><u>Overview of the FTP protocol</u></b><br />
In terms of Internet protocol (TCP), FTP is a strange one.  It uses port 21 as a control port and then other (sometimes) random ports for down/up loading.  This effectively means that when you request to download a file, your FTP client connects to the server on port 21, sending through your username, password and changing to the correct directory.</p>
<p>Under old-school (Active, or Non-Passive) FTP, as soon as a file is requested for download (Using the command RETR), the server will tell the client to get ready to receive the data on a particular port.  The main thing to note being that the <b>Server Connects to the Client</b> to send/receive files.  This creates numerous problems for users behind firewalls.</p>
<p>I now introduce Passive FTP. The main difference is that the <b>Client Connects to the Server</b> to send/receive files.  When Passive FTP is used, the client sends the server the command PASV which commands the server to supply a port number, but then wait for the client to connect to it.</p>
<p><b><u>Why this is a problem</u></b><br />
Passive mode becomes a problem when the server is behind a firewall.  When this is the case, the range of ports to be used needs to be known in advance and in almost all cases, allowed to pass through the firewall to the server.</p>
<p>IIS 6.0 by default uses the port range of 5000-65535.  To open all these ports on a firewall would be a massive security risk.  To limit this risk, you can set a smaller range of ports to be used.</p>
<p>To set the range of ports to be used in IIS, it&#8217;s a fairly trivial task&#8230;<br />
1. Open IIS manager, right click the root (local computer) and select properties.<br />
2.  Select &#8220;Enable Direct Metabase Edit&#8221; (see image below)<br />
<a href="http://www.john.geek.nz/wp-content/uploads/2009/06/iisftp1.png"><img src="http://www.john.geek.nz/wp-content/uploads/2009/06/iisftp1-270x300.png" alt="iisftp1" title="iisftp1" width="270" height="300" class="aligncenter size-medium wp-image-1295" /></a><br />
3. OK all the way out of IIS.</p>
<p>Enabling direct metabase edit means that you can use command line tools to edit IIS settings.</p>
<p>Once this is done, the following, if run from a command line, will enable the port range 6000-6100<br />
<code><br />
cscript C:\Inetpub\AdminScripts\adsutil.vbs set /MSFTPSVC/PassivePortRange "6000-6100"<br />
</code></p>
<p>And the following, if run from a command line, will enable the range 6000-6100 through the firewall<br />
<code><br />
FOR /L %%I IN (6000,1,6100) DO NETSH FIREWALL add PORTOPENING TCP %%I FTPPort%%I<br />
</code></p>
<p>Now, simply reset IIS and you &#8220;should&#8221; be on your way<br />
<code><br />
IISRESET<br />
</code></p>
<p>Unfortunately, this isn&#8217;t always the case&#8230;.</p>
<p> I was finding that while the windows firewall was disabled, the selected port range would work, but as soon as I enabled the firewall, the range went back to the default.  The solution to this bug is surprisingly simple.</p>
<p>Open the windows firewall and click the advanced tab:<br />
<a href="http://www.john.geek.nz/wp-content/uploads/2009/06/iisftp2.png"><img src="http://www.john.geek.nz/wp-content/uploads/2009/06/iisftp2-256x300.png" alt="iisftp2" title="iisftp2" width="256" height="300" class="aligncenter size-medium wp-image-1297" /></a></p>
<p>Select your network connect and click [settings].  In this list, if you have &#8220;FTP Server&#8221; selected, deselect it and click OK.  Do this for all network interfaces you have.</p>
<p>Now, back in the main firewall screen, select the Exceptions tab, and click the Add Port button. Give your new exception a meaningful name, enter port 21 and select TCP.</p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2009/06/iisftp3.png"><img src="http://www.john.geek.nz/wp-content/uploads/2009/06/iisftp3-300x215.png" alt="iisftp3" title="iisftp3" width="300" height="215" class="aligncenter size-medium wp-image-1298" /></a></p>
<p>Strangely this will work with your Passive Port Range while the program exception on a Network connection basis will not. I spent hours trying to work this out so hopefully someone else will find it useful.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2009/10/iis-6-ftp-when-passiveportrange-doesnt-work/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Problems while running the Nokia Software Updater?</title>
		<link>http://www.john.geek.nz/2009/09/problems-while-running-the-nokia-software-updater/</link>
		<comments>http://www.john.geek.nz/2009/09/problems-while-running-the-nokia-software-updater/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 17:36:23 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[General Randomness]]></category>
		<category><![CDATA[PC Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1363</guid>
		<description><![CDATA[If you get the following error while trying to update the firmware on a Nokia Phone...

Nokia Software Updater has attempted to connect to the internet but has failed three times. This could be because of a poor-quality, slow or intermitent internet connection, or restrictions due to a firewall.

If requested by your firewall, Nokia Software ...]]></description>
			<content:encoded><![CDATA[<p>If you get the following error while trying to update the firmware on a Nokia Phone&#8230;</p>
<blockquote><p>Nokia Software Updater has attempted to connect to the internet but has failed three times. This could be because of a poor-quality, slow or intermitent internet connection, or restrictions due to a firewall.</p>
<p>If requested by your firewall, Nokia Software updater needs the following applications to gain access to the internet:<br />
nsl_host_process.exe<br />
nsu_ui_client.exe</p></blockquote>
<p><span id="more-1363"></span><br />
Try setting your default browser to Internet Explorer.</p>
<p>If you still have trouble, open Internet Explorer and make sure that &#8220;Work Offline&#8221; is NOT ticked.</p>
<p>All should work fine after this&#8230;</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2009/09/problems-while-running-the-nokia-software-updater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

