<?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>roback.cc</title>
	<atom:link href="http://roback.cc/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://roback.cc/wp</link>
	<description>the website of joe roback</description>
	<lastBuildDate>Mon, 03 May 2010 22:05:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Make DVD ISO image from VIDEO_TS folder</title>
		<link>http://roback.cc/wp/2010/04/make-dvd-iso-image-from-video_ts-folder/</link>
		<comments>http://roback.cc/wp/2010/04/make-dvd-iso-image-from-video_ts-folder/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 05:49:22 +0000</pubDate>
		<dc:creator>Joe Roback</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[disk utility]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[hdiutil]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mkisofs]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[video_ts]]></category>

		<guid isPermaLink="false">http://roback.cc/wp/?p=217</guid>
		<description><![CDATA[Here is a quick shell script to use on Mac OS X to make a DVD iso from a VIDEO_TS folder. Save is as &#8220;mkdvdiso&#8221; and just specify the folder containing the VIDEO_TS folder, not the VIDEO_TS folder itself. You can also override the DVD name and choose between hdiutil (Mac OS X command line [...]]]></description>
		<wfw:commentRss>http://roback.cc/wp/2010/04/make-dvd-iso-image-from-video_ts-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DD-WRT: Overclocking Linksys WRT610N v2 Router</title>
		<link>http://roback.cc/wp/2010/04/overclocking-linksys-wrt610n-v2-router-dd-wrt/</link>
		<comments>http://roback.cc/wp/2010/04/overclocking-linksys-wrt610n-v2-router-dd-wrt/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 07:54:45 +0000</pubDate>
		<dc:creator>Joe Roback</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mips]]></category>
		<category><![CDATA[overclocking]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://roback.cc/wp/?p=207</guid>
		<description><![CDATA[To overclock your Linksys WRT610Nv2 using DD-WRT is relatively easy. You need can either run the commands in the Administration > Commands interface in the web GUI or on the command line through telnet or SSH. The WRT610Nv2 comes default clocked at 480MHz, but it can be pumped as high as 532MHz. Keep in mind [...]]]></description>
		<wfw:commentRss>http://roback.cc/wp/2010/04/overclocking-linksys-wrt610n-v2-router-dd-wrt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DD-WRT: Shutdown script using Optware the Right Way</title>
		<link>http://roback.cc/wp/2010/04/dd-wrt-shutdown-script-optware/</link>
		<comments>http://roback.cc/wp/2010/04/dd-wrt-shutdown-script-optware/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 07:38:29 +0000</pubDate>
		<dc:creator>Joe Roback</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://roback.cc/wp/?p=199</guid>
		<description><![CDATA[Ever want to shutdown your home router running DD-WRT with Optware the Right Way and correctly unmount any USB drives. Well DD-WRT doesn&#8217;t have a halt or a shutdown command, only reboot, but you could easily put the router a state that is safe to just pull-the-plug. Just create a shutdown script, say called /opt/local/bin/shutdown [...]]]></description>
		<wfw:commentRss>http://roback.cc/wp/2010/04/dd-wrt-shutdown-script-optware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSHTunnel: A Cocoa Framework</title>
		<link>http://roback.cc/wp/2010/03/sshtunnel-cocoa-framework/</link>
		<comments>http://roback.cc/wp/2010/03/sshtunnel-cocoa-framework/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:52:00 +0000</pubDate>
		<dc:creator>Joe Roback</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tunnel]]></category>

		<guid isPermaLink="false">http://roback.cc/wp/?p=191</guid>
		<description><![CDATA[In the spirit of open-source and the precursor to 2 cocoa applications I&#8217;ve been toying with over the past 2 years, I give you SSHTunnel Framework (over on github). The goal here is to create a standard framework to be used in commerical, free, and open-source cocoa applications that need to tunnel traffic over SSH. [...]]]></description>
		<wfw:commentRss>http://roback.cc/wp/2010/03/sshtunnel-cocoa-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Fail</title>
		<link>http://roback.cc/wp/2009/10/iphone-fail/</link>
		<comments>http://roback.cc/wp/2009/10/iphone-fail/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 16:11:13 +0000</pubDate>
		<dc:creator>Joe Roback</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://roback.cc/wp/?p=102</guid>
		<description><![CDATA[Ever since iPhone 3.x, my iPhone seems to have a different concept of free space.]]></description>
		<wfw:commentRss>http://roback.cc/wp/2009/10/iphone-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The World in 35mm Pixelpost Template</title>
		<link>http://roback.cc/wp/2009/09/the-world-in-35mm-pixelpost-template/</link>
		<comments>http://roback.cc/wp/2009/09/the-world-in-35mm-pixelpost-template/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 08:02:46 +0000</pubDate>
		<dc:creator>Joe Roback</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[photoblog]]></category>
		<category><![CDATA[pixelpost]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[theworldin35mm]]></category>

		<guid isPermaLink="false">http://roback.cc/wp/?p=85</guid>
		<description><![CDATA[My photography blog is over at The World in 35mm. I&#8217;ve been maintaining its Pixelpost template over on Google&#8217;s Project Code pages. You can find the latest release, file a bug or feature request on its project page.]]></description>
		<wfw:commentRss>http://roback.cc/wp/2009/09/the-world-in-35mm-pixelpost-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dine-O-Matic</title>
		<link>http://roback.cc/wp/2009/09/dine-o-matic/</link>
		<comments>http://roback.cc/wp/2009/09/dine-o-matic/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 07:31:27 +0000</pubDate>
		<dc:creator>Joe Roback</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[dine-o-matic]]></category>
		<category><![CDATA[iconfactory]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://roback.cc/wp/?p=64</guid>
		<description><![CDATA[Dine-O-Matic is a fun Dashboard widget created by the Iconfactory and yours truly for Mac OS X that randomly selects a place to eat out when you just can&#8217;t make up your mind. Your co-workers want to go one place for lunch, but you want to go some place else? No problem, enter your selections [...]]]></description>
		<wfw:commentRss>http://roback.cc/wp/2009/09/dine-o-matic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bandwidth Shaping with Linux</title>
		<link>http://roback.cc/wp/2009/09/bandwidth-shaping-with-linux/</link>
		<comments>http://roback.cc/wp/2009/09/bandwidth-shaping-with-linux/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 04:02:01 +0000</pubDate>
		<dc:creator>Joe Roback</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[cbq]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[htb]]></category>
		<category><![CDATA[iproute]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[qdisc]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[shaping]]></category>
		<category><![CDATA[tc]]></category>

		<guid isPermaLink="false">http://roback.cc/wp/2009/09/05/56/</guid>
		<description><![CDATA[This howto is for restricting raw bandwidth on network interfaces using Linux 2.6. The specific example presented here is run on a Linksys WRT610Nv2 home router running DD-WRT (build r14144) On the router, the device, br0 is the bridged device that is in the internet side of things. We will use that device for shaping [...]]]></description>
		<wfw:commentRss>http://roback.cc/wp/2009/09/bandwidth-shaping-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resource Based Scheduler</title>
		<link>http://roback.cc/wp/2009/09/resource-based-scheduler/</link>
		<comments>http://roback.cc/wp/2009/09/resource-based-scheduler/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 03:59:07 +0000</pubDate>
		<dc:creator>Joe Roback</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://roback.cc/wp/2009/09/05/54/</guid>
		<description><![CDATA[Abstract This paper describes the Resource Based Scheduler (RBS), a modification of the Linux 2.6 kernel scheduler. RBS provides an optimized scheduler which makes more intelligent scheduling decisions based on the current resource needs of the processes to be scheduled. We report on the design of RBS and the lessons we have learned by implementing [...]]]></description>
		<wfw:commentRss>http://roback.cc/wp/2009/09/resource-based-scheduler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Became a WordPress Slave&#8230;</title>
		<link>http://roback.cc/wp/2009/09/became-a-wordpress-slave/</link>
		<comments>http://roback.cc/wp/2009/09/became-a-wordpress-slave/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 07:01:44 +0000</pubDate>
		<dc:creator>Joe Roback</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://roback.cc/wp/?p=6</guid>
		<description><![CDATA[For better or for worse, I converted the website to wordpress. I just want to be able to update pages without having to code some new PHP or HTML.]]></description>
		<wfw:commentRss>http://roback.cc/wp/2009/09/became-a-wordpress-slave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
