<?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>Engineer Tim &#187; gizmos</title>
	<atom:link href="http://engineertim.com/category/gizmos/feed/" rel="self" type="application/rss+xml" />
	<link>http://engineertim.com</link>
	<description>Engineers Blog</description>
	<lastBuildDate>Thu, 10 Jun 2010 16:53:43 +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>Jungledisk S3 backup</title>
		<link>http://engineertim.com/linux/jungledisk-s3-backup/</link>
		<comments>http://engineertim.com/linux/jungledisk-s3-backup/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 18:29:00 +0000</pubDate>
		<dc:creator>Engineer Tim</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gizmos]]></category>

		<guid isPermaLink="false">http://engineertim.com/?p=90</guid>
		<description><![CDATA[Installing Jungledisk and getting it to work can be a royal pain.  Here are the steps I used to get it to work on CentOS 4 and 5.]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-2722578695771488";
/* Engineertim 200x90 */
google_ad_slot = "4567243520";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Installing Jungledisk and getting it to work can be a royal pain.  Here are the steps I used to get it to work on CentOS 4 and 5.</p>
<p>I first installed Junglediskworkgroup on my Mac.  This allowed me to use the junglediskworkgroup-settings.xml file for my Linux setup.<br />
You can use the Windows version as well to get the needed *-settings.xml file for use in the Linux environment.<br />
Ensure that you copy this file to your Linux server for use.  I will not cover how this is done in this post.</p>
<p>I like to make build-&#8221;project&#8221; folders for stuff I am working on.  This keeps things clean and I have a master build directory for everything I work on.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mkdir build-jungledisk<br />
cd build-jungledisk</div></div>
<p>Now you need to grab the .tar.gz file for jungledisk.<br />
Grab it from <a href="https://www.jungledisk.com/workgroup/download.aspx">here</a><br />
I used wget and copied the url of the file I needed by right clicking and choosing &#8220;copy link&#8221;</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">wget http://downloads.jungledisk.com/jungledisk/junglediskworkgroup64-261a.tar.gz</div></div>
<p>Be sure to user your own url from the site as this url may or may not work.</p>
<p>Uncompress junglediskworkgroup64-261a.tar.gz .</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">tar -zxvf junglediskworkgroup64-261a.tar.gz</div></div>
<p>You should now have a junglediskworkgroup folder with the jungledisk command line application.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cd junglediskworkgroup</div></div>
<p>Now copy the junglediskworkgroup-settings.xml into this folder.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cp /path/to/junglediskworkgroup-settings.xml build-jungledisk/junglediskworkgroup/</div></div>
<p>Now you need to install dkms dkms-fuse and fuse from dag.wieers.com<br />
<a href="http://dag.wieers.com/rpm/packages/dkms/">dkms</a><br />
<a href="http://dag.wieers.com/rpm/packages/dkms-fuse/">dkms-fuse</a><br />
<a href="http://dag.wieers.com/rpm/packages/fuse/">fuse</a></p>
<p>Again, I used wget to get the rpm files.  I put them in build-jungledisk and then installed them with.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">rpm -ivh *.rpm</div></div>
<p>Once the rpms are installed you need to</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">modprobe fuse</div></div>
<p>and verify it is installed with</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">lsmod | grep fuse</div></div>
<p>Before I could start jungledisk, I had to edit the cacheDirectory path in the junglediskworkgroup-settings.xml.  I created a new path in /opt/</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mkdir -p /opt/jungledisk/cache/</div></div>
<p>Then I edited the junglediskworkgroup-settings.xml and replaced the cacheDirectory with this, which reflected the new path.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;cacheDirectory&gt;/opt/jungledisk/cache/&lt;/cacheDirectory&gt;</div></div>
<p>If things are right, you can now start jungledisk</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cd junglediskworkgroup<br />
./jungledisk /media/jungledisk -o config=/path/to/junglediskworkgroup-settings.xml</div></div>
<p>Make sure to use the proper and full path to junglediskworkgroup-settings.xml</p>
<p>You should now see the new mount on the system with</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">df -h<br />
jungledisk#jungledisk &nbsp; &nbsp;382G &nbsp; &nbsp; 0 &nbsp;382G &nbsp; 0% /media/jungledisk</div></div>
<p>If you have issues check /var/log/junglediskwg.log</p>
<p>Thank you,<br />
Engineer Tim</p>
]]></content:encoded>
			<wfw:commentRss>http://engineertim.com/linux/jungledisk-s3-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPod remote that just works</title>
		<link>http://engineertim.com/motorcycle/ipod-remote-that-just-works/</link>
		<comments>http://engineertim.com/motorcycle/ipod-remote-that-just-works/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 01:36:58 +0000</pubDate>
		<dc:creator>Engineer Tim</dc:creator>
				<category><![CDATA[gizmos]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[motorcycle]]></category>

		<guid isPermaLink="false">http://engineertim.com/?p=79</guid>
		<description><![CDATA[While riding my motorcycles I love to listen to music.  I had been looking for a remote that was useable with a glove and could be mounted to the handlebars.  Enter scosche and their awesome products.  I purchased this  remote  at a local automotive stereo store.  Within 5 minutes [...]]]></description>
			<content:encoded><![CDATA[<p>While riding my motorcycles I love to listen to music.  I had been looking for a remote that was useable with a glove and could be mounted to the handlebars.  Enter scosche and their awesome products.  I purchased this <a href="http://www.scosche.com/products/sfID1/210/sfID2/324/productID/527"> remote </a> at a local automotive stereo store.  Within 5 minutes I had it out of the plastic and hooked up to my iPod touch.  With the remote mounted to the bars on my 2009 Ninja 650R I was away and rocking.  I was easily able to change songs, volume, and pause the music.  Now when I am riding with my friends and need to chat with them at a stop light, it is a matter of pausing the music until we are riding again.</p>
<p>The mount for the remote comes with a velcro strap that worked nicely, but I wanted something more secure so I used zip ties to mount it to the bars of my main trip bike.  The remote comes out of the carrier and I can slide it into the id badge holder on my Fieldsheer no base vest and still use the controls.<br />
<div id="attachment_85" class="wp-caption alignleft" style="width: 310px"><a href="http://engineertim.com/wp-content/uploads/2009/04/photo.jpg" rel="lightbox[79]"><img src="http://engineertim.com/wp-content/uploads/2009/04/photo-300x225.jpg" alt="Scossche iPod Remote" title="Scossche iPod Remote" width="300" height="225" class="size-medium wp-image-85" /></a><p class="wp-caption-text">Scossche iPod Remote</p></div><br />
I now see that scosche.com has a wrist mounted remote that looks perfect for motorcyclists.</p>
<p>If you want a remote that works, and works upto 100 feet away, look no further. It should also be noted that the battery in the remote is replaceable and takes watch style batteries.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2722578695771488";
/* Engineertim 200x90 */
google_ad_slot = "4567243520";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://engineertim.com/motorcycle/ipod-remote-that-just-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.207 seconds -->
