<?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>jonross(dot)org</title>
	<atom:link href="http://www.jonross.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.jonross.org</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 03:20:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Witopia OpenVPN/SSL Setup on Jailbroken iOS devices.</title>
		<link>http://www.jonross.org/?p=302</link>
		<comments>http://www.jonross.org/?p=302#comments</comments>
		<pubDate>Tue, 31 Aug 2010 18:51:29 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.jonross.org/?p=302</guid>
		<description><![CDATA[Thought I&#8217;d share how I got Witopia OpenVPN running on my Jailbroken iPhone.
First off some props, most of the info I got from the following sources:
Witopia Support Wiki -&#62; http://wiki.witopia.net/wiki/Installing_personalVPN-SSL_on_Linux
SBSettings -&#62; http://chandraonline.net/blog/?p=22
GuizmOVPN -&#62; http://www.guizmovpn.com/index.php?option=com_content&#38;view=article&#38;id=2&#38;Itemid=2
So first off there are a couple of apps that you can use to mange the VPN. I have tried both, and have had the [...]]]></description>
			<content:encoded><![CDATA[<p>Thought I&#8217;d share how I got Witopia OpenVPN running on my Jailbroken iPhone.<br />
First off some props, most of the info I got from the following sources:</p>
<p>Witopia Support Wiki -&gt; <a href="http://wiki.witopia.net/wiki/Installing_personalVPN-SSL_on_Linux" target="_blank">http://wiki.witopia.net/wiki/Installing_personalVPN-SSL_on_Linux<br />
</a>SBSettings -&gt; <a href="http://chandraonline.net/blog/?p=22" target="_blank">http://chandraonline.net/blog/?p=22<br />
</a>GuizmOVPN -&gt; <a href="http://www.guizmovpn.com/index.php?option=com_content&amp;view=article&amp;id=2&amp;Itemid=2" target="_blank">http://www.guizmovpn.com/index.php?option=com_content&amp;view=article&amp;id=2&amp;Itemid=2</a></p>
<p>So first off there are a couple of apps that you can use to mange the VPN. I have tried both, and have had the most success with GuizmOVPN GUI. It is a paid app, but you do have 7 days to try it, and no I don&#8217;t work for them. I just like the easy interface, visible log file, and a nice little logo in the status bar to show your connected. You also need to be running iOS 4 or have some form of backgrounding to run the app.<br />
I did try  the SBSettings toggle as mentioned on chandraonline.net, and it works great however you can only choose one VPN site, and there is no visible log. Both use <a href="http://openvpn.net/" target="_blank">OpenVPN</a> ported to the iOS.</p>
<p>I&#8217;m not going to go in-depth with either or the clients above,  since they are both well documented. However here are the steps relevant to Witopia. So start with one of the two clients <a href="http://chandraonline.net/blog/?p=22">SBSettings</a> or <a href="http://www.guizmovpn.com/index.php?option=com_content&amp;view=article&amp;id=2&amp;Itemid=2">GuizmOVPN</a>.</p>
<p>For both of these clients assume I will assume you have the Witopa desktop client installed, as we will need key and config files for your account. Since this is a password-less setup you should <strong>NOT</strong> share your key.key files.</p>
<p>Your config files and keys are stored here, depending on your OS (OSX/Win). No installer for Linux. See <a href="http://wiki.witopia.net/wiki/PersonalVPN-SSL_FAQ" target="_blank">http://wiki.witopia.net/wiki/PersonalVPN-SSL_FAQ</a></p>
<p><strong>OSX<br />
<span style="font-weight: normal;">Tunnelblick: ~/Library/openvpn<br />
Viscosity: ~/Library/Application Support/Viscosity/OpenVPN/*  (where * is 1-44 each representing a different VPN site)</span></strong></p>
<p><strong><span style="font-weight: normal;"><strong>Windows<br />
<span style="font-weight: normal;">C:\Program Files\personalvpn\config </span></strong></span></strong></p>
<p><strong><br />
</strong></p>
<p><strong>SBSettings:</strong><br />
All the install steps above are fine. When you get to the config, use the conf file currently installed on your system above.<br />
Each directory (at least on Viscosity) represents a different VPN site, so pick one. Rename the config.conf to conf.ovpn, append  the up and down parts in the tutorial above, and copy it into the following directory on your iOS device along with ca.crt, cert.crt, and key.key. No need to remove the password as it’s already without one (hence the reason you don&#8217;t want to share your key).</p>
<blockquote><p>/var/mobile/Library/OpenVpn/</p></blockquote>
<p>Now at this point you need to either reload springboard or reboot your device. Took me a couple tries to get the toggle to work. One downside to this app is there is no easy access to the log should you need to troubleshoot. In fact I couldn&#8217;t find where it&#8217;s logging.</p>
<p><strong>GuizmOVPN:</strong><br />
First off follow the install in the link above. This app is nice as you can see logs, as well as have multiple VPN sites. So first off lets export the configuration from Viscosity. Not sure if the other apps do it, but again you can find the config as listed above.<br />
So fire up Viscosity. It should show up as an icon in your top menu bar. Right click on it and go to &#8220;Preferances&#8230;&#8221; and you should see something like the shot below. Click on a VPN site and hit the gear in the bottom right, and hit &#8220;Export Zipped Connection&#8221;.<br />
<a href="http://www.jonross.org/wp-content/uploads/2010/08/Screen-shot-2010-08-30-at-10.58.21-PM.png" rel="lightbox[302]"><img class="aligncenter size-medium wp-image-312" title="Screen shot 2010-08-30 at 10.58.21 PM" src="http://www.jonross.org/wp-content/uploads/2010/08/Screen-shot-2010-08-30-at-10.58.21-PM-300x198.png" alt="" width="300" height="198" /></a> Save there file wherever you like. I put it in a directory on my desktop called vpn (for scripting fun later). In fact I exported all of them. Turns out these .visz files are just good ole&#8217; gzip files.</p>
<blockquote><p>$ file &#8220;us &#8211; Seattle, WA.visz&#8221;<br />
us &#8211; Seattle, WA.visz: gzip compressed data, was &#8220;~/Desktop/us &#8211; Seattle&#8221;, last modified: Mon Aug 30 22:59:39 2010, max compression.</p></blockquote>
<p>So now you should have a directory full of these .visz files which are really just gzip files. So rename them to *.tgz, extract them, then zip them, and your ready to upload them to your device. Here are a couple lines to first remove the spaces so we can actually work with the files, then change the extension to tgz, then extract the contents. So fire up your terminal and cd to the directory containing the .visz files.</p>
<blockquote><p>for x in *visz; do mv &#8220;$x&#8221; &#8220;`echo $x | sed -e &#8217;s/\ /_/g&#8217;`&#8221;; done<br />
for x in *visz ; do mv $x `basename $x `.tgz; done<br />
for x in *.tgz; do tar zxvf $x; done<br />
rm *.tgz</p></blockquote>
<p>At this point you have two options. A) the easy way. SCP all those directories to /private/var/mobile/Documents/Configurations on your device. or B) continue on through the web interface within GuizmOVPN.</p>
<p>If you decided you like to point and click your way through life, and enjoy pain. Then run the following commands in addition to the lines above.</p>
<blockquote><p>for x in *; do if [ -d "$x" ]; then zip -r &#8220;$x.zip&#8221; &#8220;$x&#8221;; fi;done<br />
find . -type d -exec rm -r {} \;</p></blockquote>
<p>Now you will have a directory filled with zip files. Your probably wondering at this point why I put you through all these commands if the .visz files are already zip files. Well because there is a difference between gzip and zip. For real, google it. Yes I did try just changing the visz to zip, doesn&#8217;t work.<br />
Now fire up GuizmOVPN on your device and tap on the &#8220;Settings&#8221; tab. Turn that webserver on, and point your browser to the IP and port listed.<br />
Now you can enjoy that point and click action in all it&#8217;s glory. Upload as many of these zip files as you like.</p>
<p>When your done, tap back on &#8220;General&#8221; and you should see a whole list of VPN sites, tap on the one you want and slide &#8220;Connect:&#8221; to on. I would also recommend you change both the settings in the DNS Configuration section to On, within the &#8220;Settings&#8221; tab. Turning them on changes your /etc/resolv.conf to reflect Witopia&#8217;s dns servers. Otherwise you will be able to connect but may be unable to resolve dns.<br />
Tap the &#8220;Log&#8221; tab to see an output of the OpenVPN log file.<br />
This is what good should look like, notice the nice little logo in the top right showing the connected status:</p>
<p><a href="http://www.jonross.org/wp-content/uploads/2010/08/IMG_07931.png" rel="lightbox[302]"><img class="aligncenter size-medium wp-image-321" title="good" src="http://www.jonross.org/wp-content/uploads/2010/08/IMG_07931-200x300.png" alt="" width="200" height="300" /></a></p>
<p>Hope someone finds this useful.<br />
-Jon</p>
<p><a href="http://chandraonline.net/blog/?p=22 " target="_blank"> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonross.org/?feed=rss2&amp;p=302</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dumpster Love</title>
		<link>http://www.jonross.org/?p=297</link>
		<comments>http://www.jonross.org/?p=297#comments</comments>
		<pubDate>Fri, 27 Nov 2009 14:46:46 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[graffiti]]></category>

		<guid isPermaLink="false">http://www.jonross.org/?p=297</guid>
		<description><![CDATA[Even dumpsters like to cuddle up
]]></description>
			<content:encoded><![CDATA[<p>Even dumpsters like to cuddle up<a href="http://www.jonross.org/wp-content/uploads/2009/11/IMG_0427.JPG" rel="lightbox[297]"><img class="aligncenter size-medium wp-image-298" title="IMG_0427" src="http://www.jonross.org/wp-content/uploads/2009/11/IMG_0427-300x225.jpg" alt="IMG_0427" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonross.org/?feed=rss2&amp;p=297</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>One of these things IS a lot like the other&#8230;</title>
		<link>http://www.jonross.org/?p=290</link>
		<comments>http://www.jonross.org/?p=290#comments</comments>
		<pubDate>Wed, 25 Nov 2009 07:31:22 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[funny]]></category>
		<category><![CDATA[gadgets]]></category>

		<guid isPermaLink="false">http://www.jonross.org/?p=290</guid>
		<description><![CDATA[My, that vibrator sure does look like a carrot.


]]></description>
			<content:encoded><![CDATA[<p>My, that vibrator sure does look like a carrot.</p>
<p><a href="http://www.jonross.org/wp-content/uploads/2009/11/IMG_0422.jpg" rel="lightbox[290]"><img class="aligncenter size-medium wp-image-294" title="IMG_0422" src="http://www.jonross.org/wp-content/uploads/2009/11/IMG_0422-300x225.jpg" alt="IMG_0422" width="300" height="225" /></a></p>
<p><a href="http://www.jonross.org/wp-content/uploads/2009/11/carrot-imposter.png" rel="lightbox[290]"><img class="aligncenter size-full wp-image-292" title="carrot imposter" src="http://www.jonross.org/wp-content/uploads/2009/11/carrot-imposter.png" alt="carrot imposter" width="293" height="159" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonross.org/?feed=rss2&amp;p=290</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Baby Sale!</title>
		<link>http://www.jonross.org/?p=279</link>
		<comments>http://www.jonross.org/?p=279#comments</comments>
		<pubDate>Wed, 07 Oct 2009 02:44:24 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[funny]]></category>
		<category><![CDATA[odd]]></category>

		<guid isPermaLink="false">http://www.jonross.org/?p=279</guid>
		<description><![CDATA[If you&#8217;ve been in the market for a new baby. Then now might just be the time to buy.

]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been in the market for a new baby. Then now might just be the time to buy.</p>
<p><a href="http://www.jonross.org/wp-content/uploads/2009/10/IMG_0378.jpg" rel="lightbox[279]"><img class="aligncenter size-medium wp-image-280" title="IMG_0378" src="http://www.jonross.org/wp-content/uploads/2009/10/IMG_0378-290x300.jpg" alt="IMG_0378" width="290" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonross.org/?feed=rss2&amp;p=279</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canabalt</title>
		<link>http://www.jonross.org/?p=264</link>
		<comments>http://www.jonross.org/?p=264#comments</comments>
		<pubDate>Tue, 06 Oct 2009 21:16:14 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://www.jonross.org/?p=264</guid>
		<description><![CDATA[Haven&#8217;t posted in a while, but had to give my two $0.02 on a new iPhone game I found called Canabalt. It&#8217;s a simple side scrolling avoid the obstacles game. It&#8217;s got simple graphics but pretty fun.
You can try a flash version for free on their site http://www.canabalt.com/ The only thing that the flash version [...]]]></description>
			<content:encoded><![CDATA[<p>Haven&#8217;t posted in a while, but had to give my two $0.02 on a new iPhone game I found called Canabalt. It&#8217;s a simple side scrolling avoid the obstacles game. It&#8217;s got simple graphics but pretty fun.</p>
<p>You can try a flash version for free on their site<a href="http://www.canabalt.com/" target="_blank"> http://www.canabalt.com/</a> The only thing that the flash version is missing is the ability to save your high scores.  According to the developer, a later version will include an online leaderboard. <a href="http://forums.toucharcade.com/showpost.php?p=536073&amp;postcount=83" target="_blank">See here</a>. Personally I would also like to see some 3.0 features like using your own music library or turning off the music. It can get get repetitive.</p>
<p>It goes for <a href="http://toucharcade.com/link/http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=333180061&amp;mt=8" target="_blank">$2.99 on the app store.</a></p>
<p>Hard to take a screen shot and play at the same time, but you get the idea. I also managed to not take screens of any obstacles, which is pretty much the whole point of this game. Just try it.</p>
<p><a href="http://www.jonross.org/wp-content/uploads/2009/10/IMG_0394.png" rel="lightbox[264]"><img class="alignnone size-full wp-image-271" title="IMG_0394" src="http://www.jonross.org/wp-content/uploads/2009/10/IMG_0394.png" alt="IMG_0394" width="480" height="320" /></a><a href="http://www.jonross.org/wp-content/uploads/2009/10/IMG_0395.png" rel="lightbox[264]"><img class="alignnone size-full wp-image-272" title="IMG_0395" src="http://www.jonross.org/wp-content/uploads/2009/10/IMG_0395.png" alt="IMG_0395" width="480" height="320" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonross.org/?feed=rss2&amp;p=264</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See ya!</title>
		<link>http://www.jonross.org/?p=252</link>
		<comments>http://www.jonross.org/?p=252#comments</comments>
		<pubDate>Tue, 04 Aug 2009 06:37:12 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.jonross.org/?p=252</guid>
		<description><![CDATA[Well it&#8217;s supposed to rain here all week. So I think I&#8217;m going to go out of town. I think I might go here tomorrow.

Yup, Maui it is&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Well it&#8217;s supposed to rain here all week. So I think I&#8217;m going to go out of town. I think I might go here tomorrow.</p>
<p><a href="http://www.jonross.org/wp-content/uploads/2009/08/DSC_0385_2.JPG" rel="lightbox[252]"><img class="alignnone size-medium wp-image-258" title="Maui" src="http://www.jonross.org/wp-content/uploads/2009/08/DSC_0385_2-300x198.jpg" alt="Maui" width="300" height="198" /></a></p>
<p>Yup, Maui it is&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonross.org/?feed=rss2&amp;p=252</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Fail</title>
		<link>http://www.jonross.org/?p=246</link>
		<comments>http://www.jonross.org/?p=246#comments</comments>
		<pubDate>Wed, 22 Jul 2009 15:08:05 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://www.jonross.org/?p=246</guid>
		<description><![CDATA[Was reading up on HA for VMware today and was trying a search.. Epic Fail!


]]></description>
			<content:encoded><![CDATA[<p>Was reading up on HA for VMware today and was trying a search.. Epic Fail!<br />
<a href="http://www.jonross.org/wp-content/uploads/2009/07/search-fail.jpg" rel="lightbox[246]"><a href="http://www.jonross.org/wp-content/uploads/2009/07/search-fail1.jpg" rel="lightbox[246]"><img class="alignnone size-medium wp-image-249" title="search-fail1" src="http://www.jonross.org/wp-content/uploads/2009/07/search-fail1-300x112.jpg" alt="search-fail1" width="300" height="112" /></a><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonross.org/?feed=rss2&amp;p=246</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>unsystematic</title>
		<link>http://www.jonross.org/?p=243</link>
		<comments>http://www.jonross.org/?p=243#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:45:13 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.jonross.org/?p=243</guid>
		<description><![CDATA[Latest video, not really sure what story I&#8217;m trying to tell, but I&#8217;m sure there is some deep meaning in there somewhere. Probably something about humanity, or maybe at the title suggests, it&#8217;s just some random clips. You decide.
unsystematic from Jon Ross on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p>Latest video, not really sure what story I&#8217;m trying to tell, but I&#8217;m sure there is some deep meaning in there somewhere. Probably something about humanity, or maybe at the title suggests, it&#8217;s just some random clips. You decide.</p>
<p><object width="533" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4370505&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4370505&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="533" height="300"></embed></object><br /><a href="http://vimeo.com/4370505">unsystematic</a> from <a href="http://vimeo.com/jonross">Jon Ross</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonross.org/?feed=rss2&amp;p=243</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Update: Relay for Life</title>
		<link>http://www.jonross.org/?p=233</link>
		<comments>http://www.jonross.org/?p=233#comments</comments>
		<pubDate>Fri, 17 Apr 2009 05:00:16 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jonross.org/?p=233</guid>
		<description><![CDATA[I just wanted to publicly thank everyone who has pledged me so far and donated to the Relay for Life. Your support has been overwhelming. I really appreciate everyone&#8217;s help no matter what the denomination. I&#8217;ve even had to set my goal higher twice now. Also updated the link to be a little more friendly
http://convio.cancer.ca/goto/jonross
]]></description>
			<content:encoded><![CDATA[<p>I just wanted to publicly thank everyone who has pledged me so far and donated to the Relay for Life. Your support has been overwhelming. I really appreciate everyone&#8217;s help no matter what the denomination. I&#8217;ve even had to set my goal higher twice now. Also updated the link to be a little more friendly</p>
<p><a href="http://convio.cancer.ca/goto/jonross" target="_blank">http://convio.cancer.ca/goto/jonross</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonross.org/?feed=rss2&amp;p=233</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relay for Life</title>
		<link>http://www.jonross.org/?p=228</link>
		<comments>http://www.jonross.org/?p=228#comments</comments>
		<pubDate>Wed, 15 Apr 2009 21:26:53 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[doin good]]></category>

		<guid isPermaLink="false">http://www.jonross.org/?p=228</guid>
		<description><![CDATA[So I&#8217;m participating in this years Relay for Life. It&#8217;s to help raise money for the Canadian Cancer Society.
Please take a minute to head over to my personal page and donate some money. Please don&#8217;t be cheap, although any amount will do.
Thanks.
Relay For Life
]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m participating in this years Relay for Life. It&#8217;s to help raise money for the Canadian Cancer Society.</p>
<p>Please take a minute to head over to my personal page and donate some money. Please don&#8217;t be cheap, although any amount will do.</p>
<p>Thanks.</p>
<p><a title="Relay For Life" href="http://convio.cancer.ca/site/TR/RelayForLife/RFL_AB_Calgary_?px=2069848&amp;pg=personal&amp;fr_id=3635" target="_blank">Relay For Life</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonross.org/?feed=rss2&amp;p=228</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
