<?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>techdruid.com</title>
	<atom:link href="http://techdruid.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techdruid.com</link>
	<description>Tutorials, Troubleshooting, Tech Blog</description>
	<lastBuildDate>Sat, 04 Feb 2012 02:22:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SonicWall NSA 240 stateful inspection verification with nmap and tcpdump for pci</title>
		<link>http://techdruid.com/2012/02/04/sonicwall-nsa-240-stateful-inspection-verification-with-nmap-and-tcpdump-for-pci/</link>
		<comments>http://techdruid.com/2012/02/04/sonicwall-nsa-240-stateful-inspection-verification-with-nmap-and-tcpdump-for-pci/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 02:16:40 +0000</pubDate>
		<dc:creator>techdruid</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://techdruid.com/?p=178</guid>
		<description><![CDATA[Item 1.3.6 of PCI DSS is this : Verify that the firewall performs stateful inspection (dynamic packet filtering). (Only established connections should be allowed in, and only if they are associated with a previously established sesion.) According to nmap documentation, &#8230; <a class="more-link" href="http://techdruid.com/2012/02/04/sonicwall-nsa-240-stateful-inspection-verification-with-nmap-and-tcpdump-for-pci/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Item 1.3.6 of PCI DSS is this : Verify that the firewall performs stateful inspection (dynamic packet filtering). (Only established connections should be allowed in, and only if they are associated with a previously established sesion.)</p>
<p style="text-align: justify;">According to nmap documentation, you can test for a stateful packet inspection firewall by using the following command.  In my example, I&#8217;m testing port 443 (https) as I know that it is an open port.  -Pn tells nmap to NOT run the ping test, and -sA tells nmap to send an ACK packet.</p>
<p># nmap -Pn -sA -p 443 #.#.#.#</p>
<p style="text-align: justify;">nmap discussions I&#8217;ve read state that an &#8220;unfiltered&#8221; response indicates a stateless firewall, and a &#8220;filtered&#8221; response indicates a stateful firewall.  Unfortunately, nmap lists my firewall&#8217;s response as &#8220;unfiltered&#8221; or stateless.  This leads me to believe that the NSA 240 is NOT an stateful firewall.</p>
<pre>PORT    STATE      SERVICE
443/tcp unfiltered https</pre>
<p style="text-align: justify;">If I do a tcpdump on the source system that is running nmap, I&#8217;ll see that an ACK is sent, and that an RST is returned from the target system.  All this leads me to believe that the NSA 240 is stateless, and is allowing the RST&#8217;s to come back from the target system.</p>
<p style="text-align: justify;">However, if I do a tcpdump of port 443 on the target system, I see absolutely NO packets from the source system.</p>
<p style="text-align: justify;">I believe that the SonicWall NSA 240 is responding with the RST packet without actually forwarding the ACK packet to the target system.</p>
<p style="text-align: justify;">So I&#8217;m sitting here wondering if nmap can accurately tell whether a system is stateful or stateless? Just because an RST packet is returned, doesn&#8217;t necessarily mean it is coming from the target system.</p>
<p style="text-align: justify;">Conclusion : I&#8217;m going to log a ticket with SonicWall to clarify this issue for me.  And for now, I&#8217;m going to use the empty tcpdump log from the target system to verify that the NSA 240 is stateful. This should allow us to pass the PCI 1.3.6 check. But I still want an answer from SonicWall as to why it is responding with an RST packet.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdruid.com/2012/02/04/sonicwall-nsa-240-stateful-inspection-verification-with-nmap-and-tcpdump-for-pci/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>what happened to wp-recaptcha?</title>
		<link>http://techdruid.com/2011/12/14/what-happened-to-wp-recaptcha/</link>
		<comments>http://techdruid.com/2011/12/14/what-happened-to-wp-recaptcha/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 00:01:08 +0000</pubDate>
		<dc:creator>techdruid</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://techdruid.com/?p=170</guid>
		<description><![CDATA[I have no idea what happened to this WordPress plugin.  The WordPress website indicates that it is not a valid plugin address anymore. http://wordpress.org/extend/plugins/wp-recaptcha/ And the developers website is missing the DNS entry, so it&#8217;s not coming up. http://www.blaenkdenum.com/ For &#8230; <a class="more-link" href="http://techdruid.com/2011/12/14/what-happened-to-wp-recaptcha/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have no idea what happened to this WordPress plugin.  The WordPress website indicates that it is not a valid plugin address anymore.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-recaptcha/">http://wordpress.org/extend/plugins/wp-recaptcha/</a></p>
<p>And the developers website is missing the DNS entry, so it&#8217;s not coming up.</p>
<p><a href="http://www.blaenkdenum.com/" rel="nofollow">http://www.blaenkdenum.com/</a></p>
<p>For now, I&#8217;ve uploaded my latest copy of the &#8220;wp-recaptha&#8221; plugin from one of my sites.  Though I&#8217;m hesitant about continuing to use it until I know why it has disappeared.  Any information is welcome.</p>
<p><a href="http://techdruid.com/wp-recaptcha-v3.1.3.tgz">http://techdruid.com/wp-recaptcha-v3.1.3.tgz</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://techdruid.com/2011/12/14/what-happened-to-wp-recaptcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yahoo maps service backend fetch error 403</title>
		<link>http://techdruid.com/2011/09/20/yahoo-maps-service-backend-fetch-errror-403/</link>
		<comments>http://techdruid.com/2011/09/20/yahoo-maps-service-backend-fetch-errror-403/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 22:28:19 +0000</pubDate>
		<dc:creator>techdruid</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://techdruid.com/?p=160</guid>
		<description><![CDATA[I have tried replying directly to the following post on Yahoo. http://developer.yahoo.com/forum/General-Discussion-at-YDN/Yahoo-API-Map-Service-backend-fetch/1316489876850-608baec5-f30d-4c11-be32-316ec4ee25f5 Unfortunately, Yahoo just responds by redisplaying the &#8220;reply&#8221; form and doesn&#8217;t accept my response.  I am therefore posting this information on my blog to try and see if &#8230; <a class="more-link" href="http://techdruid.com/2011/09/20/yahoo-maps-service-backend-fetch-errror-403/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I have tried replying directly to the following post on Yahoo.</p>
<p style="text-align: justify;"><a title="yahoo maps service backend fetch error 403" href="http://developer.yahoo.com/forum/General-Discussion-at-YDN/Yahoo-API-Map-Service-backend-fetch/1316489876850-608baec5-f30d-4c11-be32-316ec4ee25f5">http://developer.yahoo.com/forum/General-Discussion-at-YDN/Yahoo-API-Map-Service-backend-fetch/1316489876850-608baec5-f30d-4c11-be32-316ec4ee25f5</a></p>
<p style="text-align: justify;">Unfortunately, Yahoo just responds by redisplaying the &#8220;reply&#8221; form and doesn&#8217;t accept my response.  I am therefore posting this information on my blog to try and see if others are having this same problem.</p>
<p style="text-align: justify;">Basically, as the poster above states, I&#8217;ve been using this service for as long as I can remember.  And suddenly, last night (20-Sep-2011) the service stopped working.  I&#8217;m sure there is some news somewhere about Yahoo not supporting this service, but searching google for the 403 error does not produce any useful results.</p>
<p style="text-align: justify;">I took the quick/easy way out.  I switched over to using the Google geo-coding service documented at the following address.</p>
<p style="text-align: justify;"><a href="http://code.google.com/apis/maps/documentation/geocoding/#GeocodingResponses">http://code.google.com/apis/maps/documentation/geocoding/#GeocodingResponses</a></p>
<p style="text-align: justify;">Perhaps someone can shed light on why the Yahoo service has stopped working?  I&#8217;m suspecting it could be because I was accessing it from an Internet/IntRAnet site that is not publicly visible.  But what do I know?  ;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://techdruid.com/2011/09/20/yahoo-maps-service-backend-fetch-errror-403/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>create bootable windows server 2008 usb stick</title>
		<link>http://techdruid.com/2011/07/30/bootable-windows-server-2008-usb-stick/</link>
		<comments>http://techdruid.com/2011/07/30/bootable-windows-server-2008-usb-stick/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 22:52:11 +0000</pubDate>
		<dc:creator>techdruid</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://techdruid.com/wp/?p=54</guid>
		<description><![CDATA[I had the most difficult time creating a bootable usb stick to install Windows Server 2008 R2 (64bit). I tried several free/opensource programs, but after 3 failures, I found the manual process for doing so. Basically I was cheap and &#8230; <a class="more-link" href="http://techdruid.com/2011/07/30/bootable-windows-server-2008-usb-stick/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had the most difficult time creating a bootable usb stick to install Windows Server 2008 R2 (64bit).  I tried several free/opensource programs, but after 3 failures, I found the manual process for doing so.</p>
<p>Basically I was cheap and didn&#8217;t get a DVD drive with my server from Dell.  I kind of regretted it, but at least I learned something new here. <img src='http://techdruid.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I used this process on a Windows Vista 32bit system to create the 64bit install disk. And it worked superbly.</p>
<p><center></p>
<table border=1 cellpadding=4 cellspacing=4>
<tr>
<td>
C:> diskpart</p>
<p>DISKPART> list disk</p>
<p>     Select the USB device from the list and substitute the disk number below<br />
     when necessary</p>
<p>DISKPART> select disk 1<br />
DISKPART> clean<br />
DISKPART> clean<br />
DISKPART> create partition primary<br />
DISKPART> select partition 1<br />
DISKPART> active<br />
DISKPART> format fs=ntfs<br />
DISKPART> assign<br />
DISKPART> exit</p>
<p>xcopy X:*.* /s/e/f Y:</p>
<p>     where X: is your mounted image or physical DVD and Y: is your USB<br />
     device
</td>
</tr>
</table>
<p></center></p>
<p>The code above was a direct copy taken from the link below on <a href="http://bramp.net">Andrew Brampton&#8217;s</a> website.</p>
<p>Only difference is that I had to run &#8220;clean&#8221; twice for some reason, and also chose the file type of NTFS instead of FAT32.</p>
<p><a href="http://bramp.net/blog/create-bootable-windows-server-2008-usb-stick">Create Bootable Windows Server 2008 USB Stick.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techdruid.com/2011/07/30/bootable-windows-server-2008-usb-stick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cpanel mailman feedback loop strips email address</title>
		<link>http://techdruid.com/2011/07/29/cpanel-mailman-feedback-loop-strips-email-address/</link>
		<comments>http://techdruid.com/2011/07/29/cpanel-mailman-feedback-loop-strips-email-address/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 22:01:20 +0000</pubDate>
		<dc:creator>techdruid</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://techdruid.com/wp/?p=57</guid>
		<description><![CDATA[I have several customers using a combination of mailman and cPanel. In order to track spam complaints I have various feedback loops in place with Comcast, AOL, Roadrunner, etc&#8230; Invariably, when someone on a mailman list complains of spam through &#8230; <a class="more-link" href="http://techdruid.com/2011/07/29/cpanel-mailman-feedback-loop-strips-email-address/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have several customers using a combination of mailman and cPanel.  In order to track spam complaints I have various feedback loops in place with Comcast, AOL, Roadrunner, etc&#8230;</p>
<p>Invariably, when someone on a mailman list complains of spam through their ISP and I receive a message back from the feedback loop, they (Comcast, AOL, etc.) strip out the complainers email address, making it impossible to trace and fix the problem.</p>
<p>To address this problem, the email address can be included in the footer of each message in the form of an encoded URL string where the AT (@) sign is replace with it&#8217;s hex code of %40.  The feedback loops don&#8217;t recognize this syntax and consequently do not strip the encoded email address, allowing me to remove the complainers from the mailman list, or investigate further.</p>
<p>By default, cPanel and mailman do not allow the customers to include this encoded signature, so the following must be done.</p>
<p>Edit the file located at<br />
/usr/local/cpanel/3rdparty/mailman/Mailman/mm_cfg.py<br />
And make sure the following is at the bottom of the file.</p>
<table border=1 cellpadding=4 cellspacing=4>
<tr>
<td>
##################################################<br />
# Put YOUR site-specific settings below this line.<br />
OWNERS_CAN_ENABLE_PERSONALIZATION = 1
</td>
</tr>
</table>
<p>Once this is done, the customer can go into their mailman settings, and place the following code into the signature of each message for the list.</p>
<p>Unsubscribe: %(user_optionsurl)s</p>
<p>This will include the encoded email address in the string.  Credit to the following cpanel thread that allowed me to address this problem.</p>
<p><a href="http://forums.cpanel.net/f34/mailing-list-field-50459.html">http://forums.cpanel.net/f34/mailing-list-field-50459.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techdruid.com/2011/07/29/cpanel-mailman-feedback-loop-strips-email-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to fetch cPanel user file for username after Ensim migration</title>
		<link>http://techdruid.com/2011/07/13/unable-to-fetch-cpanel-user-file-for-user-after-ensim-migration/</link>
		<comments>http://techdruid.com/2011/07/13/unable-to-fetch-cpanel-user-file-for-user-after-ensim-migration/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 22:24:28 +0000</pubDate>
		<dc:creator>techdruid</dc:creator>
				<category><![CDATA[Control Panels]]></category>

		<guid isPermaLink="false">http://techdruid.com/wp/?p=60</guid>
		<description><![CDATA[After migrating several websites from Ensim (Parallels) Pro, I encountered the following error when trying to modify the accounts from within cPanel. &#160; &#8220;Unable to fetch the cPanel user file for username&#8221; &#160; ?Ultimately it was this thread?here?that solved the &#8230; <a class="more-link" href="http://techdruid.com/2011/07/13/unable-to-fetch-cpanel-user-file-for-user-after-ensim-migration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After migrating several websites from Ensim (Parallels) Pro, I encountered the following error when trying to modify the accounts from within cPanel.</p>
<p>&nbsp;</p>
<p>&#8220;Unable to fetch the cPanel user file for username&#8221;</p>
<p>&nbsp;</p>
<p>?Ultimately it was this thread?<a href="http://forums.cpanel.net/cpanel-whm-discussions/214052-unable-fetch-cpanel-user-file-post883222.html" title="Unable to fetch cPanel user file for username after Ensim migration">here</a>?that solved the problem for me.</p>
<p>&nbsp;</p>
<p>Execute the commands below.</p>
<table border="0" cellspacing="4" cellpadding="4">
<tbody>
<tr>
<td>
<p># cd /var/cpanel/users<br /># grep &#8220;USER=site&#8221; *?</p>
</td>
</tr>
</tbody>
</table>
<p>
<div>This will give you a list of accounts (or users) that were likely broken after the migration. ?If you tried to modify any of these accounts that are displayed, you would likely encounter the error above.</div>
<div>?</div>
<div>?</div>
<div>Basically you need to modify the files listed from your search and replace the old &#8220;site##&#8221; reference from the Ensim/Parallels account to be the name of the actual username.</div>
<div>?</div>
<div>?</div>
<div>As an example&#8230;</div>
<div>?</div>
<div>?</div>
<div>In the file called &#8220;myuser&#8221;, myuser is the account username. ?And in my case, perhaps the file contained the line &#8220;USER=site35&#8243;. ? I would want to go into that file and change that string to read &#8220;USER=myuser&#8221;.?</div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://techdruid.com/2011/07/13/unable-to-fetch-cpanel-user-file-for-user-after-ensim-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eMachine T1090 bios password lost reset user manual</title>
		<link>http://techdruid.com/2011/06/15/emachinet-1090-bios-password-lost-reset-user-manual/</link>
		<comments>http://techdruid.com/2011/06/15/emachinet-1090-bios-password-lost-reset-user-manual/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 21:33:43 +0000</pubDate>
		<dc:creator>techdruid</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://techdruid.com/wp/?p=56</guid>
		<description><![CDATA[Apparently someone set the BIOS password on this old emachine t1090 that I need to reinstall.? The BIOS is configured to NOT boot from CD, so I can&#8217;t reinstall the thing without resetting the password.? &#160; After searching the Internet &#8230; <a class="more-link" href="http://techdruid.com/2011/06/15/emachinet-1090-bios-password-lost-reset-user-manual/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p align="justify">Apparently someone set the BIOS password on this old emachine t1090 that I need to reinstall.? The BIOS is configured to NOT boot from CD, so I can&#8217;t reinstall the thing without resetting the password.? </p>
<p align="justify">&nbsp;</p>
<p align="justify">After searching the Internet for over an hour trying to locate either 1) instructions for resetting the bios password on the emachine t1090, or 2) a user manual for the emachine t1090, I discovered the solution to my problem printed inside the case of the system.</p>
<p>&nbsp;</p>
<p>See this picture of the sticker below that clearly shows instructions for clearing the bios password.<br /><img src="http://techdruid.com/wp//wp-content/themes/twentyten/images/stories/emachine_t1090_jumper_settings_clear_password.jpg" border="0" alt="emachine t1090 clear or reset bios password jumper" title="emachine t1090 clear or reset bios password jumper" width="618" height="460" align="absmiddle" /></p>
<p>&nbsp;</p>
<p align="justify">In the next image, you can see how I took jumper 8 (j8) and moved it over to pins 2 &#038; 3. ? Once I rebooted the system with these new jumper settings, I simply moved the jumper back to pings 1 &#038; 2 so that the password could be set again in the future if necessary.</p>
<p><img src="http://techdruid.com/wp//wp-content/themes/twentyten/images/stories/emachine_t1090_jumpers_clear_password.jpg" border="0" alt="emachine t1090 jumper 8 clear bios password" title="emachine t1090 jumper 8 clear bios password" width="622" height="463" /> </p>
<p align="justify">Hope this information is useful to someone that has lost their BIOS password on this old emachine. Now, if your emachine is making sick sounding/groaning sounds during the reinstall like mine is, I can&#8217;t help you there.? <img src='http://techdruid.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techdruid.com/2011/06/15/emachinet-1090-bios-password-lost-reset-user-manual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vmware vmdk scsi0:0: Unsupported or invalid disk type 7.</title>
		<link>http://techdruid.com/2011/05/06/vmware-server-esxi-vmdk-invalid-disk-type-7-not-imported/</link>
		<comments>http://techdruid.com/2011/05/06/vmware-server-esxi-vmdk-invalid-disk-type-7-not-imported/#comments</comments>
		<pubDate>Fri, 06 May 2011 15:11:59 +0000</pubDate>
		<dc:creator>techdruid</dc:creator>
				<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://techdruid.com/wp/?p=66</guid>
		<description><![CDATA[When attempting to boot up a vmware server VMDK disk file onto an ESXi server, you may encounter the following error. Module DevicePowerOn power on failed. Unable to create virtual SCSI device for scsi0:0, &#8216;/vmfs/volumes/xxxxxxxx-xxxxxxxx-xxxx-xxxxxxxxxxxx/panama-restored/panama.vmdk&#8217; Failed to open disk scsi0:0: &#8230; <a class="more-link" href="http://techdruid.com/2011/05/06/vmware-server-esxi-vmdk-invalid-disk-type-7-not-imported/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When attempting to boot up a vmware server VMDK disk file onto an ESXi server, you may encounter the following error.</p>
<table border=4 cellpadding=4 cellspacing=4>
<tr>
<td>
Module DevicePowerOn power on failed. 
Unable to create virtual SCSI device for scsi0:0, &#8216;/vmfs/volumes/xxxxxxxx-xxxxxxxx-xxxx-xxxxxxxxxxxx/panama-restored/panama.vmdk&#8217; 
Failed to open disk scsi0:0: Unsupported or invalid disk type 7. Make sure that the disk has been imported.
</td>
</tr>
</table>
<p>A google search will reveal many results for why this happens.  Here is the simple solution I used to fix this problem for me.</p>
<p>I logged into the old VMware Server system as root.  Yes, this solution requiress that you have both a VMware server AND the target ESXi host up and running.  Also, the vmdk file must be uploaded to the ESXi host.</p>
<p>From VMware Server, issued the following command.  Be sure to replace &#8220;source&#8221; and &#8220;target&#8221; with the names of your files, and &#8220;datastore1&#8243; with the name of your datastore. </p>
<table border=4 cellpadding=4 cellspacing=4>
<tr>
<td>
# vmkfstools &#8211;server ESXI-HOST.YOURDOM.COM -d thin -i &#8220;/vmfs/volumes/datastore1/source/source.vmdk&#8221; &#8220;/vmfs/volumes/datastore1/source/target.vmdk&#8221;
</td>
</tr>
</table>
<p>Then you can use the new &#8220;target.vmdk&#8221; file to boot on your ESXi host.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdruid.com/2011/05/06/vmware-server-esxi-vmdk-invalid-disk-type-7-not-imported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Hosting Portland Oregon</title>
		<link>http://techdruid.com/2010/07/25/web-hosting-portland-oregon/</link>
		<comments>http://techdruid.com/2010/07/25/web-hosting-portland-oregon/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 05:25:03 +0000</pubDate>
		<dc:creator>techdruid</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[portland oregon]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[web hosting portland oregon]]></category>
		<category><![CDATA[website building classes]]></category>
		<category><![CDATA[website classes]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://techdruid.com/wp/?p=11</guid>
		<description><![CDATA[Too often I have encountered people that have been wanting to setup a website.  They contemplate it, dream about it, and talk about it often for years.? What stops them from taking that leap into actually setting up their website. &#8230; <a class="more-link" href="http://techdruid.com/2010/07/25/web-hosting-portland-oregon/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Too often I have encountered people that have been wanting to setup a website.  They contemplate it, dream about it, and talk about it often for years.? What stops them from taking that leap into actually setting up their website.  Maybe its the fact that they can&#8217;t walk into a web hosting business and ask someone the basic questions they have, face to face.  Maybe they don&#8217;t want to spend the money to get educated on how to build their website.? Maybe the only way available to learn is online.</p>
<p>Whatever the case may be, there is a solution. </p>
<p style="text-align: justify;"><a title="Web Hosting Portland Oregon" href="http://www.hostpond.com" target="_blank">Host Pond</a> <a title="Web Hosting Portland Oregon" href="http://www.hostpond.com" target="_blank">Web Hosting in Portland Oregon</a> has a storefront and training room.? You can physically go into the store and meet your web host in person.? Host Pond offers free in-person website building classes to its customers.? No website is too big or too small.</p>
<p>Get free training on how to setup the following common web site functionality.</p>
<ul>
<li>Shopping Cart</li>
<li>Bulletin Board</li>
<li>Blog</li>
<li>Photo Gallery</li>
<li>Content Management Systems (CMS)</li>
<li>Event Calendars with Reservation system</li>
<li>Customer Relationship Management (CRM)</li>
<li>Much much more&#8230;.</li>
</ul>
<p>Click the frog logo below to learn more.</p>
<p><a title="Web Hosting Portland Oregon" href="http://www.hostpond.com" target="_blank"><img title="Host Pond Web Hosting, Portland Oregon" src="http://techdruid.com/wp//wp-content/themes/twentyten/images/stories/hostpond-logo-frogleaf.gif" alt="Host Pond Web Hosting, Portland Oregon" width="275" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techdruid.com/2010/07/25/web-hosting-portland-oregon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Host Pond Web Hosting at Passport to Sellwood Westmoreland Event</title>
		<link>http://techdruid.com/2010/07/24/host-pond-web-hosting-portland-oregon-passport-2010/</link>
		<comments>http://techdruid.com/2010/07/24/host-pond-web-hosting-portland-oregon-passport-2010/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 04:46:03 +0000</pubDate>
		<dc:creator>techdruid</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[passport]]></category>
		<category><![CDATA[passport to sellwood westmoreland]]></category>
		<category><![CDATA[portland oregon]]></category>
		<category><![CDATA[sellwood westmoreland business alliance]]></category>
		<category><![CDATA[swba]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://techdruid.com/wp/?p=10</guid>
		<description><![CDATA[Host Pond Web Hosting in Portland Oregon?will have a booth at this years Passport to Sellwood Westmoreland event. Come on down on?Saturday, August 7th.? Get your passport stamped by as many?businesses as possible for a chance to win a?weekend trip &#8230; <a class="more-link" href="http://techdruid.com/2010/07/24/host-pond-web-hosting-portland-oregon-passport-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Host Pond Web Hosting, Portland Oregon" href="http://www.hostpond.com">Host Pond</a> <a title="Host Pond Web Hosting at SWBA Passport Event 2010" href="http://www.hostpond.com/">Web Hosting in Portland Oregon</a>?will have a booth at this years Passport to Sellwood Westmoreland event.</p>
<p>Come on down on?Saturday, August 7th.? Get your passport stamped by as many?businesses as possible for a chance to win a?weekend trip for two to <a title="Kah-Nee-Ta High Desert Resort &amp; Casino" href="http://www.kahneeta.com/">Kah-Nee-Ta High Desert Resort &amp; Casino</a>!</p>
<p><a title="Passport to Sellwood Westmoreland 2010" href="http://www.sellwoodwestmoreland.com/passport/"><img title="Host Pond Web Hosting Portlnad Oregon at SWBA Passport 2010 Event" src="http://techdruid.com/wp//wp-content/themes/twentyten/images/stories/passportad2010.jpg" alt="SWBA Passport 2010" width="85%" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techdruid.com/2010/07/24/host-pond-web-hosting-portland-oregon-passport-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

