<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tapping away</title>
	<atom:link href="http://magvar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://magvar.wordpress.com</link>
	<description>Coding, thinking, writing</description>
	<lastBuildDate>Sat, 08 Sep 2012 18:46:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='magvar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tapping away</title>
		<link>http://magvar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://magvar.wordpress.com/osd.xml" title="Tapping away" />
	<atom:link rel='hub' href='http://magvar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>OpenTTD Server &#8211; or How to build enormous railroads virtually</title>
		<link>http://magvar.wordpress.com/2012/09/08/openttd-server-or-how-to-build-enormous-railroads-virtually/</link>
		<comments>http://magvar.wordpress.com/2012/09/08/openttd-server-or-how-to-build-enormous-railroads-virtually/#comments</comments>
		<pubDate>Sat, 08 Sep 2012 18:46:28 +0000</pubDate>
		<dc:creator>magvar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[railroad tycoon]]></category>
		<category><![CDATA[transportation simulation]]></category>

		<guid isPermaLink="false">http://magvar.wordpress.com/?p=601</guid>
		<description><![CDATA[My kids love the transportation simulation OpenTTD, a fantastic game made by the geniuses behind Spotify, among others. It&#8217;s an open version of the old Transport Tycoon Deluxe, which was a sequel to Railroad Tycoon. Amazing game, and great fun. &#8230; <a href="http://magvar.wordpress.com/2012/09/08/openttd-server-or-how-to-build-enormous-railroads-virtually/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=601&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>My kids love the transportation simulation <a title="OpenTTD" href="http://openttd.org" target="_blank">OpenTTD</a>, a fantastic game made by the geniuses behind Spotify, among others. It&#8217;s an open version of the old Transport Tycoon Deluxe, which was a sequel to Railroad Tycoon. Amazing game, and great fun.<br />
It&#8217;s a multiplayer game that can be played over the internet, and to make sure that the game is available at all times I installed a virtual server called <em>ttdserv</em> on my KVM server (named <em>runner</em>) in the rack downstairs. With 384MB of RAM (the KVM host is running a total of five servers at the moment, this being the largest) and 12GB of disk, it&#8217;s running flawlessly.<br />
All I had to do was install a <a title="Debian" href="http://cdimage.debian.org/debian-cd/6.0.5/amd64/iso-cd/debian-6.0.5-amd64-netinst.iso" target="_blank">Debian</a> server via network install, choosing only the openssh server among the prepared packages, and after a completed install do</p>
<p><code>apt-get install openttd screen<br />
</code></p>
<p>That installs a whole lot of things, such as a full window management system, but it&#8217;s quite reasonable to have running on the virtual machine anyway. The <em>screen</em> package is to make sure the server can be kept running when logged of (it&#8217;s not normally run as an init.d script or daemon, but I&#8217;ll try and correct that later).</p>
<p>All that remained then was logging on via ssh, activate screen, and run the OpenTTD with a specific switch. Problem was to get the game configured the way the kids wanted without editing the <em>openttd.cfg </em>file (I haven&#8217;t had time to learn the options yet). So&#8230; I logged on and ran a remote OpenTTD session (i.e. via &#8220;ssh -Y ttdserv.lan&#8221;), created a game that had the options set as the kids wanted (gigantic map, lots of industries and cities) and saved it once it had started up.</p>
<p>Then it was just a matter of starting the OpenTTD game in daemon mode (see below), and at the command prompt load the game I just created.<br />
<code><br />
openttd -D<br />
</code>(console output)<br />
<code>dir</code> (to get a list of available games)<br />
<code>load 2</code> (to load game indexed as 2 in the list from dir)</p>
<p>And&#8230; bam! The kids could connect to the server and play.<br />
Oh! And to make sure outsiders could connect I also opened port 3978 and 3979 for TCP &amp; UDP at my firewall.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/magvar.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/magvar.wordpress.com/601/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=601&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://magvar.wordpress.com/2012/09/08/openttd-server-or-how-to-build-enormous-railroads-virtually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/146d1cda9226ca5a3358ced93b9ce605?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magvar</media:title>
		</media:content>
	</item>
		<item>
		<title>Sölvesborg local car show</title>
		<link>http://magvar.wordpress.com/2012/07/07/solvesborg-local-car-show/</link>
		<comments>http://magvar.wordpress.com/2012/07/07/solvesborg-local-car-show/#comments</comments>
		<pubDate>Sat, 07 Jul 2012 20:41:35 +0000</pubDate>
		<dc:creator>magvar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://magvar.wordpress.com/?p=598</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=598&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div id="attachment_597" class="wp-caption alignnone" style="width: 310px"><a href="http://magvar.files.wordpress.com/2012/07/20120707_123741.jpg"><img class="size-medium wp-image-597" title="Early Chevrolet" src="http://magvar.files.wordpress.com/2012/07/20120707_123741.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">Wonderful car, this.</p></div>
<div id="attachment_595" class="wp-caption alignnone" style="width: 235px"><a href="http://magvar.files.wordpress.com/2012/07/20120707_123303.jpg"><img class="size-medium wp-image-595" title="Lincoln Convertible Convertible" src="http://magvar.files.wordpress.com/2012/07/20120707_123303.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a><p class="wp-caption-text">Do I want one? Yes.</p></div>
<div id="attachment_594" class="wp-caption alignnone" style="width: 235px"><a href="http://magvar.files.wordpress.com/2012/07/20120707_123229.jpg"><img class="size-medium wp-image-594" title="Old-time Mercedes" src="http://magvar.files.wordpress.com/2012/07/20120707_123229.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a><p class="wp-caption-text">This probably shows better than most what Mercedes was all about.</p></div>
<div id="attachment_593" class="wp-caption alignnone" style="width: 235px"><a href="http://magvar.files.wordpress.com/2012/07/20120707_123152.jpg"><img class="size-medium wp-image-593" title="A SAAB 96 from the seventies" src="http://magvar.files.wordpress.com/2012/07/20120707_123152.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a><p class="wp-caption-text">Now that SAAB Automobile is down and out, here&#8217;s what it was like back in the day.</p></div>
<div id="attachment_592" class="wp-caption alignnone" style="width: 235px"><a href="http://magvar.files.wordpress.com/2012/07/20120707_123115.jpg"><img class="size-medium wp-image-592" title="The legend - Volvo Amazon II" src="http://magvar.files.wordpress.com/2012/07/20120707_123115.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a><p class="wp-caption-text">A Volvo Amazon &#8211; the 120 series &#8211; something I&#8217;d want in my driveway&#8230;</p></div>
<div id="attachment_591" class="wp-caption alignnone" style="width: 235px"><a href="http://magvar.files.wordpress.com/2012/07/20120707_123100.jpg"><img class="size-medium wp-image-591" title="The legend - Volvo Amazon" src="http://magvar.files.wordpress.com/2012/07/20120707_123100.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a><p class="wp-caption-text">A Volvo Amazon, the 120 series.</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/magvar.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/magvar.wordpress.com/598/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=598&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://magvar.wordpress.com/2012/07/07/solvesborg-local-car-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/146d1cda9226ca5a3358ced93b9ce605?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magvar</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/07/20120707_123741.jpg?w=300" medium="image">
			<media:title type="html">Early Chevrolet</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/07/20120707_123303.jpg?w=225" medium="image">
			<media:title type="html">Lincoln Convertible Convertible</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/07/20120707_123229.jpg?w=225" medium="image">
			<media:title type="html">Old-time Mercedes</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/07/20120707_123152.jpg?w=225" medium="image">
			<media:title type="html">A SAAB 96 from the seventies</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/07/20120707_123115.jpg?w=225" medium="image">
			<media:title type="html">The legend - Volvo Amazon II</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/07/20120707_123100.jpg?w=225" medium="image">
			<media:title type="html">The legend - Volvo Amazon</media:title>
		</media:content>
	</item>
		<item>
		<title>Scout hike and late spring scenery</title>
		<link>http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/</link>
		<comments>http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/#comments</comments>
		<pubDate>Sun, 20 May 2012 19:55:34 +0000</pubDate>
		<dc:creator>magvar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://magvar.wordpress.com/?p=582</guid>
		<description><![CDATA[&#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=582&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00876/' title='Basecamp'><img data-liked='0' data-reblogged='0' data-attachment-id="533" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00876.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337426997&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.43&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0025&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Basecamp" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00876.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00876.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00876.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="Basecamp" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00878/' title='DSC00878'><img data-liked='0' data-reblogged='0' data-attachment-id="537" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00878.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337427013&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.43&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00878" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00878.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00878.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00878.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00878" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00879/' title='DSC00879'><img data-liked='0' data-reblogged='0' data-attachment-id="538" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00879.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337427021&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.43&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.008&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00879" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00879.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00879.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00879.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00879" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00880/' title='DSC00880'><img data-liked='0' data-reblogged='0' data-attachment-id="539" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00880.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337427028&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;7.9&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00880" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00880.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00880.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00880.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00880" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00881/' title='DSC00881'><img data-liked='0' data-reblogged='0' data-attachment-id="540" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00881.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337427035&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.43&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00881" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00881.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00881.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00881.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00881" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00882/' title='DSC00882'><img data-liked='0' data-reblogged='0' data-attachment-id="541" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00882.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337427044&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;13.6&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.008&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00882" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00882.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00882.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00882.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00882" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00884/' title='DSC00884'><img data-liked='0' data-reblogged='0' data-attachment-id="542" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00884.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337427120&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.43&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00884" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00884.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00884.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00884.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00884" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00886/' title='DSC00886'><img data-liked='0' data-reblogged='0' data-attachment-id="543" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00886.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337427235&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.43&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0025&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00886" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00886.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00886.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00886.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00886" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00887/' title='DSC00887'><img data-liked='0' data-reblogged='0' data-attachment-id="544" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00887.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337427239&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.43&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0025&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00887" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00887.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00887.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00887.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00887" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00888/' title='DSC00888'><img data-liked='0' data-reblogged='0' data-attachment-id="545" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00888.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337427580&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.43&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0015625&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00888" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00888.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00888.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00888.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00888" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00889/' title='DSC00889'><img data-liked='0' data-reblogged='0' data-attachment-id="546" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00889.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337427585&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.43&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.003125&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00889" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00889.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00889.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00889.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00889" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00890/' title='DSC00890'><img data-liked='0' data-reblogged='0' data-attachment-id="547" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00890.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337427591&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.43&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.002&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00890" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00890.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00890.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00890.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00890" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00891/' title='DSC00891'><img data-liked='0' data-reblogged='0' data-attachment-id="548" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00891.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337427596&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.43&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0025&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00891" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00891.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00891.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00891.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00891" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00892/' title='DSC00892'><img data-liked='0' data-reblogged='0' data-attachment-id="549" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00892.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337428081&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;8.06&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.001&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00892" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00892.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00892.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00892.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00892" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00893/' title='DSC00893'><img data-liked='0' data-reblogged='0' data-attachment-id="550" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00893.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337428085&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;8.06&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.001&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00893" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00893.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00893.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00893.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00893" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00894/' title='DSC00894'><img data-liked='0' data-reblogged='0' data-attachment-id="551" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00894.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337428097&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;12.82&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0025&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00894" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00894.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00894.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00894.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00894" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/dsc00895/' title='DSC00895'><img data-liked='0' data-reblogged='0' data-attachment-id="552" data-orig-file="http://magvar.files.wordpress.com/2012/05/dsc00895.jpg" data-orig-size="4608,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-TX100V&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337443226&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;7&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC00895" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/dsc00895.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/dsc00895.jpg?w=640" width="150" height="84" src="http://magvar.files.wordpress.com/2012/05/dsc00895.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="DSC00895" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0124/' title='IMAG0124'><img data-liked='0' data-reblogged='0' data-attachment-id="553" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0124.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1336745267&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0124" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0124.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0124.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0124.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0124" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0125/' title='IMAG0125'><img data-liked='0' data-reblogged='0' data-attachment-id="554" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0125.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1336745279&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0125" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0125.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0125.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0125.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0125" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0126/' title='IMAG0126'><img data-liked='0' data-reblogged='0' data-attachment-id="555" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0126.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1336745286&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;75&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0126" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0126.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0126.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0126.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0126" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0127/' title='IMAG0127'><img data-liked='0' data-reblogged='0' data-attachment-id="556" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0127.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1336745295&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;75&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0127" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0127.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0127.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0127.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0127" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0128/' title='IMAG0128'><img data-liked='0' data-reblogged='0' data-attachment-id="557" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0128.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1336745306&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0128" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0128.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0128.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0128.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0128" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0129/' title='IMAG0129'><img data-liked='0' data-reblogged='0' data-attachment-id="558" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0129.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508049&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;75&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0129" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0129.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0129.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0129.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0129" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0130/' title='IMAG0130'><img data-liked='0' data-reblogged='0' data-attachment-id="559" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0130.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508060&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0130" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0130.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0130.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0130.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0130" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0131/' title='IMAG0131'><img data-liked='0' data-reblogged='0' data-attachment-id="560" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0131.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508069&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;75&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0131" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0131.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0131.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0131.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0131" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0132/' title='IMAG0132'><img data-liked='0' data-reblogged='0' data-attachment-id="561" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0132.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508075&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;75&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0132" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0132.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0132.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0132.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0132" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0133/' title='IMAG0133'><img data-liked='0' data-reblogged='0' data-attachment-id="562" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0133.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508096&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0133" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0133.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0133.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0133.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0133" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0137/' title='IMAG0137'><img data-liked='0' data-reblogged='0' data-attachment-id="563" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0137.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508649&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;149&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0137" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0137.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0137.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0137.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0137" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0138/' title='IMAG0138'><img data-liked='0' data-reblogged='0' data-attachment-id="564" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0138.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508655&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;130&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0138" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0138.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0138.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0138.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0138" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0139/' title='IMAG0139'><img data-liked='0' data-reblogged='0' data-attachment-id="565" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0139.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508660&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;116&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0139" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0139.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0139.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0139.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0139" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0140/' title='IMAG0140'><img data-liked='0' data-reblogged='0' data-attachment-id="566" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0140.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508667&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;104&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0140" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0140.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0140.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0140.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0140" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0141/' title='IMAG0141'><img data-liked='0' data-reblogged='0' data-attachment-id="567" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0141.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508676&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;99&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0141" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0141.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0141.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0141.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0141" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0142/' title='IMAG0142'><img data-liked='0' data-reblogged='0' data-attachment-id="568" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0142.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508686&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;80&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0142" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0142.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0142.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0142.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0142" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0143/' title='IMAG0143'><img data-liked='0' data-reblogged='0' data-attachment-id="569" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0143.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508696&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0143" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0143.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0143.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0143.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0143" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0144/' title='IMAG0144'><img data-liked='0' data-reblogged='0' data-attachment-id="570" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0144.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508707&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;75&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0144" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0144.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0144.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0144.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0144" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0145/' title='IMAG0145'><img data-liked='0' data-reblogged='0' data-attachment-id="571" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0145.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508714&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0145" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0145.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0145.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0145.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0145" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0146/' title='IMAG0146'><img data-liked='0' data-reblogged='0' data-attachment-id="572" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0146.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508726&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;75&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0146" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0146.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0146.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0146.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0146" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0147/' title='IMAG0147'><img data-liked='0' data-reblogged='0' data-attachment-id="573" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0147.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508738&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;75&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0147" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0147.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0147.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0147.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0147" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0148/' title='IMAG0148'><img data-liked='0' data-reblogged='0' data-attachment-id="574" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0148.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508746&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0148" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0148.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0148.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0148.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0148" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0149/' title='IMAG0149'><img data-liked='0' data-reblogged='0' data-attachment-id="575" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0149.jpg" data-orig-size="2592,1552" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508758&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0149" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0149.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0149.jpg?w=640" width="150" height="89" src="http://magvar.files.wordpress.com/2012/05/imag0149.jpg?w=150&#038;h=89" class="attachment-thumbnail" alt="IMAG0149" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0150/' title='IMAG0150'><img data-liked='0' data-reblogged='0' data-attachment-id="576" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0150.jpg" data-orig-size="2592,1552" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337508762&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0150" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0150.jpg?w=300" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0150.jpg?w=640" width="150" height="89" src="http://magvar.files.wordpress.com/2012/05/imag0150.jpg?w=150&#038;h=89" class="attachment-thumbnail" alt="IMAG0150" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0151/' title='IMAG0151'><img data-liked='0' data-reblogged='0' data-attachment-id="577" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0151.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337511040&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0151" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0151.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0151.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0151.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0151" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0152/' title='IMAG0152'><img data-liked='0' data-reblogged='0' data-attachment-id="578" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0152.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337511065&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;75&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0152" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0152.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0152.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0152.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0152" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0153/' title='IMAG0153'><img data-liked='0' data-reblogged='0' data-attachment-id="579" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0153.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337511081&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;76&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0153" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0153.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0153.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0153.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0153" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0154/' title='IMAG0154'><img data-liked='0' data-reblogged='0' data-attachment-id="580" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0154.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337511091&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;76&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0154" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0154.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0154.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0154.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0154" /></a>
<a href='http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/imag0155/' title='IMAG0155'><img data-liked='0' data-reblogged='0' data-attachment-id="581" data-orig-file="http://magvar.files.wordpress.com/2012/05/imag0155.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1337536844&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0155" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/05/imag0155.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/05/imag0155.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/05/imag0155.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0155" /></a>

<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/magvar.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/magvar.wordpress.com/582/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=582&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://magvar.wordpress.com/2012/05/20/scout-hike-and-late-spring-scenery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/146d1cda9226ca5a3358ced93b9ce605?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magvar</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00876.jpg?w=150" medium="image">
			<media:title type="html">Basecamp</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00878.jpg?w=150" medium="image">
			<media:title type="html">DSC00878</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00879.jpg?w=150" medium="image">
			<media:title type="html">DSC00879</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00880.jpg?w=150" medium="image">
			<media:title type="html">DSC00880</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00881.jpg?w=150" medium="image">
			<media:title type="html">DSC00881</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00882.jpg?w=150" medium="image">
			<media:title type="html">DSC00882</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00884.jpg?w=150" medium="image">
			<media:title type="html">DSC00884</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00886.jpg?w=150" medium="image">
			<media:title type="html">DSC00886</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00887.jpg?w=150" medium="image">
			<media:title type="html">DSC00887</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00888.jpg?w=150" medium="image">
			<media:title type="html">DSC00888</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00889.jpg?w=150" medium="image">
			<media:title type="html">DSC00889</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00890.jpg?w=150" medium="image">
			<media:title type="html">DSC00890</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00891.jpg?w=150" medium="image">
			<media:title type="html">DSC00891</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00892.jpg?w=150" medium="image">
			<media:title type="html">DSC00892</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00893.jpg?w=150" medium="image">
			<media:title type="html">DSC00893</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00894.jpg?w=150" medium="image">
			<media:title type="html">DSC00894</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/dsc00895.jpg?w=150" medium="image">
			<media:title type="html">DSC00895</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0124.jpg?w=89" medium="image">
			<media:title type="html">IMAG0124</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0125.jpg?w=89" medium="image">
			<media:title type="html">IMAG0125</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0126.jpg?w=89" medium="image">
			<media:title type="html">IMAG0126</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0127.jpg?w=89" medium="image">
			<media:title type="html">IMAG0127</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0128.jpg?w=89" medium="image">
			<media:title type="html">IMAG0128</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0129.jpg?w=89" medium="image">
			<media:title type="html">IMAG0129</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0130.jpg?w=89" medium="image">
			<media:title type="html">IMAG0130</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0131.jpg?w=89" medium="image">
			<media:title type="html">IMAG0131</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0132.jpg?w=89" medium="image">
			<media:title type="html">IMAG0132</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0133.jpg?w=89" medium="image">
			<media:title type="html">IMAG0133</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0137.jpg?w=89" medium="image">
			<media:title type="html">IMAG0137</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0138.jpg?w=89" medium="image">
			<media:title type="html">IMAG0138</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0139.jpg?w=89" medium="image">
			<media:title type="html">IMAG0139</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0140.jpg?w=89" medium="image">
			<media:title type="html">IMAG0140</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0141.jpg?w=89" medium="image">
			<media:title type="html">IMAG0141</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0142.jpg?w=89" medium="image">
			<media:title type="html">IMAG0142</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0143.jpg?w=89" medium="image">
			<media:title type="html">IMAG0143</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0144.jpg?w=89" medium="image">
			<media:title type="html">IMAG0144</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0145.jpg?w=89" medium="image">
			<media:title type="html">IMAG0145</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0146.jpg?w=89" medium="image">
			<media:title type="html">IMAG0146</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0147.jpg?w=89" medium="image">
			<media:title type="html">IMAG0147</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0148.jpg?w=89" medium="image">
			<media:title type="html">IMAG0148</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0149.jpg?w=150" medium="image">
			<media:title type="html">IMAG0149</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0150.jpg?w=150" medium="image">
			<media:title type="html">IMAG0150</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0151.jpg?w=89" medium="image">
			<media:title type="html">IMAG0151</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0152.jpg?w=89" medium="image">
			<media:title type="html">IMAG0152</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0153.jpg?w=89" medium="image">
			<media:title type="html">IMAG0153</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0154.jpg?w=89" medium="image">
			<media:title type="html">IMAG0154</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/05/imag0155.jpg?w=89" medium="image">
			<media:title type="html">IMAG0155</media:title>
		</media:content>
	</item>
		<item>
		<title>Out abouting scouting</title>
		<link>http://magvar.wordpress.com/2012/04/17/out-abouting-scouting/</link>
		<comments>http://magvar.wordpress.com/2012/04/17/out-abouting-scouting/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 18:56:49 +0000</pubDate>
		<dc:creator>magvar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://magvar.wordpress.com/?p=523</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=523&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[
<a href='http://magvar.wordpress.com/2012/04/17/out-abouting-scouting/imag0111/' title='IMAG0111'><img data-liked='0' data-reblogged='0' data-attachment-id="524" data-orig-file="http://magvar.files.wordpress.com/2012/04/imag0111.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1334688195&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;116&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0111" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/04/imag0111.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/04/imag0111.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/04/imag0111.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0111" /></a>
<a href='http://magvar.wordpress.com/2012/04/17/out-abouting-scouting/imag0112/' title='IMAG0112'><img data-liked='0' data-reblogged='0' data-attachment-id="525" data-orig-file="http://magvar.files.wordpress.com/2012/04/imag0112.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1334688215&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;93&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0112" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/04/imag0112.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/04/imag0112.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/04/imag0112.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0112" /></a>
<a href='http://magvar.wordpress.com/2012/04/17/out-abouting-scouting/imag0113/' title='IMAG0113'><img data-liked='0' data-reblogged='0' data-attachment-id="526" data-orig-file="http://magvar.files.wordpress.com/2012/04/imag0113.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1334688224&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;75&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0113" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/04/imag0113.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/04/imag0113.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/04/imag0113.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0113" /></a>
<a href='http://magvar.wordpress.com/2012/04/17/out-abouting-scouting/imag0114/' title='IMAG0114'><img data-liked='0' data-reblogged='0' data-attachment-id="527" data-orig-file="http://magvar.files.wordpress.com/2012/04/imag0114.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1334688243&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;93&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0114" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/04/imag0114.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/04/imag0114.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/04/imag0114.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0114" /></a>
<a href='http://magvar.wordpress.com/2012/04/17/out-abouting-scouting/imag0115/' title='IMAG0115'><img data-liked='0' data-reblogged='0' data-attachment-id="528" data-orig-file="http://magvar.files.wordpress.com/2012/04/imag0115.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1334688255&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;136&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0115" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/04/imag0115.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/04/imag0115.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/04/imag0115.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0115" /></a>
<a href='http://magvar.wordpress.com/2012/04/17/out-abouting-scouting/imag0116/' title='IMAG0116'><img data-liked='0' data-reblogged='0' data-attachment-id="529" data-orig-file="http://magvar.files.wordpress.com/2012/04/imag0116.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1334690941&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;74&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0116" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/04/imag0116.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/04/imag0116.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/04/imag0116.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0116" /></a>
<a href='http://magvar.wordpress.com/2012/04/17/out-abouting-scouting/imag0117/' title='IMAG0117'><img data-liked='0' data-reblogged='0' data-attachment-id="530" data-orig-file="http://magvar.files.wordpress.com/2012/04/imag0117.jpg" data-orig-size="1552,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;HTC Desire S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1334690964&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.53&quot;,&quot;iso&quot;:&quot;75&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMAG0117" data-image-description="" data-medium-file="http://magvar.files.wordpress.com/2012/04/imag0117.jpg?w=179" data-large-file="http://magvar.files.wordpress.com/2012/04/imag0117.jpg?w=383" width="89" height="150" src="http://magvar.files.wordpress.com/2012/04/imag0117.jpg?w=89&#038;h=150" class="attachment-thumbnail" alt="IMAG0117" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/magvar.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/magvar.wordpress.com/523/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=523&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://magvar.wordpress.com/2012/04/17/out-abouting-scouting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/146d1cda9226ca5a3358ced93b9ce605?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magvar</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/04/imag0111.jpg?w=89" medium="image">
			<media:title type="html">IMAG0111</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/04/imag0112.jpg?w=89" medium="image">
			<media:title type="html">IMAG0112</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/04/imag0113.jpg?w=89" medium="image">
			<media:title type="html">IMAG0113</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/04/imag0114.jpg?w=89" medium="image">
			<media:title type="html">IMAG0114</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/04/imag0115.jpg?w=89" medium="image">
			<media:title type="html">IMAG0115</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/04/imag0116.jpg?w=89" medium="image">
			<media:title type="html">IMAG0116</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2012/04/imag0117.jpg?w=89" medium="image">
			<media:title type="html">IMAG0117</media:title>
		</media:content>
	</item>
		<item>
		<title>BZFlag Server 2.4.0 on Debian</title>
		<link>http://magvar.wordpress.com/2012/01/10/bzflag-server-2-4-0-on-debian/</link>
		<comments>http://magvar.wordpress.com/2012/01/10/bzflag-server-2-4-0-on-debian/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 22:15:51 +0000</pubDate>
		<dc:creator>magvar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://magvar.wordpress.com/?p=509</guid>
		<description><![CDATA[I did a bit of work to get a BZFlag 2.4.0 game server running on one of my virtual Debian servers. I&#8217;m sure there must be a better/smarter way to do the same thing, but this is what I did. &#8230; <a href="http://magvar.wordpress.com/2012/01/10/bzflag-server-2-4-0-on-debian/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=509&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I did a bit of work to get a <a title="BZFlag" href="http://bzflag.org" target="_blank">BZFlag 2.4.0</a> game server running on one of my virtual Debian servers. I&#8217;m sure there must be a better/smarter way to do the same thing, but this is what I did.</p>
<p>First of all, I just downloaded the sourcecode for BZFlag 2.4.0 from their <a title="BZFlag" href="http://bzflag.org" target="_blank">homepage</a>. Then it was just a matter of making sure I&#8217;d installed what my Debian server needed to compile the code.</p>
<p><code><br />
$&gt; su -<br />
$&gt; apt-get install build-essential<br />
</code></p>
<p>After unpacking the code, and going into the unpacked directory, it was just a matter of doing&#8230;</p>
<p><code><br />
$&gt; cd ~magvar/bzfs2.4.0<br />
$&gt; ./configure<br />
$&gt; make<br />
</code></p>
<p>To make sure I could run more than one version of the game server, I placed the 2.4.0 version of the scripts needed in their own directory.</p>
<p><code><br />
$&gt; su -<br />
$&gt; mkdir -p /usr/games/bzflag<br />
$&gt; cp ~magvar/bzfs2.4.0/misc/bzfs ~magvar/bzfs2.4.0/misc/bzfsd /usr/games/bzflag/<br />
</code></p>
<p>I had to update the bzfs script, the server startup script, a little. The following were the changes I had to make.</p>
<p><code><br />
# Set this path to the place where you keep the bzfsd script<br />
bzfsd_path=/usr/games/bzflag/bzfsd<br />
...<br />
# Set this to your bzfs options<br />
bzfsopts="-conf /etc/bzfs/bzfs.conf"<br />
</code></p>
<p>I also <em>think</em> I had to change the location of the lockfile.</p>
<p><code><br />
/var/lock/$prog<br />
</code></p>
<p>I updated the bzfsd file to contain the following line to do the execution.</p>
<p><code><br />
nohup /usr/games/bzflag/server/bzfs $* &gt; $BZLOGFILE &amp;<br />
</code></p>
<p>I edited the bzfs.conf file (controlling the configuration of what&#8217;s possible to do in the BZFlag game), and put it under /etc/bzfs.conf.</p>
<p><code><br />
-a 50 38<br />
-j<br />
+r<br />
-t<br />
-s<br />
-f B<br />
+f GM<br />
+f L<br />
+f SB<br />
</code></p>
<p>Note that I made sure to remove the &#8220;Blindness&#8221; (B) flag. SmartBullets and Lasers are fun, though.</p>
<p>Missing were, among other things, <em>/etc/init.d/functions</em>. Found that, by luck, and just copied the code to a file, i.e <em>/etc/init.d/functions</em></p>
<p>I got the whole file from <a title="functiosn" href="http://bash.cyberciti.biz/guide//etc/init.d/functions" target="_blank">this</a> site.</p>
<p>I had to edit a few things out, among other things I hardcoded <em>consoletype</em> to one (1), as it&#8217;s a virtual terminal (no user behind the keys). Adding this after the export of PATH did the trick.</p>
<p><code><br />
export CONSOLETYPE=1<br />
</code></p>
<p>Then it was just a matter of copying the binary and setting up the server to start automatically.</p>
<p><code><br />
$&gt; su -<br />
$&gt; mkdir /usr/games/bzflag/server<br />
$&gt; cp ~magvar/bzfs2.4.0/bzfs/bzfs /usr/games/bzflag/server<br />
$&gt; ln -s /usr/games/bzflag/bzfs /etc/init.d/bzfs.sh<br />
$&gt; cd /etc/init.d<br />
$&gt; update-rc.d bzfs.sh defaults<br />
</code></p>
<p>And hopefully that&#8217;s all that&#8217;s needed to get it running. Looking at my rebooted server, I&#8217;ve got a process running, at least. The init-file I linked to is located <a title="BZFlag Server 2.4.0 on Debian" href="http://carlscrona.se/~mavar/code/bzfs" target="_blank">here</a>.</p>
<p>&nbsp;</p>
<p><code><br />
root 1067 1 0 19:33 ? 00:00:00 /usr/games/bzflag/server/bzfs -conf /etc/bzfs/bzfs.conf<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/magvar.wordpress.com/509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/magvar.wordpress.com/509/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=509&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://magvar.wordpress.com/2012/01/10/bzflag-server-2-4-0-on-debian/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/146d1cda9226ca5a3358ced93b9ce605?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magvar</media:title>
		</media:content>
	</item>
		<item>
		<title>Debian on a SunFire V120</title>
		<link>http://magvar.wordpress.com/2011/12/30/debian-on-a-sunfire-v120/</link>
		<comments>http://magvar.wordpress.com/2011/12/30/debian-on-a-sunfire-v120/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 22:55:40 +0000</pubDate>
		<dc:creator>magvar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://magvar.wordpress.com/?p=501</guid>
		<description><![CDATA[Well, after a number of attempts and numerous restarts, I&#8217;ve learned what it takes to install Debian on a SunFire V120. It&#8217;s an antiquated computer, for sure, but it&#8217;s&#8230; interesting. Makes a lot of noise, to. Maybe possible to mod &#8230; <a href="http://magvar.wordpress.com/2011/12/30/debian-on-a-sunfire-v120/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=501&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Well, after a number of attempts and numerous restarts, I&#8217;ve learned what it takes to install Debian on a SunFire V120. It&#8217;s an antiquated computer, for sure, but it&#8217;s&#8230; interesting. Makes a lot of noise, to. Maybe possible to mod it some way, reducing the fan-speed for example, but I think its self diagnostics system would have a fit if I tried. </p>
<p>I&#8217;ve used <a href="http://www.pbandjelly.org/2007/12/debian-on-sunfire-v120/" title="Debian on Sunfire V120" target="_blank">this</a> link quite a bit to get things set up, and am grateful to its original author.</p>
<p>Since I had already <a href="http://magvar.wordpress.com/2011/12/11/installing-debian-via-network-inst-pxe/" title="Installing Debian via network-inst / PXE">set up a virtual Debian server</a> (debbie) to do network installs earlier, all I had to do was <a href="http://http.us.debian.org/debian/dists/squeeze/main/installer-sparc/20110106%2bsqueeze3%2bb1/images/netboot/" title="Netboot image for SPARC">download the netboot for Sparc</a> and put it in the correct directory (as stated in the guide).</p>
<p>I found a great guide for how to connect using the minicom application as well, since you can&#8217;t see the console output during boot any other <a href="http://www.idevelopment.info/data/Unix/Solaris/SOLARIS_UsingSerialConsoles.shtml" title="Minicom HOW-TO">way</a>.</p>
<p>I used an <a href="http://www.winfordeng.com/products/mjd9.php" title="Rj45-DB9 adapter with colorcodes">RJ45 &#8211; DB9 modular adapter</a> to get my connection set up, along with a common CAT5 network cable to hook it up to my virtual server host, making it possible to ssh to my host server, and from there do minicom to the SunFire V120.</p>
<p>One thing that didn&#8217;t work despite the guide was that the system got a kernel panic when it tried configuring the network. That was fixed using the tip <a href="http://old.nabble.com/Re%3A-Problem-with-a-SunFire-V120----Kernel-panics-when-trying-to--install-p32278745.html" title="Kernel panics during installation" target="_blank">here</a> (plug in two network cables, but once the Debian installation screen is seen, unplug <em>NET0</em>, then continue as normal). Thanks Roland!</p>
<p>One last thing stopped me for a while. When I rebooted, the server couldn&#8217;t be booted with the usual &#8220;boot disk&#8221;. I had to tell it specifically where to boot from.<br />
<code><br />
boot disk1:1<br />
</code></p>
<p>That boots from the first disk and its first partition. It worked perfectly, and I was lead to doing that by <a href="http://www.aquaphoenix.com/ref/os/page2.html" title="SUN Sparc Boot commands" target="_blank">another</a> user guide.</p>
<p>To make it use the proper disk when booting, the following command is sufficient.<br />
<code><br />
setenv boot-device disk1:1<br />
</code></p>
<p>That is enough to make the system boot from the correct disk next time it reboots.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/magvar.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/magvar.wordpress.com/501/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=501&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://magvar.wordpress.com/2011/12/30/debian-on-a-sunfire-v120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/146d1cda9226ca5a3358ced93b9ce605?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magvar</media:title>
		</media:content>
	</item>
		<item>
		<title>XML to flat file (CSV) using awk</title>
		<link>http://magvar.wordpress.com/2011/12/18/xml-to-flat-file-csv-using-awk/</link>
		<comments>http://magvar.wordpress.com/2011/12/18/xml-to-flat-file-csv-using-awk/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 22:02:13 +0000</pubDate>
		<dc:creator>magvar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://magvar.wordpress.com/?p=480</guid>
		<description><![CDATA[NOTE. Since WordPress doesn&#8217;t allow proper XML to be shown on its pages, and I can&#8217;t even link to simple shell scripts, all sample files and command lines are shown as png images. Sorry about that. END OF NOTE. Recently, &#8230; <a href="http://magvar.wordpress.com/2011/12/18/xml-to-flat-file-csv-using-awk/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=480&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>NOTE. Since WordPress doesn&#8217;t allow proper XML to be shown on its pages, and I can&#8217;t even link to simple shell scripts, all sample files and command lines are shown as png images. Sorry about that.<br />
END OF NOTE.</p>
<p>Recently, I wanted to test how large a very large XML file (180 MB in size) would be if it was formatted as a CSV (in this case a semi-colon separated file). To make it so, I wrote a little routine in AWK to read out a specified number of tags and their values, and print them in a CSV in the order they were specified.</p>
<p>A (sample) XML file (with more than a few tags removed) would be;</p>
<div id="attachment_484" class="wp-caption alignnone" style="width: 301px"><a href="http://magvar.files.wordpress.com/2011/12/tmp_demo_xml.png"><img class="size-medium wp-image-484" title="tmp_demo_xml" src="http://magvar.files.wordpress.com/2011/12/tmp_demo_xml.png?w=291&#038;h=300" alt="XML demo file" width="291" height="300" /></a><p class="wp-caption-text">XML demo file</p></div>
<p>First, I needed to get hold of the tags of the XML file. All I&#8217;m really interested in, which&#8217;ll be evident later, is the value tags listed in the &#8220;record&#8221; element. To extract all of them was pretty easy.</p>
<div id="attachment_485" class="wp-caption alignnone" style="width: 301px"><a href="http://magvar.files.wordpress.com/2011/12/get_xml_tags.png"><img class="size-medium wp-image-485" title="get_xml_tags" src="http://magvar.files.wordpress.com/2011/12/get_xml_tags.png?w=291&#038;h=100" alt="Get XML tags" width="291" height="100" /></a><p class="wp-caption-text">Get XML tags</p></div>
<p><code><br />
imsi<br />
msisdn<br />
imei<br />
pdp<br />
apn<br />
charging_id<br />
duration<br />
tx<br />
rx<br />
local<br />
ggsn<br />
sgsn<br />
charge<br />
</code></p>
<p>I piped the output of the command to a file called elements.txt. Note the order in which the elements are listed. That&#8217;s the order in which they&#8217;ll appear on each output line later.</p>
<p>Now, here&#8217;s the code to run to get all of the XML formatted as CSV.</p>
<p><a href="http://carlscrona.se/~mavar/code/xmlToCSV.awk">xmlToCSV.awk</a></p>
<p>The syntax to call the program is as follows, and the output should be piped to a different output file. Note the &#8220;STARTTAG&#8221; and &#8220;ENDTAG&#8221; parameters. They show between what tags data should be extracted. Note that this script can&#8217;t really handle XML that contains multiple tags with the same name, or multiple elements with the same name, for that matter. But, that shouldn&#8217;t be too hard to add either&#8230;</p>
<p><code><br />
awk -f xmlToCSV.awk -v INPUTFILE=data/inputfile.xml -v STARTTAG=record -v ENDTAG=record -v ELEMFILE=elements.txt<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/magvar.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/magvar.wordpress.com/480/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=480&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://magvar.wordpress.com/2011/12/18/xml-to-flat-file-csv-using-awk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/146d1cda9226ca5a3358ced93b9ce605?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magvar</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2011/12/tmp_demo_xml.png?w=291" medium="image">
			<media:title type="html">tmp_demo_xml</media:title>
		</media:content>

		<media:content url="http://magvar.files.wordpress.com/2011/12/get_xml_tags.png?w=291" medium="image">
			<media:title type="html">get_xml_tags</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Debian via network-inst / PXE</title>
		<link>http://magvar.wordpress.com/2011/12/11/installing-debian-via-network-inst-pxe/</link>
		<comments>http://magvar.wordpress.com/2011/12/11/installing-debian-via-network-inst-pxe/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 20:09:18 +0000</pubDate>
		<dc:creator>magvar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://magvar.wordpress.com/?p=473</guid>
		<description><![CDATA[I had a bit of a challenge over the weekend. Oldest sons computer, an Intel Atom 330-based machine, refuses to boot from USB-sticks. It doesn&#8217;t have a normal CD/DVD reader, so I hooked one up that I found on the &#8230; <a href="http://magvar.wordpress.com/2011/12/11/installing-debian-via-network-inst-pxe/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=473&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I had a bit of a challenge over the weekend. Oldest sons computer, an Intel Atom 330-based machine, refuses to boot from USB-sticks. It doesn&#8217;t have a normal CD/DVD reader, so I hooked one up that I found on the scrapheap in the basement, burnt a DVD with <a title="Linux Mint Debian Edition" href="http://blog.linuxmint.com/?p=1818" target="_blank">Linux Mint Debian Edition</a> (my new favourite) and installed everything. Forgot just one thing before I removed the DVD and put the whole box back together&#8230;. to make the harddrive partition I used for installing bootable.</p>
<p>When I&#8217;d spent five minutes putting the box back together, I didn&#8217;t feel like dismantling it again. So&#8230; instead I took a virtual Debian server I&#8217;d installed a while earlier and installed a tftp-server on it, to make it possible for my sons computer to boot the installation from that.</p>
<p>So, I basically followed this <a href="http://www.debian.org/releases/stable/i386/ch04s05.html.en" title="Debian Installation guide" target="_blank">Debian Installation guide</a>, but skipping over the unnecessary parts.  </p>
<p>Logging on to the virtual server, these are the commands I entered.</p>
<p><code><br />
root@debbie:~# apt-get install tftpd-hpa<br />
root@debbie:~# update-inetd --enable bootps<br />
root@debbie:~# /etc/init.d/inetd reload<br />
root@debbie:~# /etc/init.d/tftpd-hpa restart<br />
Restarting HPA's tftpd: in.tftpd.<br />
</code></p>
<p>Then I downloaded the start package needed to get the installation going.<br />
<code><br />
root@debbie:~# cd /srv/tftp/<br />
root@debbie:/srv/tftp# wget <a href="http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-i386/current/images/netboot/pxelinux.0" rel="nofollow">http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-i386/current/images/netboot/pxelinux.0</a><br />
</code></p>
<p>Adding the Debian network installation tar.gz package&#8230;<br />
<code><br />
root@debbie:/srv/tftp# wget <a href="http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-i386/current/images/netboot/netboot.tar.gz" rel="nofollow">http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-i386/current/images/netboot/netboot.tar.gz</a><br />
--2011-12-10 23:38:10--  <a href="http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-i386/current/images/netboot/netboot.tar.gz" rel="nofollow">http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-i386/current/images/netboot/netboot.tar.gz</a><br />
</code></p>
<p>&#8230; giving me the following directory content:<br />
<code><br />
root@debbie:/srv/tftp# ls -lrt<br />
total 8730<br />
-rw-r--r-- 1 root root 8910860 Oct  5 23:02 netboot.tar.gz<br />
-rw-r--r-- 1 root root   26816 Oct  5 23:09 pxelinux.0<br />
</code></p>
<p>I then unpacked the netboot tar.gz package.</p>
<p><code><br />
root@debbie:/srv/tftp# tar xvfz netboot.tar.gz<br />
root@debbie:/srv/tftp# ls -lrt<br />
total 8705<br />
lrwxrwxrwx 1 root root      34 Oct  5 23:02 pxelinux.cfg -&gt; debian-installer/i386/pxelinux.cfg<br />
lrwxrwxrwx 1 root root      32 Oct  5 23:02 pxelinux.0 -&gt; debian-installer/i386/pxelinux.0<br />
drwxr-xr-x 3 root root    1024 Oct  5 23:02 debian-installer<br />
-rw-r--r-- 1 root root      69 Oct  5 23:02 version.info<br />
-rw-r--r-- 1 root root 8910860 Oct  5 23:02 netboot.tar.gz<br />
</code></p>
<p>On my main server, which runs DHCP and other services, I made the following changes:</p>
<p><code><br />
root@duosol:~# vi /etc/dhcp3/dhcpd.conf<br />
...<br />
# TFTP options<br />
allow booting;<br />
allow bootp;<br />
...<br />
group {<br />
  next-server 192.168.16.52;<br />
  host tftpclient {<br />
# tftp client hardware address<br />
  hardware ethernet  00:1C:C0:DA:FF:D5;<br />
  filename "pxelinux.0";<br />
 }<br />
}<br />
</code></p>
<p>&#8220;next-server&#8221; gives the IP-address of my TFTP server, while the &#8220;hardware ethernet&#8221; is the MAC-address of the machine that&#8217;s to use the TFTP-server to find its installation medium, in my case my sons computer. I found this written on the screen when just starting the machine as it tried to find the TFTP server. I guess there&#8217;s an option to allow all that ask for it to use the same, but&#8230; I couldn&#8217;t be bothered to find out. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I then restarted the DHCP server.</p>
<p><code><br />
root@duosol:~# /etc/init.d/dhcp3-server restart<br />
</code></p>
<p>When booting the client (after having turned on &#8220;allow network boot&#8221; in the BIOS), it got its IP address assigned and booted the Debian installation program at once.</p>
<p>When I got to the partitioning of the harddrive, I just selected &#8220;Manual partitioning&#8221;, set the partition that Linux Mint was already installed to as &#8220;bootable&#8221;, and quit the Debian installation program.</p>
<p>Rebooted, and&#8230; got the familiar Linux Mint startup screen.</p>
<p>Maybe a complex way to solve a trivial problem, but now I&#8217;ve got a TFTP-server set up and a way to install other clients and servers with Debian should the need arise. A good excuse for tinkering with &#8220;stuff&#8221; when there was nothing good on the TV anyhow. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/magvar.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/magvar.wordpress.com/473/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=473&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://magvar.wordpress.com/2011/12/11/installing-debian-via-network-inst-pxe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/146d1cda9226ca5a3358ced93b9ce605?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magvar</media:title>
		</media:content>
	</item>
		<item>
		<title>Installed Linux Mint Debian Edition</title>
		<link>http://magvar.wordpress.com/2011/11/28/installed-linux-mint-debian-edition/</link>
		<comments>http://magvar.wordpress.com/2011/11/28/installed-linux-mint-debian-edition/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 21:54:43 +0000</pubDate>
		<dc:creator>magvar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://magvar.wordpress.com/?p=470</guid>
		<description><![CDATA[Well, in the end I got tired of Ubuntu and the weird hoops I had to go through to make sure things worked the way I wanted. Removing Unity (the desktop shown in the screenshot) was the first thing I &#8230; <a href="http://magvar.wordpress.com/2011/11/28/installed-linux-mint-debian-edition/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=470&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Well, in the end I got tired of <a title="Ubuntu 11.10 Screenshot" href="http://www.debianadmin.com/wp-content/gallery/oct/2.png">Ubuntu</a> and the weird hoops I had to go through to make sure things worked the way I wanted. Removing Unity (the desktop shown in the screenshot) was the first thing I did after installing, taking back the Gnome3 shell instead.</p>
<p>But, that got boring. So I decided to just abandon Ubuntu all together, after&#8230; well, a number of years, and going to <a title="Linux Mint Screenshot" href="http://distrowatch.com/images/cgfjoewdlbc/mint.png" target="_blank">Linux Mint</a>. Since their Linux Mint 12 is based on Ubuntu (but doesn&#8217;t go for Unity), I decided to go back to something I&#8217;m more accustomed to: Linux Mint Debian Edition. Debian is the root of all that&#8217;s good, so&#8230; And Mint had made sure things Just Work when I installed it (Ubuntu had a bit of a problem with my sound chip), so I&#8217;m now pleased.</p>
<p>Oh, and Debian has a rolling update strategy, i.e. they don&#8217;t do releases like the rest of the world. Updates are to individual programs and are applied as they&#8217;re released. No need to upgrade a whole distribution anymore.</p>
<p>After a number of weeks, I must say I&#8217;m mighty pleased. Mint have added the niceties I&#8217;m used to have when I&#8217;m working, and things just work while looking good. Could it be better?</p>
<p>They warn people that the distribution has some sharp edges, but hey&#8230; I used to run Gentoo as my desktop, on an old mini-ITX 1GHz board. Ain&#8217;t much with rougher edges than that.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/magvar.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/magvar.wordpress.com/470/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=470&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://magvar.wordpress.com/2011/11/28/installed-linux-mint-debian-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/146d1cda9226ca5a3358ced93b9ce605?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magvar</media:title>
		</media:content>
	</item>
		<item>
		<title>Gigaset SL910 &#8211; possible test</title>
		<link>http://magvar.wordpress.com/2011/11/24/gigaset-sl910-possible-test/</link>
		<comments>http://magvar.wordpress.com/2011/11/24/gigaset-sl910-possible-test/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 21:29:18 +0000</pubDate>
		<dc:creator>magvar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://magvar.wordpress.com/?p=466</guid>
		<description><![CDATA[Well, there&#8217;s a possibility that I might get picked to review the Gigaset SL910. Looks like a cool enough phone, I must say, with touchscreen and a display. Wonder if you can surf the web with it? Now that&#8217;d be &#8230; <a href="http://magvar.wordpress.com/2011/11/24/gigaset-sl910-possible-test/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=466&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Well, there&#8217;s a possibility that I <a title="Smartson Test Pilot" href="http://smartsontestpilot.se/gigasetsl910/bli-testpilot/" target="_blank">might get picked</a> to review the <a title="Gigaset SL910" href="http://www.youtube.com/watch?v=xdJQBOVO7lU" target="_blank">Gigaset SL910</a>. Looks like a cool enough phone, I must say, with touchscreen and a display.</p>
<p>Wonder if you can surf the web with it? Now that&#8217;d be quite cool. But, then again, I think it&#8217;d be quite enough to have a phone with a touchscreen. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Considering the number of hours spent on the phone around here, we&#8217;d sure give it a thorough test.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/magvar.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/magvar.wordpress.com/466/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magvar.wordpress.com&#038;blog=7627220&#038;post=466&#038;subd=magvar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://magvar.wordpress.com/2011/11/24/gigaset-sl910-possible-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/146d1cda9226ca5a3358ced93b9ce605?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magvar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
