<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1-alpha" -->
<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/"
>

<channel>
	<title>0xdeadbeef</title>
	<link>http://deadbeef.blogsome.com</link>
	<description>Sating the digital medium with semi-intelligible filler.</description>
	<pubDate>Thu, 05 Jan 2006 22:04:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>
	<language>en</language>

		<item>
		<title>Blog Move (Again!)</title>
		<link>http://deadbeef.blogsome.com/2006/01/05/blog-move-again/</link>
		<comments>http://deadbeef.blogsome.com/2006/01/05/blog-move-again/#comments</comments>
		<pubDate>Thu, 05 Jan 2006 22:04:27 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Personal</category>
		<guid>http://deadbeef.blogsome.com/2006/01/05/blog-move-again/</guid>
		<description><![CDATA[	Dear Reader,
	I am such a pretentious bastard. So much so that I had to have my blog running on my own site and it had to be running Typo (powered by Rails and written in Ruby). Thus it has moved. Gaze upon it&#8217;s new shininess!
	
blog.erik.rainey.name

This site, along with my previous blog at LiveJournal, (and my [...]]]></description>
			<content:encoded><![CDATA[	<p>Dear Reader,</p>
	<p>I am such a pretentious bastard. So much so that I <i>had</i> to have my blog running on my own site <i>and</i> it had to be running <b style="color:red;">Typo</b> (powered by Rails and written in Ruby). Thus it has moved. Gaze upon it&#8217;s new shininess!</p>
	<p>
<a href="http://blog.erik.rainey.name">blog.erik.rainey.name</a><br />
<br />
This site, along with my previous blog at LiveJournal, (and my much eariler iPaq blog) will remain where they are, slowly gathering digital cobwebs and nano-dustmites as the ages move past us. <a href="http://blog.erik.rainey.name/xml/rss20/feed.xml">So update your RSS feed already. </a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://deadbeef.blogsome.com/2006/01/05/blog-move-again/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Microsoft Remote Desktop</title>
		<link>http://deadbeef.blogsome.com/2005/12/23/microsoft-remote-desktop/</link>
		<comments>http://deadbeef.blogsome.com/2005/12/23/microsoft-remote-desktop/#comments</comments>
		<pubDate>Fri, 23 Dec 2005 04:45:06 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Networking</category>
		<guid>http://deadbeef.blogsome.com/2005/12/23/microsoft-remote-desktop/</guid>
		<description><![CDATA[	If you&#8217;re an SSH tunneler like myself, you know that you can&#8217;t use RDP with a tunnel reflected off yourself (localhost). I just figured out how to do this. Though, it&#8217;s rather simple and I&#8217;m somewhat ashamed that I didn&#8217;t think of it before.  Just add a line to your C:\Windows\system32\drivers\etc\hosts file. 
	127.0.0.1  [...]]]></description>
			<content:encoded><![CDATA[	<p>If you&#8217;re an SSH tunneler like myself, you know that you can&#8217;t use RDP with a tunnel reflected off yourself (localhost). I just figured out how to do this. Though, it&#8217;s rather simple and I&#8217;m somewhat ashamed that I didn&#8217;t think of it before.  Just add a line to your C:\Windows\system32\drivers\etc\hosts file. </p>
	<p><code>127.0.0.1     me</code></p>
	<p>I then used an SSH tunnel to redirect the port number as well. </p>
	<p><code>ssh ... -L 3390:192.168.0.85:3389 ... </code></p>
	<p>This will redirect port 3390 to the RDP port, 3389. Now connect to me:3390 for RDP.</p>
]]></content:encoded>
			<wfw:commentRss>http://deadbeef.blogsome.com/2005/12/23/microsoft-remote-desktop/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Asterisk Worklog</title>
		<link>http://deadbeef.blogsome.com/2005/12/13/asterisk-worklog/</link>
		<comments>http://deadbeef.blogsome.com/2005/12/13/asterisk-worklog/#comments</comments>
		<pubDate>Tue, 13 Dec 2005 16:27:38 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Asterisk</category>
		<guid>http://deadbeef.blogsome.com/2005/12/13/asterisk-worklog/</guid>
		<description><![CDATA[	I&#8217;ve been eating up alot of my free time installing and configuring an Asterisk server. Asterisk is an Open Source PBX (private branch exchange) which you can use as a mega-answering machine, a conference center for your family, and a home automation interface, amoung an infinity of other clever things. I&#8217;ve cataloged my worklog of [...]]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;ve been eating up alot of my free time installing and configuring an Asterisk server. Asterisk is an Open Source PBX (<a href="http://www.answers.com/main/ntquery;jsessionid=4q1ahoh4tnikq?tname=private-branch-exchange&#038;method=6&#038;sbid=lc01a">private branch exchange</a>) which you can use as a mega-answering machine, a conference center for your family, and a home automation interface, amoung an infinity of other clever things. I&#8217;ve cataloged my <a href="http://emrainey.backpackit.com/pub/335430">worklog</a> of installing and configuring it so that I can come back later and not worry about forgetting what I did. It should be a fairly concise, if not obtuse, guide to installing it yourself. It&#8217;s not quite complete yet, I&#8217;ve got to add some more config information but the bulk of it is there.</p>
	<p>
<!-- technorati tags begin --><br />
<p style="font-size:10px;text-align:right;">Technorati Tags: <a href="http://technorati.com/tag/asterisk" rel="tag">asterisk</a></p>
	<p><!-- technorati tags end -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://deadbeef.blogsome.com/2005/12/13/asterisk-worklog/feed/</wfw:commentRss>
	</item>
		<item>
		<title>My New Shame</title>
		<link>http://deadbeef.blogsome.com/2005/12/02/my-new-shame/</link>
		<comments>http://deadbeef.blogsome.com/2005/12/02/my-new-shame/#comments</comments>
		<pubDate>Fri, 02 Dec 2005 01:05:21 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Personal</category>
		<guid>http://deadbeef.blogsome.com/2005/12/02/my-new-shame/</guid>
		<description><![CDATA[	I can&#8217;t believe I actually wrote this up. All the  movies I&#8217;ve seen since I&#8217;ve lived in Dallas.

]]></description>
			<content:encoded><![CDATA[	<p>I can&#8217;t believe I actually wrote this up. <a href="http://emrainey.backpackit.com/pub/303257">All the  movies I&#8217;ve seen since I&#8217;ve lived in Dallas.</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://deadbeef.blogsome.com/2005/12/02/my-new-shame/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Office Reorganization</title>
		<link>http://deadbeef.blogsome.com/2005/11/03/office-reorganization/</link>
		<comments>http://deadbeef.blogsome.com/2005/11/03/office-reorganization/#comments</comments>
		<pubDate>Thu, 03 Nov 2005 19:32:19 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Personal</category>
		<guid>http://deadbeef.blogsome.com/2005/11/03/office-reorganization/</guid>
		<description><![CDATA[	Over the last week I&#8217;ve been reorganizing my home office. Last weekend I went to IKEA and picked out a GALANT Desk, after I played around with their IKEA Office Planner. Having this tool is completely invaluable! I got the explicit list of components I needed from the tool once I settled on the layout [...]]]></description>
			<content:encoded><![CDATA[	<p>Over the last week I&#8217;ve been reorganizing my home office. Last weekend I went to IKEA and picked out a <a href="http://www.ikea.com/webapp/wcs/stores/servlet/CategoryDisplay?catalogId=10101&#038;storeId=12&#038;categoryId=13784&#038;langId=-1&#038;parentCats=10121*10392*13784&#038;cattype=sub">GALANT Desk</a>, after I played around with their <a href="http://www.ikea.com/ms/en_US/rooms_ideas/office/download1.html">IKEA Office Planner</a>. Having this tool is completely invaluable! I got the explicit list of components I needed from the tool once I settled on the layout of the office. I printed out the list, went to IKEA, walked up to the cashier and paid for the list, then went over to the stock area and got the stuff after waiting about 30 minutes (it was jam-packed busy because of their recent 20th anniversary).  I&#8217;ve been posting photos <a href="http://www.flickr.com/photos/emrainey/sets/1266606/">my progress</a> on <a href="http://www.flickr.com/photos/emrainey">my Flickr page</a>.  I&#8217;ll post a before and after when I complete my metamorphosis. So far the IKEA desk had been put together without a hitch and is, in my opinion, top quality. I received 2 redundant sets of instructions, with all the components I bought, so I have plenty of help in putting it together, which I don&#8217;t think I really needed, since it was actually quite easy to put together.<br />
<br />
<!-- technorati tags begin --><br />
<p style="font-size:10px;text-align:right;">Technorati Tags: <a href="http://technorati.com/tag/IKEA" rel="tag">IKEA</a>, <a href="http://technorati.com/tag/ikea" rel="tag">ikea</a>, <a href="http://technorati.com/tag/ikea+rules" rel="tag">ikea rules</a></p>
<!-- technorati tags end -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://deadbeef.blogsome.com/2005/11/03/office-reorganization/feed/</wfw:commentRss>
	</item>
		<item>
		<title>2 New T-Shirts</title>
		<link>http://deadbeef.blogsome.com/2005/10/28/2-new-t-shirts/</link>
		<comments>http://deadbeef.blogsome.com/2005/10/28/2-new-t-shirts/#comments</comments>
		<pubDate>Fri, 28 Oct 2005 22:01:36 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Personal</category>
	<category>VideoGames</category>
	<category>Ruby</category>
		<guid>http://deadbeef.blogsome.com/2005/10/28/2-new-t-shirts/</guid>
		<description><![CDATA[	You&#8217;ll find 2 new t-shirts in my pixel tee&#8217;s store. Ruby Life and Workout Shirt (that one&#8217;s for working out).  These are in addition to the normal stock of fine nerd-related t-shirts, such as Katamari Damacii. Enjoy! 
	
Technorati Tags: pixeltees


]]></description>
			<content:encoded><![CDATA[	<p>You&#8217;ll find 2 new t-shirts in my pixel tee&#8217;s store. <a href="http://www.pixeltees.com/shop/emrainey/detail/?shirt=20051028-161639-7045589325&#038;l=emrainey|45pqRFYPSf4dQ&#038;c=20051028-153428-1909092347&#038;b=search|ruby|Culture|shirts|1||orders|||5|1">Ruby Life</a> and <a href="http://www.pixeltees.com/shop/emrainey/detail/?shirt=20051028-162331-7348589130&#038;l=emrainey|45pqRFYPSf4dQ&#038;c=20051028-153428-1909092347&#038;b=search|icons|Sports|shirts|1||orders|||5|1">Workout Shirt</a> (that one&#8217;s for working out).  These are in addition to the normal stock of fine nerd-related t-shirts, such as <a href="http://www.pixeltees.com/shop/emrainey/detail/?shirt=20041102-184603-5547553348&#038;l=emrainey|45pqRFYPSf4dQ&#038;c=20051028-153428-1909092347&#038;b=search|Games|Culture|shirts|1||orders|||1|1">Katamari Damacii</a>. Enjoy! </p>
	<p><!-- technorati tags begin --><br />
<p style="font-size:10px;text-align:right;">Technorati Tags: <a href="http://technorati.com/tag/pixeltees" rel="tag">pixeltees</a></p>
<!-- technorati tags end -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://deadbeef.blogsome.com/2005/10/28/2-new-t-shirts/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Tivo Blog</title>
		<link>http://deadbeef.blogsome.com/2005/10/28/tivo-blog/</link>
		<comments>http://deadbeef.blogsome.com/2005/10/28/tivo-blog/#comments</comments>
		<pubDate>Fri, 28 Oct 2005 19:00:34 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>TiVo</category>
		<guid>http://deadbeef.blogsome.com/2005/10/28/tivo-blog/</guid>
		<description><![CDATA[	TiVo just opened their TiVo Blog today. I hope one of their first posts isn&#8217;t &#8220;Going Out of Business&#8221;. 
	
Technorati Tags: tivo


]]></description>
			<content:encoded><![CDATA[	<p>TiVo just opened their <a href="http://blog.tivo.com/">TiVo Blog</a> today. I hope one of their first posts isn&#8217;t &#8220;Going Out of Business&#8221;. </p>
	<p><!-- technorati tags begin --><br />
<p style="font-size:10px;text-align:right;">Technorati Tags: <a href="http://technorati.com/tag/tivo" rel="tag">tivo</a></p>
<!-- technorati tags end -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://deadbeef.blogsome.com/2005/10/28/tivo-blog/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Dude&#8230;</title>
		<link>http://deadbeef.blogsome.com/2005/10/27/dude/</link>
		<comments>http://deadbeef.blogsome.com/2005/10/27/dude/#comments</comments>
		<pubDate>Thu, 27 Oct 2005 23:13:47 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Personal</category>
		<guid>http://deadbeef.blogsome.com/2005/10/27/dude/</guid>
		<description><![CDATA[	&#8230; you just got served. I find it delicious irony that his visage is sold within a capitalist society on practically everything. You&#8217;d think he was a real proponent of the system instead of it&#8217;s pretty-boy nemesis. 
	
Technorati Tags: capitalism


]]></description>
			<content:encoded><![CDATA[	<p>&#8230; you just got <i><a href="http://www.capmag.com/article.asp?ID=4450">served</a></i>. I find it delicious irony that his visage is sold within a capitalist society on practically everything. You&#8217;d think he was a real proponent of the system instead of it&#8217;s pretty-boy nemesis. </p>
	<p><!-- technorati tags begin --><br />
<p style="font-size:10px;text-align:right;">Technorati Tags: <a href="http://technorati.com/tag/capitalism" rel="tag">capitalism</a></p>
<!-- technorati tags end -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://deadbeef.blogsome.com/2005/10/27/dude/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Backpackit</title>
		<link>http://deadbeef.blogsome.com/2005/10/27/backpackit/</link>
		<comments>http://deadbeef.blogsome.com/2005/10/27/backpackit/#comments</comments>
		<pubDate>Thu, 27 Oct 2005 02:38:20 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Personal</category>
		<guid>http://deadbeef.blogsome.com/2005/10/27/backpackit/</guid>
		<description><![CDATA[	I discovered Backpackit.com a while ago but I never really used it. Today I started writing a lot of things down that I&#8217;d like to do over the next week and I realized that I desperately need it. So I went full boar and fleshed-out my free account. Check out my &#8220;Games to Play&#8221; list [...]]]></description>
			<content:encoded><![CDATA[	<p>I discovered Backpackit.com a while ago but I never really used it. Today I started writing a lot of things down that I&#8217;d like to do over the next week and I realized that I desperately need it. So I went full boar and fleshed-out my free account. Check out my &#8220;Games to Play&#8221; list <a href="http://emrainey.backpackit.com/pub/299119">here</a>.</p>
	<p><!-- technorati tags begin --><br />
<p style="font-size:10px;text-align:right;">Technorati Tags: <a href="http://technorati.com/tag/backpackit" rel="tag">backpackit</a></p>
<!-- technorati tags end -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://deadbeef.blogsome.com/2005/10/27/backpackit/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Listening to your iTunes from Work</title>
		<link>http://deadbeef.blogsome.com/2005/10/25/listening-to-your-itunes-from-work/</link>
		<comments>http://deadbeef.blogsome.com/2005/10/25/listening-to-your-itunes-from-work/#comments</comments>
		<pubDate>Tue, 25 Oct 2005 16:36:38 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Mac OSX</category>
		<guid>http://deadbeef.blogsome.com/2005/10/25/listening-to-your-itunes-from-work/</guid>
		<description><![CDATA[	Forwarding your iTunes library to your work computer is not as hard as one might think. All you need to do is follow these steps.
	
	1.) Enable Library Sharing on home machine&#8217;s iTunes. 
	2.) You have to be familiar with ssh tunneling (try here for a tutorial) or if you don&#8217;t use a tunnel, add the [...]]]></description>
			<content:encoded><![CDATA[	<p>Forwarding your iTunes library to your work computer is not as hard as one might think. All you need to do is follow these steps.</p>
	</p>
	<p>1.) Enable Library Sharing on home machine&#8217;s iTunes. </p>
	<p>2.) You have to be familiar with ssh tunneling (try <a href="http://www.rzg.mpg.de/networking/tunnelling.html">here</a> for a tutorial) or if you don&#8217;t use a tunnel, add the port forwarders to your <a href=\"http://www.salingfamily.net/trav/osx/itunes.html\">firewall</a>. For ssh tunnels, you want something like this:</p>
	<p>$ ssh -g -L 3689:192.168.0.86:3689 my.home.net</p>
	<p>Where &#8220;192.168.0.86&#8243; is the local net IP of the home machine and &#8220;my.home.net&#8221; is the name of your computer on the internet. Of course, you&#8217;ll have to be forwarding the ssh port to your home machine too. </p>
	<p>3.) Get <a href="http://ileech.sourceforge.net/index.php?content=RendezvousProxy-News">RendezvousProxy</a>, which mimcs some of the UDP traffic that won&#8217;t come through some firewalls. Add an entry for the tunneling machine if you are using that. Be sure to use the iTunes protocol (_daap._tcp.local.).</p>
	<p>4.) iTunes should automatically detect your machine. You might want to add a password to your library so other people at work don&#8217;t cruise your stuff. </p>
<!-- technorati tags begin --><br />
<p style="font-size:10px;text-align:right;">Technorati Tags: <a href="http://technorati.com/tag/ssh" rel="tag">ssh</a>, <a href="http://technorati.com/tag/ itunes" rel="tag"> itunes</a>, <a href="http://technorati.com/tag/rendezvous" rel="tag">rendezvous</a></p>
<!-- technorati tags end -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://deadbeef.blogsome.com/2005/10/25/listening-to-your-itunes-from-work/feed/</wfw:commentRss>
	</item>
	</channel>
</rss>
