<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Hwarf Nugen</title>
	
	<link>http://hwarf.com</link>
	<description>﻿Random</description>
	<lastBuildDate>Thu, 22 Apr 2010 02:02:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/hwarf" /><feedburner:info uri="hwarf" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>SABnzbd URL Bookmarklet (NZBMatrix)</title>
		<link>http://feedproxy.google.com/~r/hwarf/~3/pBCN_rAi0e8/</link>
		<comments>http://hwarf.com/2010/04/21/sabnzbd-bookmarklet-nzbmatrix/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 01:45:01 +0000</pubDate>
		<dc:creator>jglemza</dc:creator>
				<category><![CDATA[HOWTOs]]></category>
		<category><![CDATA[Technology / Computing]]></category>

		<guid isPermaLink="false">http://hwarf.com/?p=256</guid>
		<description><![CDATA[Here&#8217;s a simple bookmarklet that will take the URL of the current page you&#8217;re on and tell SABnzbd to download it. It works great if you&#8217;re using NZBMatrix and on the page for the post you&#8217;re wanting to download. Perfect for your mobile browser. javascript:location.href='http://yourhost:8080/api?mode=addurl&#38;name='+encodeURIComponent&#40;location.href&#41;+'&#38;apikey=yourapikey'; Be sure to insert your SABnzbd API key and hostname [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple bookmarklet that will take the URL of the current page you&#8217;re on and tell SABnzbd to download it. It works great if you&#8217;re using NZBMatrix and on the page for the post you&#8217;re wanting to download. Perfect for your mobile browser.</p>

<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">javascript<span style="color: #339933;">:</span>location.<span style="color: #660066;">href</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'http://yourhost:8080/api?mode=addurl&amp;name='</span><span style="color: #339933;">+</span>encodeURIComponent<span style="color: #009900;">&#40;</span>location.<span style="color: #660066;">href</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">+</span><span style="color: #3366CC;">'&amp;apikey=yourapikey'</span><span style="color: #339933;">;</span></div></div>

<p>Be sure to insert your SABnzbd API key and hostname (or IP address) into the bookmarklet&#8217;s code.</p>
]]></content:encoded>
			<wfw:commentRss>http://hwarf.com/2010/04/21/sabnzbd-bookmarklet-nzbmatrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hwarf.com/2010/04/21/sabnzbd-bookmarklet-nzbmatrix/</feedburner:origLink></item>
		<item>
		<title>Perl Find and Replace One Liner</title>
		<link>http://feedproxy.google.com/~r/hwarf/~3/aCeF6x8cmb0/</link>
		<comments>http://hwarf.com/2010/01/20/perl-find-and-replace-one-liner/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 01:37:18 +0000</pubDate>
		<dc:creator>jglemza</dc:creator>
				<category><![CDATA[HOWTOs]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://hwarf.com/?p=253</guid>
		<description><![CDATA[I&#8217;m constantly needing a way to easily change a line in a bunch of configuration files. I thought I&#8217;d share the way I do it here. perl -p -i -e 's/oldstring/newstring/g' * This allows you to use a regular expression and perform the find and replace.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m constantly needing a way to easily change a line in a bunch of configuration files. I thought I&#8217;d share the way I do it here.</p>

<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">perl</span> <span style="color: #660033;">-p</span> <span style="color: #660033;">-i</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">'s/oldstring/newstring/g'</span> <span style="color: #000000; font-weight: bold;">*</span></div></div>

<p>This allows you to use a regular expression and perform the find and replace.</p>]]></content:encoded>
			<wfw:commentRss>http://hwarf.com/2010/01/20/perl-find-and-replace-one-liner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hwarf.com/2010/01/20/perl-find-and-replace-one-liner/</feedburner:origLink></item>
		<item>
		<title>Caribbean Cruise 2009</title>
		<link>http://feedproxy.google.com/~r/hwarf/~3/a_e2bT_7bLc/</link>
		<comments>http://hwarf.com/2009/10/21/caribbean-cruise-2009/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 14:58:22 +0000</pubDate>
		<dc:creator>jglemza</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://hwarf.com/?p=232</guid>
		<description />
			<content:encoded><![CDATA[				<div id="gallery-56a80391" class="flickr-gallery photoset">
													<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026033216" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026033216&amp;referer=');"><img class="photo" title="IMG_0303" src="http://farm3.static.flickr.com/2727/4026033216_2d9cee435c_s.jpg" alt="IMG_0303" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025280793" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025280793&amp;referer=');"><img class="photo" title="IMG_0307" src="http://farm3.static.flickr.com/2728/4025280793_c18a7bbe1f_s.jpg" alt="IMG_0307" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026033568" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026033568&amp;referer=');"><img class="photo" title="IMG_0311" src="http://farm3.static.flickr.com/2757/4026033568_392006caa2_s.jpg" alt="IMG_0311" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026033658" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026033658&amp;referer=');"><img class="photo" title="IMG_0322" src="http://farm3.static.flickr.com/2642/4026033658_ffcc75977e_s.jpg" alt="IMG_0322" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025281291" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025281291&amp;referer=');"><img class="photo" title="IMG_0324" src="http://farm3.static.flickr.com/2581/4025281291_9d8513c9a2_s.jpg" alt="IMG_0324" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026034004" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026034004&amp;referer=');"><img class="photo" title="IMG_0325" src="http://farm4.static.flickr.com/3528/4026034004_400d74183f_s.jpg" alt="IMG_0325" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026034176" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026034176&amp;referer=');"><img class="photo" title="IMG_0327" src="http://farm3.static.flickr.com/2469/4026034176_c088d53a1f_s.jpg" alt="IMG_0327" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025281885" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025281885&amp;referer=');"><img class="photo" title="IMG_0328" src="http://farm3.static.flickr.com/2587/4025281885_3fd5dcf6f3_s.jpg" alt="IMG_0328" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026034548" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026034548&amp;referer=');"><img class="photo" title="IMG_0329" src="http://farm3.static.flickr.com/2685/4026034548_b9829d23e3_s.jpg" alt="IMG_0329" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025282231" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025282231&amp;referer=');"><img class="photo" title="IMG_0330" src="http://farm3.static.flickr.com/2718/4025282231_e8f7932849_s.jpg" alt="IMG_0330" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025282385" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025282385&amp;referer=');"><img class="photo" title="IMG_0335" src="http://farm3.static.flickr.com/2505/4025282385_8d7c073d59_s.jpg" alt="IMG_0335" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025282497" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025282497&amp;referer=');"><img class="photo" title="IMG_0338" src="http://farm3.static.flickr.com/2622/4025282497_72ae038abf_s.jpg" alt="IMG_0338" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025282637" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025282637&amp;referer=');"><img class="photo" title="IMG_0340" src="http://farm4.static.flickr.com/3515/4025282637_1c2d1187f8_s.jpg" alt="IMG_0340" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026035290" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026035290&amp;referer=');"><img class="photo" title="IMG_0341" src="http://farm3.static.flickr.com/2695/4026035290_ff0eb9b105_s.jpg" alt="IMG_0341" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026035492" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026035492&amp;referer=');"><img class="photo" title="IMG_0342" src="http://farm3.static.flickr.com/2512/4026035492_f06dac1c95_s.jpg" alt="IMG_0342" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025283061" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025283061&amp;referer=');"><img class="photo" title="IMG_0344" src="http://farm3.static.flickr.com/2596/4025283061_ef584e79b9_s.jpg" alt="IMG_0344" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026035766" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026035766&amp;referer=');"><img class="photo" title="IMG_0345" src="http://farm3.static.flickr.com/2466/4026035766_d26ddb6af6_s.jpg" alt="IMG_0345" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025283331" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025283331&amp;referer=');"><img class="photo" title="IMG_0346" src="http://farm3.static.flickr.com/2467/4025283331_03e4932749_s.jpg" alt="IMG_0346" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026036032" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026036032&amp;referer=');"><img class="photo" title="IMG_0352" src="http://farm3.static.flickr.com/2480/4026036032_486f352f69_s.jpg" alt="IMG_0352" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026036150" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026036150&amp;referer=');"><img class="photo" title="IMG_0354" src="http://farm3.static.flickr.com/2465/4026036150_ccf4f31289_s.jpg" alt="IMG_0354" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026036280" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026036280&amp;referer=');"><img class="photo" title="IMG_0356" src="http://farm3.static.flickr.com/2607/4026036280_04fae68626_s.jpg" alt="IMG_0356" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026036500" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026036500&amp;referer=');"><img class="photo" title="IMG_0359" src="http://farm3.static.flickr.com/2440/4026036500_501ceebac0_s.jpg" alt="IMG_0359" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025284157" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025284157&amp;referer=');"><img class="photo" title="IMG_0360" src="http://farm3.static.flickr.com/2754/4025284157_5de81f538f_s.jpg" alt="IMG_0360" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026036938" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026036938&amp;referer=');"><img class="photo" title="IMG_0364" src="http://farm3.static.flickr.com/2749/4026036938_103a27f701_s.jpg" alt="IMG_0364" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025284485" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025284485&amp;referer=');"><img class="photo" title="IMG_0366" src="http://farm3.static.flickr.com/2470/4025284485_e447f73ed7_s.jpg" alt="IMG_0366" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4026037212" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4026037212&amp;referer=');"><img class="photo" title="IMG_0367" src="http://farm4.static.flickr.com/3536/4026037212_683352dcd2_s.jpg" alt="IMG_0367" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025284833" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025284833&amp;referer=');"><img class="photo" title="IMG_0368" src="http://farm3.static.flickr.com/2435/4025284833_903fc2ca61_s.jpg" alt="IMG_0368" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025285013" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025285013&amp;referer=');"><img class="photo" title="IMG_0369" src="http://farm3.static.flickr.com/2478/4025285013_ed61572a33_s.jpg" alt="IMG_0369" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025285303" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025285303&amp;referer=');"><img class="photo" title="IMG_0426" src="http://farm3.static.flickr.com/2696/4025285303_98c6ecd157_s.jpg" alt="IMG_0426" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4025285521" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4025285521&amp;referer=');"><img class="photo" title="IMG_0427" src="http://farm3.static.flickr.com/2599/4025285521_5bf25f10bb_s.jpg" alt="IMG_0427" /></a>
								</div>
												<div class="fg-clear"></div>
				</div>
									<div class="fg-clear" id="fg-56a80391-nav">
						<div id="fg-56a80391-next" class="flickr-gallery-next" style="float: right"><a href="#">Next Page &rsaquo;</a></div>
						<div id="fg-56a80391-prev" class="flickr-gallery-prev" style="display: none; float: left"><a href="#">&lsaquo; Previous Page</a></div>
					</div>
												<div class="fg-clear"></div>
							<script type="text/javascript">
											jQuery(document).ready(function(){
							jQuery("#gallery-56a80391 .flickr-thumb img").flightbox({size_callback: get_sizes});
						});
										
											var flickr_gallery_56a80391_page = 1;
						(function($){
							$(document).ready(function(){
								$("#fg-56a80391-next a, #fg-56a80391-prev a").click(function(e){
									if ( $(e.target).parent().is("#fg-56a80391-next") ) {
										flickr_gallery_56a80391_page++;
									} else {
										flickr_gallery_56a80391_page--;
									}
									$("#gallery-56a80391 .flickr-thumb").css("visibility", "hidden");
									//$("#gallery-56a80391").css("background", "transparent url(http://hwarf.com/wp-content/plugins/flickr-gallery/flightbox/images/loading-2.gif) scroll no-repeat center center");
									$.post("/feed/", {
										action: 'flickr-gallery-page',
										pager: "O:15:\"phpFlickr_pager\":5:{s:6:\"method\";s:26:\"flickr.photosets.getPhotos\";s:4:\"args\";a:4:{s:11:\"photoset_id\";s:17:\"72157622617754640\";s:6:\"extras\";s:6:\",media\";s:8:\"per_page\";i:500;s:4:\"page\";d:1;}s:8:\"per_page\";s:2:\"30\";s:4:\"page\";i:1;s:6:\"_extra\";N;}",
										page: flickr_gallery_56a80391_page
									}, function(rsp){
										$("#gallery-56a80391").html(rsp.html);
																					$("#gallery-56a80391 .flickr-thumb img").flightbox({size_callback: get_sizes});
																				if ( rsp.page == 1 ) {
											$("#fg-56a80391-prev").hide();
										} else {
											$("#fg-56a80391-prev").show();
										}
										if ( rsp.page == rsp.pages ) {
											$("#fg-56a80391-next").hide();
										} else {
											$("#fg-56a80391-next").show();
										}
									}, 'json');
									return false;
								});
							});
						})(jQuery);
										//-->
				</script>
			<br />]]></content:encoded>
			<wfw:commentRss>http://hwarf.com/2009/10/21/caribbean-cruise-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hwarf.com/2009/10/21/caribbean-cruise-2009/</feedburner:origLink></item>
		<item>
		<title>Lake Michigan Motorcycle Trip Pictures</title>
		<link>http://feedproxy.google.com/~r/hwarf/~3/W0QAeY4ulzg/</link>
		<comments>http://hwarf.com/2009/08/06/lake-michigan-pictures/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 02:21:58 +0000</pubDate>
		<dc:creator>jglemza</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://hwarf.com/?p=204</guid>
		<description><![CDATA[Here&#8217;s the few shots that were taken while Dad and I were out touring Lake Michigan.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the few shots that were taken while Dad and I were out touring Lake Michigan.</p>

				<div id="gallery-4f1f6e42" class="flickr-gallery photoset">
													<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032152321" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032152321&amp;referer=');"><img class="photo" title="IMG_0256" src="http://farm3.static.flickr.com/2560/4032152321_a1eccbb54d_s.jpg" alt="IMG_0256" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032152411" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032152411&amp;referer=');"><img class="photo" title="IMG_0257" src="http://farm3.static.flickr.com/2579/4032152411_70c99074f6_s.jpg" alt="IMG_0257" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032905528" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032905528&amp;referer=');"><img class="photo" title="IMG_0258" src="http://farm4.static.flickr.com/3292/4032905528_e35e6113ee_s.jpg" alt="IMG_0258" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032152605" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032152605&amp;referer=');"><img class="photo" title="IMG_0259" src="http://farm3.static.flickr.com/2663/4032152605_2c2258d481_s.jpg" alt="IMG_0259" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032905720" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032905720&amp;referer=');"><img class="photo" title="IMG_0260" src="http://farm3.static.flickr.com/2791/4032905720_cff6a03411_s.jpg" alt="IMG_0260" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032905808" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032905808&amp;referer=');"><img class="photo" title="IMG_0261" src="http://farm3.static.flickr.com/2532/4032905808_c88f6e77e9_s.jpg" alt="IMG_0261" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032905912" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032905912&amp;referer=');"><img class="photo" title="IMG_0262" src="http://farm3.static.flickr.com/2568/4032905912_61f9fdeebf_s.jpg" alt="IMG_0262" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032152989" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032152989&amp;referer=');"><img class="photo" title="IMG_0263" src="http://farm3.static.flickr.com/2791/4032152989_f9b971920e_s.jpg" alt="IMG_0263" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032906092" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032906092&amp;referer=');"><img class="photo" title="IMG_0264" src="http://farm4.static.flickr.com/3460/4032906092_1d3fe77c7f_s.jpg" alt="IMG_0264" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032906176" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032906176&amp;referer=');"><img class="photo" title="IMG_0265" src="http://farm3.static.flickr.com/2473/4032906176_aeb237f705_s.jpg" alt="IMG_0265" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032906256" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032906256&amp;referer=');"><img class="photo" title="IMG_0266" src="http://farm3.static.flickr.com/2672/4032906256_e8121a86e6_s.jpg" alt="IMG_0266" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032153325" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032153325&amp;referer=');"><img class="photo" title="IMG_0267" src="http://farm3.static.flickr.com/2708/4032153325_2d9000f130_s.jpg" alt="IMG_0267" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032153409" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032153409&amp;referer=');"><img class="photo" title="IMG_0268" src="http://farm3.static.flickr.com/2762/4032153409_f4234af9f8_s.jpg" alt="IMG_0268" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032906488" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032906488&amp;referer=');"><img class="photo" title="IMG_0269" src="http://farm3.static.flickr.com/2578/4032906488_60efae7196_s.jpg" alt="IMG_0269" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032153565" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032153565&amp;referer=');"><img class="photo" title="IMG_0270" src="http://farm3.static.flickr.com/2704/4032153565_4e26ba3675_s.jpg" alt="IMG_0270" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032906682" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032906682&amp;referer=');"><img class="photo" title="IMG_0271" src="http://farm3.static.flickr.com/2780/4032906682_716c08145e_s.jpg" alt="IMG_0271" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032153729" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032153729&amp;referer=');"><img class="photo" title="IMG_0272" src="http://farm4.static.flickr.com/3502/4032153729_dabfe4b149_s.jpg" alt="IMG_0272" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032906814" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032906814&amp;referer=');"><img class="photo" title="IMG_0273" src="http://farm3.static.flickr.com/2769/4032906814_6e5f6b729b_s.jpg" alt="IMG_0273" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032906898" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032906898&amp;referer=');"><img class="photo" title="IMG_0274" src="http://farm3.static.flickr.com/2536/4032906898_93fe35953f_s.jpg" alt="IMG_0274" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032906966" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032906966&amp;referer=');"><img class="photo" title="IMG_0275" src="http://farm3.static.flickr.com/2585/4032906966_30bb30a316_s.jpg" alt="IMG_0275" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032907066" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032907066&amp;referer=');"><img class="photo" title="IMG_0276" src="http://farm3.static.flickr.com/2577/4032907066_74f9da0e85_s.jpg" alt="IMG_0276" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032154093" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032154093&amp;referer=');"><img class="photo" title="IMG_0277" src="http://farm3.static.flickr.com/2677/4032154093_1dbf4dd25b_s.jpg" alt="IMG_0277" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032154155" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032154155&amp;referer=');"><img class="photo" title="IMG_0278" src="http://farm3.static.flickr.com/2583/4032154155_f48536bb51_s.jpg" alt="IMG_0278" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032907276" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032907276&amp;referer=');"><img class="photo" title="IMG_0279" src="http://farm3.static.flickr.com/2737/4032907276_8bede3668a_s.jpg" alt="IMG_0279" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032907338" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032907338&amp;referer=');"><img class="photo" title="IMG_0280" src="http://farm3.static.flickr.com/2529/4032907338_90003a2e50_s.jpg" alt="IMG_0280" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032154377" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032154377&amp;referer=');"><img class="photo" title="IMG_0281" src="http://farm3.static.flickr.com/2531/4032154377_8c986083cc_s.jpg" alt="IMG_0281" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032907482" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032907482&amp;referer=');"><img class="photo" title="IMG_0282" src="http://farm4.static.flickr.com/3496/4032907482_1a92161d93_s.jpg" alt="IMG_0282" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032154527" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032154527&amp;referer=');"><img class="photo" title="IMG_0283" src="http://farm3.static.flickr.com/2445/4032154527_d76237141a_s.jpg" alt="IMG_0283" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032907650" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032907650&amp;referer=');"><img class="photo" title="IMG_0284" src="http://farm3.static.flickr.com/2743/4032907650_d2c8e20c50_s.jpg" alt="IMG_0284" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032154713" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032154713&amp;referer=');"><img class="photo" title="IMG_0285" src="http://farm3.static.flickr.com/2475/4032154713_e596a0a707_s.jpg" alt="IMG_0285" /></a>
								</div>
												<div class="fg-clear"></div>
				</div>
									<div class="fg-clear" id="fg-4f1f6e42-nav">
						<div id="fg-4f1f6e42-next" class="flickr-gallery-next" style="float: right"><a href="#">Next Page &rsaquo;</a></div>
						<div id="fg-4f1f6e42-prev" class="flickr-gallery-prev" style="display: none; float: left"><a href="#">&lsaquo; Previous Page</a></div>
					</div>
												<div class="fg-clear"></div>
							<script type="text/javascript">
											jQuery(document).ready(function(){
							jQuery("#gallery-4f1f6e42 .flickr-thumb img").flightbox({size_callback: get_sizes});
						});
										
											var flickr_gallery_4f1f6e42_page = 1;
						(function($){
							$(document).ready(function(){
								$("#fg-4f1f6e42-next a, #fg-4f1f6e42-prev a").click(function(e){
									if ( $(e.target).parent().is("#fg-4f1f6e42-next") ) {
										flickr_gallery_4f1f6e42_page++;
									} else {
										flickr_gallery_4f1f6e42_page--;
									}
									$("#gallery-4f1f6e42 .flickr-thumb").css("visibility", "hidden");
									//$("#gallery-4f1f6e42").css("background", "transparent url(http://hwarf.com/wp-content/plugins/flickr-gallery/flightbox/images/loading-2.gif) scroll no-repeat center center");
									$.post("/feed/", {
										action: 'flickr-gallery-page',
										pager: "O:15:\"phpFlickr_pager\":5:{s:6:\"method\";s:26:\"flickr.photosets.getPhotos\";s:4:\"args\";a:4:{s:11:\"photoset_id\";s:17:\"72157622634235926\";s:6:\"extras\";s:6:\",media\";s:8:\"per_page\";i:500;s:4:\"page\";d:1;}s:8:\"per_page\";s:2:\"30\";s:4:\"page\";i:1;s:6:\"_extra\";N;}",
										page: flickr_gallery_4f1f6e42_page
									}, function(rsp){
										$("#gallery-4f1f6e42").html(rsp.html);
																					$("#gallery-4f1f6e42 .flickr-thumb img").flightbox({size_callback: get_sizes});
																				if ( rsp.page == 1 ) {
											$("#fg-4f1f6e42-prev").hide();
										} else {
											$("#fg-4f1f6e42-prev").show();
										}
										if ( rsp.page == rsp.pages ) {
											$("#fg-4f1f6e42-next").hide();
										} else {
											$("#fg-4f1f6e42-next").show();
										}
									}, 'json');
									return false;
								});
							});
						})(jQuery);
										//-->
				</script>
			<br />]]></content:encoded>
			<wfw:commentRss>http://hwarf.com/2009/08/06/lake-michigan-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hwarf.com/2009/08/06/lake-michigan-pictures/</feedburner:origLink></item>
		<item>
		<title>Cleveland Metroparks Zoo – PACE Summer Picnic</title>
		<link>http://feedproxy.google.com/~r/hwarf/~3/jIn944E6Iq4/</link>
		<comments>http://hwarf.com/2009/07/18/cleveland-zoo-2009/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 01:16:28 +0000</pubDate>
		<dc:creator>jglemza</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://hwarf.com/?p=219</guid>
		<description />
			<content:encoded><![CDATA[				<div id="gallery-69aa7276" class="flickr-gallery photoset">
													<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032163695" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032163695&amp;referer=');"><img class="photo" title="IMG_0354" src="http://farm3.static.flickr.com/2693/4032163695_2bc2e9b1ea_s.jpg" alt="IMG_0354" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032916962" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032916962&amp;referer=');"><img class="photo" title="IMG_0355" src="http://farm3.static.flickr.com/2519/4032916962_ac4d6ecc3d_s.jpg" alt="IMG_0355" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032163839" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032163839&amp;referer=');"><img class="photo" title="IMG_0359" src="http://farm4.static.flickr.com/3522/4032163839_7bc4c2b81e_s.jpg" alt="IMG_0359" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032163939" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032163939&amp;referer=');"><img class="photo" title="IMG_0361" src="http://farm3.static.flickr.com/2437/4032163939_ae62e87eaa_s.jpg" alt="IMG_0361" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032164029" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032164029&amp;referer=');"><img class="photo" title="IMG_0365" src="http://farm3.static.flickr.com/2751/4032164029_0e0350c35c_s.jpg" alt="IMG_0365" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032164103" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032164103&amp;referer=');"><img class="photo" title="IMG_0369" src="http://farm3.static.flickr.com/2664/4032164103_9369cfb465_s.jpg" alt="IMG_0369" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032164165" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032164165&amp;referer=');"><img class="photo" title="IMG_0386" src="http://farm4.static.flickr.com/3542/4032164165_01df6e2afa_s.jpg" alt="IMG_0386" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032164265" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032164265&amp;referer=');"><img class="photo" title="IMG_0387" src="http://farm4.static.flickr.com/3628/4032164265_abde33bb8d_s.jpg" alt="IMG_0387" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032917428" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032917428&amp;referer=');"><img class="photo" title="IMG_0394" src="http://farm3.static.flickr.com/2539/4032917428_dfa767b042_s.jpg" alt="IMG_0394" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032917516" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032917516&amp;referer=');"><img class="photo" title="IMG_0430" src="http://farm3.static.flickr.com/2624/4032917516_7f3136aa62_s.jpg" alt="IMG_0430" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032164463" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032164463&amp;referer=');"><img class="photo" title="IMG_0432" src="http://farm3.static.flickr.com/2615/4032164463_57766a3073_s.jpg" alt="IMG_0432" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032917678" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032917678&amp;referer=');"><img class="photo" title="IMG_0446" src="http://farm3.static.flickr.com/2530/4032917678_7c9ce7b585_s.jpg" alt="IMG_0446" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032917744" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032917744&amp;referer=');"><img class="photo" title="IMG_0449" src="http://farm4.static.flickr.com/3219/4032917744_782da82089_s.jpg" alt="IMG_0449" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4032917820" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photo.gne?id=4032917820&amp;referer=');"><img class="photo" title="IMG_0451" src="http://farm3.static.flickr.com/2451/4032917820_b20099029f_s.jpg" alt="IMG_0451" /></a>
								</div>
												<div class="fg-clear"></div>
				</div>
												<div class="fg-clear"></div>
							<script type="text/javascript">
											jQuery(document).ready(function(){
							jQuery("#gallery-69aa7276 .flickr-thumb img").flightbox({size_callback: get_sizes});
						});
										
										//-->
				</script>
			<br />]]></content:encoded>
			<wfw:commentRss>http://hwarf.com/2009/07/18/cleveland-zoo-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hwarf.com/2009/07/18/cleveland-zoo-2009/</feedburner:origLink></item>
		<item>
		<title>BlackBerry WordPress</title>
		<link>http://feedproxy.google.com/~r/hwarf/~3/S30IkVpkuss/</link>
		<comments>http://hwarf.com/2009/07/16/blackberry-wordpress/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 02:34:48 +0000</pubDate>
		<dc:creator>jglemza</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hwarf.com/2009/07/16/blackberry-wordpress/</guid>
		<description><![CDATA[This was posted via the new WordPress Blackberry application. Be sure to check it out. WordPress.org]]></description>
			<content:encoded><![CDATA[This was posted via the new WordPress Blackberry application. Be sure to check it out. <a href="http://blackberry.wordpress.org"  alt="Wordpress.org" onclick="pageTracker._trackPageview('/outgoing/blackberry.wordpress.org?referer=');">WordPress.org</a>]]></content:encoded>
			<wfw:commentRss>http://hwarf.com/2009/07/16/blackberry-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hwarf.com/2009/07/16/blackberry-wordpress/</feedburner:origLink></item>
		<item>
		<title>HOWTO: Set the SSHD Idle Timeout</title>
		<link>http://feedproxy.google.com/~r/hwarf/~3/BIaheYcVeKs/</link>
		<comments>http://hwarf.com/2009/06/24/sshd-idle-timeout/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 14:03:37 +0000</pubDate>
		<dc:creator>jglemza</dc:creator>
				<category><![CDATA[HOWTOs]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Technology / Computing]]></category>

		<guid isPermaLink="false">http://hwarf.com/?p=196</guid>
		<description><![CDATA[Here&#8217;s something that I usually forget to change from the default and then get annoyed when my terminal hangs. As root open your sshd_config file in an editor. su - vim /etc/ssh/sshd_config Add the following lines. ClientAliveInterval 600 ClientAliveCountMax 3 Restart the sshd process. service sshd restart That&#8217;s it. That will keep you logged in [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s something that I usually forget to change from the default and then get annoyed when my terminal hangs.</p>

<ol>
	<li>As root open your sshd_config file in an editor.

<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">su</span> -<br />
<span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ssh<span style="color: #000000; font-weight: bold;">/</span>sshd_config</div></div>

</li>
	<li>Add the following lines.

<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">ClientAliveInterval <span style="color: #000000;">600</span><br />
ClientAliveCountMax <span style="color: #000000;">3</span></div></div>

</li>
	<li>Restart the sshd process.

<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">service sshd restart</div></div>

</li>
</ol>

<p>That&#8217;s it. That will keep you logged in for 30 minutes at a time without activity. (600 seconds x 3)</p>]]></content:encoded>
			<wfw:commentRss>http://hwarf.com/2009/06/24/sshd-idle-timeout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://hwarf.com/2009/06/24/sshd-idle-timeout/</feedburner:origLink></item>
		<item>
		<title>Motorcycle Trip 2009 – Lake Michigan</title>
		<link>http://feedproxy.google.com/~r/hwarf/~3/zOUb0kVHBHU/</link>
		<comments>http://hwarf.com/2009/06/15/motorcycle-trip-2009-lake-michigan/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 23:55:07 +0000</pubDate>
		<dc:creator>jglemza</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://hwarf.com/?p=192</guid>
		<description><![CDATA[Below is the initial route for Dad and I&#8217;s motorcycle trip for 2009. We&#8217;re going to be traveling July 25th &#8211; July 30th. The only set in stone destination is Oshkosh, WI for Airventure. View Larger Map]]></description>
			<content:encoded><![CDATA[<p>Below is the initial route for Dad and I&#8217;s motorcycle trip for 2009. We&#8217;re going to be traveling July 25th &#8211; July 30th. The only set in stone destination is Oshkosh, WI for <a href="http://www.airventure.org/" onclick="pageTracker._trackPageview('/outgoing/www.airventure.org/?referer=');">Airventure</a>.</p>

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=elyria,+oh&amp;daddr=ludington,+mi+to:44.645208,-86.099854+to:Lake+Michigan+Scenic+Hwy%2FUS-2+to:oshkosh,+wi+to:ludington,+mi+to:elyria,+oh&amp;geocode=%3B%3B%3BFZxWvwId-NLp-g%3B%3B%3B&amp;hl=en&amp;mra=dpe&amp;mrcr=1&amp;mrsp=2&amp;sz=7&amp;via=2,3&amp;sll=43.715535,-85.308838&amp;sspn=5.27246,12.282715&amp;ie=UTF8&amp;ll=43.604262,-84.012451&amp;spn=5.695864,12.293701&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=d&amp;source=embed&amp;saddr=elyria,+oh&amp;daddr=ludington,+mi+to:44.645208,-86.099854+to:Lake+Michigan+Scenic+Hwy%2FUS-2+to:oshkosh,+wi+to:ludington,+mi+to:elyria,+oh&amp;geocode=%3B%3B%3BFZxWvwId-NLp-g%3B%3B%3B&amp;hl=en&amp;mra=dpe&amp;mrcr=1&amp;mrsp=2&amp;sz=7&amp;via=2,3&amp;sll=43.715535,-85.308838&amp;sspn=5.27246,12.282715&amp;ie=UTF8&amp;ll=43.604262,-84.012451&amp;spn=5.695864,12.293701" style="color:#0000FF;text-align:left" onclick="pageTracker._trackPageview('/outgoing/maps.google.com/maps?f=d_amp_source=embed_amp_saddr=elyria_+oh_amp_daddr=ludington_+mi+to_44.645208_-86.099854+to_Lake+Michigan+Scenic+Hwy_2FUS-2+to_oshkosh_+wi+to_ludington_+mi+to_elyria_+oh_amp_geocode=_3B_3B_3BFZxWvwId-NLp-g_3B_3B_3B_amp_hl=en_amp_mra=dpe_amp_mrcr=1_amp_mrsp=2_amp_sz=7_amp_via=2_3_amp_sll=43.715535_-85.308838_amp_sspn=5.27246_12.282715_amp_ie=UTF8_amp_ll=43.604262_-84.012451_amp_spn=5.695864_12.293701&amp;referer=');">View Larger Map</a></small>]]></content:encoded>
			<wfw:commentRss>http://hwarf.com/2009/06/15/motorcycle-trip-2009-lake-michigan/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://hwarf.com/2009/06/15/motorcycle-trip-2009-lake-michigan/</feedburner:origLink></item>
		<item>
		<title>M3U Playlist Copy Script</title>
		<link>http://feedproxy.google.com/~r/hwarf/~3/3EJlxPbM-nA/</link>
		<comments>http://hwarf.com/2009/04/04/m3u-playlist-copy-script/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 19:58:00 +0000</pubDate>
		<dc:creator>jglemza</dc:creator>
				<category><![CDATA[Technology / Computing]]></category>
		<category><![CDATA[mp3 m3u music]]></category>

		<guid isPermaLink="false">http://hwarf.com/?p=180</guid>
		<description><![CDATA[A couple of months ago I picked up a Garmin Nuvi 760 on the cheap. As it turns out this great GPS unit can also play music quite well, especially for riding on the motorcycle. The only problem was there was no good way to get playlists on the device that I could find. Enter [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of months ago I picked up a Garmin Nuvi 760 on the cheap. As it turns out this great GPS unit can also play music quite well, especially for riding on the motorcycle. The only problem was there was no good way to get playlists on the device that I could find. Enter the following bash script. This script will read an m3u file, copy all associated mp3 files, and generate a new m3u file. Now all I have to do is specifiy m3u files that I exported from <a href="http://www.getsongbird.com/" onclick="pageTracker._trackPageview('/outgoing/www.getsongbird.com/?referer=');">Mozilla Songbird</a> and the path to the Garmin&#8217;s SD card.</p>

<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;">#!/bin/bash</span><br />
<span style="color: #666666; font-style: italic;"># April 4, 2009</span><br />
<span style="color: #666666; font-style: italic;"># m3u_cp.sh</span><br />
<span style="color: #666666; font-style: italic;">#</span><br />
<span style="color: #666666; font-style: italic;"># Take an m3u file and copy all associated mp3 files</span><br />
<span style="color: #666666; font-style: italic;"># to a destination directory and generate a new m3u.</span><br />
<span style="color: #666666; font-style: italic;">#</span><br />
<span style="color: #666666; font-style: italic;"># Used to copy m3u playlists from computer to Garmin.</span><br />
<br />
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$#</span> <span style="color: #660033;">-lt</span> <span style="color: #000000;">2</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />
&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Usage: m3u_cp.sh some.m3u /dst&quot;</span><br />
&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">0</span><br />
<span style="color: #000000; font-weight: bold;">fi</span><br />
<br />
<span style="color: #666666; font-style: italic;"># Read the m3u file into an array</span><br />
<span style="color: #7a0874; font-weight: bold;">declare</span> <span style="color: #660033;">-a</span> M3U<br />
<span style="color: #7a0874; font-weight: bold;">exec</span> <span style="color: #000000;">10</span><span style="color: #000000; font-weight: bold;">&lt;</span><span style="color: #ff0000;">&quot;$1&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">let</span> <span style="color: #007800;">count</span>=<span style="color: #000000;">0</span><br />
<br />
<span style="color: #000000; font-weight: bold;">while</span> <span style="color: #c20cb9; font-weight: bold;">read</span> LINE <span style="color: #000000; font-weight: bold;">&lt;&amp;</span><span style="color: #000000;">10</span>; <span style="color: #000000; font-weight: bold;">do</span><br />
&nbsp; &nbsp; M3U<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #007800;">$count</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>=<span style="color: #007800;">$LINE</span><br />
&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>count++<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />
<span style="color: #000000; font-weight: bold;">done</span><br />
<br />
<span style="color: #7a0874; font-weight: bold;">exec</span> <span style="color: #000000;">10</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span>-<br />
<br />
<span style="color: #666666; font-style: italic;"># Determine the m3u's filename</span><br />
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$1</span> =~ <span style="color: #7a0874; font-weight: bold;">&#91;</span>^<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #000000; font-weight: bold;">*</span>m3u <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />
&nbsp; &nbsp; <span style="color: #007800;">m3u_path</span>=<span style="color: #ff0000;">&quot;$2/<span style="color: #007800;">$BASH_REMATCH</span>&quot;</span><br />
<span style="color: #000000; font-weight: bold;">fi</span><br />
<br />
<span style="color: #666666; font-style: italic;"># If playlist arleady exists, delete it</span><br />
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-f</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$m3u_path</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />
&nbsp; &nbsp; <span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-f</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$m3u_path</span>&quot;</span><br />
<span style="color: #000000; font-weight: bold;">fi</span><br />
<br />
<span style="color: #666666; font-style: italic;"># Loop through the m3u lines</span><br />
<span style="color: #007800;">i</span>=<span style="color: #000000;">0</span><br />
<span style="color: #000000; font-weight: bold;">while</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$i</span> <span style="color: #660033;">-lt</span> <span style="color: #800000;">${#M3U[@]}</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">do</span><br />
&nbsp; &nbsp; <span style="color: #666666; font-style: italic;"># The current line is a comment, do nothing with it</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #800000;">${M3U[$i]:0:1}</span> = <span style="color: #ff0000;">&quot;#&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #800000;">${M3U[$i]}</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$m3u_path</span>&quot;</span><br />
<br />
&nbsp; &nbsp; <span style="color: #666666; font-style: italic;">#Current line is a path to an mp3 file</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">else</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;"># Get the current songs filename</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #800000;">${M3U[$i]}</span> =~ <span style="color: #7a0874; font-weight: bold;">&#91;</span>^<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #000000; font-weight: bold;">*</span>mp3 <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #007800;">song</span>=<span style="color: #007800;">$BASH_REMATCH</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #007800;">mpath</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span> <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #800000;">${M3U[$i]}</span> <span style="color: #000000; font-weight: bold;">|</span> &nbsp;<span style="color: #c20cb9; font-weight: bold;">tr</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">'\r'</span> <span style="color: #7a0874; font-weight: bold;">&#41;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;"># if the song doesn't exist, copy it to the desitnation folder</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-f</span> <span style="color: #ff0000;">&quot;$2/<span style="color: #007800;">$song</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> File Exists <span style="color: #660033;">--</span> <span style="color: #007800;">$song</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">else</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> Copying <span style="color: #660033;">--</span> <span style="color: #007800;">$song</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$mpath</span>&quot;</span> <span style="color: #ff0000;">&quot;$2/<span style="color: #007800;">$song</span>&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">fi</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;"># Write the song in the m3u file</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$song</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$m3u_path</span>&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">else</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;The regex for finding the song's filename is fraked up.&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">fi</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">fi</span><br />
<br />
&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">let</span> <span style="color: #007800;">i</span>=i+<span style="color: #000000;">1</span><br />
<span style="color: #000000; font-weight: bold;">done</span><br />
<span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">0</span></div></div>

<p>In the middle of writing this I really started wondering why I used bash. Perl would&#8217;ve been a lot easier.</p>]]></content:encoded>
			<wfw:commentRss>http://hwarf.com/2009/04/04/m3u-playlist-copy-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://hwarf.com/2009/04/04/m3u-playlist-copy-script/</feedburner:origLink></item>
		<item>
		<title>SVN+SSH Howto: Subversion Quick and Simple</title>
		<link>http://feedproxy.google.com/~r/hwarf/~3/u5_pWaCfml4/</link>
		<comments>http://hwarf.com/2009/03/11/svnssh/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 13:57:36 +0000</pubDate>
		<dc:creator>jglemza</dc:creator>
				<category><![CDATA[HOWTOs]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://hwarf.com/?p=171</guid>
		<description><![CDATA[Here&#8217;s a quick and simple way to create a Subversion repository while maintaining security by using SSH and the filesystem permissions. Create users and add them to a group. There are a bunch of different ways to do this. I am only showing you how to create a group. groupadd svn-users Make a directory to [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick and simple way to create a Subversion repository while maintaining security by using SSH and the filesystem permissions.</p>
<ol>
	<li>Create users and add them to a group. There are a bunch of different ways to do this. I am only showing you how to create a group.

<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">groupadd svn-users</div></div>

</li>
	<li>Make a directory to house the repository.

<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>project</div></div>

</li>
	<li>Create the repository.

<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">svnadmin</span> create <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>project</div></div>

</li>
	<li>Change permissions to allow the group read/write access.

<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>project<br />
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> svn-users db db<span style="color: #000000; font-weight: bold;">/</span>transactions db<span style="color: #000000; font-weight: bold;">/</span>write-lock db<span style="color: #000000; font-weight: bold;">/</span>revs db<span style="color: #000000; font-weight: bold;">/</span>revprops hooks locks<br />
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">2770</span> db db<span style="color: #000000; font-weight: bold;">/</span>transactions db<span style="color: #000000; font-weight: bold;">/</span>revs db<span style="color: #000000; font-weight: bold;">/</span>revprops<br />
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">660</span> db<span style="color: #000000; font-weight: bold;">/</span>write-lock<br />
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">750</span> hooks<br />
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">770</span> locks</div></div>

</li>
</ol>

<p>You can now have your users access the repository over SSH.</p>

<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">svn</span>+<span style="color: #c20cb9; font-weight: bold;">ssh</span>:<span style="color: #000000; font-weight: bold;">//</span>username<span style="color: #000000; font-weight: bold;">@</span>server.example.com<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>project</div></div>

<p>If your clients are on Windows, I recommend using <a href="http://tortoisesvn.tigris.org/" onclick="pageTracker._trackPageview('/outgoing/tortoisesvn.tigris.org/?referer=');">TortoiseSVN</a>.<p>
<p>Credit goes to the <a href="http://reallylongword.org/svn/" onclick="pageTracker._trackPageview('/outgoing/reallylongword.org/svn/?referer=');">Carnival of Technology</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://hwarf.com/2009/03/11/svnssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hwarf.com/2009/03/11/svnssh/</feedburner:origLink></item>
	</channel>
</rss>
