<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Geek.Like.Todd &#187; Move your ass to Open Source</title>
	<atom:link href="http://blog.geekliketodd.com/archives/category/move-your-ass-to-open-source/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.geekliketodd.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 23:59:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sane &amp; Debian 6</title>
		<link>http://blog.geekliketodd.com/archives/856</link>
		<comments>http://blog.geekliketodd.com/archives/856#comments</comments>
		<pubDate>Wed, 06 Apr 2011 03:04:09 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Geeking Out]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Move your ass to Open Source]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=856</guid>
		<description><![CDATA[Sane is the Scanner Access Now Easy is an open source project for Unix that you can use to share an imaging device over a network. It&#8217;s not encumbered by ]]></description>
			<content:encoded><![CDATA[<p>Sane is the <strong>S</strong>canner <strong>A</strong>ccess <strong>N</strong>ow <strong>E</strong>asy is an open source project for Unix that you can use to share an imaging device over a network. It&#8217;s not encumbered by much security and is sparse on it&#8217;s options, but if you can get it working, you can use one scanner device as your only scanner if you so desire.</p>
<p>A disclaimer.. I&#8217;ve set up Sane on Ubuntu and OpenSuse so this wasn&#8217;t my first time trying it.. On OpenSuse I had very little trouble, Yast tends to make things easy, but I had some other issues that I wasn&#8217;t interested in tracking down.. and so.. I decided to get my feet wet in Debian 6 since I know it&#8217;s gonna trickle down into my life anyhow..</p>
<p>What I&#8217;m running all this with:</p>
<p>1. A beat up old Gateway Laptop with a sparse 512mb of Ram and some manner of Athlon processor.. this machine is mostly usable, but the ac adapter plug is a little wonky, and has to be held in place to keep the power on.. well.. as I was once told.. &#8220;if you can&#8217;t fix it.. Duck it.&#8221;  A GENEROUS amount of Black Duct Tape has mostly resolved this issue.</p>
<p>2. A Canon Pixma MP160 MultiFunction Machine. I of course am sharing this machine via CUPS to all the *nix machines in the house.</p>
<p>3. My home network is 192.168.2.0/24  and has about 10 ish or so network devices and only about 5 of which will ever scan, the rest being other stuff.</p>
<p><strong>ON THE SERVER</strong></p>
<p>I install Sane and Sane utils with:</p>
<p><code>sudo apt-get install sane sane-utils</code></p>
<p>after you install this you must edit the following files:</p>
<p><code>/etc/sane.d/saned.conf</code> and add the line <code>192.168.2.0/24</code> to allow access from my network to these machines.</p>
<p><code>/etc/default/saned</code> and the <code># Set to yes to start saned</code> must be set to <code>RUN=yes</code></p>
<p><strong>NOTE:</strong> I had an additional step, to fix a bug with probably only my particular scanner, but you may run into this.. I had to add the saned user on this machine to the lp group to gain access across the network.</p>
<p><strong>ON THE CLIENTS..</strong></p>
<p>On Linux you do the following:</p>
<p>You Install SANE the same way you do on the server. (I&#8217;m a debian guy but the config is the same on any nix system.)</p>
<p><code>sudo apt-get install sane sane-utils</code></p>
<p>and you edit this file</p>
<p><code>/etc/sane.d/net.conf</code></p>
<p>to contain the ip of the server or it&#8217;s resolved server name, which is what I do.</p>
<p><code>192.168.2.20</code></p>
<p>if you set it up right, you should be able to use something like..</p>
<p><code>scanimage -T</code> on the client and you will hear your scanner whir to life and test your device.</p>
<p><strong>In Linux </strong>I like using Simple Scan or X-Sane to scan with, But any Sane capable software will work. They don&#8217;t require you to configure the application. In Gimp there isn&#8217;t native scanning functionality, but never fear, you can make a symbolic link of the xsane binary to the gimp plugins directory under your user&#8217;s home. (Thanks to this <a href="http://www.xsane.org/doc/sane-xsane-gimp-doc.html">Link</a>)</p>
<p><code>todd@gojira:~$ ln -s /usr/local/bin/xsane /home/todd/.gimp-2.6/plug-ins/</code></p>
<p><strong>On a Mac Client</strong> I follow these insructions: <a href="http://www.ellert.se/twain-sane/">http://www.ellert.se/twain-sane/</a> You must install each of those applications per your version of OSX, and then you can open the Sane conifuration pane, and configure the &#8220;net&#8221; the same way you&#8217;d configure it for Linux, by adding the server&#8217;s IP address.  If you have Photoshop on this mac it will use Sane to Acquire an image if you so desire. </p>
<p>On Windows: As you can imagine with most *nix projects.. windows versions are available.. but are sort of under-developed, it&#8217;s like a square peg in a round hole.. however&#8230; <a href="http://www.xsane.org/xsane-win32.html">xsane32 exists for windows</a>.  It&#8217;s rather old, but is mostly functional. </p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fblog.geekliketodd.com%2Farchives%2F856" layout="button_count" show_faces="true" width="450" action="like" colorscheme="dark"></fb:like></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/856/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://blog.geekliketodd.com/archives/715</link>
		<comments>http://blog.geekliketodd.com/archives/715#comments</comments>
		<pubDate>Thu, 30 Sep 2010 21:49:46 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Move your ass to Open Source]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=715</guid>
		<description><![CDATA[This was titled &#8220;Linux User @ Best Buy&#8221;

I was playing around with the CLI page that XKCD put up on April Fools.. and I ran accross this when looking at ]]></description>
			<content:encoded><![CDATA[<p>This was titled &#8220;Linux User @ Best Buy&#8221;</p>
<p><img class="alignnone" title="&lt;3 XKCD" src="http://imgs.xkcd.com/comics/linux_user_at_best_buy.png" alt="" width="494" height="255" /></p>
<p>I was playing around with the CLI page that XKCD put up on April Fools.. and I ran accross this when looking at random comics.</p>
<p>A few months ago I was pinged by my companies security dept, I had sent a blank xls document to a gmail account and they wanted to know why, after explaining I was doing some testing of the secure mail we have, I was asked to among other things.. run a spyware check on my machine at home.. They send a zip file with some spyware software to scan a windows machine, I advised I had many machines, and non ran windows..and I&#8217;m pretty sure I was smug about it.</p>
<p>I don&#8217;t remember now if i ran the spyware check under wine or not, but they didn&#8217;t press the issue.</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fblog.geekliketodd.com%2Farchives%2F715" layout="button_count" show_faces="true" width="450" action="like" colorscheme="dark"></fb:like></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/715/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading my Linux..</title>
		<link>http://blog.geekliketodd.com/archives/693</link>
		<comments>http://blog.geekliketodd.com/archives/693#comments</comments>
		<pubDate>Tue, 10 Aug 2010 20:24:07 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Death To Windows]]></category>
		<category><![CDATA[Move your ass to Open Source]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=693</guid>
		<description><![CDATA[I&#8217;ve been using Linux at home as my desktop now for over a year, and in that time I&#8217;ve grown to love it.. and learned to live with upgrading it ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Linux at home as my desktop now for over a year, and in that time I&#8217;ve grown to love it.. and learned to live with upgrading it frequently.. in the windows and mac world you may keep a version of an OS for the life of the machine.. this is why many of you are still running OS X 10.4 and Windows XP.. they cost you money, and you got your machine with them pre-installed.  Linux moves alot faster, for one the development process (like all things Open Source) is out in the open,  so many of the distributions release frequently, somthing along the lines of 2 or 3 releases a year.</p>
<p>I use Mint which was begat by Ubuntu, which in turn was begat by Debian.  This weekend I&#8217;m going to move from Linux Mint 8 KDE Edition (which is based on Ubuntu 9.10 Karmic) to Kubuntu 10.04 Lucid, which is an LTS release of Ubuntu running KDE.   I don&#8217;t mind using Mint at all but I feel like I&#8217;m a bit of a different user than I was a year ago.. who knows in 5 years I might be a Linux from Scratch guy.. rofl.. riiiight..</p>
<p>So this weekend I&#8217;ll be:</p>
<p>Backup up anything from my installation drive to other places.</p>
<p>Documenting things I may have running on my Linux box that need to be reinstalled / set up on the new installation.</p>
<p>Then wiping and installing. Because I don&#8217;t do upgrade installations.. EVER.</p>
<p style="text-align: center;"><a href="http://blog.geekliketodd.com/wp-content/uploads/2010/08/linux-i-want-to-believe.jpg"><img class="aligncenter size-full wp-image-694" title="linux-i-want-to-believe" src="http://blog.geekliketodd.com/wp-content/uploads/2010/08/linux-i-want-to-believe.jpg" alt="" width="300" height="375" /></a></p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fblog.geekliketodd.com%2Farchives%2F693" layout="button_count" show_faces="true" width="450" action="like" colorscheme="dark"></fb:like></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/693/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I </title>
		<link>http://blog.geekliketodd.com/archives/669</link>
		<comments>http://blog.geekliketodd.com/archives/669#comments</comments>
		<pubDate>Wed, 16 Jun 2010 12:52:56 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Move your ass to Open Source]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=669</guid>
		<description><![CDATA[
The GIMP is an Open Source Image Editor similar to Adobe&#8217;s Photoshop, in many ways it is as good as PS especially for the things that most people may do ]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.geekliketodd.com/wp-content/uploads/2010/06/the_gimp.jpg"><img class="aligncenter size-medium wp-image-670" title="the_gimp" src="http://blog.geekliketodd.com/wp-content/uploads/2010/06/the_gimp-300x224.jpg" alt="" width="300" height="224" /></a><br />
The GIMP is an Open Source Image Editor similar to Adobe&#8217;s Photoshop, in many ways it is as good as PS especially for the things that most people may do with it.. and especially for the Price as Gimp is Open it is Free.</p>
<p>I recently found a set of Podcasts by a German Teacher who speaks pretty good english named Rolf Steinort. His site is called <a href="http://www.meetthegimp.org">Meet The Gimp</a>. He posts tutorials on many of the features and bugs in Gimp, I&#8217;ve been listening to them for a while and it&#8217;s opened my mind to what can be done with Gimp and Photo manipulation..  I&#8217;d suggest if you are interested since Gimp is free and lets face it you can&#8217;t keep torrenting that Pirated copy of Adobe forever.. You try it..</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fblog.geekliketodd.com%2Farchives%2F669" layout="button_count" show_faces="true" width="450" action="like" colorscheme="dark"></fb:like></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/669/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woo! Linux Hulu Client!</title>
		<link>http://blog.geekliketodd.com/archives/344</link>
		<comments>http://blog.geekliketodd.com/archives/344#comments</comments>
		<pubDate>Sat, 10 Oct 2009 21:03:24 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Move your ass to Open Source]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=344</guid>
		<description><![CDATA[Hulu, which is pretty much shaping up to be part of the future of IPTV as we know it, released a client for Linux.  They released 64 and 32 bit ]]></description>
			<content:encoded><![CDATA[<p>Hulu, which is pretty much shaping up to be part of the future of IPTV as we know it, released a <a href="http://www.hulu.com/labs/hulu-desktop-linux">client for Linux</a>.  They released 64 and 32 bit client packages for Ubuntu and Fedora based Distros.  I tested it on Linux Mint 7 which is a fork of Ubuntu.</p>
<p>It&#8217;s Pretty Solid. I expected issues but it ran smooth, I&#8217;m on a Quad Core machine so I have no idea how it would run on a lesser machine.</p>
<p><a href="http://www.hulu.com/labs/hulu-desktop-linux"><img class="aligncenter size-medium wp-image-346" title="snapshot2" src="http://blog.geekliketodd.com/wp-content/uploads/2009/10/snapshot2-300x192.png" alt="snapshot2" width="300" height="192" /></a></p>
<p>It has a great anime selection, many of them in Japanese which is how I prefer it. And it&#8217;s Free. So.. I Suggest if you have a pc and love to watch TV on your own terms but don&#8217;t necessarily want to deal with cable or a DVR, give Hulu desktop a try.</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fblog.geekliketodd.com%2Farchives%2F344" layout="button_count" show_faces="true" width="450" action="like" colorscheme="dark"></fb:like></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/344/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding up Firefox</title>
		<link>http://blog.geekliketodd.com/archives/337</link>
		<comments>http://blog.geekliketodd.com/archives/337#comments</comments>
		<pubDate>Fri, 09 Oct 2009 02:30:49 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Move your ass to Open Source]]></category>
		<category><![CDATA[Neat Stuff that Todd Drools Over]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=337</guid>
		<description><![CDATA[I stumbled upon an article about speeding up Linux and found some options that work on Frefox regardless of platform, I figured I&#8217;d repeat these easy options here:
Step #1 in ]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon an <a href="http://www.techradar.com/news/computing/pc/make-linux-faster-lighter-and-more-powerful-641317?artc_pg=1">article about speeding up Linux</a> and found some options that work on Frefox regardless of platform, I figured I&#8217;d repeat these easy options here:</p>
<p><strong>Step #1 </strong>in the Firefox Address Bar type <strong>about:config</strong> and <strong>press enter.</strong> You&#8217;ll see a warning message.  It will say things like <strong>&#8220;This might void your Warranty!&#8221;</strong> click the <strong>&#8220;I&#8217;ll be careful&#8221;</strong> ad don&#8217;t be a Nancy.  (my apologies to my Aunt Nancy.. I&#8217;m not insinuating you are lame.)</p>
<p><strong>Step #2 </strong>Search for the following &#8220;values&#8221; and change them (Double clicking on them will allow you to change them)</p>
<p><strong><span style="text-decoration: underline;">Search for</span> </strong>the item on the left<strong> <span style="text-decoration: underline;">Change to</span> </strong>the value on the right<strong><br />
network.dns.disableIPv6  FALSE<br />
</strong><strong>network.http.pipelining  TRUE<br />
</strong> <strong>network.http.proxy.pipelining  TRUE<br />
</strong><strong>http.pipelining.maxrequests </strong>to <strong>8</strong> instead of <strong>4</strong></p>
<p><strong><strong>Step #3 </strong></strong>Right click anyplace in the body of the config and select <strong><strong>&#8220;new&#8221;</strong></strong> and then <strong><strong>&#8220;integer&#8221; </strong></strong>then create the following entries (whats on the left is the &#8220;name of the integer&#8221; the number is the &#8220;value&#8221;)</p>
<p><strong>content.notify.backoffcount </strong><strong> 5<br />
</strong><strong>nglayout.initialpaint.delay  0<br />
</strong><strong>ui.submenuDelay   0</strong></p>
<p><strong>Step #4 </strong>Restart Firefox</p>
<p><strong><br />
</strong></p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fblog.geekliketodd.com%2Farchives%2F337" layout="button_count" show_faces="true" width="450" action="like" colorscheme="dark"></fb:like></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/337/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Le Pant..</title>
		<link>http://blog.geekliketodd.com/archives/313</link>
		<comments>http://blog.geekliketodd.com/archives/313#comments</comments>
		<pubDate>Tue, 29 Sep 2009 14:18:27 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Fun Crap I did on a weekend!]]></category>
		<category><![CDATA[Move your ass to Open Source]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[xsane]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=313</guid>
		<description><![CDATA[Scanning for the &#8220;Rometo Family Picture Project&#8221; is done.
So around-ish February.. when I was full on Florida.. we asked Sydney&#8217;s folks to give us the huge box of unorganized photos ]]></description>
			<content:encoded><![CDATA[<p><strong>Scanning for the &#8220;<a href="http://gallery.raymerfamilies.com/v/FamilyAlbums/RometoAL/">Rometo Family Picture Project</a>&#8221; is done.</strong></p>
<p>So around-ish February.. when I was full on Florida.. we asked Sydney&#8217;s folks to give us the huge box of unorganized photos they have so I could scan them and put them online.</p>
<p>The task was daunting.. but here is how I overcame: <strong>Batch scanning</strong>. I used <a href="http://www.linuxmint.com">Linux</a>, or course, and scanned the full width and breadth of my scanner at 600 dpi which was it&#8217;s max resolution, I later lowered it to 300 since the quality of the scan was beating the quality of the print by a very wide margin.  I&#8217;d scan &#8220;sets&#8221; into <a href="http://www.xsane.org/">X-Sane</a>, then seperate them using <a href="http://www.gimp.org/">Gimp</a>.</p>
<p>I&#8217;m happy to say.. that this weekend after <strong>months</strong> of not really working on it at all.. I completed the scanning part of the project, right now I&#8217;m separating the pictures and then they will be available in the <a href="http://gallery.raymerfamilies.com">Family Gallery</a>.  I&#8217;m not entirely certain how many pictures there will be total, but I scanned in about 800 this weekend.</p>
<p>-Todd</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fblog.geekliketodd.com%2Farchives%2F313" layout="button_count" show_faces="true" width="450" action="like" colorscheme="dark"></fb:like></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/313/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternatives to Office (in Windows)</title>
		<link>http://blog.geekliketodd.com/archives/114</link>
		<comments>http://blog.geekliketodd.com/archives/114#comments</comments>
		<pubDate>Thu, 14 May 2009 12:18:30 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Move your ass to Open Source]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=114</guid>
		<description><![CDATA[Perhaps its because people tell you that you &#8220;Have to have Office&#8221; or.. that you can&#8217;t open some files without it.. the fact remains.. MS Office is expensive.. and with ]]></description>
			<content:encoded><![CDATA[<p>Perhaps its because people tell you that you &#8220;Have to have Office&#8221; or.. that you can&#8217;t open some files without it.. the fact remains.. MS Office is expensive.. and with every upgrade it never seems like you are getting your money&#8217;s worth.</p>
<p>MS Office isn&#8217;t Free.. the student / teacher version is over $100 and some versions are far more expensive.. it also introduces closed standards.. and very few features in every new release (at the very least.. ones you are likley to use.)</p>
<p>Here are a couple of  FREE Alternatives to MS Office.</p>
<p><a href="http://www.OpenOffice.org">OpenOffice.org</a> &#8211; easily the best, this set of programs runs on any OS and is completley free and open source. It is compatible for the most part with all native office formats.</p>
<p><a href="http://symphony.lotus.com/software/lotus/symphony/home.nsf/home">Lotus Symphony</a> &#8211; I can&#8217;t say I&#8217;ve used this application, but it&#8217;s from IBM and seems pretty promising.. I&#8217;ll have to give it a shot sometime.</p>
<p><a href="http://docs.google.com">Google Docs</a> &#8211; this is &#8220;cloud computing&#8221; essentially you create your files and edit and store them online.. this works out better than you&#8217;d think</p>
<p>Don&#8217;t need a Full Office Suite? Just need something like Word?</p>
<p><a href="http://abiword.org/">AbiWord</a> &#8211; it&#8217;s pretty old school.. but it&#8217;s a good word processor.</p>
<p>If you take inventory of what you do online on with a PC these day&#8217;s it&#8217;s easy to see you spend less time in an application and more time using a browser..  this is easily a sign of things to come.</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fblog.geekliketodd.com%2Farchives%2F114" layout="button_count" show_faces="true" width="450" action="like" colorscheme="dark"></fb:like></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/114/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

