<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Megahertz Blog &#187; code</title>
	<atom:link href="http://www.justinbull.ca/blog/tag/code/feed" rel="self" type="application/rss+xml" />
	<link>http://www.justinbull.ca/blog</link>
	<description>Ramblings and dribbles of Justin Bull</description>
	<lastBuildDate>Fri, 15 Apr 2011 20:44:14 +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>SSH over Tor on Mac OS X</title>
		<link>http://www.justinbull.ca/blog/ssh-over-tor-on-mac-os-x</link>
		<comments>http://www.justinbull.ca/blog/ssh-over-tor-on-mac-os-x#comments</comments>
		<pubDate>Fri, 15 Apr 2011 20:36:38 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Technical Musings]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.justinbull.ca/blog/?p=94</guid>
		<description><![CDATA[Here is a simple way to use Mac OS X Terminal&#8217;s ssh command over Tor. This was tested with Mac OS X 10.6.7 (Snow Leopard) but, don&#8217;t worry, I&#8217;m almost positive it&#8217;ll work with any recent version of OS X. I am assuming you already have Tor installed and running. This could be by means TorButton, [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a simple way to use Mac OS X Terminal&#8217;s ssh command over <a href="https://www.torproject.org/">Tor</a>. This was tested with Mac OS X 10.6.7 (Snow Leopard) but, don&#8217;t worry, I&#8217;m almost positive it&#8217;ll work with any recent version of OS X.</p>
<p>I am assuming you already have Tor installed and running. This could be by means TorButton, hand-rolled install, whatever.</p>
<p>Run the following command from terminal:</p>
<p><code>ssh -o ProxyCommand="nc -X 4 -x localhost:9050 %h %p" example.com</code><br />
Where <strong>example.com</strong> is the remote host you wish to connect to. To save your self the trouble, quickly run this <strong>alias </strong>command:</p>
<p><code>alias tor-ssh='ssh -o ProxyCommand="nc -X 4 -x localhost:9050 %h %p"'</code><br />
Now you can use the command <strong>tor-ssh</strong> as if it were <strong>ssh</strong>!</p>
<p><code>tor-ssh username@host.com 22</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justinbull.ca/blog/ssh-over-tor-on-mac-os-x/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenFMyLife Framework</title>
		<link>http://www.justinbull.ca/blog/openfmylife-framework</link>
		<comments>http://www.justinbull.ca/blog/openfmylife-framework#comments</comments>
		<pubDate>Wed, 21 Apr 2010 06:57:43 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Technical Musings]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.sohipitmhz.com/blog/?p=75</guid>
		<description><![CDATA[Everyone loves the FML site right? A lot of spin-offs have been created such as MLIN and MLIA. Well I wanted to make my own spin-off, and I thought someone made the effort to produce some form of open-source version of the script! Apparently not. So, being the odd guy I am, embarked on a [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone loves the <a title="FMyLife" href="http://www.fmylife.com/">FML</a> site right? A lot of spin-offs have been created such as <a title="MLIN" href="http://mylifeisnerdy.co.cc/">MLIN</a> and <a title="MLIA" href="http://www.mylifeisaverage.com/">MLIA</a>.</p>
<p>Well I wanted to make my own spin-off, and I thought someone made the effort to produce some form of open-source version of the script! Apparently not.</p>
<p>So, being the odd guy I am, embarked on a massive journey through MySQL and PHP 5 to produce&#8230; <a title="OpenFMyLife" href="http://www.sohipitmhz.com/public/ofml/">OpenFMyLife</a>!</p>
<p>It is my first complete project under PHP 5 OOP. That is, it is very sexy under the hood (at least I think it is).</p>
<p>It is currently in pre-alpha development, but will soon be available for download for everyone to try out. The reason is, Emmjay and I wanted to create an abomination: <a href="http://mlied.emmjay.net/">MyLifeIsEatingDisorder&#8217;d</a> or &#8220;MLIED&#8221;. Dodging a modular configuration route, I just built &#8220;MLIED&#8221; with the intent of just rewriting some of it into the OFML format.</p>
<p>So MLIED is online and working, save a few features, and then OpenFMyLife version 1.0.0 will be out!</p>
<p>I invite all those who know decent OOP programming to pick it apart and let me know of any poor programming conventions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justinbull.ca/blog/openfmylife-framework/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

