<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Arbitrary Useful Information</title>
	<atom:link href="http://arbitraryusefulinfo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://arbitraryusefulinfo.wordpress.com</link>
	<description>A collection of information that will hopefully be useful to others.</description>
	<lastBuildDate>Tue, 09 Aug 2011 06:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='arbitraryusefulinfo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Arbitrary Useful Information</title>
		<link>http://arbitraryusefulinfo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://arbitraryusefulinfo.wordpress.com/osd.xml" title="Arbitrary Useful Information" />
	<atom:link rel='hub' href='http://arbitraryusefulinfo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SiLT: simple Linux tools</title>
		<link>http://arbitraryusefulinfo.wordpress.com/2011/08/09/silt-simple-linux-tools/</link>
		<comments>http://arbitraryusefulinfo.wordpress.com/2011/08/09/silt-simple-linux-tools/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 06:58:21 +0000</pubDate>
		<dc:creator>Ryan Lefever</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[silt]]></category>

		<guid isPermaLink="false">http://arbitraryusefulinfo.wordpress.com/?p=86</guid>
		<description><![CDATA[I&#8217;ve started a new open source project called SiLT. You can find it at http://code.google.com/p/silt. It is a collection of Linux tools that I find useful. For example, it contains: runcmd: A tool to run other commands with many useful options. runcmd is particularly useful for running experiments. Supported options include Setting a timeout value [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=86&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started a new open source project called SiLT. You can find it at <a href="http://code.google.com/p/silt">http://code.google.com/p/silt</a>. It is a collection of Linux tools that I find useful. For example, it contains:</p>
<ul>
<li><strong>runcmd</strong>: A tool to run other commands with many useful options. runcmd is particularly useful for running experiments. Supported options include</li>
<ul>
<li>Setting a timeout value for the spawned command.</li>
<li>Setting the cpu affinity.</li>
<li>Recording the spawned command&#8217;s exit value and resource usage to a file.</li>
</ul>
<li><strong>grep-recursive</strong>: A tool that combines grep and find to perform a recursive grep. It allows options such as only searching in files with specific file types. For example, a developer may only want to search in .h, .c, and .cpp files.</li>
<li><strong>replace</strong>: A tool that performs global replacements in files, for those that don&#8217;t know sed/awk.</li>
<li><strong>getctypeinfo</strong>: A program that prints out the number of bits in and the min and max values of many common C types.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arbitraryusefulinfo.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arbitraryusefulinfo.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arbitraryusefulinfo.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arbitraryusefulinfo.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arbitraryusefulinfo.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arbitraryusefulinfo.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arbitraryusefulinfo.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arbitraryusefulinfo.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arbitraryusefulinfo.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arbitraryusefulinfo.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arbitraryusefulinfo.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arbitraryusefulinfo.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arbitraryusefulinfo.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arbitraryusefulinfo.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=86&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arbitraryusefulinfo.wordpress.com/2011/08/09/silt-simple-linux-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a82f3820e15e4a07a0a2889602506a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sparc1998</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting Neverwinter Nights 2 to Install and Run on Windows 7</title>
		<link>http://arbitraryusefulinfo.wordpress.com/2010/01/23/getting-neverwinter-nights-2-to-install-and-run-on-windows-7/</link>
		<comments>http://arbitraryusefulinfo.wordpress.com/2010/01/23/getting-neverwinter-nights-2-to-install-and-run-on-windows-7/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 03:56:17 +0000</pubDate>
		<dc:creator>Ryan Lefever</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[neverwinter nights 2]]></category>
		<category><![CDATA[nwn2]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://arbitraryusefulinfo.wordpress.com/?p=72</guid>
		<description><![CDATA[In this post, I detail my experiences getting Neverwinter Nights 2 (NWN2) to install and run correctly on Windows 7. When I first installed NWN2 on Windows 7, I received a warning toward the end of the installation giving me an ERROR_DX_INSTALL message; however, the installation seamed to finish.  When I launched the game, Windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=72&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this post, I detail my experiences getting Neverwinter Nights 2 (NWN2) to install and run correctly on Windows 7.</p>
<ul>
<li>When I first installed NWN2 on Windows 7, I received a warning toward the end of the installation giving me an ERROR_DX_INSTALL message; however, the installation seamed to finish.  When I launched the game, Windows complained that the game had stopped working.  So, after searching on the internet, I did the following to get it working.  I am not sure if the first step needs to be performed, but I will list it in case it is needed.</li>
</ul>
<blockquote>
<ol>
<li>The first thing I did was install the DirectX 9 redistributable package, located at <a href="http://www.microsoft.com/downloads/details.aspx?familyid=04ac064b-00d1-474e-b7b1-442d8712d553&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=04ac064b-00d1-474e-b7b1-442d8712d553&amp;displaylang=en</a>. I realize that Windows 7 is being bundled with DirectX 11, but the above package will not conflict with it.</li>
<li>The next thing I did was manually patch NWN2 as far as I could, as the game&#8217;s automatic updater would not patch the game until the game had been run once, and as you know, I could not run the game.  You can find NWN2 manual patches at <a href="http://nwvault.ign.com/View.php?view=NWN2Other.Detail&amp;id=19">http://nwvault.ign.com/View.php?view=NWN2Other.Detail&amp;id=19</a>.  If you know how to manually patch NWN2 you can skip the following details.
<ol>
<li>Obtain and run the NWN2 <a href="http://nwvault.ign.com/View.php?view=NWN2Tools.Detail&amp;id=12">manual patcher</a>.</li>
<li>Note the version of NWN2 that you have installed, located in the bottom right had corner of the manual patcher, when it is launched.</li>
<li>Assuming you don&#8217;t have any expansions installed yet, you need patches with the following naming convention: <code>nwn2_pc_&lt;language&gt;_from&lt;starting version&gt;_to&lt;ending version&gt;.zip</code>.  You need to download and install consecutive patches starting with the version you noted above.  Install up to the highest version you can get to, but make sure that each patch is an <code>nwn2_pc</code> patch, you install patches consecutively, and there are no gaps between patches.  There is a gap between patches if you install patches A and B, one right after another, and the ending version number of patch A does not match the starting version number of patch B.
<ul>
<li>At the advice of a friend, I unzipped each patch into my NWN2&#8242;s installation directory before installing them.  However, I&#8217;m not sure if that is necessary.</li>
<li>I was able to install patches from version 104870 to version 1111115.</li>
</ul>
</li>
</ol>
</li>
</ol>
</blockquote>
<ul>
<li>After performing the steps above I was able to launch NWN2.  So, I tried to install the Mask of the Betrayer expansion.  After doing so, I tried to launch the game and again Windows complained that the game had stopped working.  So, as before, I manually patched NWN2 as far as I could.  This time, patches should be of the form  <code>nwn2_pcx1_&lt;language&gt;_from&lt;starting version&gt;_to&lt;ending version&gt;.zip</code>. pcx1 stands for expansion 1.  You will have to check the version of NWN2 as you did before to know which patch to begin with.  I installed patches starting with version 1101115 and ending with version 1211549.</li>
<li>At this point, NWN2 with Mask of the Betrayer patches launched and played.  However, roughly 15-20 minutes into creating a character in multiplayer mode, it crashed.  So, I launched NWN2 in administrator mode, made it through character creation, saved, and relaunched without being in administrator mode.  That seamed to fix all of the problems.  I&#8217;m not sure why administrator mode fixed the problems, but I will hazard two guesses as to why.</li>
</ul>
<blockquote>
<ol>
<li>There was some save file to which NWN2 was trying to write, and it did not have permissions to create the file.  After having run the game in administrator mode, the file was successfully created.</li>
<li>There is a bug in NWN2 character creation that administrator mode somehow overcomes.</li>
</ol>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arbitraryusefulinfo.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arbitraryusefulinfo.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arbitraryusefulinfo.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arbitraryusefulinfo.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arbitraryusefulinfo.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arbitraryusefulinfo.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arbitraryusefulinfo.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arbitraryusefulinfo.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arbitraryusefulinfo.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arbitraryusefulinfo.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arbitraryusefulinfo.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arbitraryusefulinfo.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arbitraryusefulinfo.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arbitraryusefulinfo.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=72&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arbitraryusefulinfo.wordpress.com/2010/01/23/getting-neverwinter-nights-2-to-install-and-run-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a82f3820e15e4a07a0a2889602506a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sparc1998</media:title>
		</media:content>
	</item>
		<item>
		<title>Using ATI Tray Tools in Windows 7</title>
		<link>http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-ati-tray-tools-in-windows-7/</link>
		<comments>http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-ati-tray-tools-in-windows-7/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 02:38:17 +0000</pubDate>
		<dc:creator>Ryan Lefever</dc:creator>
				<category><![CDATA[ati]]></category>
		<category><![CDATA[ati catalyst control center]]></category>
		<category><![CDATA[ati tray tools]]></category>
		<category><![CDATA[graphics card]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows signed drivers]]></category>

		<guid isPermaLink="false">http://arbitraryusefulinfo.wordpress.com/?p=63</guid>
		<description><![CDATA[ATI Tray Tools (ATT) is a fantastic tool maintained by Ray Adams for configuring ATI graphics cards.  The amount of configuration options that it provides compared to the standard ATI Catalyst Control Center (CCC) is quite remarkable.  If you do any serious Windows pc gaming with an ATI graphics cards, then ATT is a must [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=63&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.guru3d.com/article/ati-tray-tools-/">ATI Tray Tools (ATT)</a> is a fantastic tool maintained by Ray Adams for configuring ATI graphics cards.  The amount of configuration options that it provides compared to the standard ATI Catalyst Control Center (CCC) is quite remarkable.  If you do any serious Windows pc gaming with an ATI graphics cards, then <a href="http://www.guru3d.com/article/ati-tray-tools-/">ATT</a> is a must have.  In order to use <a href="http://www.guru3d.com/article/ati-tray-tools-/">ATT</a> with Windows 7, there are two things you need to know.</p>
<ol>
<li>Drivers must be signed to use them in Windows 7.  <a href="http://www.guru3d.com/article/ati-tray-tools-/">ATT</a> uses unsigned drivers, most likely because driver signing costs money, and Ray Adams is giving <a href="http://www.guru3d.com/article/ati-tray-tools-/">ATT</a> away for free!  So, if you want to use <a href="http://www.guru3d.com/article/ati-tray-tools-/">ATT</a>, then you need to disable the driver signing requirement in Windows 7.  You can find instructions for doing so at <a href="http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-unsigned-drivers-in-windows-7/">http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-unsigned-drivers-in-windows-7/</a>.</li>
<li>In my experience, you need to use the latest beta of <a href="http://www.guru3d.com/article/ati-tray-tools-/">ATT</a> if you&#8217;re using it with Windows 7.  You can download the latest beta from: <a href="http://cid-a50350ea7a969f0c.skydrive.live.com/self.aspx/Public/attsetup.exe">http://cid-a50350ea7a969f0c.skydrive.live.com/self.aspx/Public/attsetup.exe</a>.  Being a security guy, if some posted an odd link like the one I just posted, I&#8217;d be a little leery that it was valid.  So I&#8217;ll post a link to the thread where Ray states the location of the latest <a href="http://www.guru3d.com/article/ati-tray-tools-/">ATT</a> beta: <a href="http://forums.guru3d.com/showthread.php?t=275077">http://forums.guru3d.com/showthread.php?t=275077</a>.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arbitraryusefulinfo.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arbitraryusefulinfo.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arbitraryusefulinfo.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arbitraryusefulinfo.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arbitraryusefulinfo.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arbitraryusefulinfo.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arbitraryusefulinfo.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arbitraryusefulinfo.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arbitraryusefulinfo.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arbitraryusefulinfo.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arbitraryusefulinfo.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arbitraryusefulinfo.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arbitraryusefulinfo.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arbitraryusefulinfo.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=63&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-ati-tray-tools-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a82f3820e15e4a07a0a2889602506a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sparc1998</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Unsigned Drivers in Windows 7</title>
		<link>http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-unsigned-drivers-in-windows-7/</link>
		<comments>http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-unsigned-drivers-in-windows-7/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 01:58:58 +0000</pubDate>
		<dc:creator>Ryan Lefever</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows signed drivers]]></category>

		<guid isPermaLink="false">http://arbitraryusefulinfo.wordpress.com/?p=60</guid>
		<description><![CDATA[A new feature of recent versions of Windows is that they will not allow the use of unsigned drivers.  Unfortunately, driver signing costs money that not every software project can afford.  Fortunately, there is a way to disable the driver signing requirement in Windows 7.  Please keep in mind that disabling the enforcement of driver [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=60&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A new feature of recent versions of Windows is that they will not allow the use of unsigned drivers.  Unfortunately, driver signing costs money that not every software project can afford.  Fortunately, there is a way to disable the driver signing requirement in Windows 7.  <span style="color:#ff0000;">Please keep in mind that disabling the enforcement of driver signing is a security risk, and I am not responsible for any problems it may cause.</span></p>
<p>To disable the driver signing requirement, open a dos prompt as administrator and enter the following commands:</p>
<p style="border:1px solid black;overflow:auto;width:100%;"><code>bcdedit.exe /set loadoptions DDISABLE_INTEGRITY_CHECKS<br />
bcdedit.exe /set TESTSIGNING ON</code></p>
<p>To check the values of these settings, open a dos prompt as administrator and run:</p>
<p style="border:1px solid black;overflow:auto;width:100%;"><code>bcdedit.exe /enum</code></p>
<p>To undo these settings, open a dos prompt as administrator and run:</p>
<p style="border:1px solid black;overflow:auto;width:100%;"><code>bcdedit.exe /deletevalue loadoptions<br />
bcdedit.exe -set TESTSIGNING OFF</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arbitraryusefulinfo.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arbitraryusefulinfo.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arbitraryusefulinfo.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arbitraryusefulinfo.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arbitraryusefulinfo.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arbitraryusefulinfo.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arbitraryusefulinfo.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arbitraryusefulinfo.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arbitraryusefulinfo.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arbitraryusefulinfo.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arbitraryusefulinfo.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arbitraryusefulinfo.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arbitraryusefulinfo.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arbitraryusefulinfo.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=60&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-unsigned-drivers-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a82f3820e15e4a07a0a2889602506a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sparc1998</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Putty SSH Aliases with TortoiseSVN</title>
		<link>http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-putty-ssh-aliases-with-tortoisesvn/</link>
		<comments>http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-putty-ssh-aliases-with-tortoisesvn/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 00:51:14 +0000</pubDate>
		<dc:creator>Ryan Lefever</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://arbitraryusefulinfo.wordpress.com/?p=51</guid>
		<description><![CDATA[TortoiseSVN is a Windows shell extension for SVN. A problem that can arise is when using subversion is that you may need to access a repository through SSH, but on a non-standard port. Unfortunately, you cannot specify the port using the following notation svn+ssh://&#60;user&#62;@&#60;host&#62;:&#60;port&#62;/repo/path. The typical way to overcome that issue is to create SSH [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=51&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://tortoisesvn.tigris.org/">TortoiseSVN </a> is a Windows shell extension for SVN.   A problem that can arise is when using subversion is that you may need to access a repository through SSH, but on a non-standard port.  Unfortunately, you cannot specify the port using the following notation <code>svn+ssh://&lt;user&gt;@&lt;host&gt;:&lt;port&gt;/repo/path</code>.  The typical way to overcome that issue is to create SSH configuration aliases.  However, in my experience with <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a>, it does not utilize SSH aliases defined in <code>C:\Users\&lt;user&gt;\.ssh\config</code>.  An alternative way to define aliases that <a href="http://tortoisesvn.tigris.org/">TortoiseSVN </a> will respect is to define them with the <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">Putty </a> windows SSH client.  All you need to do is <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">download Putty</a>, launch it, and create a &#8220;Saved Session&#8221; with with the same name as the alias, and using the correct host name, and port number.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arbitraryusefulinfo.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arbitraryusefulinfo.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arbitraryusefulinfo.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arbitraryusefulinfo.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arbitraryusefulinfo.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arbitraryusefulinfo.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arbitraryusefulinfo.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arbitraryusefulinfo.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arbitraryusefulinfo.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arbitraryusefulinfo.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arbitraryusefulinfo.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arbitraryusefulinfo.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arbitraryusefulinfo.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arbitraryusefulinfo.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=51&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-putty-ssh-aliases-with-tortoisesvn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a82f3820e15e4a07a0a2889602506a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sparc1998</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Laptop Multimedia Keys with Amarok 2.0 in Gnome</title>
		<link>http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-laptop-multimedia-keys-with-amarok-2-0-in-gnome/</link>
		<comments>http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-laptop-multimedia-keys-with-amarok-2-0-in-gnome/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 22:08:53 +0000</pubDate>
		<dc:creator>Ryan Lefever</dc:creator>
				<category><![CDATA[amarok]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://arbitraryusefulinfo.wordpress.com/?p=47</guid>
		<description><![CDATA[If you&#8217;re using Amarok 2.0 in a Gnome windowing environment, you can use the following Amarok script to enable laptop multimedia keys such as pause/play: http://www.kde-apps.org/content/show.php?action=content&#38;content=103448.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=47&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using Amarok 2.0 in a Gnome windowing environment, you can use the following Amarok script to enable laptop multimedia keys such as pause/play: <a href="http://www.kde-apps.org/content/show.php?action=content&amp;content=103448">http://www.kde-apps.org/content/show.php?action=content&amp;content=103448</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arbitraryusefulinfo.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arbitraryusefulinfo.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arbitraryusefulinfo.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arbitraryusefulinfo.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arbitraryusefulinfo.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arbitraryusefulinfo.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arbitraryusefulinfo.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arbitraryusefulinfo.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arbitraryusefulinfo.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arbitraryusefulinfo.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arbitraryusefulinfo.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arbitraryusefulinfo.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arbitraryusefulinfo.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arbitraryusefulinfo.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=47&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arbitraryusefulinfo.wordpress.com/2010/01/23/using-laptop-multimedia-keys-with-amarok-2-0-in-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a82f3820e15e4a07a0a2889602506a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sparc1998</media:title>
		</media:content>
	</item>
		<item>
		<title>Audacious, an XMMS Replacement</title>
		<link>http://arbitraryusefulinfo.wordpress.com/2008/05/21/audacious-an-xmms-replacement/</link>
		<comments>http://arbitraryusefulinfo.wordpress.com/2008/05/21/audacious-an-xmms-replacement/#comments</comments>
		<pubDate>Wed, 21 May 2008 10:13:31 +0000</pubDate>
		<dc:creator>Ryan Lefever</dc:creator>
				<category><![CDATA[audio]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 8.04]]></category>
		<category><![CDATA[ubuntu hardy heron]]></category>

		<guid isPermaLink="false">http://arbitraryusefulinfo.wordpress.com/?p=46</guid>
		<description><![CDATA[In light of the fact that XMMS has been dropped from from Ubuntu in version 8.04, I wanted to post about audacious, a media player that is very similar to XMMS.  In fact, it was forked from the beep-media-player, which was forked from XMMS.  Audacious is a lightweight, stand-alone media player.  If you want a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=46&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In light of the fact that XMMS has been dropped from from Ubuntu in version 8.04, I wanted to post about <a href="http://audacious-media-player.org">audacious</a>, a media player that is very similar to XMMS.  In fact, it was forked from the beep-media-player, which was forked from XMMS.  <a href="http://audacious-media-player.org">Audacious</a> is a lightweight, stand-alone media player.  If you want a Linux media player that is similar to itunes, I recommend trying <a href="http://amarok.kde.org">amarok</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arbitraryusefulinfo.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arbitraryusefulinfo.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arbitraryusefulinfo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arbitraryusefulinfo.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arbitraryusefulinfo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arbitraryusefulinfo.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arbitraryusefulinfo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arbitraryusefulinfo.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arbitraryusefulinfo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arbitraryusefulinfo.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arbitraryusefulinfo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arbitraryusefulinfo.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arbitraryusefulinfo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arbitraryusefulinfo.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arbitraryusefulinfo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arbitraryusefulinfo.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=46&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arbitraryusefulinfo.wordpress.com/2008/05/21/audacious-an-xmms-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a82f3820e15e4a07a0a2889602506a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sparc1998</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox Add-ons I Recommend</title>
		<link>http://arbitraryusefulinfo.wordpress.com/2008/05/21/firefox-add-ons-i-recommend/</link>
		<comments>http://arbitraryusefulinfo.wordpress.com/2008/05/21/firefox-add-ons-i-recommend/#comments</comments>
		<pubDate>Wed, 21 May 2008 09:49:46 +0000</pubDate>
		<dc:creator>Ryan Lefever</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://arbitraryusefulinfo.wordpress.com/?p=45</guid>
		<description><![CDATA[This is a list of firefox add-ons that I use and find very useful.  I will update this entry if I find other very useful add-ons or if the ones of this list lose favor with me. Download statusbar: This add-on creates a status-bar at the bottom of the browser to manage downloads, rather than [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=45&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a list of firefox add-ons that I use and find very useful.  I will update this entry if I find other very useful add-ons or if the ones of this list lose favor with me.</p>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/26">Download statusbar</a>: This add-on creates a status-bar at the bottom of the browser to manage downloads, rather than popping up a separate window to manage them, as firefox normally does. Not only does the status-bar save screen real estate, but it also keeps the download manager out of your way.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/722">NoScript</a>: This is a great add-on for managing which sites can run java, and javascript.  It does this by assuming that a site is forbidden from running java and javascript unless you add the site to a whitelist.  Not only is this add-on good from a security point of view, but it also helps limit how annoying a website can be.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/380">Swift tabs</a>: Firefox has integrated lots of the support that tabbing add-ons provide, but it still does not have support for keyboard shortcuts to switch between tabs.  This add-on allows you assign such shortcuts.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4336">Snap links</a>: This allows you to use the mouse to draw a rectangle around a group of links on a website, that you wish to view, and each of those links will be opened in separate tabs. This is particularly useful when using search engines.</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arbitraryusefulinfo.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arbitraryusefulinfo.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arbitraryusefulinfo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arbitraryusefulinfo.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arbitraryusefulinfo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arbitraryusefulinfo.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arbitraryusefulinfo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arbitraryusefulinfo.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arbitraryusefulinfo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arbitraryusefulinfo.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arbitraryusefulinfo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arbitraryusefulinfo.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arbitraryusefulinfo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arbitraryusefulinfo.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arbitraryusefulinfo.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arbitraryusefulinfo.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=45&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arbitraryusefulinfo.wordpress.com/2008/05/21/firefox-add-ons-i-recommend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a82f3820e15e4a07a0a2889602506a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sparc1998</media:title>
		</media:content>
	</item>
		<item>
		<title>A Useful Subversion (SVN) Merge Scenario</title>
		<link>http://arbitraryusefulinfo.wordpress.com/2008/05/18/a-useful-subversion-svn-merge-scenario/</link>
		<comments>http://arbitraryusefulinfo.wordpress.com/2008/05/18/a-useful-subversion-svn-merge-scenario/#comments</comments>
		<pubDate>Sun, 18 May 2008 06:11:18 +0000</pubDate>
		<dc:creator>Ryan Lefever</dc:creator>
				<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://arbitraryusefulinfo.wordpress.com/?p=44</guid>
		<description><![CDATA[Many of my posts are explanations of information written by myself.  Today, however, I would like to post a link to a site that has a good explanation of how to perform an svn merge in 2 fairly common scenarios.  The first scenario explains how to merge changes from a project&#8217;s trunk into an existing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=44&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Many of my posts are explanations of information written by myself.  Today, however, I would like to post a link to a <a href="http://www.technoids.org/some-subversion-merge-scenarios">site that has a good explanation of how to perform an svn merge in 2 fairly common scenarios</a>.  The first scenario explains how to merge changes from a project&#8217;s trunk into an existing project.  You might want to do this if you are working on a project branch, some critical changes are made to the trunk, and you would like those changes incorporated into your branch.  The second scenario explains how to merge a project branch back into the project&#8217;s trunk.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arbitraryusefulinfo.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arbitraryusefulinfo.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arbitraryusefulinfo.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arbitraryusefulinfo.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arbitraryusefulinfo.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arbitraryusefulinfo.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arbitraryusefulinfo.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arbitraryusefulinfo.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arbitraryusefulinfo.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arbitraryusefulinfo.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arbitraryusefulinfo.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arbitraryusefulinfo.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arbitraryusefulinfo.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arbitraryusefulinfo.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arbitraryusefulinfo.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arbitraryusefulinfo.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=44&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arbitraryusefulinfo.wordpress.com/2008/05/18/a-useful-subversion-svn-merge-scenario/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a82f3820e15e4a07a0a2889602506a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sparc1998</media:title>
		</media:content>
	</item>
		<item>
		<title>HOWTO: Passwordless Login using Gentoo&#8217;s Keychain</title>
		<link>http://arbitraryusefulinfo.wordpress.com/2008/05/16/howto-passwordless-login-using-gentoos-keychain/</link>
		<comments>http://arbitraryusefulinfo.wordpress.com/2008/05/16/howto-passwordless-login-using-gentoos-keychain/#comments</comments>
		<pubDate>Sat, 17 May 2008 04:27:58 +0000</pubDate>
		<dc:creator>Ryan Lefever</dc:creator>
				<category><![CDATA[gentoo's keychain]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[keychain]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux passwordless login]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[passphrase]]></category>
		<category><![CDATA[passwordless login]]></category>
		<category><![CDATA[public-private keys]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[gentoo’s keychain]]></category>

		<guid isPermaLink="false">http://arbitraryusefulinfo.wordpress.com/?p=18</guid>
		<description><![CDATA[This is a howto discussing the use of Gentoo&#8217;s keychain and OpenSSH public-private keys to enable passwordless logins between Linux/Unix machines. When you are done with this process, you will be able to log on to your local machine, type a passphrase once, and that will eliminate the need to type passwords when ssh&#8217;ing from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=18&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a howto discussing the use of <a href="http://www.gentoo.org/proj/en/keychain/">Gentoo&#8217;s keychain</a> and <a href="http://www.openssh.com/">OpenSSH</a> public-private keys to enable passwordless logins between Linux/Unix machines.  When you are done with this process, you will be able to log on to your local machine, type a passphrase once, and that will eliminate the need to type passwords when ssh&#8217;ing from that local machine to remote machines.  I will explain this howto giving you instructions for generating and using a DSA key which works with ssh2.  At the end, I will explain how to add RSA keys that work with ssh1 and RSA keys that work with ssh2.  Note, I use tcsh, so some of the commands might be different if you use a different shell, such as bash.</p>
<p>Before I detail the steps for the howto, I want to setup some terminology:</p>
<ul>
<li><em>Local-initiation host</em>: A local-initiation host is any host that you locally log into and from which you wish to log into remote hosts without a password.</li>
<li><em>Target host</em>: A target host is any host into which you wish to login using ssh.  A local-initiation host may also be a target host.</li>
</ul>
<p>Here are the steps for setting up passwordless login.  These steps should can be run from a local-initiation host.</p>
<ol>
<li>Create a DSA public-private key pair.
<ul>
<li>Please use the most up-to-date <a href="http://www.openssh.com/">OpenSSH</a> implementation if you are generating your keys on a Debian-based machine (including Ubuntu) because there is a <a href="http://metasploit.com/users/hdm/tools/debian-openssl/">known openssh bug on Debian-based Linux distributions released between September 2006 and May 13, 2008</a>.</li>
<li>Run: <code>ssh-keygen -t dsa</code></li>
<li>By default it will ask to place your private key in <code>~/.ssh/id_dsa</code>, which is where you want it.</li>
<li>Then it will ask you for a passphrase.  It is my understanding that an empty passphrase is less secure than a non-empty passphrase, so use an empty passphrase at your own risk.</li>
</ul>
</li>
<li>Create an authorized keys file and disseminate it to target hosts.
<ul>
<li>Ssh uses a file called <code>~/.ssh/authorized_keys</code> on target hosts to determine if incoming hosts can login without a password .  The authorized keys file contains a set of public keys.  Any incoming host using an unlocked private key that is paired with a public key in the authorized keys file, will be granted access without a password.</li>
<li>To create the authorized keys file, run the following commands:
<pre>touch ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
cat ~/.ssh/id_dsa.pub &gt;&gt; ~/.ssh/authorized_keys</pre>
<p>Note, this adds your public key to the set of authorized keys.</li>
<li>Remotely copy the authorized keys file to the <code>~/.ssh</code> directory of all your target hosts.  If the current host is not a target host, then you can delete it from your local host.  Make sure the permissions on the authorized keys file on all target hosts is 600.</li>
</ul>
</li>
<li>Optional: Disseminate your private key to local-initiation hosts.
<ul>
<li>If you have more than one local-initiation host, then copy <code>~/.ssh/id_dsa</code> to the <code>~/.ssh</code> directories of all your local-initiation hosts, and make sure it has 600 permissions on each host.</li>
</ul>
</li>
<li>Set up <a href="http://www.gentoo.org/proj/en/keychain/">Gentoo&#8217;s keychain</a> on local-initiation hosts.
<ul>
<li>First, let me explain what keychain does, so you&#8217;ll understand the setup.
<ul>
<li>If there is not an ssh-agent process running (for the local user), then keychain starts a persistent ssh-agent process.</li>
<li>Keychain saves environment variables in <code>~/.keychain/${HOST}-*</code> files with information about the currently running ssh-agent.</li>
<li>Keychain make private keys know to the currently running ssh-agent, if they are not already known.  If the keys are not already known, you are prompted for your passphrase, so they can be loaded.</li>
</ul>
</li>
<li>Setup steps
<ul>
<li>Install <a href="http://www.gentoo.org/proj/en/keychain/">Gentoo&#8217;s keychain</a> on each of your local-initiation hosts.</li>
<li>Automatically run keychain.  There are two methods to run keychain.
<ol>
<li>The first method is to run keychain every time a shell is created.  For example, I add the following lines to my <code>~/.cshrc</code> file to do that:
<pre>if (!($?SSH_CONNECTION)) then
  if (-X keychain) then
    keychain ~/.ssh/id_dsa
    source ~/.keychain/${HOST}-csh
  endif
endif</pre>
<p>This code checks to see if the shell is local or remote(i.e., invoked through an ssh connection).  If the connection is local, the shell runs keychain and reads in environment variables identifying where the local ssh-agent is running. (Note, if keychain has already been run, it is actually redundant to run it in every shell.)</li>
<li>The second method is to run keychain once when you log into a local-initiation host, not every time a shell starts up.  This can be accomplished in a few steps.  To run keychain once when you login, create the following <code>keychain-startup.pl</code> script:
<pre>#!/usr/bin/env perl
# Import HOST
use Env;
Env::import();
$cmd = "rm -f ~/.keychain/" . $ENV{HOST} . "-*";
`$cmd`;
$cmd = "keychain ~/.ssh/id_dsa";
`$cmd`;</pre>
<p>Then set up your current windowing environment to call that script on startup.  In Gnome, you can do this if you go through the following menu progression: <code>Ubuntu Main Menu-&gt;System-&gt;Preferences-&gt;Sessions-&gt;Startup Programs</code>. In your shell configuration script you need to read the appropriate keychain generated file for your shell, created in <code>~/.keychain</code>.  I do this by adding the following code to my <code>~/.cshrc</code> file:</p>
<pre>if (!($?SSH_CONNECTION)) then
  if (-e ~/.keychain/${HOST}-csh) then
    source ~/.keychain/${HOST}-csh
  endif
endif</pre>
</li>
</ol>
</li>
<li>In both methods above, we only run keychain if we are on a local host.  If you are on a remote host, i.e., one that you&#8217;ve logged into via ssh, there is no need to run keychain on it because you can forward the ssh-agent from the local host, through ssh.  That is done by calling ssh with the -A option or by setting up agent forwarding in your &lt;code&gt;~/.ssh/config&lt;/code&gt; file.  In addition, this eliminates you having to type your passphrase on the remote host. Note, the use of agent forwarding implies that if you start at a local-initiation host, you can type your passphrase once on that host, log into target host A without a password, and then log into target host B from the just-created ssh connection to target host A, also without a password.</li>
</ul>
</li>
</ul>
</li>
<li>Test your setup.</li>
</ol>
<p>Troubleshooting:</p>
<ul>
<li><em>Remote host identification has changed</em>: If you try to ssh into a machine and get a warning about the remote host&#8217;s identification changing, see <a href="http://www.cyberciti.biz/faq/warning-remote-host-identification-has-changed-error-and-solution/">this site</a> for an explanation.</li>
<li><em>Permission problems</em>: If you&#8217;re having troubles, you may want to check the permissions of your <code>~/.ssh</code> directory and of the files in it.  Most notably, your private keys should not be readable by anyone but yourself, and neither your <code>~/.ssh</code> directory nor the files in it should be writable by anyone but yourself.</li>
</ul>
<p>Setting up RSA keys in addition to your DSA key:</p>
<ol>
<li>Generate the RSA keys similarly to how you generated the DSA key above, except you pass <code>-t rsa1</code> to ssh-keygen to generate an RSA key for ssh1 and <code>-t rsa</code> to generate an RSA key for ssh2.  Note, private RSA keys for ssh1 are stored in <code>~/.ssh/identity</code> and private RSA keys for ssh2 are stored in <code>~/.ssh/id_rsa</code></li>
<li>Similarly to what you did with your public DSA key, add your public RSA keys to your authorized keys file and disseminate it to your target hosts.</li>
<li>Optional: Disseminate your private RSA keys to local-initiation hosts.</li>
<li>Modify the keychain code you added to your shell configuration file so that keychain is also called with your private RSA keys.  For example, I would change the keychain line in my <code>~/.cshrc</code> file to read: <code>keychain ~/.ssh/id_dsa ~/.ssh/id_rsa ~/.ssh/identity</code>.</li>
</ol>
<p>For more information:</p>
<ul>
<li>Run man on the following: keychain, ssh-keygen, and ssh-agent.</li>
<li>Visit the following websites:
<ul>
<li><a href="http://www.gentoo.org/proj/en/keychain/">Gentoo keychain project</a></li>
</ul>
</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arbitraryusefulinfo.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arbitraryusefulinfo.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arbitraryusefulinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arbitraryusefulinfo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arbitraryusefulinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arbitraryusefulinfo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arbitraryusefulinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arbitraryusefulinfo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arbitraryusefulinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arbitraryusefulinfo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arbitraryusefulinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arbitraryusefulinfo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arbitraryusefulinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arbitraryusefulinfo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arbitraryusefulinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arbitraryusefulinfo.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbitraryusefulinfo.wordpress.com&amp;blog=879745&amp;post=18&amp;subd=arbitraryusefulinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arbitraryusefulinfo.wordpress.com/2008/05/16/howto-passwordless-login-using-gentoos-keychain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a82f3820e15e4a07a0a2889602506a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sparc1998</media:title>
		</media:content>
	</item>
	</channel>
</rss>
