<?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>Darren's Blog</title>
	<atom:link href="http://darrenhaas.com/myblog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://darrenhaas.com/myblog</link>
	<description>Think Tank</description>
	<lastBuildDate>Tue, 13 Oct 2009 03:09:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fedora 11 and VMware Workstation Issue</title>
		<link>http://darrenhaas.com/myblog/?p=14</link>
		<comments>http://darrenhaas.com/myblog/?p=14#comments</comments>
		<pubDate>Tue, 13 Oct 2009 03:09:22 +0000</pubDate>
		<dc:creator>haas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://darrenhaas.com/myblog/?p=14</guid>
		<description><![CDATA[

Fedora 11 and VMware Workstation Issue
If your rpm install or bundle installer for VMware Workstaion just hangs, this will fix the problem:
$ mv /usr/bin/gcc /usr/bin/gcc.disable
$ [installer using rpm or sh]
$ mv /usr/bin/gcc.disable /usr/bin/gcc

]]></description>
			<content:encoded><![CDATA[<div>
<div id="commentbody-11">
<p>Fedora 11 and VMware Workstation Issue</p>
<p>If your rpm install or bundle installer for VMware Workstaion just hangs, this will fix the problem:</p>
<p>$ mv /usr/bin/gcc /usr/bin/gcc.disable<br />
$ [installer using rpm or sh]<br />
$ mv /usr/bin/gcc.disable /usr/bin/gcc</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://darrenhaas.com/myblog/?feed=rss2&amp;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elasticfox and Putty</title>
		<link>http://darrenhaas.com/myblog/?p=9</link>
		<comments>http://darrenhaas.com/myblog/?p=9#comments</comments>
		<pubDate>Fri, 09 Oct 2009 04:49:00 +0000</pubDate>
		<dc:creator>haas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://darrenhaas.com/myblog/?p=9</guid>
		<description><![CDATA[Elasticfox and Putty
Do you see the lovely:
&#8220;Disconnected, No supported authentication methods available&#8221;
This is because you are trying to use an ssh-key that is not putty compatible. This is easy to fix:
1) Download PuTTYgen
2) Start puttygen.exe
3) Click the &#8220;Load&#8221; Button, browse to your key, you might need to select &#8220;All Files&#8221; under the &#8220;Files of Type&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Elasticfox and Putty</p>
<p>Do you see the lovely:</p>
<p>&#8220;Disconnected, No supported authentication methods available&#8221;</p>
<p>This is because you are trying to use an ssh-key that is not putty compatible. This is easy to fix:</p>
<p>1) Download <a href="http://the.earth.li/~sgtatham/putty/latest/x86/puttygen.exe" target="_blank">PuTTYgen</a></p>
<p>2) Start puttygen.exe</p>
<p>3) Click the &#8220;Load&#8221; Button, browse to your key, you might need to select &#8220;All Files&#8221; under the &#8220;Files of Type&#8221; dropdown</p>
<p>4) Then click &#8220;Save&#8221; and save the newly generated key in a new location i.e. c:\keys\puttykeys</p>
<p>Do not save over the other key in case you ever want to use Linux. Which you should <img src='http://darrenhaas.com/myblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>5) In ElastixFox, click the &#8220;Tools&#8221; button, and in the field &#8220;SSH Key Template&#8221;, put the location of your newly generate putty key i.e.  C:\keys\puttykeys\${keyname}.ppk</p>
<p>6) Done <img src='http://darrenhaas.com/myblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://darrenhaas.com/myblog/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tortoise Subversion and svn+ssh</title>
		<link>http://darrenhaas.com/myblog/?p=8</link>
		<comments>http://darrenhaas.com/myblog/?p=8#comments</comments>
		<pubDate>Sat, 22 Mar 2008 04:21:46 +0000</pubDate>
		<dc:creator>haas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://darrenhaas.com/myblog/?p=8</guid>
		<description><![CDATA[Tortoise Subversion and svn+ssh &#8211; The Final Solution. ahhh

Getting Tortoise Subversion and svn+ssh  working on Windows is a six-step process.
1) Install cygwin.

Goto the cygwin main site (http://www.cygwin.com/) and click on intall.


Select of local folder where to install cygwin. We will refer to this folder as CYGWIN_HOME


In the package selection tree, navigate under &#8220;Net&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Tortoise Subversion and svn+ssh &#8211; The Final Solution. ahhh<br />
</strong></p>
<p>Getting Tortoise Subversion and <strong>svn+ssh </strong> working on Windows is a six-step process.</p>
<p>1) Install <strong>cygwin</strong>.</p>
<ul>
<li>Goto the cygwin main site (http://www.cygwin.com/) and click on intall.</li>
</ul>
<ul>
<li>Select of local folder where to install cygwin. We will refer to this folder as <span style="font-family: Courier New;">CYGWIN_HOME</span></li>
</ul>
<ul>
<li>In the package selection tree, navigate under &#8220;Net&#8221; and check &#8220;openssh&#8221;</li>
</ul>
<ul>
<li>Finish the installation of cygwin</li>
</ul>
<p>2) Install <strong>TortoiseSVN</strong></p>
<ul>
<li>Goto the main tortoise site : http://tortoisesvn.tigris.org/</li>
<li>Download and install the latest version of TortoiseSVN</li>
<li>Reboot you computer</li>
</ul>
<p>3) Create your encryption <strong>keys</strong></p>
<ul>
<li>Open a cygwin bash window</li>
<li>Run: <code>ssh-keygen -t rsa</code></li>
</ul>
<p>Choose a safe passphrase</p>
<p>4)  Send your public key to the svn administrator</p>
<p>The public key file to send is located in your cygwin home:</p>
<p><span style="font-family: Courier New;">CYGWIN_HOME\home\YOUR_WINDOWS_USERNAME\.ssh\id_rsa.pub</span></p>
<p>5)  Setup TortoiseSVN to use cygwin ssh</p>
<ul>
<li>From the Windows Explorer, right click on any folder. Select: <strong>TortoiseSVN/Settings</strong></li>
</ul>
<ul>
<li>In the settings window, pick <strong>Network</strong>. In the SSH section, hit browse to point to cygwin ssh.</li>
</ul>
<ul>
<li>In the file browser, select <span style="font-family: Courier New;">CYGWIN_HOME\home\bin\ssh.exe</span></li>
</ul>
<p><span style="font-family: Courier New;"> </span></p>
<p>6) Setup the ssh agent</p>
<p>The ssh agent will save you from typing your password everytime you use subversion.</p>
<ul>
<li>Open a cygwin bash</li>
</ul>
<ul>
<li>Type : <span style="font-family: Courier New;">ssh-agent bash</span></li>
</ul>
<ul>
<li>Type : <span style="font-family: Courier New;">ssh-add</span></li>
</ul>
<p>You will be prompted to enter your passphrase</p>
<ul>
<li>Type : <span style="font-family: Courier New;">set | grep -i SSH </span></li>
</ul>
<p>You will get values for two bash environment variables: <strong>SSH_AGENT_PID</strong> and <strong>SSH_AUTH_SOCK</strong></p>
<ul>
<li>Minimize (don&#8217;t close) the bash window</li>
</ul>
<p>Next, you need to replicate these two variables for windows applications.</p>
<ul>
<li>From the Windows desktop, right-click on <strong><span style="font-family: Arial;">MyComputer<br />
</span></strong></li>
<li> <span style="font-family: Arial;">Select the <strong>Advanced</strong> tab</span></li>
<li> <span style="font-family: Arial;">Click on <strong>Environment Variables</strong></span></li>
<li> <span style="font-family: Arial;">Create two variables</span> <strong>SSH_AGENT_PID</strong> and <strong>SSH_AUTH_SOCK</strong> with their values from the bash shell</li>
<li>Restart Windows Explorer</li>
</ul>
<p>Note : Step 6 needs to be manually performed each time you reboot or logon</p>
]]></content:encoded>
			<wfw:commentRss>http://darrenhaas.com/myblog/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Port for Remote Desktop</title>
		<link>http://darrenhaas.com/myblog/?p=7</link>
		<comments>http://darrenhaas.com/myblog/?p=7#comments</comments>
		<pubDate>Wed, 28 Jun 2006 19:08:52 +0000</pubDate>
		<dc:creator>haas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://darrenhaas.com/myblog/?p=7</guid>
		<description><![CDATA[If you run multiple RD&#8217;s on your LAN, you may need more ports to access these boxes:
Start Registry Editor (Regedt32.exe).
Locate the following key in the registry:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
\TerminalServer\WinStations\RDP-Tcp\PortNumber
On the Edit menu, click Modify, click Decimal,
type the new port number, and then click OK.
Quit Registry Editor.
]]></description>
			<content:encoded><![CDATA[<p>If you run multiple RD&#8217;s on your LAN, you may need more ports to access these boxes:</p>
<p>Start Registry Editor (Regedt32.exe).<br />
Locate the following key in the registry:<br />
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control<br />
\TerminalServer\WinStations\RDP-Tcp\PortNumber</p>
<p>On the Edit menu, click Modify, click Decimal,</p>
<p>type the new port number, and then click OK.<br />
Quit Registry Editor.</p>
]]></content:encoded>
			<wfw:commentRss>http://darrenhaas.com/myblog/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Call function in Popup to Parent</title>
		<link>http://darrenhaas.com/myblog/?p=6</link>
		<comments>http://darrenhaas.com/myblog/?p=6#comments</comments>
		<pubDate>Wed, 28 Jun 2006 19:04:57 +0000</pubDate>
		<dc:creator>haas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://darrenhaas.com/myblog/?p=6</guid>
		<description><![CDATA[This is a fun one. If you want to call a function in your parent window from a popup:
parent windw:
function test(){
}
in popup:
window.opener.test();
]]></description>
			<content:encoded><![CDATA[<p>This is a fun one. If you want to call a function in your parent window from a popup:</p>
<p>parent windw:</p>
<p>function test(){</p>
<p>}</p>
<p>in popup:</p>
<p>window.opener.test();</p>
]]></content:encoded>
			<wfw:commentRss>http://darrenhaas.com/myblog/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 5.0</title>
		<link>http://darrenhaas.com/myblog/?p=5</link>
		<comments>http://darrenhaas.com/myblog/?p=5#comments</comments>
		<pubDate>Wed, 28 Jun 2006 19:00:26 +0000</pubDate>
		<dc:creator>haas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://darrenhaas.com/myblog/?p=5</guid>
		<description><![CDATA[Make sure your SQL table aliases and joins are written correctly. If not, don&#8217;t expect to use mySQL 5.0 which is set in Strict Mode by default.
]]></description>
			<content:encoded><![CDATA[<p>Make sure your SQL table aliases and joins are written correctly. If not, don&#8217;t expect to use mySQL 5.0 which is set in Strict Mode by default.</p>
]]></content:encoded>
			<wfw:commentRss>http://darrenhaas.com/myblog/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source</title>
		<link>http://darrenhaas.com/myblog/?p=4</link>
		<comments>http://darrenhaas.com/myblog/?p=4#comments</comments>
		<pubDate>Thu, 30 Mar 2006 07:46:43 +0000</pubDate>
		<dc:creator>haas</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://darrenhaas.com/myblog/?p=4</guid>
		<description><![CDATA[I love Open Source, but the documentation isn&#8217;t quite up to speed. I remember the days of trying to complete simple setup/install, lets take stunnel on linux or cvs for example. I would chew my pens like gum waiting and hoping somebody would finally post something usefull. So, I hope in my future postings I [...]]]></description>
			<content:encoded><![CDATA[<p>I love Open Source, but the documentation isn&#8217;t quite up to speed. I remember the days of trying to complete simple setup/install, lets take stunnel on linux or cvs for example. I would chew my pens like gum waiting and hoping somebody would finally post something usefull. So, I hope in my future postings I will be able to accomodate those users in the search for the &#8220;useful answer&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://darrenhaas.com/myblog/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Post</title>
		<link>http://darrenhaas.com/myblog/?p=3</link>
		<comments>http://darrenhaas.com/myblog/?p=3#comments</comments>
		<pubDate>Thu, 30 Mar 2006 07:39:40 +0000</pubDate>
		<dc:creator>haas</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://darrenhaas.com/myblog/?p=3</guid>
		<description><![CDATA[Finally!!! I have been thinking about setting up a blog for months. Reading all those articles and news letters on how great they are finally sunk in. But&#8230; I am going to use this blog to document my discovers in both Hardware and Software. My brain get&#8217;s full and I need somewhere to store this [...]]]></description>
			<content:encoded><![CDATA[<p>Finally!!! I have been thinking about setting up a blog for months. Reading all those articles and news letters on how great they are finally sunk in. But&#8230; I am going to use this blog to document my discovers in both Hardware and Software. My brain get&#8217;s full and I need somewhere to store this info(Johnny N). Anyways, I will be posting all the goodies I learn for all you out there. So&#8230; Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://darrenhaas.com/myblog/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

