<?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>The Dr&#039;s Office</title>
	<atom:link href="http://drnathan.teamhackaday.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnathan.teamhackaday.com</link>
	<description>An endless repository of useless knowledge and random musings</description>
	<lastBuildDate>Thu, 27 May 2010 18:00:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Quick Fix: Fixing Citrix XTE Server After Installing Citrix Secure Gateway</title>
		<link>http://drnathan.teamhackaday.com/2010/05/27/quick-fix-fixing-citrix-xte-server-after-installing-citrix-secure-gateway/</link>
		<comments>http://drnathan.teamhackaday.com/2010/05/27/quick-fix-fixing-citrix-xte-server-after-installing-citrix-secure-gateway/#comments</comments>
		<pubDate>Thu, 27 May 2010 18:00:19 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Quick Fix]]></category>
		<category><![CDATA[Walk-throughs]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Citrix Secure Gateway]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[XenApp 6]]></category>
		<category><![CDATA[XTE Server]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=664</guid>
		<description><![CDATA[In configuring a new XenApp 6 server on Windows 2008 R2, I found that users could no longer authenticate to the server, even with the Secure Gateway disabled.  I also discovered that I was unable to start the Citrix XTE Server service, which manages passwords for XenApp. When I tried to manually start the service, [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2010/05/27/quick-fix-fixing-citrix-xte-server-after-installing-citrix-secure-gateway/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Quick Fix: Fixing Citrix XTE Server After Installing Citrix Secure Gateway";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>In configuring a new XenApp 6 server on Windows 2008 R2, I found that users could no longer authenticate to the server, even with the Secure Gateway disabled.  I also discovered that I was unable to start the Citrix XTE Server service, which manages passwords for XenApp.</p>
<p>When I tried to manually start the service, I received the following error:</p>
<div class="metabox">
Windows could not start the Citrix XTE Server on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 1.
</div>
<p>These sorts of nondescript errors pop up all the time when trying to troubleshoot Citrix services, which makes it tough to do any real troubleshooting.</p>
<p>I dug around in the registry and found a strange entry in the <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\XTEConfig</strong> key.  The <strong>ServerRootPath</strong> was set to <strong>C:\Program Files (x86)\Citrix\Secure Gateway</strong>.  It struck me as odd that this problem popped up only after I had installed the Secure Gateway service, and that the path to the XTEServer was suddenly pointing to the directory where the Secure Gateway binaries were stored.</p>
<p>I did some reading online and found that when installing older versions of the Secure Gateway service, this registry misconfiguration took place, preventing the XTE service from starting.  One would think that Citrix would have fixed this problem already, but I guess not.</p>
<p>So, I simply changed the <strong>ServerRootPath</strong> registry entry to reflect the proper root directory of the XTEServer, which fixed the issue.  The proper entry for that registry value is <strong>C:\Program Files (x86)\Citrix\XTE</strong>.  </p>
<p>All you should need to do to fix the problem is change that value and reboot the server.  After that, you are good to go.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2010/05/27/quick-fix-fixing-citrix-xte-server-after-installing-citrix-secure-gateway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Fix: When Citrix Secure Gateway 3.2 Does not Start Automatically</title>
		<link>http://drnathan.teamhackaday.com/2010/05/25/quick-fix-when-citrix-secure-gateway-3-2-does-not-start-automatically/</link>
		<comments>http://drnathan.teamhackaday.com/2010/05/25/quick-fix-when-citrix-secure-gateway-3-2-does-not-start-automatically/#comments</comments>
		<pubDate>Tue, 25 May 2010 19:15:15 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Quick Fix]]></category>
		<category><![CDATA[Walk-throughs]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Citrix Secure Gateway]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[XenApp 6]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=645</guid>
		<description><![CDATA[While configuring a new server with Citrix XenApp 6 on Windows Server 2008 R2, I came across an annoying issue. The Citrix Secure Gateway service refused to start automatically when the server was rebooted. Attempting to manually start the service would result in the following error: Windows could not start the Citrix Secure Gateway on [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2010/05/25/quick-fix-when-citrix-secure-gateway-3-2-does-not-start-automatically/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Quick Fix: When Citrix Secure Gateway 3.2 Does not Start Automatically";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>While configuring a new server with Citrix XenApp 6 on Windows Server 2008 R2, I came across an annoying issue.  The Citrix Secure Gateway service refused to start automatically when the server was rebooted.  Attempting to manually start the service would result in the following error:</p>
<div class="metabox">Windows could not start the Citrix Secure Gateway on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 1.</div>
<p>Clearly this is not very descriptive, nor very helpful.</p>
<p>Digging around more in Windows Event Viewer, I came across Event ID 7024 in the Windows System log.  This error contained the same detail message shown above.  I was still going nowhere fast.</p>
<p>As I continued to look through the logs, I expanded the Applications and Services logs portion of the Event Viewer and found a set of log files solely dedicated to the Citrix Secure Gateway service.  Here, I found two errors repeated over and over.</p>
<p>The first was Event ID 176:</p>
<div class="metabox">Unable to bind to IP interface [[&lt;ipv6 address here&gt;]:443]</div>
<p>Followed by Event ID 144:</p>
<div class="metabox">No listening sockets available, shutting down. (Hint: Port might be in use by another process)</div>
<p>After ensuring that no other process on the machine was tying up port 443, I tried disabling IPv6 on the server to see if that would remedy the issue.  The Secure Gateway service still could not bind properly, as disabling IPv6 did not remove the IP address shown in Event ID 176.</p>
<p>I ran ipconfig to see what adapter was using that particular address and found that it was assigned to <strong>Tunnel adapter Teredo Tunneling Pseudo-Interface</strong>, which is a Windows IPv6 component.  I decided to re-run the Secure Gateway Configuration wizard to change the IP address that the Secure Gateway was monitoring.</p>
<p>You can see below that by default, the gateway service monitors all IPv4 and all IPv6 addresses.</p>
<p style="text-align: center;"><a href="http://drnathan.teamhackaday.com/wp-content/uploads/2010/05/securegateway_listening_addresses_default.jpg"><img class="aligncenter size-full wp-image-648" style="border: 0pt none;" title="securegateway_listening_addresses_default" src="http://drnathan.teamhackaday.com/wp-content/uploads/2010/05/securegateway_listening_addresses_default.jpg" alt="Citrix Secure Gateway 3.2 Listening IP addresses Default" width="485" height="440" /></a></p>
<p>I unchecked both boxes and used the <strong>Add</strong> button to configure the listener on the single IPv4 address my server was actually using, as seen below:</p>
<p style="text-align: center;"><a href="http://drnathan.teamhackaday.com/wp-content/uploads/2010/05/securegateway_listening_addresses_edited.jpg"><img class="aligncenter size-full wp-image-649" style="border: 0pt none;" title="securegateway_listening_addresses_edited" src="http://drnathan.teamhackaday.com/wp-content/uploads/2010/05/securegateway_listening_addresses_edited.jpg" alt="Citrix Secure Gateway 3.2 Listening IP addresses Edited" width="485" height="440" /></a></p>
<p>Once I made that change, I was able to reboot the server and have the Secure Gateway service start without issue.</p>
<p>As a side note, some people have recommended editing the registry to force the Secure Gateway Service to rely on the IISAdmin service.  I tried this during one of many attempts to rectify the problems I was having with the Secure Gateway, but found that it did not help.  In fact, after changing the IP addresses to which the Secure Gateway attempts to bind, I removed that dependency and the Secure Gateway sill ran without issues.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2010/05/25/quick-fix-when-citrix-secure-gateway-3-2-does-not-start-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel Enables SSD RAID TRIM with new RAID Controller Software</title>
		<link>http://drnathan.teamhackaday.com/2010/03/26/intel-enables-ssd-raid-trim-with-new-raid-controller-software/</link>
		<comments>http://drnathan.teamhackaday.com/2010/03/26/intel-enables-ssd-raid-trim-with-new-raid-controller-software/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 14:41:41 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Follow-up]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[ISM]]></category>
		<category><![CDATA[Matrix Storage Manager]]></category>
		<category><![CDATA[RAID TRIM]]></category>
		<category><![CDATA[RAIDFix]]></category>
		<category><![CDATA[Rapid Storage Technology]]></category>
		<category><![CDATA[RST]]></category>
		<category><![CDATA[SSD RAID]]></category>
		<category><![CDATA[TRIM]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=627</guid>
		<description><![CDATA[Intel released an update to its Matrix Storage Manager software just the other day, which among other things, enables TRIM on SSD drives connected to a controller in RAID mode. In the past, you could not utilize TRIM on any SSD connected to a controller with RAID enabled, even though the drives were not part [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2010/03/26/intel-enables-ssd-raid-trim-with-new-raid-controller-software/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Intel Enables SSD RAID TRIM with new RAID Controller Software";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>Intel released an update to its Matrix Storage Manager software just the other day, which among other things, enables TRIM on SSD drives connected to a controller in RAID mode.  In the past, you could not utilize TRIM on any SSD connected to a controller with RAID enabled, even though the drives were not part of an actual array.  Now, if you are running Windows 7 (and Server 2008, IIRC), you can have RAID arrays alongside your SSDs and enjoy TRIM support.</p>
<p>Unfortunately, this does not mean that you can use TRIM on a RAID array of SSDs.  That technology is still (hopefully) in the pipe.</p>
<p>Also, in this release, Intel has deprecated the &#8220;Matrix Storage Manager&#8221; moniker and replaced it with &#8220;Rapid Storage Technology&#8221; or RST.  Going forward, their RAID driver and software package will be named as such.</p>
<p>Updates to <a href="http://drnathan.teamhackaday.com/software/raidfix">RAIDFix</a> enabling support of this new version are forthcoming.</p>
<p>If you want to grab the new drivers, <a href="http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;ProdId=2101&amp;DwnldID=18859&amp;lang=eng">head this way</a>.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2010/03/26/intel-enables-ssd-raid-trim-with-new-raid-controller-software/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Blur &#8211; Where Need for Speed Meets Mario Kart</title>
		<link>http://drnathan.teamhackaday.com/2010/03/19/blur-where-need-for-speed-meets-mario-kart/</link>
		<comments>http://drnathan.teamhackaday.com/2010/03/19/blur-where-need-for-speed-meets-mario-kart/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 17:43:33 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Things I Like]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[Blur]]></category>
		<category><![CDATA[xbox 360]]></category>
		<category><![CDATA[Xbox Live!]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=617</guid>
		<description><![CDATA[I recently had the privilege of playing the Blur Beta on Xbox 360 thanks to snorkle256 being generous enough to pass a beta invite my way. All I can say is wow, is this game fun! After playing for a few hours, I feel that it is a really nice melding of two great games: [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2010/03/19/blur-where-need-for-speed-meets-mario-kart/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Blur &#8211; Where Need for Speed Meets Mario Kart";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>I recently had the privilege of playing the Blur Beta on Xbox 360 thanks to snorkle256 being generous enough to pass a beta invite my way.  All I can say is wow, is this game fun!</p>
<p>After playing for a few hours, I feel that it is a really nice melding of two great games: Need for Speed and Mario Kart.</p>
<p>Need for Speed has always had fast &amp; flashy cars, cool terrains, and good graphics.  Not to mention the need for the player to suspend disbelief when it came to plowing full-throttle into a brick wall and walking away relatively unscathed.</p>
<p>Mario Kart on the other hand has always been more laid back and fun, somewhat rudimentary, but always entertaining.  The use of power ups was always the biggest draw in this game &#8211; there is nothing more fun than zapping the player in 1st place with lightning, or flinging a red, exploding shell at a nearby opponent.  The formula was simple and fun, which paid of well in terms of replay value.</p>
<p style="text-align: center;"><a href="http://drnathan.teamhackaday.com/wp-content/uploads/2010/03/blur.jpg"><img class="aligncenter size-large wp-image-618" style="border: 0pt none; margin-top: 10px; margin-bottom: 10px;" title="Blur Logo" src="http://drnathan.teamhackaday.com/wp-content/uploads/2010/03/blur-600x367.jpg" alt="Blur Game Logo" width="600" height="367" /></a></p>
<p>Blur has combined the best elements from these two games into one fantastic package.  Filled to the brim with new, sporty cars such as a track version of the VW Scirocco, a Ford Focus RS, BMW M3, a Corvette ZR1, and many more, this game has something for everyone.</p>
<p>On top of the bevvy of cars, the game features six different power ups that the player can use to force other racers off track, to block attacks from other racers, or to repair the player&#8217;s car.  These power ups range from homing bombs that flip over the opponent&#8217;s car to a &#8220;Barge&#8221; attack that pushes other nearby players off-course.  This is where the game departs enough from Mario Kart to be unique &#8211; the power ups are always located in the same place on the track, and they regenerate quite quickly.  Around each turn, you know if a power up is coming your way so you can use this predictability to help advance through the ranks.</p>
<p style="text-align: center;"><a href="http://drnathan.teamhackaday.com/wp-content/uploads/2010/03/blur_screenshot_04.jpg"><img class="size-medium wp-image-621 aligncenter" style="border: 0pt none;" title="Blur Screenshot BMW and Camaro" src="http://drnathan.teamhackaday.com/wp-content/uploads/2010/03/blur_screenshot_04-300x168.jpg" alt="Blur Screenshot BMW and Camaro" width="300" height="168" /></a><a href="http://drnathan.teamhackaday.com/wp-content/uploads/2010/03/blur_screenshot_09.jpg"><img class="size-medium wp-image-622 aligncenter" style="border: 0pt none;" title="Blur Screenshot - Shelby Mustang GT500" src="http://drnathan.teamhackaday.com/wp-content/uploads/2010/03/blur_screenshot_09-300x168.jpg" alt="Blur Screenshot - Shelby Mustang GT500" width="300" height="168" /></a></p>
<p>The graphics are sharp and colorful &#8211; not at the same level as a Forza 3 or Gran Turismo &#8211; but you don&#8217;t need that sort of polish and detail here.  You are buzzing around the tracks at such a ridiculous speed, with a flurry of obstacles flying at your car, that you wouldn&#8217;t even notice the difference.  That is not to say that the game is visually lacking in any way &#8211; on the contrary, it&#8217;s quite the visual treat!</p>
<p>All in all, I have had a ton of fun playing the beta. There are some great multi-player features, such as voting between two possible tracks for each and every race, that really take into consideration what players want, and what other games have been lacking.</p>
<p>If you get the opportunity, get in on the beta &#8211; if you miss it, be sure to pick up the game when it is released, I don&#8217;t think you will be disappointed.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2010/03/19/blur-where-need-for-speed-meets-mario-kart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress for Blackberry v1.1</title>
		<link>http://drnathan.teamhackaday.com/2010/03/18/wordpress-for-blackberry-v1-1/</link>
		<comments>http://drnathan.teamhackaday.com/2010/03/18/wordpress-for-blackberry-v1-1/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:00:58 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Things I Like]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/2010/03/18/wordpress-for-blackberry-v1-1/</guid>
		<description><![CDATA[WordPress for Blackberry v1.1 was released yesterday, and its awesome. No problems publishing posts, ninterface, easy to use. Now if they only had something built in to compensate for my fat thumbs! &#160;]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2010/03/18/wordpress-for-blackberry-v1-1/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "WordPress for Blackberry v1.1";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>WordPress for Blackberry v1.1 was released yesterday, and its awesome.  No problems publishing posts, ninterface, easy to use.  Now if they only had something built in to compensate for my fat thumbs!</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2010/03/18/wordpress-for-blackberry-v1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring VyprVPN</title>
		<link>http://drnathan.teamhackaday.com/2010/03/17/configuring-vyprvpn/</link>
		<comments>http://drnathan.teamhackaday.com/2010/03/17/configuring-vyprvpn/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 19:02:34 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Things I Like]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Walk-throughs]]></category>
		<category><![CDATA[Giganews]]></category>
		<category><![CDATA[PPTP]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[VyprVPN]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=597</guid>
		<description><![CDATA[Having been a customer of Giganews for several years, I recently received an email detailing their new service for Diamond Members, called VyprVPN. The service is exactly what it sounds like &#8211; a VPN tunnel through which you can direct your Internet traffic. If you happen to be in a relatively insecure location, like an [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2010/03/17/configuring-vyprvpn/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Configuring VyprVPN";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>Having been a customer of <a href="http://www.giganews.com/?a=drnate">Giganews</a> for several years, I recently received an email detailing their new service for <a href="http://www.giganews.com/?a=drnate">Diamond Members</a>, called <a href="http://vyprvpn.goldenfrog.com/">VyprVPN</a>.  The service is exactly what it sounds like &#8211; a VPN tunnel through which you can direct your Internet traffic.</p>
<p>If you happen to be in a relatively insecure location, like an airport or hotel with free Wi-Fi, or if your ISP has been using traffic shaping to slow down your favorite apps, a VPN is the way to go.</p>
<p>If you are a Diamond Giganews member, the service is free.  I do not believe it is open to the public as of yet, but I would guess that the service will run somewhere around $15/month once it is.</p>
<p>I decided to give VyprVpn a go the other day, and unfortunately could not connect to the service.  The &#8220;Installation&#8221; instructions found on their site are pretty well detailed, but they seem to be missing a few configuration options that prevented me from connecting.  Each time I tried to connect, the Windows VPN client would get stuck at the &#8220;Verifiying user name and password&#8221; dialog prompt.  No matter how long I let the VPN client sit, it would not connect.</p>
<p>After poking around awhile and tweaking various settings, I found a solution to my issue.  Follow the initial configuration instructions found on the VyprVPN site, then before you connect for the first time, do the following:<br />
<br/><br />
<strong>In Windows 7:</strong></p>
<p>1) Open the <strong>Network and Sharing Center</strong>, click on <strong>Connect to a network</strong></p>
<p>2) In the list that appears, select your VyprVPN network connection, right-click, and select <strong>Properties</strong></p>
<p>3) In the <strong>Options</strong> tab, uncheck the <strong>Include Windows logon domain</strong> check box</p>
<p>4) In the <strong>Security</strong> tab, select <strong>Point to Point Tunneling Protocol (PPTP)</strong> in the <strong>Type of VPN</strong> drop down menu.</p>
<p>5) Select <strong>Maximum Strength Encryption</strong> in the <strong>Data Encryption</strong> drop down menu</p>
<p>6) Uncheck all protocols in the <strong>Allowed Protocol </strong>section, aside from <strong>Microsoft CHAP Version 2 (MS-CHAP v2)</strong></p>
<p>7) Click <strong>OK</strong> and then connect to VyprVPN using your Giganews user name and password</p>
<p><img class="aligncenter size-full wp-image-608" title="Windows 7 VPN Options Tab" src="http://drnathan.teamhackaday.com/wp-content/uploads/2010/03/vyprvpn_win7_options.jpg" alt="Windows 7 VPN Options Tab" width="377" height="481" /><br />
<img class="aligncenter size-full wp-image-609" title="Windows 7 VPN Security Tab" src="http://drnathan.teamhackaday.com/wp-content/uploads/2010/03/vyprvpn_win7_security.jpg" alt="Windows 7 VPN Security Tab Showing PPTP and Protocol settings" width="377" height="481" /></p>
<p><br/><br />
<strong>Connecting with Windows Vista is just as easy:</strong></p>
<p>1) Open the <strong>Network and Sharing Center</strong>, and on the left side, click <strong>Connect to a network</strong></p>
<p>2) In the list that appears, select your VyprVPN network  connection, right-click, and select <strong>Properties</strong></p>
<p>3) In the <strong>Options</strong> tab, uncheck the <strong>Include Windows logon domain</strong> check box</p>
<p>4) In the <strong>Networking</strong> tab, select <strong>Point to Point Tunneling Protocol (PPTP)</strong> in the  <strong>Type of VPN </strong>drop down menu.</p>
<p>5) Click <strong>OK</strong> and then connect to VyprVPN using your  Giganews user name and password</p>
<p><img class="aligncenter size-full wp-image-607" title="Vista VPN Options Tab" src="http://drnathan.teamhackaday.com/wp-content/uploads/2010/03/vyprvpn_vista_options.jpg" alt="Vista VPN Options Tab" width="377" height="454" /><br />
<img class="aligncenter size-full wp-image-606" title="Vista VPN Networking Tab" src="http://drnathan.teamhackaday.com/wp-content/uploads/2010/03/vyprvpn_vista_networking.jpg" alt="Vista VPN Networking Tab showing PPTP Settings" width="377" height="454" /><br />
<br/></p>
<p>For the sake of full disclosure, my Vista PC is part of a Windows domain, but my Windows 7 laptop is not.  I don&#8217;t know offhand if the fact that I am running Vista Business and Windows 7 Enterprise has anything to do with the issues I was experiencing, but maybe someone out there can try this on a &#8220;Home&#8221; version of Windows and let me know how it goes.</p>
<p>Overall, I like the VyprVPN service now that I have it working properly.  In my preliminary speed tests, I found that I could max out the download speed on my network connection at work, after taking encryption overhead into consideration.  The upload speed was sufficient, but somewhat lacking.  I have yet to try it out on my 20 Mb/s connection at home, but I assume I will have similar results.  While I really plan on using the service while away from home and stuck on shared, open Wi-Fi, it is nice to know that there is a healthy amount of bandwidth available if I need it.</p>
<p>VyprVPN gets an A+ in my book so far.  Stay tuned for a secondary review a few months down the road.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2010/03/17/configuring-vyprvpn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Seagate and I: Broken up for Good</title>
		<link>http://drnathan.teamhackaday.com/2010/03/09/seagate-and-i-broken-up-for-good/</link>
		<comments>http://drnathan.teamhackaday.com/2010/03/09/seagate-and-i-broken-up-for-good/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:11:49 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Follow-up]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Barracuda]]></category>
		<category><![CDATA[dead hard drive]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[Seagate]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=595</guid>
		<description><![CDATA[Dear Seagate, What a love-hate relationship we have had. It has been 10 years, and while I have enjoyed much of it, I have suffered enough heartbreak. I think it is finally time to say goodbye. Drive after drive has died on me (5 of them to be exact). Your firmware release to fix spontaneous [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2010/03/09/seagate-and-i-broken-up-for-good/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Seagate and I: Broken up for Good";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>Dear Seagate,</p>
<p>What a love-hate relationship we have had.  It has been 10 years, and while I have enjoyed much of it, I have suffered enough heartbreak.  I think it is finally time to say goodbye.</p>
<p>Drive after drive has died on me (5 of them to be exact).  Your firmware release to fix spontaneous data corruption had left me stranded in a sea of data with nothing but a brick to keep me afloat.  Your RMA policy&#8230;well, <a href="http://drnathan.teamhackaday.com/2008/12/30/seagates-rma-program-sucks/">it is highway robbery at best</a>.</p>
<p>This last drive failure was the final straw.</p>
<p>There is no reason that a drive, a Barracuda hardly a year old, should fail in the way it did.  If this is your flagship product, you have a lot of self improvement ahead of you.  Perhaps it wasn&#8217;t such a good idea to mess around with Maxtor on the side &#8211; you know, they never did have the best reputation for quality&#8230;</p>
<p>After your complete failure to maintain your fidelity my RAID1 relationship, I am tossing you aside.</p>
<p>Perhaps we will run into each other some time in the future.  By that point, I will likely be wildly writing bits to a sleek Western Digital Black drive.  Or, you may find me cavorting around with a shiny new SSD.  If we meet again, let&#8217;s promise to keep it civil.</p>
<p>Anyways, I am rambling now.  This is becoming a touch awkward. </p>
<p>Goodbye forever Seagate!</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2010/03/09/seagate-and-i-broken-up-for-good/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cheap! &#8211; Xbox Live 12-month Card</title>
		<link>http://drnathan.teamhackaday.com/2009/11/16/cheap-xbox-live-12-month-card/</link>
		<comments>http://drnathan.teamhackaday.com/2009/11/16/cheap-xbox-live-12-month-card/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 22:03:10 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Cheap!]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[Gold Card]]></category>
		<category><![CDATA[XBL]]></category>
		<category><![CDATA[xbox 360]]></category>
		<category><![CDATA[Xbox Live!]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=565</guid>
		<description><![CDATA[As of tomorrow, Sears and KMart are both offering $35 12-month Xbox Live Gold cards on their respective web sites. I&#8217;m not sure how much they are charging for shipping, or if the &#8220;cards&#8221; are being sold as electronic codes (a la Amazon), but it&#8217;s worth a look either way. The special continues through the [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2009/11/16/cheap-xbox-live-12-month-card/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Cheap! &#8211; Xbox Live 12-month Card";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>As of tomorrow, Sears and KMart are both offering $35 12-month Xbox Live Gold cards on their respective web sites.</p>
<p>I&#8217;m not sure how much they are charging for shipping, or if the &#8220;cards&#8221; are being sold as electronic codes (a la Amazon), but it&#8217;s worth a look either way.</p>
<p>The special continues through the 21st, so get &#8216;em while they are hot!</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2009/11/16/cheap-xbox-live-12-month-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix (most) Annoying Keyboard Problems in Windows</title>
		<link>http://drnathan.teamhackaday.com/2009/11/10/fix-most-annoying-keyboard-problems-in-windows/</link>
		<comments>http://drnathan.teamhackaday.com/2009/11/10/fix-most-annoying-keyboard-problems-in-windows/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 17:24:19 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Quick Fix]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Walk-throughs]]></category>
		<category><![CDATA[Fix keyboard issues]]></category>
		<category><![CDATA[keys auto toggle]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=559</guid>
		<description><![CDATA[I have been having issues with my keyboard for as long as I can remember. The Shift, Control, Windows, and Alt keys were not functioning properly at all and were becoming quite the annoyance. It seemed as if while held down, the keys were randomly toggling themselves on and off while I pressed other keys. [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2009/11/10/fix-most-annoying-keyboard-problems-in-windows/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Fix (most) Annoying Keyboard Problems in Windows";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>I have been having issues with my keyboard for as long as I can remember.  The Shift, Control, Windows, and Alt keys were not functioning properly at all and were becoming quite the annoyance.  It seemed as if while held down, the keys were randomly toggling themselves on and off while I pressed other keys.</p>
<p>For instance, I would end up replacing whole lines of text with a &#8220;c&#8221; while trying to press Ctrl-C to copy the line.  Similarly, the paste shortcut Ctrl-v would wipe out text in a single swoop as well.  Trying to quickly save usually left random &#8220;s&#8221; characters in my documents, and many words were left lower case due to my malfunctioning Shift key.</p>
<p>I originally chalked it up to my keyboard itself.  It was a cheap PS/2 keyboard that came with my computer, so I decided to swap it out for a new, USB keyboard.  I figured the problem was with the hardware, so I would be good to go once I replaced it.</p>
<p>Not so.</p>
<p>My problems continued to persist until one day I had an idea.  Perhaps it wasn&#8217;t the keyboard, perhaps it wasn&#8217;t some odd Windows issue.  Perhaps it was the drivers loaded by Windows for my keyboard.</p>
<p>I did some digging in Windows&#8217; Device Manager and decided that the best course of action would be to see if I could remove and re-add my keyboard from the system.  I removed both keyboards listed there and then rebooted.  Suddenly all my problems were gone, and your can be too if you do the following:</p>
<ol>
<li>Open the Device Manager &#8211; it&#8217;s under <strong>Control Panel -&gt; System and Maintenance -&gt; System</strong> in Vista</li>
<li>Navigate to the <strong>Keyboards</strong> section as shown below</li>
<li>Right-click on any entries there and select <strong>Uninstall</strong></li>
<li>Wait for Windows to remove the hardware and then reboot</li>
</ol>
<p style="text-align: center;"><a href="http://drnathan.teamhackaday.com/wp-content/uploads/2009/11/DevManager.jpg"><img class="size-medium wp-image-561 aligncenter" style="border: 0pt none; margin-top: 10px; margin-bottom: 10px;" title="Device Manager" src="http://drnathan.teamhackaday.com/wp-content/uploads/2009/11/DevManager-300x218.jpg" alt="Device Manager " width="300" height="218" /></a></p>
<p>Windows should now re-detect the keyboard and you should be all set.  Now, this doesn&#8217;t work for all keyboard issues as some of them are indeed hardware-related, but it worked to fix the issue I have been struggling with for months!</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2009/11/10/fix-most-annoying-keyboard-problems-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Anonymous Samba Sharing in Ubuntu</title>
		<link>http://drnathan.teamhackaday.com/2009/10/02/configure-anonymous-samba-sharing-in-ubuntu/</link>
		<comments>http://drnathan.teamhackaday.com/2009/10/02/configure-anonymous-samba-sharing-in-ubuntu/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 15:54:34 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Quick Fix]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Walk-throughs]]></category>
		<category><![CDATA[anonymous file share]]></category>
		<category><![CDATA[folding]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=549</guid>
		<description><![CDATA[I was setting up some Ubuntu virtual machines for folding when I decided that I wanted to monitor them all via a single interface in Windows using FahMon. I also wanted to be able to alter the folder where the folding client resides in case I ever have to do a little maintenance. The easiest [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2009/10/02/configure-anonymous-samba-sharing-in-ubuntu/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Configure Anonymous Samba Sharing in Ubuntu";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>I was setting up some Ubuntu virtual machines for <a href="http://folding.stanford.edu">folding</a> when I decided that I wanted to monitor them all via a single interface in Windows using <a href="http://fahmon.net">FahMon</a>.  I also wanted to be able to alter the folder where the folding client resides in case I ever have to do a little maintenance.  The easiest way to accomplish this is by setting up shared folders on the Ubuntu VMs and pointing FahMon to those folders.  For me, security is not a concern as the files are not sensitive and the virtual machines are pretty secure on my LAN, so I decided to set up Samba shares on the VMs with anonymous sharing enabled.</p>
<p>In Windows, setting up a file share is relatively easy, but it takes a few more steps in Linux.   Follow the steps below, and you will be on your way in minutes:</p>
<p>First, you will need to install Samba if it does not already exist on your system.  Do so by running the following command at the terminal:<br />
<strong>sudo apt-get install samba</strong></p>
<p>Next, open the Samba config file in your text editor of choice, whether it be graphical or something like vi.  Make sure you are logged in as root or that you launch the editor using sudo, otherwise the file will be read-only!<br />
The path to the file is:<br />
<strong>/etc/samba/smb.conf</strong> </p>
<p>At the end of the document, we are going to add the following:</p>
<p><strong>[folding]</strong><br />
<strong>path = /home/DrNathan/folding</strong><br />
<strong>available = yes</strong><br />
<strong>read only = no</strong><br />
<strong>browsable = yes</strong><br />
<strong>public = yes</strong><br />
<strong>writable = yes</strong><br />
<strong>guest ok = yes</strong><br />
<strong>only guest = yes</strong><br />
<strong>guest account = nobody</strong></p>
<p>The first line, surrounded by square brackets, specifies the name of the share.  The next option specifies the full path to the shared folder.  The subsequent settings are pretty straightforward, but the <strong>guest ok = yes</strong>, the <strong>only guest = yes</strong> and <strong>guest account = nobody</strong> settings are important for our anonymous sharing goal.  They basically tell Samba that we want to allow only the guest account to access this folder, and that the guest account includes all anonymous users.</p>
<p>Now, save the file and close your editor.  We now need to restart the Samba daemon with the following command entered at the command line:<br />
<strong>sudo /etc/init.d/samba restart</strong></p>
<p>You should now be able to access the share from your Windows machine by typing the path to the share in an explorer window.  My path is the following:<br />
<strong>\\foldingpc\folding</strong></p>
<p>Where <strong>foldingpc</strong> is my Ubuntu machine&#8217;s name and <strong>folding</strong> is the share name.</p>
<p>If you try to edit, create, or delete a file in the folder, you will realize that you are denied access to the files.  You need to complete one more step before having full anonymous access to the folder.</p>
<p>In a terminal window, browse to the folder just above your shared folder.  In my case, this path is:<br />
<strong>/home/DrNathan</strong></p>
<p>You now need to change the permissions on the folder to grant yourself write permissions on the share.  I did so by typing in the following:<br />
<strong>sudo chmod 757 folding</strong></p>
<p>This basically tells the system that I want to grant the group &#8220;others&#8221; (essentially anyone not the owner or in the same Linux group as the file owner) the ability to write to the directory named <strong>folding</strong>.  The previous permissions on the directory were <strong>755</strong>, so if you want to revert your changes, simply enter <strong>sudo chmod 755 folding</strong> at the terminal.</p>
<p>That&#8217;s it, now you should have full anonymous sharing configured on your system.  What happens if you decide you would rather secure the folder using a password instead.  Follow the link below for more:</p>
<p><span id="more-549"></span></p>
<p>Adding a user name and password requirement to our Samba share is not all that difficult.  Most of what you need is already in place, we just need to change a few small items.</p>
<p>First off, let&#8217;s reverse the lax permissions we set on the shared folder by running chmod at the terminal again:<br />
<strong>sudo chmod 755 folding</strong></p>
<p>Now, we need to add a user and password combination to Samba.  The user name you specify has to exist in Ubuntu before we can add a password.  This user must also have at least read permissions on the folder you want to share.  If you want to access the folder with a new user name, go ahead and add that to the system now.  I&#8217;ll wait.</p>
<p>Done?  Ok, let&#8217;s move on.  </p>
<p>Samba keeps a list of users and passwords separate from the list of credentials Ubuntu records.  To add a user to the Samba list, enter the following:<br />
<strong>sudo smbpasswd -a [User Name]</strong></p>
<p>Where [User Name] is the name of the user you want to add.  I typed:<br />
<strong>sudo smbpasswd -a DrNathan</strong></p>
<p>After you enter this command, you will be prompted for a password.  Enter your password and then confirm it when asked.</p>
<p>Now we&#8217;re ready to alter the configuration in the Samba configuration file.  Open <strong>smb.conf</strong> in your favorite text editor once again.  The full path is:<br />
<strong>/etc/samba/smb.conf</strong></p>
<p>We are going to remove the following lines from the configuration we added earlier:<br />
<strong>guest ok = yes</strong><br />
<strong>only guest = yes</strong><br />
<strong>guest account = nobody</strong></p>
<p>We are going to add the following line:<br />
<strong>valid users = [User Name]</strong></p>
<p>Where [User Name] is the user we configured earlier.  I added:<br />
<strong>valid users = DrNathan</strong></p>
<p>The folder configuration should look like this when you are finished:</p>
<p><strong>[folding]</strong><br />
<strong>path = /home/DrNathan/folding</strong><br />
<strong>valid users = DrNathan</strong><br />
<strong>available = yes</strong><br />
<strong>read only = no</strong><br />
<strong>browsable = yes</strong><br />
<strong>public = yes</strong><br />
<strong>writable = yes</strong></p>
<p>Once again, restart the Samba daemon:<br />
<strong>sudo /etc/init.d/samba restart</strong></p>
<p>Now, try accessing the share from another machine on the network.  You should be prompted for a user name and password.</p>
<p>That&#8217;s it, enjoy your new Samba share!</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2009/10/02/configure-anonymous-samba-sharing-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enabling 64-bit Capabilities on HP Workstations</title>
		<link>http://drnathan.teamhackaday.com/2009/09/30/enabling-64-bit-capabilities-on-hp-workstations/</link>
		<comments>http://drnathan.teamhackaday.com/2009/09/30/enabling-64-bit-capabilities-on-hp-workstations/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 15:23:29 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Quick Fix]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[32-bit]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[HP xw4600]]></category>
		<category><![CDATA[i686]]></category>
		<category><![CDATA[kernel requires x86-64 CPU]]></category>
		<category><![CDATA[ubuntu x64]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[virtualization technology]]></category>
		<category><![CDATA[Virtualization Technology Directed I/O]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VTd]]></category>
		<category><![CDATA[VTx]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=532</guid>
		<description><![CDATA[I recently tried installing Ubuntu x64 in VMware on my 32-bit Windows machine. I have done this in the past for other 64-bit operating systems, however not on this particular workstation, which is an HP xw4600. The process is typically very straightforward since VMWare has a &#8220;Easy Install&#8221; process for known operating systems. This time [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2009/09/30/enabling-64-bit-capabilities-on-hp-workstations/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Enabling 64-bit Capabilities on HP Workstations";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>I recently tried installing Ubuntu x64 in VMware on my 32-bit Windows machine.  I have done this in the past for other 64-bit operating systems, however not on this particular workstation, which is an HP xw4600.  The process is typically very straightforward since VMWare has a &#8220;Easy Install&#8221; process for known operating systems.</p>
<p>This time around I ran into some issues while the Ubuntu image was booting.  Each time I tried to start the VM, I received the following error:</p>
<p><strong>&#8220;This kernel requires an x86-64 CPU, but only detected an i686 CPU. Unable to boot &#8211; please use a kernel appropriate for your CPU.&#8221;</strong></p>
<p>I was almost positive that my processor was 64-bit compatible, but I double-checked Intel&#8217;s site to make sure.  According to Intel, I was gojod to go.  I decided to give VMWare&#8217;s compatibility checker a try, and it stated that I was able to run 64-bit virtual machines as well.</p>
<p>I figured the issue was probably due to 64-bit extensions being disabled in the BIOS, so I took a look there.  I dug and dug, but could not find any tabs or sections related to 64-bit extensions or virtualization.  After looking around some more, I found my answer in a very unlikely location (at least in my opinion).</p>
<p>Under the main <strong>Security</strong> menu, there is an entry for <strong>System Security</strong>.  There, you will find three values, two of which are disabled by default.  These are <strong>Virtualization Technology (VTx)</strong> and <strong>Virtualization Technology Directed I/O (VTd)</strong>.  After enabling both of these items and saving my BIOS settings, I was good to go.</p>
<p>I applaud HP for being careful regarding Virtualization Technology, but they could have made the options or documentation regarding these options a little easier to find.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2009/09/30/enabling-64-bit-capabilities-on-hp-workstations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Week of Software Updates</title>
		<link>http://drnathan.teamhackaday.com/2009/09/09/a-week-of-software-updates/</link>
		<comments>http://drnathan.teamhackaday.com/2009/09/09/a-week-of-software-updates/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 21:13:42 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Follow-up]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[AudioX]]></category>
		<category><![CDATA[MailBin]]></category>
		<category><![CDATA[RAIDFix]]></category>
		<category><![CDATA[Suction]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=507</guid>
		<description><![CDATA[If you have not been by the site recently, I have updated a few my applications this week, and I have added a pair of new apps as well. The newcomers include AudioX and RAIDFix. AudioX is a labor of love several years in the works. A process born in batch files, migrated to Perl, [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2009/09/09/a-week-of-software-updates/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "A Week of Software Updates";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>If you have not been by the site recently, I have updated a few my applications this week, and I have added a pair of new apps as well.</p>
<p>The newcomers include AudioX and RAIDFix.</p>
<p><a href="http://drnathan.teamhackaday.com/software/audiox/">AudioX</a> is a labor of love several years in the works.  A process born in batch files, migrated to Perl, and eventually rewritten in C#, AudioX converts songs between audio formats including FLAC, APE, AAC, MP3, and WAV.  I really needed an application to convert my APE audio to FLAC for archival, and to compress my FLAC audio to AAC format for my iPod and MP3 format for my car.  AudioX does this for me, managing tags and album art, all while taking advantage of PCs with multiple cores.  It&#8217;s a great app, give it a try!</p>
<p><a href="http://drnathan.teamhackaday.com/software/raidfix/">RAIDFix</a> is an application I wrote to help the countless people that visit my site looking for a way to enable RAID on their Intel ICH-based Windows PC after they have installed Windows with RAID disabled.  I have published walkthroughs on how to accomplish this, but RAIDFix makes it extremely simple.  Patching your computer to allow you to enable RAID in the BIOS is now one-click away.</p>
<p>Additionally, <a href="http://drnathan.teamhackaday.com/software/suction/">Suction</a> received updates to allow the user to specify the text they want used when renaming duplicate files as well as the ability to specify whether this text is prepended or appended to the file name.</p>
<p><a href="http://drnathan.teamhackaday.com/software/mailbin-2/">MailBin</a> had a bit of work done on the back-end, in order to do away with the flat configuration file used by the program.  Instead, MailBin now uses Windows&#8217; standard user config files like the rest of my applications.</p>
<p>All of the applications listed above now take advantage of my new web-based update system.  The programs will check this web site to see if there is an update version of the application automatically, alerting you if a new release has been published. </p>
<p>Yay for software!</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2009/09/09/a-week-of-software-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow Up: A New Method to Enable Intel ICH RAID after Installing Windows (Plus Updates to the Original)</title>
		<link>http://drnathan.teamhackaday.com/2009/09/02/follow-up-a-new-method-to-enable-intel-ich-raid-after-installing-windows-plus-updates-to-the-original/</link>
		<comments>http://drnathan.teamhackaday.com/2009/09/02/follow-up-a-new-method-to-enable-intel-ich-raid-after-installing-windows-plus-updates-to-the-original/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 19:56:08 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Follow-up]]></category>
		<category><![CDATA[Quick Fix]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Walk-throughs]]></category>
		<category><![CDATA[8.9.0.1023]]></category>
		<category><![CDATA[Add SATA Support]]></category>
		<category><![CDATA[BIOS RAID]]></category>
		<category><![CDATA[BIOS RAID fix]]></category>
		<category><![CDATA[Blue Screen RAID]]></category>
		<category><![CDATA[ControlSet001]]></category>
		<category><![CDATA[crcdisk.sys hang bios ahci]]></category>
		<category><![CDATA[CurrentControlSet]]></category>
		<category><![CDATA[dell raid ich config]]></category>
		<category><![CDATA[Dell XPS]]></category>
		<category><![CDATA[existing Windows]]></category>
		<category><![CDATA[iastor.inf]]></category>
		<category><![CDATA[iastor.sys]]></category>
		<category><![CDATA[IATA]]></category>
		<category><![CDATA[iata86enu.inf]]></category>
		<category><![CDATA[iata89enu.inf]]></category>
		<category><![CDATA[ICH10]]></category>
		<category><![CDATA[ICH10R]]></category>
		<category><![CDATA[ICH8]]></category>
		<category><![CDATA[ICH8R]]></category>
		<category><![CDATA[ICH9]]></category>
		<category><![CDATA[ICH9R]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Intel BIOS Raid]]></category>
		<category><![CDATA[Intel Blue screen]]></category>
		<category><![CDATA[Intel Raid Driver Fix]]></category>
		<category><![CDATA[Intel RAID Drivers]]></category>
		<category><![CDATA[Intel RAID Repair]]></category>
		<category><![CDATA[Matrix Storage Manager]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[RAID BSOD]]></category>
		<category><![CDATA[Vista BSOD]]></category>
		<category><![CDATA[Vista RAID]]></category>
		<category><![CDATA[Windows 7 RTM]]></category>
		<category><![CDATA[Windows RAID]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=464</guid>
		<description><![CDATA[Bypass this article and fix your Intel RAID Drivers immediately using RAIDFix I have three pieces of information to share with those of you looking to enable RAID on your Windows PC after having installed Windows without RAID enabled in your BIOS settings. Now that you have rebooted past a handful of blue screens and [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2009/09/02/follow-up-a-new-method-to-enable-intel-ich-raid-after-installing-windows-plus-updates-to-the-original/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Follow Up: A New Method to Enable Intel ICH RAID after Installing Windows (Plus Updates to the Original)";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p style="text-align: center;"><font size="+1"><a href="http://drnathan.teamhackaday.com/software/raidfix"><strong>Bypass this article and fix your Intel RAID Drivers immediately using RAIDFix<br />
</strong></a></font></p>
<p><br ></p>
<p>I have three pieces of information to share with those of you looking to enable RAID on your Windows PC after having installed Windows without RAID enabled in your BIOS settings.  Now that you have rebooted past a handful of blue screens and Googled to find some help, I am here to tell you that you have come to the right place.</p>
<p>I have written on this topic twice before, <a href="http://drnathan.teamhackaday.com/2009/03/09/how-to-enable-intel-ich-raid-after-installing-windows-vista/" target="_blank">once when I first figured out how to fix this problem</a>, <a href="http://drnathan.teamhackaday.com/2009/03/27/follow-up-how-to-enable-intel-ich-raid-after-installing-windows-vista/" target="_blank">and again when the drivers had been updated by Intel</a>.  Once again there are driver updates, so I wanted to provide you the appropriate registry file as well as the steps required to enable RAID on your system.</p>
<p>But first, I wanted to mention an extremely easy and fast solution.  After studying the problem for some time, I have put together an application named RAIDFix which installs the proper registry keys and drivers to get your Intel RAID up and running in seconds.  As I pointed out in the large link above, fix your RAID issues immediately by <a href="http://drnathan.teamhackaday.com/software/raidfix">clicking here</a>.</p>
<p>If you prefer to fix the problem manually, read on.</p>
<p><br ><br />
<strong>Method #2 &#8211; The Long, but Tried and True Process<br />
</strong></p>
<p>1) Download the <a href="http://downloadcenter.intel.com/download.aspx?url=/17882/eng/IATA89ENU.exe&amp;DwnldId=17882&amp;ProductID=2101&amp;lang=eng" target="_blank">Intel Matrix Storage Manager v8.9.0.1023 installer</a> (Dated 7/17/2009) from Intel.</p>
<p>2) Open a command prompt on your machine and navigate to the folder where you saved the IMSM software in step 1.</p>
<p>3) Type &#8220;<strong>iata89enu.exe -a -p c:\iastor</strong>&#8221; and press Enter &#8211; this will load the installer and extract all of the driver files to C:\Iastor folder.  Close the command prompt.</p>
<p>4) Copy the appropriate <strong>iastor.sys</strong> file from the C:\Iastor\winall folder to your C:Windows\System32\drivers\ directory</p>
<p>5) <a href="http://drnathan.teamhackaday.com/wp-content/uploads/2009/09/iastor_8.9.0.1023.reg">Click here to download the registry file</a>, or copy the text below and save it as &#8220;Intel.reg&#8221;</p>
<pre lang="text" colla="+">Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\PCI#VEN_8086&#038;DEV_2822&#038;CC_0104]
"ClassGUID"="{4d36e97b-e325-11ce-bfc1-08002be10318}"
"Security"=hex:01,00,04,90,00,00,00,00,00,00,00,00,00,00,00,00,14,00,00,00,02,\
  00,4c,00,03,00,00,00,00,00,14,00,ff,01,1f,00,01,01,00,00,00,00,00,05,12,00,\
  00,00,00,00,18,00,ff,01,1f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,\
  00,00,00,18,00,9f,01,12,00,01,02,00,00,00,00,00,05,20,00,00,00,21,02,00,00
"Service"="iaStor"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E97B-E325-11CE-BFC1-08002BE10318}\0001]
"InfPath"="oem39.inf"
"InfSection"="iaStor_Inst_RAID"
"ProviderName"="Intel"
"DriverDateData"=hex:00,c0,44,67,a7,e4,c9,01
"DriverDate"="6-4-2009"
"DriverVersion"="8.9.0.1023"
"MatchingDeviceId"="pci\\ven_8086&#038;dev_2822&#038;cc_0104"
"DriverDesc"="Intel(R) ICH8R/ICH9R/ICH10R/DO/PCH SATA RAID Controller"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor]
"Type"=dword:00000001
"Start"=dword:00000000
"ErrorControl"=dword:00000001
"Tag"=dword:00000019
"ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
  52,00,49,00,56,00,45,00,52,00,53,00,5c,00,69,00,61,00,53,00,74,00,6f,00,72,\
  00,2e,00,73,00,79,00,73,00,00,00
"DisplayName"="Intel RAID Controller"
"Group"="SCSI Miniport"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Parameters]
"queuePriorityEnable"=dword:00000000
"BusType"=dword:00000008

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Parameters\Port0]
"AN"=dword:00000000
"LPM"=dword:00000000
"LPMSTATE"=dword:00000000
"LPMDSTATE"=dword:00000001
"GTF"=dword:00000000
"DIPM"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Parameters\Port1]
"AN"=dword:00000000
"LPM"=dword:00000000
"LPMSTATE"=dword:00000000
"LPMDSTATE"=dword:00000001
"GTF"=dword:00000000
"DIPM"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Parameters\Port2]
"AN"=dword:00000000
"LPM"=dword:00000000
"LPMSTATE"=dword:00000000
"LPMDSTATE"=dword:00000001
"GTF"=dword:00000000
"DIPM"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Parameters\Port3]
"AN"=dword:00000000
"LPM"=dword:00000000
"LPMSTATE"=dword:00000000
"LPMDSTATE"=dword:00000001
"GTF"=dword:00000000
"DIPM"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Parameters\Port4]
"AN"=dword:00000000
"LPM"=dword:00000000
"LPMSTATE"=dword:00000000
"LPMDSTATE"=dword:00000001
"GTF"=dword:00000000
"DIPM"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Parameters\Port5]
"AN"=dword:00000000
"LPM"=dword:00000000
"LPMSTATE"=dword:00000000
"LPMDSTATE"=dword:00000001
"GTF"=dword:00000000
"DIPM"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Parameters\oromVersion]
"MajorVersion"=dword:00000007
"MinorVersion"=dword:00000005
"HotfixNumber"=dword:00000000
"BuildNumber"=dword:000003f9

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Enum]
"0"="PCI\\VEN_8086&#038;DEV_2822&#038;SUBSYS_82771043&#038;REV_02\\3&#038;11583659&#038;0&#038;FA"
"Count"=dword:00000001
"NextInstance"=dword:00000001</pre>
<p><span style="color: #000000;">6) Double-click on the .reg file and click yes when asked if you want to merge the data into your registry.</span></p>
<p><span style="color: #000000;">7) Reboot the computer and change the SATA configuration in your BIOS to RAID – Windows should load without any issue.</span></p>
<p><span style="color: #000000;">8 ) Install the Intel Matrix Storage Manager software to complete the driver installation/configuration.<br />
</span></p>
<p><span style="color: #000000;">9) Celebrate the fact that you have now enabled RAID without having to reinstall Windows.</span><br />
Good luck with your RAID install!  Feel free to ask questions here if you need help.</p>
<p><br ><br />
<strong>Method #3 &#8211; Peregrinus&#8217; Hack</strong></p>
<p>A reader named Peregrinus discovered that there might be an even easier method to get your computer up and running again. Instead of expanding drivers and manually adding registry information to your computer, you can fix the problem with one small registry tweak.</p>
<p>I do have to add the disclaimer that I have not tried this method, so your mileage may vary. Peregrinus stated that this worked for him, so I am publishing this information on his recommendation.</p>
<p>1) With RAID disabled, boot into Windows and start Regedit.exe</p>
<p>2) Navigate to <strong>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iaStorV</strong></p>
<p>3) In the right-hand column, you should see a value named <strong>Start</strong>.  Double-click this entry and change the data from <strong>1</strong> to <strong>0</strong>.</p>
<p>4) Reboot with RAID enabled &#8211; Windows should load just fine. Now install the Intel Matrix Storage Manager as you usually would. This time around, it should detect your hardware and install without any issues.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2009/09/02/follow-up-a-new-method-to-enable-intel-ich-raid-after-installing-windows-plus-updates-to-the-original/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Follow up: Securing Windows Remote Desktop with CopSSH</title>
		<link>http://drnathan.teamhackaday.com/2009/08/14/follow-up-securing-windows-remote-desktop-with-copssh/</link>
		<comments>http://drnathan.teamhackaday.com/2009/08/14/follow-up-securing-windows-remote-desktop-with-copssh/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 14:41:57 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[Follow-up]]></category>
		<category><![CDATA[Quick Fix]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[CopSSH]]></category>
		<category><![CDATA[port 3390]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[PuttyGen]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=421</guid>
		<description><![CDATA[Awhile back, I posted a guide detailing how you can configure CopSSH on your home computer and use it to securely route your Windows Remote Desktop traffic in order to add an extra layer of security to the whole process. Typically, once Putty was configured and used to create the SSH tunnel to the remote [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2009/08/14/follow-up-securing-windows-remote-desktop-with-copssh/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Follow up: Securing Windows Remote Desktop with CopSSH";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>Awhile back, <a href="http://drnathan.teamhackaday.com/2009/02/17/securing-windows-remote-desktop-with-copssh/">I posted a guide</a> detailing how you can configure CopSSH on your home computer and use it to securely route your Windows Remote Desktop traffic in order to add an extra layer of security to the whole process.</p>
<p>Typically, once Putty was configured and used to create the SSH tunnel to the remote machine, all I would need to do is simply create a loopback RDP connection on port 3390, and I was in business.  In my testing of Windows 7, I found that when attempting to create a loopback connection on port 3390, I would receive an error that a connection was already established.  The exact error reads as follows:</p>
<p><em><strong>Your computer could not connect to another console session on the remote computer because you already have a console session in progress.</strong></em></p>
<p>I changed Putty&#8217;s configuration to forward on port 3391 instead of 3390, and the problem was solved.  I&#8217;m not sure why Windows 7 establishes some sort of connection on 3390, but at least the workaround is pretty painless.</p>
<p>I just wanted to pass along this info for anyone having issues with RDP tunneling.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2009/08/14/follow-up-securing-windows-remote-desktop-with-copssh/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Suction Updates &#8211; Version 1.1.3 Released</title>
		<link>http://drnathan.teamhackaday.com/2009/08/13/suction-updates-version-1-1-3-released/</link>
		<comments>http://drnathan.teamhackaday.com/2009/08/13/suction-updates-version-1-1-3-released/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 15:26:10 +0000</pubDate>
		<dc:creator>DrNathan</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Suction]]></category>

		<guid isPermaLink="false">http://drnathan.teamhackaday.com/?p=415</guid>
		<description><![CDATA[Suction version 1.1.3 fixes a few bugs hanging around in the 1.1.1 release.  With the help of Gary M. who reported these bugs and tested fixes, I was able to knock out a few annoying issues. The 1.1.3 release includes: Fix for the auto-exit bug that would cause the application to remain open when initiated [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://drnathan.teamhackaday.com/2009/08/13/suction-updates-version-1-1-3-released/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Suction Updates &#8211; Version 1.1.3 Released";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>Suction version 1.1.3 fixes a few bugs hanging around in the 1.1.1 release.  With the help of Gary M. who reported these bugs and tested fixes, I was able to knock out a few annoying issues.</p>
<p>The 1.1.3 release includes:</p>
<ul>
<li>Fix for the auto-exit bug that would cause the application to remain open when initiated from the context menu</li>
<li>Fix for the logging location bug (Suction would log its actions in folder being suctioned)</li>
<li>Fix for the logging bug that would leave logging enabled when all logging was disabled</li>
<li>Tweaks to the context menu code to better handle registry entries (No more random errors when removing the context  menu entry)</li>
</ul>
<p><strong><a href="http://drnathan.teamhackaday.com/software/suction">Download version 1.1.3 here</a></strong></p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://drnathan.teamhackaday.com/2009/08/13/suction-updates-version-1-1-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<script type="text/javascript">
window.google_analytics_uacct = "UA-17476232-2";
</script>

