<?xml version="1.0"?>
<rss version="2.0">

<channel>
	<title>Planet CrunchBang Linux</title>
	<link>http://crunchbanglinux.org/planet/</link>
	<language>en</language>
	<description>Planet CrunchBang Linux - http://crunchbanglinux.org/planet/</description>

<item>
	<title>rich: Icedove Thunderbird - Debian Ubuntu not opening with NS_GetServiceManger Error</title>
	<guid>tag:blogger.com,1999:blog-4488820958057583936.post-8788035456857671939</guid>
	<link>http://feedproxy.google.com/~r/debianandi/~3/Cja8vO-UMKU/icedove-thunderbird-debian-ubuntu-not.html</link>
	<description>&lt;br /&gt;
&lt;b&gt;Icedove fails to open after system cleanup&lt;/b&gt;&lt;br /&gt;
I had a clean out of old applications and files on my work Debian Squeeze box, only to reboot and find that Icedove email client wouldn't run.&lt;br /&gt;
&lt;br /&gt;
I opened the terminal and ran &quot;icedove&quot; and got this error message:&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
/usr/lib/icedove/icedove-bin: symbol lookup error: /usr/lib/icedove/components/libimgicon.so: undefined symbol: NS_GetServiceManager&lt;/blockquote&gt;
A quick Google around a few forums and mailing lists showed it to be a lib error (probably from my recent clean out) and not specifically Icedove on Debian (Hence the reason i've posted this here and not on&amp;nbsp;&lt;a href=&quot;http://debianandi.blogspot.com/&quot; target=&quot;_blank&quot;&gt;DebianAndI&lt;/a&gt;) as it also appeared for Ubuntu users and Thunderbird as well. Anyway, there's an easy fix.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. Backup your Icedove email files just in case:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
cp .icedove icedovebkp&lt;/blockquote&gt;
&lt;b&gt;2. Completely remove Icedove:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
sudo apt-get remove --purge icedove&lt;/blockquote&gt;
&lt;b&gt;3. And then reinstall:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
sudo apt-get install icedove&lt;/blockquote&gt;
&lt;b&gt;4: Open your terminal and type:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
LD_BIND_NOW=1 icedove&lt;/blockquote&gt;
&lt;div&gt;
Icedove should open and everything should be back to normal.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/4488820958057583936-8788035456857671939?l=debianandi.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/d-vK2tYU677DkP_9Gvs5-tHA3bA/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/d-vK2tYU677DkP_9Gvs5-tHA3bA/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/d-vK2tYU677DkP_9Gvs5-tHA3bA/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/d-vK2tYU677DkP_9Gvs5-tHA3bA/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/debianandi/~4/Cja8vO-UMKU&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 23 May 2012 08:52:00 +0000</pubDate>
	<author>noreply@blogger.com (rich scadding)</author>
</item>
<item>
	<title>rich: Convert to and split flash video (flv) files for Youtube</title>
	<guid>tag:blogger.com,1999:blog-4488820958057583936.post-7918432975977234577</guid>
	<link>http://feedproxy.google.com/~r/debianandi/~3/U13sUGQ-6j4/convert-to-and-split-flash-video-flv.html</link>
	<description>&lt;br /&gt;
I recently got asked about uploading videos to Youtube by a friend, and decided to look at the best way to first convert them to Flash (.flv) and then split them into chunks to get round the Youtube video size restrictions.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Winff&lt;/b&gt;&lt;br /&gt;
If you've never used Winff before, then you'll love it. It allows you to choose your video file and convert into various formats, including Flash for Websites (.flv) It's available in most Linux repos, and you can find more info here:&amp;nbsp;&lt;a href=&quot;http://winff.org/html_new/&quot;&gt;http://winff.org/html_new/&lt;/a&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
sudo apt-get install winff&lt;/blockquote&gt;
&lt;b&gt;Ffmpeg&lt;/b&gt;&lt;br /&gt;
Ffmpeg is the tool for everything video and audio. It's available in all Linux repos and you can find more info here:&amp;nbsp;&lt;a href=&quot;http://ffmpeg.org/&quot;&gt;http://ffmpeg.org/&lt;/a&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
sudo apt-get install ffmpeg&lt;/blockquote&gt;
&lt;b&gt;VLC Media Player:&lt;/b&gt;&lt;br /&gt;
I would also recommend installing vlc which is probably the most complete lightweight Video/Audio player available. It's also available in all Linux repositories, more info here:&amp;nbsp;&lt;a href=&quot;http://www.videolan.org/vlc/&quot;&gt;http://www.videolan.org/vlc/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Basically you just convert and split.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;1.&lt;/b&gt;&amp;nbsp;Open Winff, open the file you want to convert, and choose Flash/Website&lt;br /&gt;
&lt;b&gt;2.&lt;/b&gt;&amp;nbsp;Let it convert then open your terminal ready for some ffmpeg-foo&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Ok, so, case scenario:&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
You have a video file called &quot;bacon&quot; that is 30 minutes long and you want to create two 15 minute files. To get file number 1 you split from 0min for a duration of 15 minutes, and then for file number 2 you split from 15min for another duration of 15 minutes like this:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;ffmpeg &amp;nbsp;split originalbacon.flv from [startpoint 0] [for duration 15] to newbacon1.flv&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;ffmpeg &amp;nbsp;split originalbacon.flv from [startpoint 15] [for duration 15] to newbacon2.flv&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Which in the Terminal is like this:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
ffmpeg -i input.flv -sameq -ss 00:00:00 -t 00:15:00 file1.flv&lt;/blockquote&gt;
then:&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
ffmpeg -i input.flv -sameq -ss 00:15:00 -t 00:15:00 file2.flv&lt;/blockquote&gt;
&lt;br /&gt;
Happy splitting and uploading :)&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/4488820958057583936-7918432975977234577?l=debianandi.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/82KVDDjLCngyJUltjDwuY4ODoy0/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/82KVDDjLCngyJUltjDwuY4ODoy0/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/82KVDDjLCngyJUltjDwuY4ODoy0/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/82KVDDjLCngyJUltjDwuY4ODoy0/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/debianandi/~4/U13sUGQ-6j4&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 23 May 2012 08:50:00 +0000</pubDate>
	<author>noreply@blogger.com (rich scadding)</author>
</item>
<item>
	<title>rich: Broadcom BCM4311 problem on Debian, Mint, Ubuntu</title>
	<guid>tag:blogger.com,1999:blog-4488820958057583936.post-8729139923721433495</guid>
	<link>http://feedproxy.google.com/~r/debianandi/~3/7Tzt1tlVRXY/linux-mint-12-broadcom-bcm4311-problem.html</link>
	<description>&lt;br /&gt;
The STA driver does not work properly for the BCM4311 in Mint/Ubuntu/Debian.&lt;br /&gt;
The Restricted Driver Manager only gives you the Broadcom STA driver as an option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Yesterday got asked by a friend to remove Ubuntu from his 5-year-old laptop. It's a 64bit, 1Gb Ram machine, with an Nvidia graphics card and Broadcom wireless.&lt;br /&gt;
&lt;br /&gt;
I was pretty certain that the 64bit Linux Mint 12 would just work out of the box, even though i've had problems with the Broadcom firmware on other machines (wireless cutting out and needing to be restarted)&lt;br /&gt;
&lt;br /&gt;
The install went fine, and I went straight to the &quot;Restricted Drivers manager&quot; for Nvidia and Broadcom. The STA driver was recommended so I installed it. Only to find it would work.&lt;br /&gt;
&lt;br /&gt;
My laptop at home works ok with the older B43 module, so I went the traditional route and installed that instead.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Install:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; sudo apt-get install firmware-b43-installer b43-fwcutter&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Then unload both modules:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; sudo modprobe -r b43 wl&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Now reload the B43 module:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; sudo modprobe b43&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;If when you reboot, the B43 module doesn't get loaded:, just add it to &quot;modules&quot;:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; sudo vim /etc/modules&lt;br /&gt;
&lt;br /&gt;
and add b43 at the end of the list. Now it'll load at boot.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;The STA module may also load at boot, so just blacklist it by adding it to the blacklist:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; sudo vim /etc/modprobe.d/blacklist.conf&lt;br /&gt;
&lt;br /&gt;
and it like this:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; blacklist wl&lt;br /&gt;
&lt;br /&gt;
Now reboot, and you'll have Broadcom 4311 wireless working.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/4488820958057583936-8729139923721433495?l=debianandi.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/5K240xKs5X1mjlIzroxPcocj0tc/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/5K240xKs5X1mjlIzroxPcocj0tc/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/5K240xKs5X1mjlIzroxPcocj0tc/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/5K240xKs5X1mjlIzroxPcocj0tc/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/debianandi/~4/7Tzt1tlVRXY&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 23 May 2012 08:40:00 +0000</pubDate>
	<author>noreply@blogger.com (rich scadding)</author>
</item>
<item>
	<title>Larry Cafiero: ZaReason Alto 3880: The honeymoon continues</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=233</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/05/22/zareason-alto-3880-the-honeymoon-continues/</link>
	<description>&lt;p&gt;&lt;em&gt;[Note: This item is being resposted from the &lt;a href=&quot;http://larrythefreesoftwareguy.wordpress.com&quot;&gt;Larry the Free Software Guy&lt;/a&gt; blog. Because it mentions CrunchBang, it is included in this blog as well.]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;When I reviewed the ZaReason Alto 3880 &lt;a href=&quot;http://larrythefreesoftwareguy.wordpress.com/2012/02/13/high-on-the-alto-3880/&quot;&gt;earlier this year&lt;/a&gt;, I liked it so much I got one, and I told Cathy and Earl Malmrose of ZaReason that I&amp;#8217;d write my impressions of the Alto three months later.&lt;/p&gt;
&lt;p&gt;That was in February and now it&amp;#8217;s May &amp;#8212; three months hence &amp;#8212; and I have to say that I have not had one bad experience with the laptop. &lt;/p&gt;
&lt;p&gt;To recap: Until I gave the Alto a test run, I was a dyed-in-the-wool ThinkPad guy, utilitarian to the core. All my ThinkPads &amp;#8212; and there are several &amp;#8212; look like NASCAR entries with their sticker-laden covers displaying the best of FOSS programs.&lt;/p&gt;
&lt;p&gt;Since February, though, I&amp;#8217;ve been using the Alto for hours on end on a daily basis, giving it the rigorous workout that the ThinkPads normally got when I was using them exclusively. The Alto 3880 has proved to be a very tough machine going step-for-step, measure-for-measure with the ThinkPad in all categories.&lt;/p&gt;
&lt;p&gt;The advantage that the Alto has over the ThinkPad is that it looks good &amp;#8212; no, it looks &lt;em&gt;great&lt;/em&gt; &amp;#8212; doing it. &lt;/p&gt;
&lt;p&gt;Which of course brings me to the keyboard: As I wrote earlier, I thought the keyboard in the Alto 3880, at first touch, was a little light. With the pounding I normally give the sturdy ThinkPad keyboard, I openly worried about my heavy fingers and not-so-gentle touch on what I thought might be a less-than-sturdy keyboard. I was completely wrong about this &amp;#8212; the keyboard is tougher than the first impression lets on, and it is one of the Alto 3880&amp;#8242;s outstanding features. If it handles the range of tapping I give it &amp;#8212; and it has &amp;#8212; then it passes that test with high marks.&lt;/p&gt;
&lt;p&gt;As I&amp;#8217;ve written before, I&amp;#8217;m running CrunchBang Statler on this machine and it runs flawlessly on the Alto. In the original blog, I mentioned that I had also run other distros on the Alto as well, but I choose to run CrunchBang for a variety of reasons I write about &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com&quot;&gt;in another blog&lt;/a&gt;. For the unenlightened, CrunchBang &amp;#8212; which is on the verge of releasing another version soon &amp;#8212; is a Debian-based distro running the Openbox window manager. On the Alto, the combination of Openbox with Debian rumbling under the hood makes this laptop a digital rocket.&lt;/p&gt;
&lt;p&gt;The ZaReason Alto 3880 is an outstanding machine that continues to earn my highest recommendation. The specs are &lt;a href=&quot;http://zareason.com/shop/Alto-3880.html&quot;&gt;here&lt;/a&gt; and, as I mentioned in the original blog item, the price is higher than you&amp;#8217;d pay for something off the shelf at a big box like Best Buy (and, in a word, don&amp;#8217;t!). But the Alto is worth every bit of the extra cost, and one of many features that ZaReason offers is that they provide a wide variety of distros to choose from on their hardware &amp;#8212; though I don&amp;#8217;t use it often, I understand Linux Mint would be a good off-the-shelf choice &amp;#8212; and they even will install a distro at your request.  &lt;/p&gt;
&lt;p&gt;Like &amp;#8212; oh, I don&amp;#8217;t know &amp;#8212; CrunchBang, if you ask for it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/08/88x31creativecommonsancn.png&quot;&gt;&lt;img class=&quot;alignleft size-full wp-image-1294&quot; title=&quot;88x31creativecommonsancn&quot; src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/08/88x31creativecommonsancn.png?w=549&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;span&gt;&lt;em&gt;This blog, and all other blogs by Larry the Free Software Guy and Larry Cafiero, are licensed under the &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-nd/3.0/&quot;&gt;Creative Commons Attribution-NonCommercial-NoDerivs CC BY-NC-ND license&lt;/a&gt;. In short, this license allows others to download this work and share it with others as long as they credit me as the author, but others can’t change it in any way or use it commercially.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/zareason/&quot;&gt;ZaReason&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/zareason/&quot;&gt;ZaReason&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/233/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/233/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/233/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/233/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/233/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/233/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/233/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/233/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/233/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/233/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/233/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/233/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/233/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/233/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=233&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 22 May 2012 18:18:39 +0000</pubDate>
</item>
<item>
	<title>omns: Ahoy there! I'm in a quandary.</title>
	<guid>tag:blogger.com,1999:blog-8594646748020084180.post-5751872593063162805</guid>
	<link>http://www.acreativecommoner.com/2012/05/ahoy-there-im-in-quandary.html</link>
	<description>&lt;br /&gt;Recently I've been in a bit of a quandary about Creative Commons licensing of my work. As mentioned previously I've been a long term user and supporter of the license and have seen it work quite successfully for many artists and enterprises.&lt;br /&gt;&lt;br /&gt;My latest thoughts revolve around wondering if it is personally worth the effort and does it really provide any advantages over standard copyright licensing. Basically I use Creative Commons for a couple of reasons. One is because I'm a believer in community based open source software development. As a long term Linux user I guess it would a little strange for me not to be.&lt;br /&gt;&lt;br /&gt;In terms of my photography, writing and art I've always seen Creative Commons as an extension of that and saw it as a reasonable way of addressing the issue of piracy of my work for personal use. If you want to use it on your PC or phone as a background then Creative Commons gives you the right to do so freely. However, by providing high res images of my work for this type of use, does it really make any difference to maintaining standard copyright with download restrictions etc. The reality is that even if I employ strategies like disabling right click downloads, people will still obtain my work for personal use via screen grabs etc if they really want it.&lt;br /&gt;&lt;br /&gt;As I'm likely to never do anything about my work being pirated at this personal level (in reality I'd encourage it) I'm left wondering if Creative Commons provides me with any greater protection of my work in a broader more commercial sense. How does it really hold up in a court of law? I imagine it varies from country to country. For example, here in Australia not all of the Creative Commons licenses are compatible with Australian copyright law. I may be under the misapprehension that my work is covered commercially but it might fall flat if tested. My reading tells me that I should have been using an Australian version of the Creative Commons licensing to protect my content. It's all a bit grey and hazy for my liking.&lt;br /&gt;&lt;br /&gt;In light of this I think I'm going to scale things back a little and revert to using standard copyright licensing on my thoughts, images and web based content at this blog. Of course I know that if you want my images here you'll take them and still use them on your desktops etc. Reverting to standard copyright is more about protecting my rights in a broader more commercial sense.&lt;br /&gt;&lt;br /&gt;Now of course this places the whole notion of this blog in somewhat of a dilemma. I think I'll maintain the domain though and look at it from a slightly different angle. Im a fairly common run of the mill guy so it still fits with a creative interpretation. I'll still be supporting free software etc but when it comes to my photography and art you'll be seeing it from a slightly more traditional perspective.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-I5t88fahNIk/T7q0Fc9rEaI/AAAAAAAAE5E/gTTR-bHSO2U/s1600/fairlight2_1600.jpg&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;265&quot; src=&quot;http://1.bp.blogspot.com/-I5t88fahNIk/T7q0Fc9rEaI/AAAAAAAAE5E/gTTR-bHSO2U/s400/fairlight2_1600.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/8594646748020084180-5751872593063162805?l=www.acreativecommoner.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 21 May 2012 15:47:36 +0000</pubDate>
	<author>noreply@blogger.com (Grant Galbraith)</author>
</item>
<item>
	<title>omns: CrunchBang Linux Waldorf - Development Release Review</title>
	<guid>tag:blogger.com,1999:blog-8594646748020084180.post-5637921464665691525</guid>
	<link>http://www.acreativecommoner.com/2012/05/crunchbang-linux-waldorf-development.html</link>
	<description>&lt;br /&gt;It's not my intention to proliferate this blog with Linux reviews. Its purpose is largely related to my photography interests but occasionally I'll feel the need to put some words down about Linux. My interest in the development of Linux distros has largely dissipated in recent times and I now just use it as one of my preferred tools. In this context I'm now just looking for highly polished distros that pretty much just work out of the box and involve only a small amount of tweaking and maintenance to be productive in other more important areas of my life. An example is my recent Unity setup. It's something I definitely would have shied away from in the past but now I find it to be a very productive environment that suits my workflow. It runs on a machine with plenty of RAM and CPU power so it's shortcomings in that area are not a concern.&lt;br /&gt;&lt;br /&gt;All that said I think there will always be one distro I make an exception for and that is CrunchBang Linux. Those of you that know me well would know of my strong interest in this wonderful distro in the past. I was there from the beginning of its community, was its first forum moderator and am somewhat proud of the friendly community we developed there. It was wonderful to see it go from strength to strength over the last 3-4 years. I no longer maintain that moderator and community role but do like to pop in and see how everyone is going from time to time. It's wonderful to see it continuing to prosper and the same friendly atmosphere continuing. It really is quite unique in the Linux world.&lt;br /&gt;&lt;br /&gt;Back to the main point of this review and recently Philip Newborough released the first development build for the next stable version of CrunchBang codenamed Waldorf. As most people know CrunchBang follows the Debian release cycle and after Debian's Squeeze and CrunchBang's Statler stable releases we can now look forward to Debian's Wheezy and CrunchBang's Waldorf.&lt;br /&gt;&lt;br /&gt;I have been looking for a distro to &amp;nbsp;replace my Fedora 16 Xfce install. It has served me well but there is a significant wireless bug in the Fedora kernels that effectively cripples my ath9k card if I upgrade from the old 3.1 kernel it currently uses. I have been looking forward to Fedora 17 to see if it resolves the issue but this release of CrunchBang proved to be far to tempting :-)&lt;br /&gt;&lt;br /&gt;First I would have to say that it takes a tremendous amount to tear me away from my beloved Xfce desktop, especially when Xfce 4.10 has just been released. Openbox really is the only decent alternative and as a CrunchBang user it is the alternative I'm most familiar with. CrunchBang also utilizes Xfce tools like the Thunar file manger so I feel right at home in this environment.&lt;br /&gt;&lt;br /&gt;So at the risk of being horribly subjective, here is my attempt at an objective review of CrunchBang Waldorf. As you can probably tell by now it will be a fairly positive review but I have been critical of &amp;nbsp;CrunchBang in the past which upset several people. I do stand by that review and hopefully this one as well :-)&lt;br /&gt;&lt;br /&gt;I approach this review from some new perspectives. The first being that I'm quite out of touch with developments in Debian. Most notable is the installer. It really has developed into a mature and intuitive installer and I think this is largely to do with the graphic version being so stable and usable now. The Squeeze installer was fine but I was more inclined to use the non-graphic version. Perhaps that was just familiarity with the way that worked but the graphic installer is now a joy to use and I'd recommend its use in the first instance.&lt;br /&gt;&lt;br /&gt;Naturally enough CrunchBang also uses a slightly modified version of this installer. It's sleek and very CrunchBang. The only gripe I have with it is the removal of setting up a root password in favour of setting up sudo. I dislike sudo but this is just a personal preference. Most people coming from bigger distros like Ubuntu will find it very familiar and in the long run its very simple to set up the root account for my needs post install. During install I chose to use the guided partitioning setup. Again this is not something I normally do but I was impressed with the default LVM options and automatic partitioning allocations so decided to proceed with it. This is also the dedicated OS on this machine so the simple defaults are more than adequate. I chose a simple /, boot and swap setup but there are other options for separate partitions like /var etc as well. This further highlights the developments in the Debian installer. It really is a joy to use.&lt;br /&gt;&lt;br /&gt;Okay onto my first boot and I was greeted with the SLIM login manager. This choice is fine by me as I only intend to use the default Openbox session. I can see some complaining about having to set it up manually for other environments but when I look at the skill level of users who explore other window managers with a CrunchBang base this really isn't a great barrier. This week I've also noted the development of a new GUI based autologin tool that may incorporate some mechanism for changing the default boot environment as well. From a security perspective &amp;nbsp;I'd discourage the use of autologins but that is a matter &amp;nbsp;of personal choice in the long run. As it stands now though, SLIM is highly effective and does the job admirably.&lt;br /&gt;&lt;br /&gt;Onto the desktop and the defining element of CrunchBang kicks into gear with the first boot terminal based cb-welcome script. I'm a little biased because I love developing scripts like this and cb-welcome is the script that I have modified over the years for my own Debian build-scripts. It has developed into a highly efficient set of scripts and provides many options for the first time user. These include an initial system upgrade followed by installation of printer drivers (a compromise over Philip's aversion to printers in general), installation of LibreOffice and other options like extra development tools etc. I've noted several other distros that have adapted this script for their needs and it really is a wonderful tool. You won't see it again after this first boot but it can easily be used again by running the cb-welcome command in a terminal.&lt;br /&gt;&lt;br /&gt;First impression of the desktop are that it's very CrunchBang. A simple dark grey desktop, tint2 and conky. Naturally enough I think most users options would be to start fiddling with cocky and tint2 configurations but the defaults are very usable if you've never seen them before. The default wallpapers on offer suit the distro well and I must issue a disclaimer when I state how nice they are. Yes, I created several of them and it always gives me a buzz to still see them included with each release :-)&lt;br /&gt;&lt;br /&gt;The other defining point of CrunchBang is its excellent Openbox menu. Everything is included here with easy access to configuration files and tools to begin personalising your desktop to your personal needs. The various pipe menus on offer are excellent with options to install things like LibreOffice if you missed it in cb-welcome and other browsers like iceweasel, chrome and opera. The default install now comes with Chromium which is a nice choice. Normally I would just install Chrome for the extra bits and pieces it provides but Chromium is suiting the simple browsing needs I have on this machine well so far.&lt;br /&gt;&lt;br /&gt;Overall impressions are that this release is already very stable. This obviously reflects on the development of Debian more than anything else but it's also great to see Philip putting the same high levels of stability into his his various additions, packages and configurations.&lt;br /&gt;&lt;br /&gt;So would I recommend this release to others? Absolutely? This is the first time in quite a while that I'm really enjoying using Openbox again. I'd forgotten just how nice it is and it's a joy to be hacking away at it again. Not that I've made many changes from the defaults, just a few tweaks like tint2 on the left side which suits my screen real estate better. My next stop is conky. I like the default but when I get the time I'll probably dig out some old configs and put together something more suited to my needs.&lt;br /&gt;&lt;br /&gt;I guess then that my final words should be a congratulations to Philip for another fine job with Waldorf. It's nice to be back in the Debian world again and given my needs on this machine, CrunchBang is the perfect fit right now.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;---------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-xfFSsOcbsxQ/T6x-x6BqsCI/AAAAAAAAEfc/1U-bt_fAsyA/s1600/7166185844_115685000c_o.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;372&quot; src=&quot;http://3.bp.blogspot.com/-xfFSsOcbsxQ/T6x-x6BqsCI/AAAAAAAAEfc/1U-bt_fAsyA/s640/7166185844_115685000c_o.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;span&gt;My current desktop. Minor Conky/tint2 changes and a few compositing tweaks. Wallpaper courtesy of a friend who recently snapped an image of me doing my thing.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/8594646748020084180-5637921464665691525?l=www.acreativecommoner.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 21 May 2012 15:47:16 +0000</pubDate>
	<author>noreply@blogger.com (Grant Galbraith)</author>
</item>
<item>
	<title>omns: Welcome</title>
	<guid>tag:blogger.com,1999:blog-8594646748020084180.post-9006070203070851484</guid>
	<link>http://www.acreativecommoner.com/2012/04/welcome-to-creative-commoner.html</link>
	<description>&lt;br /&gt;Welcome to &lt;b&gt;A Creative Commoner&lt;/b&gt;. This blog will document my adventures in a a variety of interests from Photography through to open source software. Roughly posts will fall into these categories.&lt;br /&gt;&lt;br /&gt;Photography - basically this will be images from my recent shoots. I'll restrict it to what I hope are some of my better efforts and share more details about techniques used, settings and post-processing. This will be more detailed than appears on my Google+ profile.&lt;br /&gt;&lt;br /&gt;Photography software - currently I'm embarking on a project to review as much photography related open-source software as I can with the primary goal being to see if the open-source offerings are a viable alternative to photoshop etc.&lt;br /&gt;&lt;br /&gt;Open-Source in general - naturally enough to do the above it will work best on a open-source platform like Linux. I'll review other free software for OS X and Windows but these posts with have a large Linux flavour. At the moment I only have an iMac at my disposal so it will be dual booting until a different arrangement comes along. I plan to begin this process with a an install then extensive review of the next LTS Ubuntu release 12.04. Those of you who have known me for some time might find that a bit shocking but my days of immersing myself in the never ending world of Linux are long over. These days I'm just focusing on getting the job done on a platform that has a large package base and a base that the latest release of the packages being reviewed will run on. In that sense Ubuntu wins hands down.&lt;br /&gt;&lt;br /&gt;A little later I plan to develop a smugmug site for anyone who might be inclined to support my photography interests in a more formal/financial way. Until then you are free to use my images for personalise use as outlined in the creative commons license. For any commercial use please contact me via my &lt;a href=&quot;http://www.blogger.com/You%20can%20also%20find%20me%20at%20my%20Google+%20Profile%20:-)%20https://plus.google.com/u/0/102418626433642452947/posts&quot; target=&quot;_blank&quot;&gt;Google+ profile&lt;/a&gt; and we'll work something out :-)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img border=&quot;0&quot; height=&quot;265&quot; src=&quot;http://3.bp.blogspot.com/-sMraZ_ZBb0Q/T2Wk7w-LXyI/AAAAAAAABOE/qZPd8p6d6Ew/s400/sunsetGQab.jpg&quot; width=&quot;400&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;span&gt;Original Image can be found here -&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://goo.gl/l4xLh&quot;&gt;http://goo.gl/l4xLh&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;Released under a Creative Commons Non Commercial License&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;http://creativecommons.org/licenses/by-nc/3.0/&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/8594646748020084180-9006070203070851484?l=www.acreativecommoner.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 21 May 2012 15:46:41 +0000</pubDate>
	<author>noreply@blogger.com (Grant Galbraith)</author>
</item>
<item>
	<title>rich: Add PPA Repositories to Debian</title>
	<guid>tag:blogger.com,1999:blog-4488820958057583936.post-1202535473795597653</guid>
	<link>http://feedproxy.google.com/~r/debianandi/~3/s5LSBxXM9qY/add-ppa-repositories-to-debian.html</link>
	<description>&lt;b&gt;Ubuntu PPAs on Debian?&lt;/b&gt;&lt;br /&gt;
I know some people are going to flip about &quot;dirtying&quot; their Debian box with Ubuntu PPAs, but sometimes there are external apps that you want (think new Gimp 2.8) which you either just can't get or you can't be asked to manually compile. In any case, if you are an experienced Debian user, you'll know how to reverse this if it causes any problems, and we all love a bit of breakage.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;The DebPPA script&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
vim debppa.sh&lt;/blockquote&gt;
&lt;b&gt;Add this code:&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://aprendiom.com/downloads/debppa&quot;&gt;http://aprendiom.com/downloads/debppa&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Move it and make it executable:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
sudo mv debppa.sh /usr/sbin/debppa&lt;br /&gt;
sudo chmod o+x /usr/sbin/debppa&lt;br /&gt;
sudo chown root:root /usr/sbin/debppa&lt;/blockquote&gt;
&lt;b&gt;Use it like this:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
sudo debppa ppa:ppa-name&lt;/blockquote&gt;
That's it, now you can add PPA repositories and get the latest applications.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/4488820958057583936-1202535473795597653?l=debianandi.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/NRdrneRG1nvtCpRIqzDQOA-j6-Y/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/NRdrneRG1nvtCpRIqzDQOA-j6-Y/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/NRdrneRG1nvtCpRIqzDQOA-j6-Y/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/NRdrneRG1nvtCpRIqzDQOA-j6-Y/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/debianandi/~4/s5LSBxXM9qY&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 21 May 2012 11:20:00 +0000</pubDate>
	<author>noreply@blogger.com (rich scadding)</author>
</item>
<item>
	<title>Larry Cafiero: Ready for Waldorf</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=228</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/05/16/ready-for-waldorf/</link>
	<description>&lt;p&gt;Before I start, there&amp;#8217;s an interview I had given while at Linux Fest Northwest with David Whitman of Hacker Public Radio about CrunchBang. It rambles a little, so I apologize for that, and I didn&amp;#8217;t hear all the New Year&amp;#8217;s Eve HPR shows that Philip (corenominal) and Rebecca (bobobex) Newborough did, so I wasn&amp;#8217;t in on the &amp;#8220;wife&amp;#8221; reference that David asked me about. Serves me right for not listening to all of the two shows in their entirety.&lt;/p&gt;
&lt;p&gt;Anyway, the HPR interview is &lt;a href=&quot;http://www.hackerpublicradio.org/eps/hpr0987.mp3&quot;&gt;here&lt;/a&gt;. And thank you, David, for taking a few minutes to talk to me.&lt;/p&gt;
&lt;p&gt;Back to the topic at hand: I&amp;#8217;ve been using the &lt;a href=&quot;http://crunchbang.org/download/testing&quot;&gt;Waldorf development build&lt;/a&gt; for the last couple of weeks on my old, but equally trusty, IBM ThinkPad T30, and I have to report that I haven&amp;#8217;t yet broken it &amp;#8212; clearly a good sign, first off, that corenominal has done something right (yet again) and there are things about it that make the T30 run better: off the bat, a wider range of screen resolutions and an improved network manager that plays a lot nicer with the T30 than Statler are two improvements right off the bat.&lt;/p&gt;
&lt;p&gt;As many of you who read the &lt;a href=&quot;http://larrythefreesoftwareguy.wordpress.com&quot;&gt;Larry the Free Software Guy&lt;/a&gt; blog know, I think reviewing an unfinished distro &amp;#8212; which is what an alpha, beta or a development build actually is &amp;#8212; is akin to telling someone how great a cake would taste by sampling the batter. So I don&amp;#8217;t review distros until they&amp;#8217;re done.&lt;/p&gt;
&lt;p&gt;However, I can tell you this about Wheezy-based CrunchBang 11 Waldorf: All indications point to the fact that this stands to be an outstanding release.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/228/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/228/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/228/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/228/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/228/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/228/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/228/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/228/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/228/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/228/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/228/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/228/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/228/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/228/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=228&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 17 May 2012 00:02:01 +0000</pubDate>
</item>
<item>
	<title>rich: Howto setup any HP printer on Debian</title>
	<guid>tag:blogger.com,1999:blog-4488820958057583936.post-3031083638908050372</guid>
	<link>http://feedproxy.google.com/~r/debianandi/~3/KcB2xRzc9IA/howto-setup-any-hp-printer-on-debian.html</link>
	<description>&lt;b&gt;Other Printers&lt;/b&gt;&lt;br /&gt;
I've written &lt;a href=&quot;http://debianandi.blogspot.com.es/2009/11/linux-easy-printer-setup-guide.html&quot; target=&quot;_blank&quot;&gt;other guides on setting up printers&lt;/a&gt; with Cups in the web browser via localhost:631 (which is still an easy way to setup most printers, however, the drivers weren't listed for my current printer, so I Googled for the Hplip site at Sourceforge and found a neat little script.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Hp Deskjet 3050&lt;/b&gt;&lt;br /&gt;
In general with any Linux distro with a full desktop environment you would just install the Hplip package with GUI via the package manager. I have a minimal self-built Debian Squeeze with Openbox window manager, and as such, not all installed applications appear on the Obmenu (even the added Debian menu), so I have my own default menu with my frequently used apps. basically, when I installed the Hplip GUI there was no link to be seen on the menu, so I did an Alt+F2 to do arun-search of all the hp* references.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;HP-Setup = No USB Printer Detected&lt;/b&gt;&lt;br /&gt;
I ran hp-setup and it informed me that there was no printer connected via USB, even though lsusb showed it listed. I checked for usual dependencies, unplugged and replugged the printer, nada, so off to Google I went.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Using the Hplip script from Sourceforge:&lt;/b&gt;&amp;nbsp;&lt;a href=&quot;http://sourceforge.jp/projects/sfnet_hplip/releases/&quot;&gt;http://sourceforge.jp/projects/sfnet_hplip/releases/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1.&lt;/b&gt; Find the latest *.run script (Currently&amp;nbsp;&lt;a class=&quot;g_file_name_link&quot; href=&quot;http://sourceforge.jp/projects/sfnet_hplip/downloads/hplip/3.12.4/hplip-3.12.4.run/&quot;&gt;hplip-3.12.4.run&lt;/a&gt;) and download it.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2.&lt;/b&gt; Open a terminal and go to your &quot;Downloads&quot; directory&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
cd Downloads&lt;/blockquote&gt;
&lt;b&gt;3.&lt;/b&gt; Create a HP directory (A lot of files will be downloaded when the script runs)&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
mkdir HP&lt;/blockquote&gt;
&lt;b&gt;4.&lt;/b&gt; Move the script there&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
mv hplip-3.12.4.run HP&lt;/blockquote&gt;
&lt;b&gt;5.&lt;/b&gt; Change to the HP directory&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
cd HP&lt;/blockquote&gt;
&lt;b&gt;6.&lt;/b&gt; Run the script as a regular user&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
sh&amp;nbsp;hplip-3.12.4.run&lt;/blockquote&gt;
&lt;br /&gt;
Now just go through the motions, it's self explanatory and will guide you step by step. Basically after reading it turns out that I just said YES to all the default options, and now have a fully working HP Deskjet 3050 on Debian Squeeze.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/4488820958057583936-3031083638908050372?l=debianandi.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/ucgOEJEZtrGsAEE2CSEjdXvlEJw/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/ucgOEJEZtrGsAEE2CSEjdXvlEJw/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/ucgOEJEZtrGsAEE2CSEjdXvlEJw/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/ucgOEJEZtrGsAEE2CSEjdXvlEJw/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/debianandi/~4/KcB2xRzc9IA&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 04 May 2012 10:22:00 +0000</pubDate>
	<author>noreply@blogger.com (rich scadding)</author>
</item>
<item>
	<title>Larry Cafiero: Linux Fest Northwest makes its mark</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=223</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/05/01/linux-fest-northwest-makes-its-mark/</link>
	<description>&lt;p&gt;Those of us who have been to Linux shows, or especially have worked Linux shows, in the past know the drill. It&amp;#8217;s something out of &amp;#8220;Field of Dreams.&amp;#8221; If you build it &amp;#8212; the &amp;#8220;it&amp;#8221; here being a Linux event &amp;#8212; they will come, and they will all seem to come right at Saturday morning at 9 sharp when the show officially starts.&lt;/p&gt;
&lt;p&gt;They did just that at Linux Fest Northwest. Past its first decade of operation, LFNW has established itself as the premiere Linux event in the region and, as I&amp;#8217;ve mentioned before, next to the Southern California Linux Expo, it&amp;#8217;s the best show on the West Coast. For two days, geeks in the Northwest get to listen to top-notch presenters &amp;#8212; as well as people like me &amp;#8212; and visit exhibits from distros, software and hardware makers.&lt;/p&gt;
&lt;p&gt;The Bellingham Linux Users Group and volunteers from other open source user groups in the area never fail to put on a great expo, and I think I speak for many attendees when I say that I&amp;#8217;m deeply grateful for their efforts. About 1,200 people attended LFNW on the campus of Bellingham Technical College over the weekend. Thanks, LFNW folks.&lt;/p&gt;
&lt;p&gt;Here&amp;#8217;s a look at the weekend:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/05/15943044.jpg&quot;&gt;&lt;img src=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/05/15943044.jpg?w=150&amp;h=150&quot; alt=&quot;&quot; title=&quot;15943044&quot; width=&quot;150&quot; height=&quot;150&quot; class=&quot;alignleft size-thumbnail wp-image-224&quot; /&gt;&lt;/a&gt;&lt;strong&gt;Not another distro . . .&lt;/strong&gt;: Bill Smith and his wife Portia staffed the CrunchBang booth with me, and again my thanks go out to them for the help. Visitors to the booth ranged from those who knew what CrunchBang was to those who whined, &amp;#8220;Not another distro . . .&amp;#8221; To which I replied far too often, &amp;#8220;Yes, another distro. This one is Debian with the OpenBox window manager,&amp;#8221; before explaining the advantages of CrunchBang. &amp;#8220;There&amp;#8217;s a digital Darwinism at play here, with the good distros gathering a strong community and thriving, and others . . . not so much.&amp;#8221; There were about 150 pieces of media burned &amp;#8212; CDs and DVDs &amp;#8212; all of which went out the door with prospective users. I, of course, will sit in the corner with the pointy hat because, truth be told, I forgot the banner and the &amp;#8220;success kid&amp;#8221; stickers made up for LFNW, but we&amp;#8217;ll use &amp;#8216;em next year.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Hello, I&amp;#8217;m Greg DeKoenigsberg&lt;/strong&gt;: The printed program had it right, as did the Web site. But the large poster on the wall on the Haskell classroom building on Saturday morning had Greg&amp;#8217;s presentation on the schedule where I was giving the Intro to CrunchBang talk. With LFNW&amp;#8217;s permission, Greg and I had switched presentation times more than a week prior to the event, since he was getting in late. But the poster outside the wall had the old schedule. Try as I might &amp;#8212; which, of course, was not very hard &amp;#8212; I could not convince the folks that I was the Eucalyptus VP. After an announcement that if you were there for Greg&amp;#8217;s talk, it would be tomorrow, only a couple of people bailed out. As for my talk, it went as well as my talks usually go &amp;#8212; no one was injured and law enforcement officials were nowhere to be found &amp;#8212; and Scott Dowdle videotaped it, so as soon as that gets posted, I&amp;#8217;ll let you know.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The (two) big thing(s)&lt;/strong&gt;: The big thing at Linux Fest Northwest &amp;#8212; not including OpenSUSE rep Bryen Yunashko&amp;#8217;s hat &amp;#8212; was the Pogo Linux&amp;#8217;s booth, which featured a full-fledged, sit-behind-the-wheel racing game with three large-screen monitors, where drivers navigated a course and prizes were given for the fastest laps. No, my racing days are far behind me, but from what I was told by someone who raced cars and turned the second fastest lap on Saturday, it was very realistic. Another big thing &amp;#8212; bigger to the Android crowd, apparently, and arguably just as fast as the racing game &amp;#8212; was the ZaReason tablet, which many folks tried out at our booth (ZaReason shared the CrunchBang booth at LFNW). Keep an eye on that, since this full-fledged Android tablet will be coming out very soon.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Hands across the water&lt;/strong&gt;: It was a grand experiment, though operator error by yours truly may have kept it from being a huge success. But during the CrunchBang Birds of a Feather meetup on Sunday morning, we used a Google+ Hangout to raise CrunchBang lead developer Philip Newborough. Sort of. Despite getting dropped a couple of times &amp;#8212; once because I hit the wrong key &amp;#8212; we got to talk about the show, about what&amp;#8217;s coming up for CrunchBang and things along those lines, and it was very informative for those in attendance. Thanks, Philip, and Rebecca Newborough as well, who in her capacity as the CrunchBang Community Leader also participated from the Lincoln side of things.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bon mots&lt;/strong&gt;: I&amp;#8217;m still apologizing to Deb Nicholson for forgetting her surname in introducing her to Philip Newborough at the BoF on Sunday morning. You know you work with someone in FOSS circles for years and something like this happens . . . . A shout-out goes to Eric Craw, a new CrunchBang user from Washington who converted at Linux Fest Northwest. Not only did he start using CrunchBang, but he already started contributing code back to the project, showing that this is what FOSS is all about . . . . David Whitman of Hacker Public Radio gave me a few minutes of interview time at the end of Linux Fest Northwest, so all that thumping and loading in the background may or may not be audible once the interview is broadcast . . . . I drove 962 miles each way to attend LFNW, but this show is so great that I would have &lt;em&gt;walked&lt;/em&gt; 962 miles to get to Bellingham. Again, kudos to the LFNW crew.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Start rumors&lt;/strong&gt;: In my capacity as publicity chair for the Southern California Linux Expo, I finally got to sit down with my good friends Warren Sanders and Scott Dowdle, and two folks from the Big Sky Country that I hadn&amp;#8217;t met &amp;#8212; Rocky Mountain College&amp;#8217;s Andrew Niemantsverdreit and Gary Bummer, who is Scott&amp;#8217;s colleague at Montana State University &amp;#8212; and the five of us discussed bringing an event to their area. So be on the lookout for Montana Linux Fest, or something like it, in 2013.&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/3.0/&quot;&gt;&lt;img alt=&quot;Creative Commons License&quot; src=&quot;http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;This work is licensed under a &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nc-nd/3.0/&quot;&gt;Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lfnw/&quot;&gt;LFNW&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/223/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/223/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/223/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/223/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/223/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/223/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/223/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/223/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/223/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/223/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/223/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/223/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/223/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/223/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=223&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 02 May 2012 04:26:05 +0000</pubDate>
</item>
<item>
	<title>CrunchBang Linux: Waldorf development images ready for testing</title>
	<guid>http://crunchbanglinux.org/blog/?p=184</guid>
	<link>http://crunchbanglinux.org/blog/2012/05/01/waldorf-development-images-ready-for-testing/</link>
	<description>&lt;p&gt;The first CrunchBang 11 &amp;#8220;Waldorf&amp;#8221; development builds are &lt;a title=&quot;Download Waldorf testing images.&quot; href=&quot;http://crunchbang.org/download/testing/&quot;&gt;now available for testing&lt;/a&gt;. For anyone unaware, these are the first builds to be based on Debian Wheezy sources. Wheezy is the current testing branch of Debian and therefore is likely to experience changes, bugs and breakages. These first builds are not recommended for anyone who requires a stable system, or is not happy running into occasional breakages.&lt;/p&gt;
&lt;p&gt;For more information and discussions, &lt;a title=&quot;Waldorf development images ready for testing&quot; href=&quot;http://crunchbanglinux.org/forums/topic/19283/waldorf-development-images-ready-for-testing/&quot;&gt;please see the forum announcement&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Tue, 01 May 2012 11:05:35 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Notes on Linux Fest Northwest</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=220</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/04/30/notes-on-linux-fest-northwest/</link>
	<description>&lt;p&gt;I&amp;#8217;m currently on the road in Oregon, heading back to the cozy confines of the redwoods of Felton, but I wanted to get a couple of notes down before posting a more comprehensive blog item at home about Linux Fest Northwest which was, in a word, outstanding.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;First things first&lt;/strong&gt;: I would venture to guess that there were more than 1,000 folks who showed up to the event, and I&amp;#8217;ll try to dig up a more accurate number later. In fact, we had folks checking out the CrunchBang table before we had even set up around 9ish on Saturday morning. While the show, of course, had its Saturday morning tsunami of humanity followed by a more reasonable and slow-paced Sunday, it was never lacking the electricity that Linux expos usually transmit during the course of the weekend. Carl Symons and the rest of the crew at LFNW put on a great show, period.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The CrunchBang table&lt;/strong&gt;: Bill Smith and his wife Portia did outstanding work staffing the booth, and my thanks go out to them for the help. It should be noted that Bill&amp;#8217;s attire &amp;#8212; a Tux vest &amp;#8212; was great, and Portia had #! painted onto her nails. Needless to say, they were ready for the show. Many visitors to the table already knew what CrunchBang is, and some were, &amp;#8220;What&amp;#8217;s CrunchBang?&amp;#8221; We gave away about 100 pieces of media and displayed on my old ThinkPad T30 and a newer ZaReason Alto 3880 how CrunchBang works across a wide range of computer hardware. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The ZaReason tablet&lt;/strong&gt;: A last-minute request by computer-maker ZaReason had me splitting the table between CrunchBang and ZaReason, and one of the things that drew attention and cause some buzz is the tablet that ZaReason will be coming out with soon. We had one of them in the booth, and many folks thought it was pretty cool, though one person said it looked too much like an iPad (and I don&amp;#8217;t believe that was a compliment).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Friends old and new&lt;/strong&gt;: Seeing old friends and making new ones is one of the great things about the shows. Great as always to see Rikki Endsley, Robyn Bergeron, Deb Nicholson, Jeff Sandys, Greg DeKoenigsberg and others whose names I&amp;#8217;ll remember between Springfield and Felton and try not to kick myself for forgetting while driving. A special shout out goes to Eric Craw, a new CrunchBang user who installed it after hearing my presentation on Saturday and immediately did some programming to submit to the distro.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ll get into more of the nuts-and-bolts of the show in the next blog item when I return home, like getting to start my presentation on Saturday morning with &amp;#8220;Hello, I&amp;#8217;m Greg DeKoenigsberg&amp;#8221; (in my best Johnny Cash) and more details on my talk and the hands-across-the-water CrunchBang Birds of a Feather meetup. But it&amp;#8217;s about time to get back on Interstate 5 and head south.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lfnw/&quot;&gt;LFNW&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/220/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/220/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/220/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/220/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/220/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/220/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/220/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/220/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/220/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/220/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/220/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/220/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/220/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/220/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=220&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 30 Apr 2012 15:55:52 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Ready for Linux Fest Northwest</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=217</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/04/24/ready-for-linux-fest-northwest/</link>
	<description>&lt;p&gt;The CrunchBang disks are burned, the stickers are being printed up, and the presentation still needs tweaking, but for all intents and purposes I&amp;#8217;m ready for &lt;a href=&quot;http://www.linuxfestnorthwest.org&quot;&gt;Linux Fest Northwest&lt;/a&gt;, which takes place this weekend at Bellingham Technical College.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.linuxfestnorthwest.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2012/02/lfnw.png?w=549&quot; alt=&quot;&quot; title=&quot;lfnw&quot; class=&quot;alignleft size-full wp-image-2329&quot; /&gt;&lt;/a&gt;Next to the &lt;a href=&quot;http://www.socallinuxexpo.org&quot;&gt;Southern California Linux Expo&lt;/a&gt; &amp;#8212; which will turn it up to 11 at SCALE 11X in February 2013* &amp;#8212; Linux Fest Northwest is the best show on the West Coast. Collectively and in choral harmony, I can hear all of you saying, &amp;#8220;What about OSCON?&amp;#8221; True, OSCON is the biggest of the West Coast shows, bringing out all the big guns, both in FOSS personalities as well as in software and hardware. There are many excellent presentations offered every year at OSCON, however with the show growing to the commercial entity that it has become, there&amp;#8217;s a slickness to it that has a tendency to leave many visitors adrift in a vast sea of marketing. &lt;/p&gt;
&lt;p&gt;Not so Linux Fest Northwest: It&amp;#8217;s in its 11th year in Bellingham, Washington &amp;#8212; essentially Microsoft&amp;#8217;s backyard &amp;#8212; and  from the ground up it an all-community affair, completely run with a volunteer staff that puts on an outstanding show on what seems to be the Pacific Northwest&amp;#8217;s best weekend of weather. The classrooms at Bellingham Technical College are ideal for presentations and the expo floor is big enough to be interesting but small enough not to be too overwhelming. &lt;/p&gt;
&lt;p&gt;I&amp;#8217;ll be presenting on Saturday morning &amp;#8212; Greg DeKoenigsberg and I switched times so he could give his presentation on Sunday &amp;#8212; on &amp;#8220;An Intro to CrunchBang&amp;#8221; in Haskell 103. Be there or be square. Also there&amp;#8217;s a CrunchBang Birds of a Feather meetup on Sunday morning as well. The CrunchBang booth &amp;#8212; which will also feature some ZaReason hardware &amp;#8212; will be in the center of the room diagonally across from where the raffle will take place. &lt;/p&gt;
&lt;p&gt;So if you&amp;#8217;re in the Pacific Northwest, you should head over to Linux Fest Northwest. You can sign up at the LFNW link above (it&amp;#8217;s free, but you have to sign up for a badge), and head over to the show.&lt;/p&gt;
&lt;p&gt;See you there.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;*Truth in advertising: I have a vested interest in SCALE since I&amp;#8217;m the publicity chair. But even if I wasn&amp;#8217;t, I&amp;#8217;d still think SCALE is the best show on the West Coast. Frankly, I think it&amp;#8217;s the best show in the hemisphere and I&amp;#8217;m beyond proud to be a part of it.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lfnw/&quot;&gt;LFNW&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale/&quot;&gt;SCALE&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/217/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/217/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/217/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/217/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/217/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/217/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/217/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/217/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/217/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/217/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/217/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/217/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/217/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/217/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=217&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 25 Apr 2012 02:36:31 +0000</pubDate>
</item>
<item>
	<title>omns: The journey begins...</title>
	<guid>tag:blogger.com,1999:blog-8594646748020084180.post-1092710683979944123</guid>
	<link>http://www.acreativecommoner.com/2012/04/journey-begins.html</link>
	<description>My first go at using open source processing software with my photos. Used in this photo are:&lt;br /&gt;&lt;br /&gt;RawTherapee 4.08&lt;br /&gt;Darktable 1.0&lt;br /&gt;Gimp 2.8&lt;br /&gt;&lt;br /&gt;I've used Gimp extensively in the past so was more interested in the raw processing and filtering capabilities of the other two. Out of these RawTherapee has impressed me the most and will be the focus of my first review on this blog.&lt;br /&gt;&lt;br /&gt;Below is the final image I came up with. If you compare it with the rest of the images in&lt;a href=&quot;https://plus.google.com/u/0/photos/102418626433642452947/albums/5731797909013161137&quot; target=&quot;_blank&quot;&gt;&amp;nbsp;this album on G+ &lt;/a&gt;I think you'll agree that these open source alternatives hold up pretty well against Lightroom, Photoshop, Camera Raw etc that were used to produce the rest&amp;nbsp;of&amp;nbsp;the album.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-5zSEnI8fHZE/T5F9v85I26I/AAAAAAAADMc/JhLWTumHKEU/s1600/DSC_00032.jpg&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;434&quot; src=&quot;http://1.bp.blogspot.com/-5zSEnI8fHZE/T5F9v85I26I/AAAAAAAADMc/JhLWTumHKEU/s640/DSC_00032.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;See&lt;a href=&quot;https://plus.google.com/u/0/photos/102418626433642452947/albums/5731797909013161137/5733503395822980578&quot; target=&quot;_blank&quot;&gt; this Google+ album&lt;/a&gt; for a full sized image. Click on&amp;nbsp;Options&amp;nbsp;and choose 'Download full size'&lt;br /&gt;&lt;span&gt;Released under a Creative Commons Non Commercial License&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://creativecommons.org/licenses/by-nc/3.0/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://creativecommons.org/licenses/by-nc/3.0/&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/8594646748020084180-1092710683979944123?l=www.acreativecommoner.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 20 Apr 2012 17:09:57 +0000</pubDate>
	<author>noreply@blogger.com (Grant Galbraith)</author>
</item>
<item>
	<title>omns: Dual Booting Snow Leopard and Ubuntu 12.04</title>
	<guid>tag:blogger.com,1999:blog-8594646748020084180.post-881221962686150324</guid>
	<link>http://www.acreativecommoner.com/2012/04/dual-booting-snow-leopard-and-ubuntu.html</link>
	<description>The first step on my open source digital imaging project was to get a Linux system up and running. As I'm dual booting an iMac and don't have a lot of time to mess around with my install I decided to go with a distribution that develops a live image specifically designed for Macs, namely Ubuntu. I've always tested each new release of Ubuntu but I've always had a number of issues with the way they do things so have mainly stuck with the Debian mothership over the years. That said, with this&amp;nbsp;install&amp;nbsp;I was looking for newer versions of imaging software so the Ubuntu PPA's are convenient and effective.&lt;br /&gt;&lt;br /&gt;The first task was to install rEFIt and get it set up for dual booting. There are many guides out there on setting up rEFIt and repartitioning your drive so I wont go over it again here. The best one I've found for this task is at the link below.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.omgubuntu.co.uk/2011/10/dual-boot-os-ubuntu/&quot;&gt;http://www.omgubuntu.co.uk/2011/10/dual-boot-os-ubuntu/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Please note that I've set up this dual booot on a Snow Leopard machine. I haven't enjoyed the Lion experience and recently set about deleting it and restoring the snow leopard setup that came with my Mac. What I didn't like about Lion could fill a number of blog posts but I also was unable to find a decent how-to on how to dual boot any Linux distro with Lion. I've become increasingly unhappy with Apple in recent years and this may be the last Mac I purchase as I'll probably move to Linux box like this one. At worst I can run photoshop etc in wine or a Windows virtual machine but I'd prefer to keep it as native as possible, hence this little project.&lt;br /&gt;&lt;br /&gt;Anyway, back to the install. After setting up refit and ensuring it was booting properly I embarked on installing Ubuntu 12.04 Precise&amp;nbsp;Pangolin. I downloaded the Mac specific build from the daily builds (April 17) and with only 11 days until the final release I figured everything should be okay.&lt;br /&gt;&lt;br /&gt;The install process was fairly straight forward but I did strike a few snags. The install disc itself was easy to boot and when it got to the section where I could I could try the desktop or proceed straight to the installer, I chose to go straight into the install process. I always setup my partitions manually and this is where I struck my main snag. After setting up swap and main / partition I started the install and received an error stating that I needed a dedicated partition of at least 1mb for grub. Back in the installer I setup this partition as advised but still received this error. I tried a number of partitioning scenarios to try and work a way around this and even if I got the install to proceed it failed at installing grub. This install would still show up in redit as an efi boot on restart but it would proceed.&lt;br /&gt;&lt;br /&gt;After a number of failed attempts the solution to this was a relatively simple one. By proceeding to the live desktop and launching the installer from there I was able to setup my normal partitions in the &amp;nbsp;dedicated space and everything went smoothly. It's also important to boot the CD by holding down the C key during startup and bypass rEFIt to boot the install CD.&lt;br /&gt;&lt;br /&gt;Also of note during the install on my Mac was the wireless card. My model has a Broadcom card so it is an optional install to get it working. The additional driver application starts soon after the live desktop is up and running and the necessary driver can be installed and downloaded from the install CD. You are then asked to restart but this of course defeats the purpose on a live CD so just quit the additional drivers application and within a minute or so your wireless card should roar into life. An active Internet connection greatly improves the initial install with the ability to draw in 3rd party drivers and updates via the connection. It's well worth the effort to get this up and running if you have a Broadcom card in your iMac. Also of note is that any Bluetooth keyboard or magic mouse you may have will not work with the installer so have a USB key keyboard and mouse ready for the install. The mouse can be paired later but I'm still working on getting the keyboard working. If this is the only issue I have I'll be quite happy with the install overall as it was pretty painless once I got past this live desktop installer issue.&lt;br /&gt;&lt;br /&gt;Overall I'm quite impressed with 12.04 and Unity so far. I was quite a fan of the 11.04 release but didn't like the 11.10 release when Gnome 3.2 was first introduced. 12.04 and Gnome 3.4 has restored my faith somewhat.&lt;br /&gt;&lt;br /&gt;I haven't changed things to far from the defaults as yet except to install MyUnity and tweak the desktop a bit. I really preferred Confity for this task but I'm not sure if it is still alive as a project. I couldn't get the 1.7 release of Confity to work with 12.04.&lt;br /&gt;&lt;br /&gt;Other aesthetic tweaks and immediate additions were to install Faenza icons and a few apps like Terminator, Gimp and Darktable to get my project underway with Darktable being the first piece of software I will be reviewing in the weeks ahead. As a Lightroom replacement it looks quite feature rich so I'm looking forward to seeing how it performs, particularly with Raw files.&lt;br /&gt;&lt;br /&gt;In wanting to use the most current versions of Gimp and Darktable I've used their PPA's and added and installed Gimp 2.8 and Darktable 1.0 with the following commands.&lt;br /&gt;&lt;br /&gt;Gimp:&lt;br /&gt;&lt;br /&gt;sudo add-apt-repository ppa:otto-kesselgulasch/gimp&lt;br /&gt;sudo apt-get update&lt;br /&gt;sudo apt-get install gimp&lt;br /&gt;&lt;br /&gt;Darktable&lt;br /&gt;sudo add-apt-repository ppa:pmjdebruijn/darktable-release&lt;br /&gt;&lt;br /&gt;sudo apt-get update&lt;br /&gt;sudo apt-get install darktable&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Finally a note about the Ubuntu Software Centre. It has improved greatly since I last looked at it and I'll now use it instead of Gdebi to install debs. It handled a Chrome install quite well but I do have reservations about how it automatically handles package dependencies when uninstalling and installing software. Bascially I want to know what's going on and what is being added or removed from my&amp;nbsp;system. For this reason I will probably add Synaptic as it has more control over these sorts of things or more likely just use apt-get at the command line. Old habits die hard it seems :-)&lt;br /&gt;&lt;br /&gt;As for the rest of the integrated Ubuntu bits and pieces I don't have any use for them as I mainly use Google and Dropbox for everything in my day to day work. That said I'm really looking forward to firing up Darktable and reporting back on how it performs.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Until then... :-)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;b&gt;Some Screenshots&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;My desktop&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-Q3hbnIw3uJ0/T5Hmlmr8iYI/AAAAAAAADO8/EAX5kTgYpfk/s1600/desktop.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;http://2.bp.blogspot.com/-Q3hbnIw3uJ0/T5Hmlmr8iYI/AAAAAAAADO8/EAX5kTgYpfk/s640/desktop.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;The Dash&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-LhJ-gd_vUBA/T5HmJyphz0I/AAAAAAAADOc/QUalCA2iRAQ/s1600/dash.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;http://3.bp.blogspot.com/-LhJ-gd_vUBA/T5HmJyphz0I/AAAAAAAADOc/QUalCA2iRAQ/s640/dash.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Workspace Switcher&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-ERvSGly8sMA/T5HmowCD8pI/AAAAAAAADPE/ajapX4XNi6s/s1600/workspaces.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;http://2.bp.blogspot.com/-ERvSGly8sMA/T5HmowCD8pI/AAAAAAAADPE/ajapX4XNi6s/s640/workspaces.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;Darktable (a Lightroom alternative)&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-T-bo1v_1qwI/T5HmQTbQX3I/AAAAAAAADOk/A33gZybnInc/s1600/darktable.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;http://2.bp.blogspot.com/-T-bo1v_1qwI/T5HmQTbQX3I/AAAAAAAADOk/A33gZybnInc/s640/darktable.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;RawTherapee&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-pqu1ElTgKLA/T5HmXBdMH_I/AAAAAAAADOs/YdfW_IRG9Og/s1600/RawTherapee.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;http://2.bp.blogspot.com/-pqu1ElTgKLA/T5HmXBdMH_I/AAAAAAAADOs/YdfW_IRG9Og/s640/RawTherapee.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;Gimp 2.8 in single window mode&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-RJbBiwukQKM/T5HpgZ2yZVI/AAAAAAAADPM/fubtAMjX4ds/s1600/gimp.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;http://4.bp.blogspot.com/-RJbBiwukQKM/T5HpgZ2yZVI/AAAAAAAADPM/fubtAMjX4ds/s640/gimp.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/8594646748020084180-881221962686150324?l=www.acreativecommoner.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 20 Apr 2012 17:00:15 +0000</pubDate>
	<author>noreply@blogger.com (Grant Galbraith)</author>
</item>
<item>
	<title>jargon: Mighty Mouse</title>
	<guid>http://jargonsummary.wordpress.com/?p=114</guid>
	<link>http://jargonsummary.wordpress.com/2012/04/20/mighty-mouse/</link>
	<description>&lt;p&gt;&lt;em&gt;&lt;a href=&quot;http://jargonsummary.files.wordpress.com/2012/04/20120420_004.jpg&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-115&quot; title=&quot;Logitech Trackball&quot; src=&quot;http://jargonsummary.files.wordpress.com/2012/04/20120420_004.jpg?w=500&amp;h=281&quot; alt=&quot;Logitech Trackball&quot; width=&quot;500&quot; height=&quot;281&quot; /&gt;&lt;/a&gt;(Click to for large version)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;My mouse, the Logitech Trackman Marble. I&amp;#8217;ve had this device for two years now and it has vastly improved my pointing device UX. It stays completely out of the way, no pick-up-and-shift-pick-up-and-shift clack-clack-clack, no distracting red laser. Just silent efficiency. I love it. Picture taken with my Nokia N900 using &lt;em&gt;Solarize&lt;/em&gt; effect (installed &lt;a title=&quot;BlessN900&quot; href=&quot;http://blessn900.com/&quot; target=&quot;_blank&quot;&gt;BlessN900&lt;/a&gt;).&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/jargonsummary.wordpress.com/114/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/jargonsummary.wordpress.com/114/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/jargonsummary.wordpress.com/114/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/jargonsummary.wordpress.com/114/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/jargonsummary.wordpress.com/114/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/jargonsummary.wordpress.com/114/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/jargonsummary.wordpress.com/114/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/jargonsummary.wordpress.com/114/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/jargonsummary.wordpress.com/114/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/jargonsummary.wordpress.com/114/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/jargonsummary.wordpress.com/114/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/jargonsummary.wordpress.com/114/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/jargonsummary.wordpress.com/114/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/jargonsummary.wordpress.com/114/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=jargonsummary.wordpress.com&amp;blog=9770610&amp;post=114&amp;subd=jargonsummary&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 20 Apr 2012 14:27:31 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Asking questions, getting answers</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=207</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/04/09/asking-questions-getting-answers/</link>
	<description>&lt;p&gt;One of the best parts &amp;#8212; arguably &lt;em&gt;the&lt;/em&gt; best part &amp;#8212; about being a CrunchBang user are the answers that are readily available in the CrunchBang forums, whether they&amp;#8217;re already there (a search usually brings up a question you might have that has been discussed and answered already) or whether you&amp;#8217;re asking it for the first time to an enthused group of forum folks ready and willing to answer your unasked question.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.linuxfestnorthwest.org&quot;&gt;&lt;img class=&quot;alignleft size-full wp-image-149&quot; title=&quot;small-badge&quot; src=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png?w=549&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;And now you&amp;#8217;re expecting me to say, &amp;#8220;But,&amp;#8221; or &amp;#8220;However . . . .&amp;#8221; Surprise: I&amp;#8217;m not. The reason I bring up the CrunchBang forums and how well they work is to raise one of my personal quests in the FOSS realm that, if I were to succeed, I think it would make things a lot easier for everyone on several levels.&lt;/p&gt;
&lt;p&gt;You could ask, &amp;#8220;What might that be?&amp;#8221; And I would answer, &amp;#8220;asking questions better and answering them more civilly.&amp;#8221;&lt;/p&gt;
&lt;p&gt;Eric Raymond and Rick Moen wrote a treatise about this many years ago that&amp;#8217;s required reading at Felton LUG. It&amp;#8217;s called &amp;#8220;&lt;a href=&quot;http://www.catb.org/~esr/faqs/smart-questions.html&quot;&gt;How to Ask Questions the Smart Way&lt;/a&gt;&amp;#8221; and it is a remarkable guide regarding how to ask questions that will outline your problem efficiently for those who have to answer it. At the same time, it also has a guide for those who have been around the FOSS/Linux block &amp;#8212; OK, for some, around the FOSS/Linux &lt;em&gt;world&lt;/em&gt; &amp;#8212; a few times regarding how to answer questions as well. &lt;/p&gt;
&lt;p&gt;Bear in mind that I don&amp;#8217;t bring this up because I think there&amp;#8217;s a problem in this regard in the CrunchBang forums. Far from it; I think that questions and answers are handled quite well there. In fact, I&amp;#8217;ll go one step further: I think the way the CrunchBang community works, as shown in the forums, is a textbook case of how FOSS communities should work. &lt;/p&gt;
&lt;p&gt;I bring it up only as a reminder that I think everyone should give &amp;#8220;How to Ask Questions the Smart Way&amp;#8221; a read &amp;#8212; from the newest Linux user to the most seasoned veteran &amp;#8212; because there&amp;#8217;s something in it for everyone.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/eric-raymond/&quot;&gt;Eric Raymond&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/rick-moen/&quot;&gt;Rick Moen&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/eric-raymond/&quot;&gt;Eric Raymond&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/how-to-ask-questions-the-smart-way/&quot;&gt;How to Ask Questions the Smart Way&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/questions/&quot;&gt;Questions&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/rick-moen/&quot;&gt;Rick Moen&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/207/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/207/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/207/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/207/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/207/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/207/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/207/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/207/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/207/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/207/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/207/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/207/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/207/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/207/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=207&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 09 Apr 2012 18:51:24 +0000</pubDate>
</item>
<item>
	<title>rich: Howto install Perl Volwheel volume controller</title>
	<guid>tag:blogger.com,1999:blog-4488820958057583936.post-4525414646102222450</guid>
	<link>http://feedproxy.google.com/~r/debianandi/~3/lyo801fZwGs/howto-install-perl-volwheel-volume.html</link>
	<description>Volwheel is a nice little Perl script panel applet which provides a lightweight sound/volume controller on your chosen panel/toolbar. I use Tint2 on my Openbox desktop, and volwheel is always a part of my setup.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot;&gt;
&lt;a href=&quot;http://4.bp.blogspot.com/-lNtNyO7KV0c/T39XRX86oYI/AAAAAAAAC7U/-uRfWBiddI8/s1600/2012-04-06--1333745427_419x273_scrot.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;208&quot; src=&quot;http://4.bp.blogspot.com/-lNtNyO7KV0c/T39XRX86oYI/AAAAAAAAC7U/-uRfWBiddI8/s320/2012-04-06--1333745427_419x273_scrot.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;First download Volwheel&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
wget&amp;nbsp;http://aprendiom.com/downloads/volwheel-0.2.8.tar.gz&lt;/blockquote&gt;
&lt;b&gt;Untar it&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
tar zxvf volwheel-0.2.8.tar.gz&lt;/blockquote&gt;
&lt;b&gt;Dependencies&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
sudo apt-get install&amp;nbsp;libgtk2-trayicon-perl&lt;/blockquote&gt;
&lt;b&gt;Install&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
cd&amp;nbsp;volwheel-0.2.8&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
sudo ./install.pl&lt;/blockquote&gt;
&lt;b&gt;Copy Icons to System&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
sudo mkdir -p /usr/share/volwheel/icons&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
cd icons&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
sudo cp -a *&amp;nbsp;/usr/share/volwheel/icons&lt;/blockquote&gt;
&lt;b&gt;Copy Libs to System&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
cd ..&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
cd lib&lt;/blockquote&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
sudo cp -a * /usr/lib/perl5&lt;/blockquote&gt;
&lt;div&gt;
&lt;b&gt;Launch Volwheel&lt;/b&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
volwheel &amp;amp;&lt;/blockquote&gt;
&lt;div&gt;
&lt;b&gt;Change the theme and settings&lt;/b&gt; (I use static + speaker-black)&lt;/div&gt;
&lt;div&gt;
Right click on Volwheel icon, choose Preferences&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Autostart for Openbox&lt;/b&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
vim .config/openbox/autostart.sh&lt;/blockquote&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;i&gt;Add this line:&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
## Start volumeicon after a slight delay&lt;br /&gt;
(sleep 5s &amp;amp;&amp;amp; volwheel) &amp;amp;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
That's it, now you have a nice Perl volume icon.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/4488820958057583936-4525414646102222450?l=debianandi.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/Ve5qcRlthMzY_18TZC7Zk5yamQg/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/Ve5qcRlthMzY_18TZC7Zk5yamQg/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/Ve5qcRlthMzY_18TZC7Zk5yamQg/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/Ve5qcRlthMzY_18TZC7Zk5yamQg/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/debianandi/~4/lyo801fZwGs&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 06 Apr 2012 20:48:00 +0000</pubDate>
	<author>noreply@blogger.com (rich scadding)</author>
</item>
<item>
	<title>Larry Cafiero: Update on Linux Fest Northwest prep</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=199</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/04/03/update-on-linux-fest-northwest-prep/</link>
	<description>&lt;p&gt;As I&amp;#8217;ve mentioned &lt;em&gt;ad nauseum&lt;/em&gt; on the CrunchBang forums, I have arranged for a booth at &lt;a href=&quot;http://www.linuxfestnorthwest.org&quot;&gt;Linux Fest Northwest&lt;/a&gt; this year, being held at the end of this month in Bellingham, Washington. For those of you keeping score at home, here&amp;#8217;s where we are with the CrunchBang booth at LFNW.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png&quot;&gt;&lt;img class=&quot;alignleft size-full wp-image-149&quot; title=&quot;small-badge&quot; src=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png?w=549&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;strong&gt;Booth&lt;/strong&gt;: The booth &amp;#8212; table, actually &amp;#8212; has been secured and we have a listing on the &lt;a href=&quot;http://www.linuxfestnorthwest.org/sponsors&quot;&gt;Sponsor page&lt;/a&gt; (though we&amp;#8217;re really not sponsors in a monetary sense &amp;#8212; like other dot-orgs, we&amp;#8217;re designated as &amp;#8220;community supporters,&amp;#8221; which is pretty obvious &lt;img src=&quot;http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt;  ). Also, I&amp;#8217;ve already had a few folks from near the northwestern Washington area &amp;#8212; CrunchBang users all, along with a spouse &amp;#8212; sign up to help out at the booth and attend the show. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Presentation&lt;/strong&gt;: The presentation &amp;#8220;An Intro to CrunchBang,&amp;#8221; given by me, has been approved, though it has yet to be scheduled. I am working on the slides for the presentation now and, so there are no surprises (&lt;em&gt;&amp;#8220;I swear I don&amp;#8217;t know how that slide got in there!&amp;#8221;&lt;/em&gt;), I&amp;#8217;ll be running the presentation by the CrunchBang faithful and, of course, Philip Newborough just to make sure I get his imprimatur on the slides. Once they&amp;#8217;re ready, they&amp;#8217;ll be used at Linux Fest Northwest and they&amp;#8217;ll be available to anyone who wants to use them for any CrunchBang presentation at a LUG or any other gathering, should anyone want to do a presentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Birds of a Feather&lt;/strong&gt;: Linux expos here in the U.S. have gatherings called &amp;#8220;Birds of a Feather,&amp;#8221; or BOFs, because &amp;#8212; &lt;em&gt;say it with me&lt;/em&gt; &amp;#8212; &amp;#8220;birds of a feather flock together.&amp;#8221; These usually happen on the Saturday night of the weekend show, and it&amp;#8217;s usually a chance for distro or FOSS program users to get together around their chosen software and discuss things. At the Southern California Linux Expo SCALE 10X in January, the CrunchBang BoF was fairly successful &amp;#8212; about 10 people, most of whom were at my presentation about smaller distros &amp;#8212; came and I gave away around 4 or 5 USB sticks with CrunchBang on them (that&amp;#8217;s all I had in my pocket and backpack, sadly). We&amp;#8217;ll be having a CrunchBang BoF, yet to be scheduled, sometime over the course of the weekend at LFNW.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Media&lt;/strong&gt;: Ah, media. I am currently burning CDs of the latest Statler image, plus we&amp;#8217;ll have one of my laptops that will be specifically set up to make live USB sticks (provided to us, of course, by those who have them and want a copy of CrunchBang). To be honest, this part is going slowly &amp;#8212; it&amp;#8217;s like cooking a hot dog with a match. However, I would like to think we could have 200 CDs burned by the time LFNW rolls around. Since the show has about 1,000 attendees, this will probably mean that the &amp;#8220;loaves and fishes&amp;#8221; trick will have to come into play sooner or later, but we&amp;#8217;ll see how long the media holds out. When we&amp;#8217;re out, we&amp;#8217;ll start making USB sticks.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Materials&lt;/strong&gt;: I&amp;#8217;m open to suggestions on this. I have &lt;a href=&quot;http://s19.postimage.org/fz294p7mb/15943044.jpg&quot;&gt;a sticker&lt;/a&gt; that I&amp;#8217;m making up for the event, a copy of a meme that SaltStack used at SCALE this year (copying with their blessing, of course). I will probably spring for a 50-pack set of stickers from the CrunchBang shop. Fliers &amp;#8212; anyone have any ideas here? Otherwise, I&amp;#8217;ll make up some of my own. I&amp;#8217;m also making up a banner to go with the booth patterned after the rectangular sticker &amp;#8212; very basic #! CrunchBang Linux, white lettering on black background &amp;#8212; but for future shows, I&amp;#8217;d like to use a tablecloth with the CrunchBang name and logo, taking a page from Fedora&amp;#8217;s playbook.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Other stuff&lt;/strong&gt;: ZaReason, a Linux hardware maker in Berkeley, California, has asked if they can share the table with us, providing a couple of their laptops running CrunchBang. I said yes, but if anyone has any objections, I could always shelve that plan. There&amp;#8217;s a good chance I&amp;#8217;ll be traveling to Bellingham by train &amp;#8212; now that Amtrak&amp;#8217;s Coast Starlight route has wireless (thank God!), I&amp;#8217;ll be on line for the better part of the trip.&lt;/p&gt;
&lt;p&gt;In case this is a concern, because it&amp;#8217;s bound to come up sooner or later: This is not costing CrunchBang anything &amp;#8212; I am doing this on my own (and on my own dime, so to speak) because I believe that CrunchBang is an excellent distro that, despite the fact it&amp;#8217;s not for everyone, deserves to reach a wider audience.  &lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lfnw/&quot;&gt;LFNW&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale/&quot;&gt;SCALE&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/199/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/199/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/199/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/199/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/199/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/199/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/199/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/199/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/199/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/199/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/199/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/199/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/199/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/199/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=199&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 03 Apr 2012 23:20:46 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Why solutions like CrunchBang matter</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=190</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/03/27/why-solutions-like-crunchbang-matter/</link>
	<description>&lt;p&gt;Living just &amp;#8220;over the hill&amp;#8221; from the Silicon Valley, there&amp;#8217;s a word bandied about in these parts that is about as nebulous as it is grating. This word &amp;#8212; &amp;#8220;&lt;em&gt;solutions&lt;/em&gt;&amp;#8221; &amp;#8212; describes what works, in a digital way, for individuals on computer hardware.&lt;/p&gt;
&lt;p&gt;I confess to being guilty of using the word myself. Redwood Digital Research started out as just a software testing outfit &amp;#8212; you bring us your software, we&amp;#8217;ll break it and when we can&amp;#8217;t break it any further once you&amp;#8217;ve fixed it, it&amp;#8217;s ready &amp;#8212; and now we also bring Free/Open Source Software, ahem, &amp;#8220;solutions&amp;#8221; to the small business and home office environment.&lt;/p&gt;
&lt;p&gt;Again, &amp;#8220;solutions,&amp;#8221; as obtuse as it is, equals software that works.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png&quot;&gt;&lt;img class=&quot;alignleft size-full wp-image-149&quot; title=&quot;small-badge&quot; src=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png?w=549&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;If you&amp;#8217;ll permit me a slight tangent for a moment, I know CrunchBang&amp;#8217;s lead developer and fearless leader &amp;#8212; and we&amp;#8217;ll let Rebecca tell us if he&amp;#8217;s &lt;em&gt;really&lt;/em&gt; fearless &amp;#8212; Philip Newborough has been known to make the point that, &amp;#8220;It is a common mistake to think that every developer wants their project to be widely popular.&amp;#8221;&lt;/p&gt;
&lt;p&gt;Which brings me to a.) why I brought that quote up in the first place, and b.) why I&amp;#8217;m hosting a table for CrunchBang and giving a presentation about it at &lt;a href=&quot;http://www.linuxfestnorthwest.org/&quot;&gt;Linux Fest Northwest&lt;/a&gt; in late April. &lt;/p&gt;
&lt;p&gt;Philip is right about bringing up the direction that developers want to see their projects take. It&amp;#8217;s their project, their vision. As I&amp;#8217;ve written before, perhaps the main reason I&amp;#8217;m here as a CrunchBang user is that I think Philip has done a remarkable job on this Debian-based distro that is as dependable as it is fast across the board on a wide range of hardware &amp;#8212; old and new &amp;#8212; and its dependability in most cases makes its name an inside joke that describes the complete opposite of what is bound to happen.&lt;/p&gt;
&lt;p&gt;In other words, CrunchBang is a &amp;#8220;solution&amp;#8221; that I, and many of you reading here, have made a part of our daily digital lives. So the reason I am going to the extent that I am to promote CrunchBang in the United States is not because I want CrunchBang to be &amp;#8220;widely popular,&amp;#8221; but rather to share this outstanding distro with others, letting those who wish to try it decide for themselves whether it&amp;#8217;s right for them.&lt;/p&gt;
&lt;p&gt;CrunchBang is not for everyone. There is a learning curve for those brand new to Linux and FOSS, but for those who know their way around, CrunchBang is probably the best distro you can use. There&amp;#8217;s little that can beat a quality distro backed by a dedicated cast of forum folks willing to help. That&amp;#8217;s pretty much the gist of my talk at LFNW, with an outline of some of CrunchBang&amp;#8217;s features, of course. &lt;/p&gt;
&lt;p&gt;But meanwhile, back in Bellingham (if I can project forward to late April), CrunchBang already has a table and I&amp;#8217;ve submitted both a &amp;#8220;Intro to CrunchBang&amp;#8221; talk and there will be a CrunchBang &amp;#8220;Birds of a Feather&amp;#8221; gathering during the course of the show. I also have a few folks who are willing to staff the booth and attend the expo, and once again if you&amp;#8217;re within driving distance of any Linux show or expo, I would strongly urge that you attend.&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lfnw/&quot;&gt;LFNW&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/190/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/190/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/190/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/190/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/190/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/190/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/190/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/190/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/190/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/190/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/190/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/190/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/190/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/190/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=190&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 28 Mar 2012 05:04:49 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: How we do things here</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=185</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/03/22/how-we-do-things-here/</link>
	<description>&lt;p&gt;&lt;em&gt;[NOTE: This is a reprint of today's &lt;a href=&quot;http://larrythefreesoftwareguy.wordpress.com&quot;&gt;Larry the Free Software Guy&lt;/a&gt; blog. Because it deals with CrunchBang, I'm using it as a portmanteau to also be today's Larry the CrunchBang Guy blog item. --LC]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This is how things are done in these parts: I don&amp;#8217;t want to speak for him because I know my friend Don Parris has his own explanation for it (which he outlines on his blog &lt;a href=&quot;http://dcparris.net/2012/03/20/progress-with-bash-trashman/&quot;&gt;here&lt;/a&gt;), but it appears that while building up his bash scripting skills, he noticed a certain finality to deleting filed in bash. So he wrote a script to keep the files around in case there&amp;#8217;s an &amp;#8220;oops-I-needed-that-file-after-all&amp;#8221; moment. &lt;/p&gt;
&lt;p&gt;So Don did what we do in these parts, this paradigm known as FOSS: He wrote his own script. Not only this, he put it under the GPL and put it out for the benefit of the wide world to use.&lt;/p&gt;
&lt;p&gt;Is it something that will be widely adopted and catapult Don to a nomination for the Nobel? Probably not. But for those of us who would use it, it&amp;#8217;s a pretty nifty tool, and my hat is off to Don and the Bash Trashman (which you can get at the link two paragraphs up, and note to Don: I sort of like Brash myself, but snicker uncontrollably at the thought of calling it Bashmaster, a la Bassmaster).&lt;/p&gt;
&lt;p&gt;Because that&amp;#8217;s how things are done here.&lt;/p&gt;
&lt;p&gt;There&amp;#8217;s a flip side to this coin, too: It&amp;#8217;s when someone visits to a distro or a project and tells the community &amp;#8220;Hey, you can do things better. Let me tell you how.&amp;#8221;&lt;/p&gt;
&lt;p&gt;I bring this up in the wake of a thread in the &lt;a href=&quot;http://crunchbanglinux.org/forums/topic/18507/feedback-from-ubuntu-user/&quot;&gt;CrunchBang forums&lt;/a&gt; around what might &amp;#8212; &lt;em&gt;might&lt;/em&gt; &amp;#8212; constitute improvements in that particular distribution. That&amp;#8217;s reason number one. The second reason is that I&amp;#8217;m guilty of this, too, and learned my lesson years ago.&lt;/p&gt;
&lt;p&gt;While there is always room for improvement in anything, the changes the original poster suggests are things that are already found commonly in other distros and, arguably (as noted in the thread) CrunchBang&amp;#8217;s strengths lie in what it &amp;#8220;lacks&amp;#8221; in the way of digital creature comforts as much as it lies in the great job Philip Newborough has done putting together an Openbox-based distro that&amp;#8217;s fast on old hardware and lightning quick on the newer stuff.&lt;/p&gt;
&lt;p&gt;You&amp;#8217;ve heard me say this before, mantra-like, and I&amp;#8217;m going to have this etched on my tombstone: Use whatever distro/FOSS program that works for you. This is one of those basic truths, like the inevitability of death and taxes and the inability to comprehend how gravity works, understanding the Wankel engine or the end of &amp;#8220;2001: A Space Odyssey.&amp;#8221; To go to one community set in their ways and say, &amp;#8220;You know, you&amp;#8217;d be a lot more popular if $LIST_OF_REASONS&amp;#8221; doesn&amp;#8217;t fly because, in the constellation of the 320-something distros in the Linux/BSD universe, there&amp;#8217;s a distro out there that will do exactly what you want it to do. As it should be. And if this one doesn&amp;#8217;t do it for you and you&amp;#8217;re not using one that does work for you &amp;#8212; opting to try to change it to your tastes instead of changing yours to fit the distro &amp;#8212; you&amp;#8217;re falling into the trap outlined in that popular Southern expression: &amp;#8220;Never teach a pig to sing. It wastes your time, and it annoys the pig.&amp;#8221;&lt;/p&gt;
&lt;p&gt;To his credit (and I&amp;#8217;m assuming the original poster is a he), the original poster has stuck with CrunchBang and he seems to be working out some of the bugs he&amp;#8217;s finding. Also, one of the things I hope he&amp;#8217;s finding is that there is a wealth of knowledge and education a question away in the CrunchBang forums, which is a huge and positive testament to that particular community.&lt;/p&gt;
&lt;p&gt;As an aside, I use CrunchBang regularly as my primary distro because a.) I like it and b.) it does what I need it to do across a wide range of hardware which, say it with me, means &lt;em&gt;it suits my needs&lt;/em&gt;. The fact that it&amp;#8217;s a community with a wide range of smart people is a perk. &lt;/p&gt;
&lt;p&gt;Which is as it should be.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/bash/&quot;&gt;bash&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/bash-trashmaster/&quot;&gt;Bash Trashmaster&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/don-parris/&quot;&gt;Don Parris&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/185/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/185/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/185/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/185/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/185/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/185/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/185/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/185/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/185/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/185/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/185/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/185/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/185/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/185/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=185&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 22 Mar 2012 21:40:16 +0000</pubDate>
</item>
<item>
	<title>Alistair McKinlay: The problem with Game</title>
	<guid>http://www.10people.co.uk/?p=1024</guid>
	<link>http://feedproxy.google.com/~r/yamanickill/~3/d70-RRmAhRQ/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.10people.co.uk/wp-content/uploads/2012/03/IMG_20120312_163334.jpg&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-1025&quot; title=&quot;Gamestation&quot; src=&quot;http://www.10people.co.uk/wp-content/uploads/2012/03/IMG_20120312_163334-300x189.jpg&quot; alt=&quot;Gamestation shop in Glasgow&quot; width=&quot;300&quot; height=&quot;189&quot; /&gt;&lt;/a&gt;This week, we have started to see the demise of Game, the UK computer game shop company. They own Game shops and Gamestation shops, as well as a bunch of websites. They were massive at one point. Everyone would buy from them. I&amp;#8217;ve spent countless hours in those shops over the years pouring over the stuff they had in stock to see if I could get a bargain. But I never could. Well, that&amp;#8217;s a lie, I could. But it was never great.&lt;/p&gt;
&lt;p&gt;We have found out that Game are looking for a buyer as they are in serious financial trouble. So much so that EA and a number of other game&amp;#8217;s companies have refused to supply them, the biggest title being Mass Effect 3. Game had none of this title in stock from launch till now. Today, after they said that they were in serious trouble, their stock price dropped 50% and is (as of market closing 12th March) &lt;a href=&quot;http://finance.yahoo.com/q?s=GMG.L&quot;&gt;sitting at £1.16&lt;/a&gt;. It dropped to a low of 85p today.&lt;/p&gt;
&lt;p&gt;Some of us have expected this for a while. And when you go into the shops you can clearly see how they got into this mess. I saw a copy of Little Big Planet today, second-hand, not in original packaging, for £15. This is a game that is about 4 years old, and you can buy &lt;strong&gt;new&lt;/strong&gt; on Amazon for&lt;a href=&quot;http://www.amazon.co.uk/dp/B0019CGTXK/ref=asc_df_B0019CGTXK6954383?smid=A38BS85PNO4OMK&amp;tag=googlecouk06-21&amp;linkCode=asn&amp;creative=22218&amp;creativeASIN=B0019CGTXK&quot;&gt; less than £10.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So, this is clearly 1 of the reasons that they have gone down the pan. But it&amp;#8217;s not the only one. This is specific to this one company, but there are reasons that I believe that the industry of physical game shops (with the exception of 1 chain) is on the way out. It may take a few years, Gamestop in America still has a lot of clout, but it&amp;#8217;ll happen eventually.&lt;/p&gt;
&lt;p&gt;I want a game. What shall I do? I have 4 choices:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Buy it from Amazon&lt;/li&gt;
&lt;li&gt;Buy it from PS store/XBL/Steam&lt;/li&gt;
&lt;li&gt;Buy it from a physical shop&lt;/li&gt;
&lt;li&gt;Get it second-hand&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now let&amp;#8217;s look at the pros and cons of each:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Amazon&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Pros: Easy to buy, you don&amp;#8217;t have to take the time to go to a physical shop, they don&amp;#8217;t have to pay for high street buildings, so generally cheaper.&lt;/p&gt;
&lt;p&gt;Cons: Don&amp;#8217;t get to see the item in real life, have to get it delivered.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;PS store/XBL/Steam&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Pros: Easy to buy, you don&amp;#8217;t have to take the time to go to a physical shop, they don&amp;#8217;t have to pay for high street buildings, so generally cheaper.&lt;/p&gt;
&lt;p&gt;Cons: Not always cheaper than Amazon, no physical media, no ability to resell.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Physical shop&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Pros: Get to see it physically before you buy it, the community aspect.&lt;/p&gt;
&lt;p&gt;Cons: Normally more expensive, time-consuming to get to and generally quite annoying.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Second hand&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Pros: The price.&lt;/p&gt;
&lt;p&gt;Cons: Well, its second-hand. Sometimes the DLC bundled with it is 1 time only.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Basically, what does a physical shop give you (apart from second-hand) that online and download-only can&amp;#8217;t? The community aspect. But then, we are gamers. We don&amp;#8217;t really like talking to people in real life. If we want to talk, we&amp;#8217;ll do it on our respective social networks or gaming multiplayer networks.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.10people.co.uk/wp-content/uploads/2012/03/IMG_20120312_163709.jpg&quot;&gt;&lt;img class=&quot;alignleft size-medium wp-image-1026&quot; title=&quot;CEX&quot; src=&quot;http://www.10people.co.uk/wp-content/uploads/2012/03/IMG_20120312_163709-300x261.jpg&quot; alt=&quot;CEX shop in Glasgow&quot; width=&quot;300&quot; height=&quot;261&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For all intents and purposes, downloading games is the future. It isn&amp;#8217;t the present, as it&amp;#8217;s still annoying as we can&amp;#8217;t resell them, they are sometimes more expensive than Amazon and we sometimes have rubbish internet connections. However, it is the future. And for that, physical shops don&amp;#8217;t matter. Other than that, if you know what you want to buy, you know what you want to buy. Why would I want to see the case for a game I want to buy in real life before I buy it? I won&amp;#8217;t, I&amp;#8217;ll buy it off Amazon.&lt;/p&gt;
&lt;p&gt;Now, we come to the type of physical shop that will survive for a while. Second hand game shops. I was in CEX today, and it was full of people. The prices were much lower than Game and Gamestation (even with their apparent fire sale) and there was just a great feeling in there. People love a bargain, and they love waiting a month and getting a second-hand game for £25 instead of £40 or £10 instead of £20, or whatever. It&amp;#8217;s just a great feeling.&lt;/p&gt;
&lt;p&gt;Basically&amp;#8230;the reason Game is going to disappear (even if it gets bought over, it&amp;#8217;ll disappear soon enough) is because there is no need for them anymore. The internet and dedication second-hand shops have replaced it, and the industry is just going to have to get used to it.&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://www.10people.co.uk/?flattrss_redirect&amp;id=1024&amp;md5=a5d23fb0fda06484da98d23b86b802d7&quot; title=&quot;Flattr&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.10people.co.uk/wp-content/plugins/flattrss/img/flattr-badge-large.png&quot; alt=&quot;flattr this!&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/yamanickill/~4/d70-RRmAhRQ&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 12 Mar 2012 21:53:09 +0000</pubDate>
</item>
<item>
	<title>jargon: A shorter prompt</title>
	<guid>http://jargonsummary.wordpress.com/?p=16</guid>
	<link>http://jargonsummary.wordpress.com/2010/12/04/a-shorter-prompt/</link>
	<description>&lt;p&gt;Linux users who work in the terminal a lot might often find themselves with overly long bash prompts, the deeper into their directory tree they get. I have this problem a lot and after searching around a bit, I managed to keep my bash prompt nice and short. Here is what it looks like now:&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;shorter prompt&quot; src=&quot;http://i.imgur.com/6feuO.png&quot; alt=&quot;shorter prompt&quot; width=&quot;614&quot; height=&quot;360&quot; /&gt;&lt;/p&gt;
&lt;p&gt;In the image you can see the prompt now shows only timestamp, username, hostname and current working directory. Home, in this case. And right above the prompt is the output of the &lt;strong&gt;pwd&lt;/strong&gt; command, the current working directory: /home/dayo&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-16&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I get an automatic &lt;strong&gt;pwd&lt;/strong&gt; output after each &lt;strong&gt;cd.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This prompt will only show the current working directory, no matter how deep you go:&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;deep&quot; src=&quot;http://i.imgur.com/tQeaO.png&quot; alt=&quot;deep&quot; width=&quot;614&quot; height=&quot;360&quot; /&gt;&lt;/p&gt;
&lt;p&gt;My home directory structure is very nested, so this shorter prompt is quite neat. I find this especially handy when delving into system related directories.&lt;/p&gt;
&lt;p&gt;To get this shorter prompt, all you need to do is edit your &lt;strong&gt;~/.bashrc file&lt;/strong&gt;. If you want to make the shorter prompt available system-wide to all users, you will have to put the changes in &lt;strong&gt;/etc/bash.bashrc&lt;/strong&gt; instead.&lt;/p&gt;
&lt;p&gt;Append the following to the bottom of your &lt;strong&gt;~/.bashrc &lt;/strong&gt;or&lt;strong&gt; /etc/bash.bashrc: &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;# Shorter prompt&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;# ANSI color codes&lt;br /&gt;
#This is so you don&amp;#8217;t have to write all that ANSI code over and over again.&lt;br /&gt;
#Now you can just use $FBLE to set foreground (text) to blue, instead of \[33[34m\].&lt;br /&gt;
RS=&amp;#8221;\[33[0m\]&amp;#8221; # reset&lt;br /&gt;
HC=&amp;#8221;\[33[1m\]&amp;#8221; # hicolor&lt;br /&gt;
UL=&amp;#8221;\[33[4m\]&amp;#8221; # underline&lt;br /&gt;
INV=&amp;#8221;\[33[7m\]&amp;#8221; # inverse background and foreground&lt;br /&gt;
FBLK=&amp;#8221;\[33[30m\]&amp;#8221; # foreground black&lt;br /&gt;
FRED=&amp;#8221;\[33[31m\]&amp;#8221; # foreground red&lt;br /&gt;
FGRN=&amp;#8221;\[33[32m\]&amp;#8221; # foreground green&lt;br /&gt;
FYEL=&amp;#8221;\[33[33m\]&amp;#8221; # foreground yellow&lt;br /&gt;
FBLE=&amp;#8221;\[33[34m\]&amp;#8221; # foreground blue&lt;br /&gt;
FMAG=&amp;#8221;\[33[35m\]&amp;#8221; # foreground magenta&lt;br /&gt;
FCYN=&amp;#8221;\[33[36m\]&amp;#8221; # foreground cyan&lt;br /&gt;
FWHT=&amp;#8221;\[33[37m\]&amp;#8221; # foreground white&lt;br /&gt;
BBLK=&amp;#8221;\[33[40m\]&amp;#8221; # background black&lt;br /&gt;
BRED=&amp;#8221;\[33[41m\]&amp;#8221; # background red&lt;br /&gt;
BGRN=&amp;#8221;\[33[42m\]&amp;#8221; # background green&lt;br /&gt;
BYEL=&amp;#8221;\[33[43m\]&amp;#8221; # background yellow&lt;br /&gt;
BBLE=&amp;#8221;\[33[44m\]&amp;#8221; # background blue&lt;br /&gt;
BMAG=&amp;#8221;\[33[45m\]&amp;#8221; # background magenta&lt;br /&gt;
BCYN=&amp;#8221;\[33[46m\]&amp;#8221; # background cyan&lt;br /&gt;
BWHT=&amp;#8221;\[33[47m\]&amp;#8221; # background white&lt;/p&gt;
&lt;p&gt;PS1=&amp;#8221;$HC$FBLE\t $HC$FYEL\u$HC$FGRN@$HC$FGRN\h$RS $HC$FWHT\W$HC$FWHT: \\\$ $RS&amp;#8221;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;As you can see, first in the lines before &amp;#8220;&lt;strong&gt;PS1=..&lt;/strong&gt;&amp;#8221; (which defines the prompt) I defined a bunch of variables to make using ANSI colors easier. In the screenshots, you can see I have customized the colors of my prompt to match the colors of the Rwandan flag. &lt;img src=&quot;http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;In the &amp;#8220;&lt;strong&gt;PS1=&amp;#8230;&lt;/strong&gt;&amp;#8221; line I have formatted the prompt to show only timestamp (\t), username (\u), hostname (\h) and basename of current working directory (\W). This way, any directory change will only ever show the basename of your current working directory, and not the whole long line of the absolute path. For more prompt options check the man pages for bash and search for the paragraph on &amp;#8220;&lt;strong&gt;Prompting&lt;/strong&gt;&amp;#8220;.&lt;/p&gt;
&lt;p&gt;To have &lt;strong&gt;pwd&lt;/strong&gt; give an automatic output of your current directory after each &lt;strong&gt;cd, you need to add the following functions:&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;function dir(){&lt;br /&gt;
ls -alh;&lt;br /&gt;
printf &amp;#8220;   %b%b%b\n&amp;#8221; &amp;#8220;$INV&amp;#8221; &amp;#8220;$PWD&amp;#8221; &amp;#8220;$RS&amp;#8221;;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;# Print current working directory after a cd.&lt;br /&gt;
cd() {&lt;br /&gt;
if [[ $@ == '-' ]]; then&lt;br /&gt;
builtin cd &amp;#8220;$@&amp;#8221; &amp;amp;&amp;amp; dir &amp;gt; /dev/null  # We&amp;#8217;ll handle pwd.&lt;br /&gt;
else&lt;br /&gt;
builtin cd &amp;#8220;$@&amp;#8221; &amp;amp;&amp;amp; dir&lt;br /&gt;
fi&lt;br /&gt;
}&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Don&amp;#8217;t forget, to make your changes to &lt;strong&gt;~/.bashrc&lt;/strong&gt; or &lt;strong&gt;/etc/bash.bashrc&lt;/strong&gt; effective you will need to save these files and then run &lt;strong&gt;exec bash&lt;/strong&gt; at the command prompt.&lt;/p&gt;
&lt;p&gt;That&amp;#8217;s basically it. The other functions are things I use to make my work at the command line more efficient and enjoyable. Check out &lt;a href=&quot;http://www.shell-fu.org/&quot;&gt;http://www.shell-fu.org/&lt;/a&gt; for more such nifty functions.  Edit as required and feel free to share your versions here.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/jargonsummary.wordpress.com/16/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/jargonsummary.wordpress.com/16/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/jargonsummary.wordpress.com/16/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/jargonsummary.wordpress.com/16/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/jargonsummary.wordpress.com/16/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/jargonsummary.wordpress.com/16/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/jargonsummary.wordpress.com/16/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/jargonsummary.wordpress.com/16/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/jargonsummary.wordpress.com/16/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/jargonsummary.wordpress.com/16/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/jargonsummary.wordpress.com/16/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/jargonsummary.wordpress.com/16/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/jargonsummary.wordpress.com/16/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/jargonsummary.wordpress.com/16/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=jargonsummary.wordpress.com&amp;blog=9770610&amp;post=16&amp;subd=jargonsummary&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 12 Mar 2012 15:33:10 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Whats that?</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=179</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/03/06/whats-that/</link>
	<description>&lt;p&gt;Among the plethora of things that have kept me busy the last week or so was preparing for and giving the SCALE Linux Beginners&amp;#8217; Class last Saturday at the Hilton Los Angeles Airport, the site for SCALE (and, if you&amp;#8217;re prepared to mark your calendars, SCALE 11X will be the last weekend in February).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png&quot;&gt;&lt;img class=&quot;alignleft size-full wp-image-149&quot; title=&quot;small-badge&quot; src=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png?w=549&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;I had an interesting thing happen while giving the &amp;#8220;History of Linux&amp;#8221; presentation at the class. Well, two interesting things: The first is that I&amp;#8217;ve never given a presentation using this new machine that I&amp;#8217;m regularly using (the ZaReason Alto 3880), and when I plugged in and set up, I couldn&amp;#8217;t see my screen on the laptop screen, but it projected fine on the projector. Navigating while doing this is sort of disconcerting, and I&amp;#8217;ll look into why it did that (I have a feeling it&amp;#8217;s something simple). &lt;/p&gt;
&lt;p&gt;The second thing was that someone noticed that I was using something different &amp;#8212; they were installing Fedora 16 &amp;#8212; and after my presentation, which ended right at lunchtime, someone asked me, &amp;#8220;What&amp;#8217;s that?&amp;#8221;&lt;/p&gt;
&lt;p&gt;&amp;#8220;What&amp;#8217;s what?&amp;#8221; I asked, and when he pointed at the projector, I realized he was talking about CrunchBang. &lt;/p&gt;
&lt;p&gt;So I got to talk a little about CrunchBang and introduce this new user to the distro and the concept of window managers like Openbox and how they work, et cetera. I just did it for as long as his eyes didn&amp;#8217;t glaze over, but I think I may have planted a proverbial seed. &lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/fedora/&quot;&gt;Fedora&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lfnw/&quot;&gt;LFNW&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/zareason/&quot;&gt;ZaReason&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale/&quot;&gt;SCALE&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/179/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/179/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/179/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/179/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/179/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/179/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/179/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/179/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/179/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/179/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/179/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/179/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/179/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/179/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=179&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 07 Mar 2012 02:44:19 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Odds and ends . . .</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=173</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/02/28/odds-and-ends/</link>
	<description>&lt;p&gt;. . . though I believe on the other side of the Atlantic, it&amp;#8217;s odds and sods. After an incredibly busy fortnight which included a lot of FOSS and non-FOSS (as in &amp;#8220;life&amp;#8221;) occurrences, it&amp;#8217;s time to get back on track here.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png&quot;&gt;&lt;img class=&quot;alignleft size-full wp-image-149&quot; title=&quot;small-badge&quot; src=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png?w=549&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;strong&gt;CrunchBang in the Pew&lt;/strong&gt;: Several years ago, Don Parris wrote a book called, &amp;#8220;Penguin in the Pew,&amp;#8221; which is a book aimed at churches (though it could be for any nonprofit as well) and how they can use GNU/Linux to help save money and, of course, because it&amp;#8217;s the moral and ethical thing to do. Don and I have been in contact over the years, mostly around his book, and yesterday morning he posted on Facebook this tidbit: &amp;#8220;My first foray into virtual machines &amp;#8211; running a live session of CrunchBang Linux in VirtualBox. Very cool indeed!&amp;#8221; He went on to say later in the comments about CrunchBang: &amp;#8220;I do like it. It&amp;#8217;s very clean and simple. Or sparse, depending on your viewpoint. But it&amp;#8217;s certainly well done.&amp;#8221; Of course, we went on to blame &lt;em&gt;me&lt;/em&gt; for suggesting he use it, but that&amp;#8217;s another story for another time.&lt;/p&gt;
&lt;p&gt;But wait, there&amp;#8217;s more: Today, Don writes this. &amp;#8220;Running CrunchBang and OpenSUSE Linux in VirtualBox on a laptop running Kubuntu Linux. For my non-computing friends, let&amp;#8217;s just say this saves me having to buy more computers &amp;#8211; I can run my own virtual enterprise right here at home! And yes, I could (if I had $200-$300 to spare) install Windows as well.&amp;#8221; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Linux Fest Northwest&lt;/strong&gt;: I&amp;#8217;m still tying up the loose ends on the CrunchBang booth at Linux Fest Northwest. Currently, the personal debate is around whether to bring a CD/DVD burning machine (a small one) up with me or to burn all the media here at home &amp;#8212; slated for 100 or so CDs (more, maybe?) and do the &amp;#8220;loaves and fishes&amp;#8221; trick with the laptop should we run out. That trick, which was invented in the Fedora booth at OSCON 2009 (or maybe 2008?), where we had run out of media and had folks either give us a blank CD or a USB stick.&lt;/p&gt;
&lt;p&gt;I have an intro to CrunchBang talk slated, though I don&amp;#8217;t know when that will be yet. Linux Fest Northwest is in Bellingham, Washington, USA, on the last weekend in April. If anyone is in the area and wants to volunteer for the booth &amp;#8212; free admission is included for the volunteers &amp;#8212; e-mail me at lcafiero-at-lavabit-dot-com. &lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lfnw/&quot;&gt;LFNW&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale/&quot;&gt;SCALE&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/173/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/173/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/173/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/173/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/173/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/173/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/173/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/173/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/173/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/173/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/173/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/173/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/173/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/173/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=173&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 28 Feb 2012 18:38:54 +0000</pubDate>
</item>
<item>
	<title>jargon: Getting nitrogen to sort the image listing alphabetically</title>
	<guid>http://jargonsummary.wordpress.com/?p=94</guid>
	<link>http://jargonsummary.wordpress.com/2012/02/18/getting-nitrogen-to-sort-the-image-listing-alphabetically/</link>
	<description>&lt;p&gt;&lt;a title=&quot;CrunchBang Linux&quot; href=&quot;http://crunchbanglinux.org/&quot; target=&quot;_blank&quot;&gt;CrunchBang Linux&lt;/a&gt; (with the &lt;a title=&quot;Openbox is a highly configurable, next generation window manager with extensive standards support.&quot; href=&quot;http://openbox.org/&quot; target=&quot;_blank&quot;&gt;Openbox&lt;/a&gt; window manager) comes with a wallpaper browser and setter called &lt;a title=&quot;Nitrogen background browser and setter&quot; href=&quot;http://projects.l3ib.org/nitrogen/&quot; target=&quot;_blank&quot;&gt;nitrogen&lt;/a&gt;. I won&amp;#8217;t go into any detail of how to use nitrogen, because I feel its menu is straightforward enough for even a beginner to use without any difficulty. Instead, what I want to talk about is how to use alphabetic sorting with nitrogen.&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-94&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This is something that bugged me right away about nitrogen, by default when you launch it, the images are not sorted in any way useful to me. According to the nitrogen man pages:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;By default, items are sorted as they are found on the filesystem, giving a quasi-newest first sorting order.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I always use one of two types of sorting when browsing files: modification time or alphabetic. In the case of wallpapers, I prefer to have nitrogen sort these alphabetically. And if you&amp;#8217;re into that type of stuff too, here is how it&amp;#8217;s done.&lt;/p&gt;
&lt;p&gt;First, let&amp;#8217;s see what nitrogen looks like without sorting. To do this, you need to launch nitrogen. In Openbox, simply right-click on the desktop and go to &lt;strong&gt;Settings&lt;/strong&gt; and then click on &lt;strong&gt;Choose Wallpaper&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jargonsummary.files.wordpress.com/2012/02/launch_nitrogen.png&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-95&quot; title=&quot;Launch Nitrogen&quot; src=&quot;http://jargonsummary.files.wordpress.com/2012/02/launch_nitrogen.png?w=500&amp;h=292&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;292&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As you can see by the file names, the images listed by nitrogen are in no particular order, which can make it difficult for me to find wallpapers. And I usually end up scrolling up and down, looking for that right one&lt;em&gt;&amp;#8230;.. I know it&amp;#8217;s here somewhere&amp;#8230;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jargonsummary.files.wordpress.com/2012/02/nitrogen_unsorted.png&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-96&quot; title=&quot;nitrogen unsorted&quot; src=&quot;http://jargonsummary.files.wordpress.com/2012/02/nitrogen_unsorted.png?w=500&amp;h=292&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;292&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Going back to the man pages, let&amp;#8217;s see what it says about sorting:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;$ man nitrogen&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&amp;#8211;sort=[option]&lt;/strong&gt;&lt;br /&gt;
Sorts  the  background list by the given option.  By default, items are sorted as they are found on the filesystem, giving a quasi-newest first sorting order.  Valid options are:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;              alpha  Alphabetical order.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;ralpha Reverse alphabetical order.&lt;/p&gt;
&lt;p&gt;time   Modified time, ascending.&lt;/p&gt;
&lt;p&gt;rtime  Modified time, descending.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&amp;#8211;sort=alpha /path/to/folder/containing wallpapers. Wonderful. Just what I was looking for. &lt;img src=&quot;http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Now that we know how to get nitrogen to alphabetically sort our wallpapers, we could open up a terminal and type (in my case):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;$ nitrogen &amp;#8211;sort=alpha ~/images/wallpapers&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Please note those are two &amp;#8216;-&amp;#8217;. Not one. WordPress is making it look like it&amp;#8217;s just one minus, and I don&amp;#8217;t know how to change that.&lt;/p&gt;
&lt;p&gt;Everytime we need to use nitrogen. Or to make things easier we could just put this in ~/.config/openbox/menu.xml so that everytime we launch nitrogen through the Openbox menu, the images are already alphabetically sorted.&lt;/p&gt;
&lt;p&gt;Open menu.xml with your favourite text editor. Mine happens to be vim, but you could also use &lt;a title=&quot;Geany GTK2 text editor&quot; href=&quot;http://www.geany.org/&quot; target=&quot;_blank&quot;&gt;Geany&lt;/a&gt;, which also comes default with CrunchBang Linux since Statler R20111125.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;$ vim ~/.config/openbox/menu.xml&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;menu.xml is the configuration while for the Openbox menu. You can find all the right-click menu entries in there and easily tweak them to your needs. Make sure you backup the file before every edit. That way, if you muck something up, you could always go back to a last known good config.&lt;/p&gt;
&lt;p&gt;Find the line where the nitrogen menu entry is. At the time of writing this blog post it should look like this, by default. Look at the line where my cursor is:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jargonsummary.files.wordpress.com/2012/02/default_menu-xml.png&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-97&quot; title=&quot;Default menu.xml&quot; src=&quot;http://jargonsummary.files.wordpress.com/2012/02/default_menu-xml.png?w=500&amp;h=292&quot; alt=&quot;Default menu.xml&quot; width=&quot;500&quot; height=&quot;292&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
And so we make the necessary changes to get nitrogen to always launch with alphabetic sorting. This means we add the &lt;strong&gt;&amp;#8211;sort alpha&lt;/strong&gt; option. Note that the path &lt;strong&gt;~/images/wallpapers/&lt;/strong&gt; is the path to the folder where I save all my wallpapers. Make sure you have that set to the path where you save your wallpapers.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jargonsummary.files.wordpress.com/2012/02/nitrogen-sort_alpha.png&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-98&quot; title=&quot;nitrogen --sort=alpha&quot; src=&quot;http://jargonsummary.files.wordpress.com/2012/02/nitrogen-sort_alpha.png?w=500&amp;h=292&quot; alt=&quot;nitrogen --sort=alpha ~/images/wallpapers&quot; width=&quot;500&quot; height=&quot;292&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Save the menu.xml file and close it. In order for these menu changes to take effect, you will need to reconfigure Openbox. Right-click on the desktop and go to &lt;strong&gt;Settings&lt;/strong&gt;, then to &lt;strong&gt;Openbox&lt;/strong&gt; and click on &lt;strong&gt;Reconfigure&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jargonsummary.files.wordpress.com/2012/02/openbox_reconfigure.png&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-99&quot; title=&quot;Openbox Reconfigure&quot; src=&quot;http://jargonsummary.files.wordpress.com/2012/02/openbox_reconfigure.png?w=500&amp;h=292&quot; alt=&quot;Openbox Reconfigure&quot; width=&quot;500&quot; height=&quot;292&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So, if you launch nitrogen again, you will see that the images are now listed alphabetically, which I think is a much more usable approach. Now, if I could only get round to giving &lt;em&gt;all&lt;/em&gt; my wallpapers descriptive file names, then this would be even more usable. &lt;img src=&quot;http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;div id=&quot;attachment_100&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://jargonsummary.files.wordpress.com/2012/02/nitrogen_sorted.png&quot;&gt;&lt;img class=&quot;size-full wp-image-100&quot; title=&quot;nitrogen sorted&quot; src=&quot;http://jargonsummary.files.wordpress.com/2012/02/nitrogen_sorted.png?w=500&amp;h=292&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;292&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;nitrogen sorted&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; On my netbook (Intel(R) Atom(TM) CPU N450   @ 1.66GHz) launching nitrogen on a folder with lots of hi-resolution wallpapers tends to max out my CPU. The 50%-65% CPU usage by nitrogen tends to push the CPU all the way up to 100%. So, I try to be quick about it, in and out. Use at your own risk.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;EDIT:&lt;/strong&gt; As pointed out by Kris in the comments (3):&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;**IMPORTANT** -if you have nitrogen hotkeyed (i have mine set to W+n) you also need to add the “–sort=alpha [path]” line to the execute command in your rc.xml file as well as the menu.xml&lt;/p&gt;&lt;/blockquote&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/jargonsummary.wordpress.com/94/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/jargonsummary.wordpress.com/94/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/jargonsummary.wordpress.com/94/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/jargonsummary.wordpress.com/94/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/jargonsummary.wordpress.com/94/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/jargonsummary.wordpress.com/94/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/jargonsummary.wordpress.com/94/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/jargonsummary.wordpress.com/94/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/jargonsummary.wordpress.com/94/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/jargonsummary.wordpress.com/94/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/jargonsummary.wordpress.com/94/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/jargonsummary.wordpress.com/94/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/jargonsummary.wordpress.com/94/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/jargonsummary.wordpress.com/94/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=jargonsummary.wordpress.com&amp;blog=9770610&amp;post=94&amp;subd=jargonsummary&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 27 Feb 2012 07:04:22 +0000</pubDate>
</item>
<item>
	<title>Alistair McKinlay: We need to fix Linux</title>
	<guid>http://www.10people.co.uk/?p=1013</guid>
	<link>http://feedproxy.google.com/~r/yamanickill/~3/HGkNVOs0Hbc/</link>
	<description>&lt;ul&gt;
&lt;li&gt;How do I change the name of a US&lt;a href=&quot;http://www.10people.co.uk/wp-content/uploads/2012/02/confused-tux.png&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-1020&quot; title=&quot;confused-tux&quot; src=&quot;http://www.10people.co.uk/wp-content/uploads/2012/02/confused-tux-273x300.png&quot; alt=&quot;Tux is confused&quot; width=&quot;273&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;B stick?&lt;/li&gt;
&lt;li&gt;How do I mount an ISO?&lt;/li&gt;
&lt;li&gt;How do I automatically mount a file server at boot?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If the answer to any of these questions starts with &amp;#8220;Open a terminal&amp;#8221;, that is a bug. A design bug. What some people might call a Human Computer Interaction bug. You may know how to use it, and I&amp;#8217;m sure most people reading this blog will know exactly how to do these things. The first one would probably start with &amp;#8220;open gparted&amp;#8221;, but ya know what&amp;#8230;that isn&amp;#8217;t good enough. When a normal person wants to edit the name of a USB stick they look in the file manager, they right click on it and expect to be able to click on &amp;#8220;rename&amp;#8221;. As far as I know, that doesn&amp;#8217;t work in anything. It definitely doesn&amp;#8217;t work in nautilus (and therefore Gnome) and probably won&amp;#8217;t work in KDE or similar. This is not good. This needs fixed.&lt;/p&gt;
&lt;p&gt;Ubuntu calls these &amp;#8220;papercuts&amp;#8221;, and btw, this is a fantastic project in Ubuntu. And I know half of you have now gone &amp;#8220;oh no, another Ubuntu-ism&amp;#8221;. Well, I don&amp;#8217;t care what you think about the name. The name isn&amp;#8217;t the important thing. What is important is the concept. These are design issues that we need to solve, and they are not being solved in any way.&lt;/p&gt;
&lt;p&gt;I think it stems from a fundamental problem with a lot of Linux users. You don&amp;#8217;t want &amp;#8220;normal&amp;#8221; people on Linux. You are quite happy with having it all to yourselves. Well ya know what, if you really like choice like you say you do, we need to work on these problems. If you want normal people to take you seriously when we think about these things, these need sorted.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is why I am calling for distributions and programs to take a cycle out from implementing new features. Ya know what, things happen so fast, we can afford for 6 months &amp;#8211; 1 year to get rid of a lot of these issues. The main reason I think we should do it now? Windows 8 is going to be a big disaster. I can feel it. I can already feel the venom coming out of people about metro, and the fact that the desktop on Windows is probably going to be a second class citizen.&lt;/p&gt;
&lt;p&gt;What are these people going to do? Are they going to continue using XP or 7? Well, some may continue to use 7, and a few will use XP (although hopefully that will decrease rapidly), but we need to offer an alternative. Some will go to osX, but what about the serious users who realise the need for change, but don&amp;#8217;t want an operating system that doesn&amp;#8217;t function like a traditional desktop in any way? They know osX is going that way as well. We need to be that other desktop. The choice we offer is huge and means there will always be a stable, functional, supported desktop that they will like in some way. But they won&amp;#8217;t come if we have these horrible issues.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;**EDIT** Some people seem to be missing the point. This is not about these specific issues, so please don&amp;#8217;t give me solutions for them. The point is the overarching issue of design problems that we quite often ignore as geeks. **EDIT**&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;That is all I have to say now, apart from the fact that there are other issues with Linux. I hope to focus on some of them in the future, such as the stupid way some things are organised in the filesystem (just try and find that executable for that program please, or that specific library&amp;#8230;oh its in /lib? /usr/lib? /usr/local/lib? /usr/share/lib? /usr/local/share/lib? &amp;#8230;?????) and the pathetic attitudes of some people in the communities that give our great fantastic people a really bad name.&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://www.10people.co.uk/?flattrss_redirect&amp;id=1013&amp;md5=7cd514b9e8aebb9eab25c002d8610a2f&quot; title=&quot;Flattr&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.10people.co.uk/wp-content/plugins/flattrss/img/flattr-badge-large.png&quot; alt=&quot;flattr this!&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/yamanickill/~4/HGkNVOs0Hbc&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 20 Feb 2012 20:35:38 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: High on the Alto 3880</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=168</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/02/13/high-on-the-alto-3880/</link>
	<description>&lt;p&gt;&lt;em&gt;[Blogger's note: This is today's Larry the Free Software Guy blog item, reprinted here because it talks about CrunchBang. --LC]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Those of you who know me know that I&amp;#8217;m an old ThinkPad guy, in more ways than one. I myself am older than many of you reading this &amp;#8212; well on my way to AARP membership status as I reach 55 this November &amp;#8212; and the ThinkPads I use on a daily basis are themselves old, namely a T30 and an R40. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.lfnw.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2012/02/lfnw.png?w=549&quot; alt=&quot;&quot; title=&quot;lfnw&quot; class=&quot;alignleft size-full wp-image-2329&quot; /&gt;&lt;/a&gt;ThinkPads are painfully utilitarian, amazingly solid, and like the Model T Fords come in a wide variety of colors as long as you choose black. For these reasons, ThinkPads lend themselves to being the laptop of choice for many laptop users, mostly developers. To make them more attractive &amp;#8212; for loss of a better word &amp;#8212; many a ThinkPad is embellished with stickers on the cover, rivaling the best of the NASCAR field. Mine is no exception: My ThinkPad does its laps with EFF, SCALE 10X, Oregon State University Open Source Lab, Open Source for America, two Google Summer of Code, and No Starch Press stickers gracing the laptop cover. &lt;/p&gt;
&lt;p&gt;So when ZaReason sent me an Alto 3880 to put through its paces, my first reaction was, &amp;#8220;Wow. This is too nice to put stickers on.&amp;#8221; &lt;/p&gt;
&lt;p&gt;The Alto 3880&amp;#8242;s cover is a very stylish silver and should be kept in its pristine form. A look around the laptop before opening it shows that ports are readily available on the sides &amp;#8212; with monitor, ethernet and USB ports conveniently located on the left side instead of on the back. While many might find this a simple design, ThinkPad users would be thrilled to know that the oft-inconvenient ThinkPad reacharound to plug in USB cables or thumb drives is not necessary here. In giving it the once over before opening it, the Alto is light in one&amp;#8217;s hands, but it still feels sturdy.&lt;/p&gt;
&lt;p&gt;Opening the cover and pushing the on button reveals a screen with remarkable clarity contrasted on a black background and base. If you&amp;#8217;re a regular ThinkPad user, the keyboard is different &amp;#8212; flat keys at the same level &amp;#8212; and takes getting used to. With heavy fingers like mine, the pounding I would normally offer the ThinkPad feels like I&amp;#8217;m mercilessly pounding this keyboard and suggests some behavior modification. But ultimately the keyboard is tough enough to withstand it and after adjusting to the new keyboard &amp;#8212; wider than the ThinkPad&amp;#8217;s &amp;#8212; it is easy to adapt to and to get accustomed to the additional real estate for your hands.&lt;/p&gt;
&lt;p&gt;Performance wise, the Alto 3880 flies on the trio of distros I used on it, and without boring you with the minutiae, with one exception that turned out to be a software clash, the laptop performed without a hitch.  With the 1366-by-768 resolution on a an remarkably clear 14-inch screen, the laptop would make a fine &amp;#8212; no, make that an outstanding &amp;#8212; replacement for my old ThinkPads. &lt;/p&gt;
&lt;p&gt;I used three different distros on the Alto 3880, and each performed well, and each would make a fine choice for the person owning this laptop. The three contestants, for the sake of argument, are Linux Mint and Fedora &amp;#8212; both which you can have preinstalled by ZaReason &amp;#8212; and CrunchBang, which you can install on your own (until I convince ZaReason to make it a choice). However, as I understand it, if you request a different distro, ZaReason will install it. Or if you want no operating system, they&amp;#8217;ll send it like that, too. Unlike other Linux hardware vendors, ZaReason offers a wide choice in this department.&lt;/p&gt;
&lt;p&gt;But I digress. Here&amp;#8217;s how the distros did:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Alto 3880 with Linux Mint&lt;/strong&gt;: Originally, the laptop came to me with Linux Mint 12, which is the latest version of the distro with the GNOME 2.x-type desktop. The Alto 3880 did remarkably well with Linux Mint, which is growing on a lot of people (including me). Switching from MATE to GNOME to Cinnamon was a snap, and the performance was outstanding. In one instance on a busy morning where I forgot to plug in the laptop, I got just over four hours from the battery using multiple programs on Linux Mint. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Alto 3880 with Fedora 16&lt;/strong&gt;: I&amp;#8217;m waiting for the myth that Fedora is too &amp;#8220;cutting edge&amp;#8221; for the average user to go the way of the Studebaker and the hula hoop. It&amp;#8217;s just that &amp;#8212; a myth &amp;#8212; and Fedora 16 runs circles around just about everything else on this machine. After installing Flash so one can &amp;#8212; oh, I don&amp;#8217;t know &amp;#8212; participate in the wider Internet world, the distro and hardware handled everything I threw at it from a video and audio standpoint with aplomb. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Alto 3880 with CrunchBang Statler&lt;/strong&gt;: The laptop has the horses, so to speak, to run the previous two desktop environments without breaking a sweat. So when faced with handling the Openbox window manager on CrunchBang, the distro soared. Also, the built-in camera worked flawlessly during a Google+ Hangout with the CrunchBang crew. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Alto 3880 strengths&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Regardless of what distro is running on it, the Alto 3880 is remarkably versatile and handles a wide range of work without complaint. In fact, the only problem I had was helping my daughter solve what turned out to be a common GIMP and Banshee problem where the programs, both running simultaneously, weren&amp;#8217;t playing nice with each other &amp;#8212; clearly not a reflection on the hardware. The screen is very clear and handles high resolutions flawlessly, which is a benefit for those who want to do things like watch videos or do intricate graphics work (Note: My daughter Mimi will be writing her own review of this laptop as well). Across the distro board, the audio and video performance was outstanding, with the onboard speakers sounding good enough to forgo plugging in speakers in some cases (though the speakers sounded good, too, when used to watch DVDs). the laptop itself is lightweight but solid, and the design is top-notch &amp;#8212; this is a beautiful laptop.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Needs improvement?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;There is a lot to like on this laptop, but the one thing that took getting used to is the keyboard. Again, this might be just something for the personal preference folder, but the keyboard at first tends to feel a little light to the touch. Also, the mouse button, which is a single bar at the same level as the touchpad operating on a centered fulcrum (click the left side for the left mouse button, right side for the right) is hard to adjust to when coming from hardware where the buttons are raised. To be fair, it would be difficult to imagine that a ThinkPad-like keyboard would work, design wise, on a laptop like this.&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
A final look&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#8217;t have a rating system &amp;#8212; stars, penguins, horseshoes, whatever &amp;#8212; in place, but if I did I would rank the Alto 3880 very high; for the sake of argument, let&amp;#8217;s say 4.5 penguins out of a perfect 5 penguins. Its combination of sleek design and high performance make this laptop one that would easily draw me away from the ranks of the ThinkPad users. The retail price for this machine is $599, which many of you might think is a little high compared to what you could get at Best Buy. But when you consider that when buying from a Linux hardware vendor, you&amp;#8217;re not only getting a quality machine with a great OS, your purchase supports FOSS, for starters, by not putting another &amp;#8220;sale&amp;#8221; in Redmond&amp;#8217;s tally. With its wide range of capabilities and performance, the Alto 3880 is a laptop I would be proud to own and, if Uncle Sam is generous with a tax return, would be glad to purchase.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Specs&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Screen: 14-inch HD, 1366-by-768 Glossy LED Backlit Display&lt;br /&gt;
Processor: Pentium B940, 2 GHz, 2 core, 2 thread&lt;br /&gt;
Memory: 4GB DDR-3&lt;br /&gt;
Graphics card: Intel Integrated HD Graphics&lt;br /&gt;
Hard Drive: 250GB 5,400 RPM (NOTE: Tested with 400GB HD)&lt;br /&gt;
Optical Drive: Combo CD/DVD burner&lt;br /&gt;
Audio: Speakers above the keyboard for quality sound output&lt;br /&gt;
Wireless: 802.11 B/G/N WiFi included and Bluetooth&lt;br /&gt;
Reader: 3-in-1 card reader &amp;#8212; SD/MMC/MS supported&lt;br /&gt;
Camera: 1.3 Megapixel webcam included&lt;br /&gt;
Ports: HDMI and VGA monitor ports; Gigabit Ethernet port; ensington lock port; Headphone and microphone jacks; three USB 2.0 ports&lt;br /&gt;
Operating System: Your choice from a variety of Linux distros, or no operating system&lt;br /&gt;
Battery: Six-cell battery, up to 5 hours&lt;br /&gt;
Weight: 4.5 pounds&lt;br /&gt;
Price: $599&lt;/p&gt;
&lt;p&gt;Coming tomorrow: This . . . is . . . STRATA! A look at the ZaReason Strata 6880.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/zareason/&quot;&gt;ZaReason&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/zareason/&quot;&gt;ZaReason&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/168/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/168/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/168/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/168/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/168/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/168/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/168/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/168/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/168/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/168/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/168/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/168/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/168/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/168/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=168&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 15 Feb 2012 20:58:44 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: A brief, albeit funny, exchange</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=164</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/02/10/a-brief-albeit-funny-exchange/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png&quot;&gt;&lt;img class=&quot;alignleft size-full wp-image-149&quot; title=&quot;small-badge&quot; src=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png?w=549&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;After I dropped my daughter off yesterday for her chemistry class, I do what I normally do to kill the two hours until I pick her up again &amp;#8212; go to the Firefly Cafe in Santa Cruz and have a cup of coffee in the biggest mug they have and catch up on work. &lt;/p&gt;
&lt;p&gt;While at Firefly, I sat at a table across from a guy who I had not seen before, who had a laptop with a Creative Commons sticker on it. While I unpacked my Targus backpack we talked about what we were running on our laptops. Ubuntu, he said.&lt;/p&gt;
&lt;p&gt;I reached into my backpack and as he said, &amp;#8220;What about you?&amp;#8221; The ThinkPad T30 that has been the mainstay of my computing experience for the last several years slipped out of my hand and, fumbling to catch it unsuccessfully, it went &lt;em&gt;thunk&lt;/em&gt; on the floor.&lt;/p&gt;
&lt;p&gt;Picking it up, I said, &amp;#8220;CrunchBang.&amp;#8221; &lt;/p&gt;
&lt;p&gt;Hilarity ensued. &lt;/p&gt;
&lt;p&gt;The laptop is fine, the coffee was good, and my daughter didn&amp;#8217;t blow up anything in class. So overall it was a successful few hours.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lfnw/&quot;&gt;LFNW&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/posscon/&quot;&gt;POSSCON&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/indiana-linux-fest/&quot;&gt;Indiana Linux Fest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/posscon/&quot;&gt;POSSCON&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale/&quot;&gt;SCALE&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/texas-linux-fest/&quot;&gt;Texas Linux Fest&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/164/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/164/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/164/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/164/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/164/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/164/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/164/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/164/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/164/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/164/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/164/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/164/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/164/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/164/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=164&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 10 Feb 2012 19:21:13 +0000</pubDate>
</item>
<item>
	<title>CrunchBang Linux: CrunchBang 10 “Statler” R20120207+</title>
	<guid>http://crunchbanglinux.org/blog/?p=179</guid>
	<link>http://crunchbanglinux.org/blog/2012/02/08/crunchbang-10-statler-r20120207/</link>
	<description>&lt;p&gt;New Statler images have been made available. The images have been built, in part, to address issues raised by users about the default use of backport packages in the previous builds.&lt;/p&gt;
&lt;p&gt;To resolve these issues, the new Statler R20120207 images are available in stable and backport flavours. For further information and to discuss the new images, please see &lt;a title=&quot;A place to discuss the new Statler images.&quot; href=&quot;http://crunchbanglinux.org/forums/topic/17742/updated-statler-images-1020120207/&quot;&gt;this forum thread&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The new images can be downloaded here: &lt;a title=&quot;Download the new Statler images.&quot; href=&quot;http://crunchbang.org/download/&quot;&gt;http://crunchbang.org/download/&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 08 Feb 2012 19:44:36 +0000</pubDate>
</item>
<item>
	<title>corenominal: Legs</title>
	<guid>http://corenominal.org/2012/02/08/legs</guid>
	<link>http://corenominal.org/2012/02/08/legs</link>
	<description>&lt;p&gt;Last month, Mr Dark wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Why have you turned #! into a server distro????&lt;br /&gt;
  Debian Stable is the server version… (to be compared with centos)&lt;br /&gt;
  Debian Testing however is the desktop version of Debian!&lt;br /&gt;
  Please do yourself a favor and add “Testing” images back.. that way as many users wount leave you as they do now, and some might even move back!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Normally I would be happy to ignore such a comment, (&lt;em&gt;it obviously came from a misguided person, or troll&lt;/em&gt;) however, it did get me thinking about how fantastic a release Debian Squeeze has been.&lt;/p&gt;

&lt;p&gt;I have been using Squeeze, in one guise or another, on desktops and servers, for well over 18 months and it has been an absolute joy to use (&lt;em&gt;I say &amp;#8220;joy&amp;#8221;, but to be honest, I am not sure that &amp;#8220;joy&amp;#8221; is the correct term. What is the correct term for something that stays out of the way and just works?&lt;/em&gt;)&lt;/p&gt;

&lt;p&gt;I am so glad I made the decision to switch from using Ubuntu when I did. This last 18 months of using Debian has not only provided me with a solid OS on which to build, but it has also given me a better understanding of the advantages of using a release for more than 6 months at a time; something I am sure I would never have been able to achieve as an Ubuntu user. Now, before I get slated, I should point out that I am well aware that Ubuntu do provide a long term support release, but the thing is, as an Ubuntu user I always found the temptation to upgrade too much to resist (&lt;em&gt;I point the finger of blame directly at the Ubuntu hype machine, not at my infallible self&lt;/em&gt;) :P&lt;/p&gt;

&lt;p&gt;Anyhow, while I am looking forward to playing around with Debian Wheezy, the current Debian testing branch, I can foresee Squeeze and my #! Statler builds remaining on a couple of my boxes for a good while yet. IMHO, the release still has plenty of legs left in it, even if some people consider it only fit for servers. Troglodytes!&lt;/p&gt;

&lt;p&gt;BTW, &lt;a href=&quot;http://crunchbanglinux.org/forums/topic/17742/updated-statler-images-1020120207/&quot; title=&quot;Updated Statler Images - 10-20120207&quot;&gt;I updated the Statler images today&lt;/a&gt; :)&lt;/p&gt;
      &lt;p&gt; --&lt;br /&gt;&lt;small&gt;Tagged: &lt;a href=&quot;http://corenominal.org/tags/crunchbang_linux/&quot; title=&quot;Browse all content tagged with &amp;#8220;crunchbang linux&amp;#8221;&quot;&gt;crunchbang linux&lt;/a&gt;, &lt;a href=&quot;http://corenominal.org/tags/debian/&quot; title=&quot;Browse all content tagged with &amp;#8220;debian&amp;#8221;&quot;&gt;debian&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 08 Feb 2012 18:40:13 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Passing the test</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=158</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/02/08/passing-the-test/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png&quot;&gt;&lt;img class=&quot;alignleft size-full wp-image-149&quot; title=&quot;small-badge&quot; src=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png?w=549&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;In my capacity as the blogger commonly known as &amp;#8220;Larry the Free Software Guy&amp;#8221; (at least to those who like me; the others . . . ?), I get to test hardware from time to time to review. To be honest, I hate doing reviews because, when the last period is put into place and I push the &amp;#8220;publish&amp;#8221; button on WordPress, I get a barrage of &amp;#8220;How can you &lt;em&gt;like&lt;/em&gt; this . . .?&amp;#8221; or &amp;#8220;How could you &lt;em&gt;not&lt;/em&gt; like that . . . ?&amp;#8221; Ad nauseum.&lt;/p&gt;
&lt;p&gt;But still, coming in the next few days to the Larry the Free Software Guy &lt;a href=&quot;http://larrythefreesoftwareguy.wordpress.com&quot;&gt;blog&lt;/a&gt; will be two reviews: one of ZaReason&amp;#8217;s &lt;a href=&quot;http://zareason.com/shop/Alto-3880.html&quot;&gt;Alto 3880&lt;/a&gt; laptop and the other a review of ZaReason&amp;#8217;s &lt;a href=&quot;http://zareason.com/shop/Strata-6880.html&quot;&gt;Strata 6880&lt;/a&gt;. Spoiler alert: Though I had some minor issues with both of them which stem from personal preferences rather than technological shortcomings, both machines are top notch laptops well worth the price.&lt;/p&gt;
&lt;p&gt;But I digress. What I wanted to mention here was that during the course of putting these laptops through their paces, I used Linux Mint, Fedora and, of course, CrunchBang. As far as the latter is concerned, CrunchBang soared on these laptops, and it&amp;#8217;s quite heartening to see CrunchBang perform so well on brand new hardware (as opposed to the old hardware I&amp;#8217;m used to using on a regular basis). &lt;/p&gt;
&lt;p&gt;Looking at the disparity of hardware on which I use CrunchBang this particular week &amp;#8212; the IBM ThinkPad T30 that accompanies me everywhere to these newer ZaReason laptops &amp;#8212; it never fails to astound me that the range of hardware on which CrunchBang works is wide, and this flexibility is a testament to the great versatility that CrunchBang offers.&lt;/p&gt;
&lt;p&gt;I will suggest to ZaReason that they include CrunchBang in their roster of distro options to be installed upon purchase. As it stands now, the options are Linux Mint, various &amp;#8216;buntus, Fedora, &amp;#8220;Tell us what you want,&amp;#8221; or no distro installed.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lfnw/&quot;&gt;LFNW&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/zareason/&quot;&gt;ZaReason&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/zareason/&quot;&gt;ZaReason&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/158/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/158/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/158/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/158/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/158/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/158/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/158/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/158/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/158/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/158/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/158/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/158/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/158/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/158/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=158&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 08 Feb 2012 18:37:12 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Going to the show</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=144</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/02/04/going-to-the-show/</link>
	<description>&lt;p&gt;If you&amp;#8217;re a baseball fan, the blog&amp;#8217;s title needs little explanation. Just in case you aren&amp;#8217;t &amp;#8212; and that would include most of you who aren&amp;#8217;t on the North American continent &amp;#8212; when a baseball player in the minor leagues &amp;#8220;goes to the show,&amp;#8221; it means he&amp;#8217;s been called up to the Major Leagues.&lt;/p&gt;
&lt;p&gt;Of course, going to the show can mean something completely different in FOSS circles, like going to the show, as in the Linux expo or gathering.&lt;/p&gt;
&lt;p&gt;I don&amp;#8217;t know him, but a friend of a friend in the Silicon Valley who goes by &amp;#8220;jefro&amp;#8221; posted a schedule of FOSS events throughout the year on his blog &lt;a href=&quot;http://jefro.wordpress.com/open-source-conferences/&quot;&gt;here&lt;/a&gt;. Admittedly most of them are in the U.S., and most of those in the U.S. are actually near where I live, so I&amp;#8217;ll be going to many of them.&lt;/p&gt;
&lt;p&gt;The schedule is posted here in order for others to get an idea of what&amp;#8217;s out there, show-wise. If you&amp;#8217;re near one, attend. If you&amp;#8217;re near one and attend &amp;#8212; and help promote CrunchBang at the event &amp;#8212; that&amp;#8217;s even better.&lt;/p&gt;
&lt;p&gt;Not only was it a privilege to represent CrunchBang at the Southern California Linux Expo SCALE 10X, I had a lot of fun in the process. It&amp;#8217;s not hard, people are curious about CrunchBang and, in many cases, the distro promotes itself on its merits. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png&quot;&gt;&lt;img src=&quot;http://larrythecrunchbangguy.files.wordpress.com/2012/02/small-badge.png?w=549&quot; alt=&quot;&quot; title=&quot;small-badge&quot; class=&quot;alignleft size-full wp-image-149&quot; /&gt;&lt;/a&gt;Next on my schedule is &lt;a href=&quot;http://www.linuxfestnorthwest.org/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, in late April in Bellingham, Washington, just north of Seattle and just south of the Canadian border. CrunchBang already has a table and I&amp;#8217;ve submitted both a &amp;#8220;Intro to CrunchBang&amp;#8221; talk and there will be a CrunchBang &amp;#8220;Birds of a Feather&amp;#8221; gathering during the course of the show.&lt;/p&gt;
&lt;p&gt;If you live nearby, come on up to Bellingham and help out. You get free admission as an exhibitor. Ping me if you&amp;#8217;re interested.&lt;/p&gt;
&lt;p&gt;Live in the Carolinas? Head to &lt;a href=&quot;http://www.posscon.org/&quot;&gt;POSSCON&lt;/a&gt;, the Palmetto Open Source Software Conference in South Carolina next month. Indiana? &lt;a href=&quot;http://www.indianalinux.org/cms/&quot;&gt;Indiana Linux Fest&lt;/a&gt; is held in mid-April in Indianapolis. Texas? &lt;a href=&quot;http://texaslinuxfest.org/&quot;&gt;Texas Linux Fest&lt;/a&gt; will probably be scheduled for early to mid-May this year in Austin, and while the site has yet to be updated, I think I&amp;#8217;ll probably make it this year.&lt;/p&gt;
&lt;p&gt;Want to go to a show? Great! Get there because there&amp;#8217;s a lot to see and a lot to do. Want to go to represent CrunchBang and need help? Not to worry: I am an old hand at this, so ask me. I used to organize the booths for the Fedora Project in the expos west of the Rockies for years and I know the ins and outs of how to organize these things. &lt;/p&gt;
&lt;p&gt;CrunchBang deserves to go to the show, both in a baseball and non-baseball sense. So do you. So what&amp;#8217;s keeping you?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lfnw/&quot;&gt;LFNW&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/posscon/&quot;&gt;POSSCON&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/indiana-linux-fest/&quot;&gt;Indiana Linux Fest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/linux-fest-northwest/&quot;&gt;Linux Fest Northwest&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/posscon/&quot;&gt;POSSCON&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale/&quot;&gt;SCALE&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/texas-linux-fest/&quot;&gt;Texas Linux Fest&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/144/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/144/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/144/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/144/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/144/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/144/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/144/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/144/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/144/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/144/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/144/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/144/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/144/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/144/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=144&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Sat, 04 Feb 2012 17:47:18 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Real-world CrunchBang adventures</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=135</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/01/30/real-world-crunchbang-adventures/</link>
	<description>&lt;p&gt;&lt;em&gt;[Blogger's Note: From time to time I will step off the soapbox for a moment to let someone else step up and speak. Today, I am letting VastOne, who is a CrunchBang moderator on the forums, take the microphone and post this blog that comes in response to my last blog item. Take it away, VastOne! --LC]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In the blog post &amp;#8220;&lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/2012/01/28/one-way-or-another/&quot;&gt;One way or another&lt;/a&gt;,&amp;#8221; there were several great points made about the need to learn a bit of terminal and bash skills to be effective within any flavor of Linux. These skills are invaluable and after years of using Linux, most of us take our own expertise in these matters for granted when advising a new user.&lt;/p&gt;
&lt;p&gt;In another world, there are users who are jumping on the Linux bandwagon out of necessity. A majority are just fed up with the amount of viruses, worms and attacks on their machines. Some are coming over due to financial or fiscal reasons that stem from no longer being able to afford proprietary software&amp;#8217;s steep licensing costs.  &lt;/p&gt;
&lt;p&gt;I work in this world every day. My clients are usually a small business, a non-profit group, church or school district. Since the majority of the work I do is done &lt;em&gt;pro bono&lt;/em&gt;, I have an easier time convincing these clients to switch to Linux.&lt;/p&gt;
&lt;p&gt;For years, I used Ubuntu as the easy choice for an installation.  It was intuitive, popular and was pretty easy to manage a cookie-cutter installation. The objective for me is to have limited return calls and to leave the client with enough resources and knowledge that a simple daily process would guarantee success.&lt;/p&gt;
&lt;p&gt;This worked great until Unity arrived. It was such a radical change that the clients I deal with had no clue how to use it and on a dime their worlds changed. I had to revisit every client and start over. I made a decision to find a new platform to work with, where changes would not be so drastic.&lt;/p&gt;
&lt;p&gt;A few friends of mine, also in the same line of work, had been telling me about CrunchBang Linux for quite some time. For whatever reasons, I had it in my head that CrunchBang was a terminal-driven distro that was for power Linux users, not far from the Arch world. Once I installed the Xfce version of CrunchBang, the platform I was looking for suddenly opened up. It was nothing that I expected and by far the easiest and lightest Linux distro I had ever seen and a very easy drop in replacement for my clients. The fact that Crunchbang is based on Debian Stable was the icing on the cake, guaranteeing long term stability.&lt;/p&gt;
&lt;p&gt;With my client base, I have found that for a new Linux user &amp;#8212; coming from a XP, Vista or Win7 world &amp;#8212; the Xfce desktop is a perfect leap to a comfort zone in a short period of time. Its menu driven setup is perfect for a user who is accustomed to right clicking the desktop and applications. The fact that most of the new applications installed show up on the this menu makes my long term job easier with the clients. I have not had a single client reject the Xfce desktop and generally after a weeks time they tell me that it is the easiest desktop they have had to use.  &lt;/p&gt;
&lt;p&gt;The final pieces in a new client install is a simple lesson with Synaptic, how to open terminal and an understanding of how to search Google effectively. As soon as the client grasps how easy Synaptic is and how easy it is to install software, my job is almost done.&lt;/p&gt;
&lt;p&gt;I use .bashrc and .bash_aliases to create a cheat sheet of the standard commands that needs to be done for standard Linux tasks. They are basic commands that we take for granted in apt-get update, apt-get install, apt-cache policy etc etc etc.  &lt;/p&gt;
&lt;p&gt;The aliases are structured so that when I get the call for that important application that is needed, I simply guide the client to a terminal session and have them type&lt;/p&gt;
&lt;p&gt;get gimp&lt;/p&gt;
&lt;p&gt;Once they have entered their password, they are done. After the second or third time doing this, most clients grasp how easy it is and begin to understand. One of these aliases is an alias to print to the screen what all of the aliases are by typing al in the terminal and getting a list of aliases and what they can do. &lt;/p&gt;
&lt;p&gt;Now one would ask, “These new clients have no problem with these commands?” No! Most clients are looking for stability and an easy way to get their jobs done. They couldn&amp;#8217;t care less what an apt-get is, but they do care that there is a simple method to the madness. &lt;/p&gt;
&lt;p&gt;Is this the best method for client conversions? For my client base it is. Everyone is happy with CrunchBang Linux, although most would look at you funny if you asked them about it. It also keeps the return calls and visits I need to make at a minimum, which is my most important objective.  &lt;/p&gt;
&lt;p&gt;Moving each client to Linux with CrunchBang Xfce, Synaptic, terminal and aliases is as easy as it gets. My client base could care less as long as they can get their work done with minimal changes.&lt;/p&gt;
&lt;p&gt;Sounds like a perfect world to me.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale/&quot;&gt;SCALE&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/135/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/135/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/135/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/135/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/135/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/135/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/135/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/135/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/135/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/135/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/135/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/135/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/135/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/135/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=135&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 30 Jan 2012 22:44:57 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: One way or another</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=129</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/01/28/one-way-or-another/</link>
	<description>&lt;p&gt;Originally, I had started a &amp;#8220;Larry the Free Software Guy&amp;#8221; blog item on the newly released, Mideast peace-securing, cancer-curing, saivor-of-all-mankind Head-Up Display from Ubuntu &amp;#8212; &amp;#8220;head up&amp;#8221; what, exactly, is unclear, but not much imagination is needed &amp;#8212; in which I promised to try it, but I still wonder aloud about the degree of &amp;#8220;innovation&amp;#8221; in what appears to be a GUI for the command line, to say nothing of the competing ease between clicking on a menu item versus typing it in a field.&lt;/p&gt;
&lt;p&gt;No, I left that pinata alone for the moment to address something else.&lt;/p&gt;
&lt;p&gt;What causes the &lt;em&gt;bloggus interruptus&lt;/em&gt; today is an exchange I had a couple of days ago on a CrunchBang &lt;a href=&quot;http://crunchbanglinux.org/forums/topic/17443/wine-issues-solved/&quot;&gt;forum&lt;/a&gt; with rhowaldt &amp;#8212; it was completely tongue-in-cheek by both parties &amp;#8212; where doing a task had more than one method to fix what a new user wanted to achieve.&lt;/p&gt;
&lt;p&gt;In the exchange what was said, in effect and in jest, is that you can do it the cool, &amp;#8220;l33t h4xx0r&amp;#8221; way using the command line, or you can use the n00b-oriented, menu-driven program written for the window manager that comes with the program. While poking fun, the subtext here still speaks to a digital caste system where the more experienced are put in a position of superiority, either real or imagined (and I choose the latter), than the inexperienced.&lt;/p&gt;
&lt;p&gt;Naturally, I concur that there is more than one way to a solution: Yes, the command line is the more direct way to get things done. However, not everyone using Linux &amp;#8212; even CrunchBang, if the threads on the CrunchBang forum to which I refer are any indication &amp;#8212; is that well-versed in using the terminal, and when it comes to tools, some of the menu-driven ones can be a godsend.&lt;/p&gt;
&lt;p&gt;The point I&amp;#8217;d like to make is that there are folks out there who have made and maintained programs like Obmenu and Obapps in Openbox, to use the example from the forum exchange, that essentially give the keys to those less experienced to change their digital experience without having to traverse the potential landmine the command line can be for new or less-experienced users.&lt;/p&gt;
&lt;p&gt;For that reason, when the tools are available I use them, and when asked on a forum about how to do things and I know an option like this exists, I&amp;#8217;ll make this Plan A in my suggestion. Again, there is more than one solution, and if someone goes to the effort of explaining the commands to use in a terminal, more power to them.&lt;/p&gt;
&lt;p&gt;In fact, I should thank rhowaldt and others on the CrunchBang for taking the time to make these command-line instructions available, since it is to the new users&amp;#8217; benefit that they get into this mindset. Learning some of the more basic commands &amp;#8212; even some simple bash scripting &amp;#8212; should be part of every Linux users repertoire. It may be intimidating at first to new users, but over time it is something one can get used to.&lt;/p&gt;
&lt;p&gt;Meanwhile, back at the original topic: Yes, it may be a little less &amp;#8220;h4xx0r&amp;#8221; to do it from a program, but using these tools gives those who put in the effort a tip of the hat for going the extra mile and providing a method that helps out.&lt;/p&gt;
&lt;p&gt;So to those of you who work on developing tools like Obmenu and Obapps &amp;#8212; thanks for your efforts and keep up the work that, though anonymous, is vital to the success of distros everywhere. &lt;/p&gt;
&lt;p&gt;We now return to writing another blog item, which is already in progress . . . .&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale/&quot;&gt;SCALE&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/129/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/129/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/129/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/129/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/129/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/129/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/129/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/129/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/129/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/129/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/129/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/129/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/129/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/129/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=129&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Sat, 28 Jan 2012 19:03:22 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: A perfect 10</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=125</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/01/24/a-perfect-10/</link>
	<description>&lt;p&gt;I&amp;#8217;m going to try to say this in my best movie-preview-guy voice.&lt;/p&gt;
&lt;p&gt;More than 100 exhibitors.&lt;/p&gt;
&lt;p&gt;More than 130 presentations.&lt;/p&gt;
&lt;p&gt;Nearly 2,000 people in attendance.&lt;/p&gt;
&lt;p&gt;These factors together are what makes the Southern California Linux Expo SCALE 10X a perfect 10.&lt;/p&gt;
&lt;p&gt;With 101 exhibitors, 132 presentations and 1,962 people in attendance over the three-day event (roughly a 9 percent uptick in attendance), SCALE 10X nailed it. I&amp;#8217;m going to let Joe &amp;#8220;Zonker&amp;#8221; Brockmeier take the helm here on this one, since his &lt;a href=&quot;https://www.linux.com/news/featured-blogs/196-zonker/539103-looking-back-on-scale-10x&quot;&gt;blog item&lt;/a&gt; on the event is outstanding and is something I can&amp;#8217;t improve on.&lt;/p&gt;
&lt;p&gt;But do you think, for a moment, that would stop me from talking about CrunchBang&amp;#8217;s presence at the show?&lt;/p&gt;
&lt;p&gt;Ha.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Yeah, I&amp;#8217;m that guy&lt;/strong&gt;: OK, so if I thought so many people were &lt;em&gt;that&lt;/em&gt; interested, I would have made a bigger deal about it; maybe even holding a press conference or something. But yes, I am now primarily a CrunchBang GNU/Linux user and advocate after ramping down my activities with the Fedora Project (though I did use my pull as a former Fedora Ambassador to help out a Fedoran stuck at the hotel). As I mentioned to just about everyone I saw at the show who asked me about it &amp;#8212; that&amp;#8217;s about 90 percent of the folks I regularly see at shows &amp;#8212; there were really two factors involved: a.) I really like CrunchBang a lot since I started using it six months ago, and I think the distro, their lead developer Philip Newborough, and their community have a lot going for them, and b.) under the skillful guidance of Mark Terranova and Scott Williams and other Fedoristas in California, I don&amp;#8217;t think I&amp;#8217;ll be missed by the Fedora Project all that much. &lt;/p&gt;
&lt;p&gt;There. I&amp;#8217;m glad we had this little talk. Now go and try &lt;a href=&quot;http://crunchbanglinux.org/&quot;&gt;CrunchBang&lt;/a&gt; &amp;#8212; it&amp;#8217;s great.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Presenting about CrunchBang&lt;/strong&gt;: I gave a presentation called &amp;#8220;On Beyond Zenwalk,&amp;#8221; a riff on the Dr. Seuss book &amp;#8220;On Beyond Zebra.&amp;#8221; It was about distros that do not get their due, and are somewhat more high performance than their average &amp;#8220;street legal&amp;#8221; counterparts and, of course, I spoke a bit &amp;#8212; OK, more than a bit &amp;#8212; about CrunchBang. There was live streaming of the presentations available during the show, and I would thank that means that the video lives somewhere that will allow me to post a link. So when I find out where that is, I&amp;#8217;ll post it. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Flocking together for CrunchBang&lt;/strong&gt;: There was a Birds of a Feather gathering for CrunchBang on Saturday, where I got to continue my talk about CrunchBang to those who were interested. About 10 people made it up to the meeting, and while I was unable to make any printed matter (I&amp;#8217;m working on that, still), I was able to show off CrunchBang on two different laptops. I also made four live usb sticks that I gave away (that&amp;#8217;s all I had in my pocket), and one woman who ran the live usb stick on her Lenovo netbook was so impressed that she said she was going to install it. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Best. Compliment. Ever.&lt;/strong&gt; So during one lap around on the show floor, seeing if anyone needed anything in the way of publicity and the like (in my capacity as SCALE 10X publicity co-chair), I had one exhibtor, a woman, tell me this: &amp;#8220;This is a great show. In fact, I worked AVS and this show is much better than that one.&amp;#8221; I thought I was more worldly than I am, apparently, becuase I had to ask: &amp;#8220;AVS?&amp;#8221; &amp;#8220;Adult Video Show,&amp;#8221; she replied. Ah. So noted. On that note, there&amp;#8217;s nothing that can beat that.&lt;/p&gt;
&lt;p&gt;Except maybe SCALE 11X next year.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale/&quot;&gt;SCALE&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/125/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/125/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/125/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/125/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/125/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/125/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/125/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/125/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/125/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/125/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/125/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/125/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/125/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/125/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=125&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 25 Jan 2012 02:41:35 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Somebody give me a cheeseburger</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=120</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/01/23/somebody-give-me-a-cheeseburger/</link>
	<description>&lt;p&gt;&lt;em&gt;[Blogger's Note: This originally ran as a item in the Larry the Free Software Guy &lt;a href=&quot;http://larrythefreesoftwareguy.wordpress.com/2011/06/12/somebody-give-me-a-cheeseburger/&quot;&gt;blog&lt;/a&gt; in June 2011. I am repeating it here in order to urge those who use CrunchBang to donate to the distro at the link &lt;a href=&quot;http://crunchbang.org/donate&quot;&gt;here&lt;/a&gt;, and the way this can be done relatively painlessly -- and how we all benefit -- is explained below. Thanks, and a report from SCALE 10X is forthcoming -Larry.]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;During my campaign for Insurance Commissioner of California in 2006 &amp;#8212; where I just missed being elected to state office by a mere 46.5 percent of the vote &amp;#8212; one of my campaign fundraising materials was a handout with a sandwich on it. It said, in effect, that if you give up one of these a week and send the money &amp;#8212; $5 per week, in this case &amp;#8212; to the campaign, you could have proper representation in Sacramento.&lt;/p&gt;
&lt;p&gt;[It should be noted that, as a Green Party candidate, I did not take corporate campaign donations -- not that any were forthcoming -- so I needed a lot of sandwiches to mount an effective campaign. Thank goodness for FOSS, since I didn't have to buy any software, but that's another story.]&lt;/p&gt;
&lt;p&gt;Yesterday&amp;#8217;s &lt;a href=&quot;http://larrythefreesoftwareguy.wordpress.com/2011/06/12/wearing-your-pride-on-your-ear/&quot;&gt;blog item&lt;/a&gt; about the Ubuntu earrings that are being used as a fundraiser for Partimus started me thinking about how some people shy away from donating to groups or, in our case, FOSS projects because they think it takes a lot up front.&lt;/p&gt;
&lt;p&gt;Nope, it doesn&amp;#8217;t have to. It takes one sandwich at a time. Or coffee. Or dessert. Giving up one of these just once a week, multiplied by a significant number of people, can put some well-deserved projects in some pretty good financial shape.&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s very simple &amp;#8212; instead of having that grande iced mochajavafrappamacchiato at Starbucks today, send the money via PayPal to a FOSS project that you use regularly, as a way of saying, &amp;#8220;Thanks.&amp;#8221; &lt;/p&gt;
&lt;p&gt;Give to &lt;a href=&quot;http://www.partimus.org/&quot;&gt;Partimus&lt;/a&gt;, the project that is putting Linux-based computer labs in low-income schools in Northern California (or buy a pair of earrings). Or the &lt;a href=&quot;http://www.heliosinitiative.org/&quot;&gt;HeliOS Project&lt;/a&gt;, since &amp;#8220;a child&amp;#8217;s exposure to technology should never be predicated on the ability to afford it.&amp;#8221;&lt;/p&gt;
&lt;p&gt;Like GIMP? Give to them &lt;a href=&quot;http://www.gimp.org/donating/&quot;&gt;here&lt;/a&gt;. Don&amp;#8217;t like it? Give to &lt;a href=&quot;http://inkscape.org/donate.php?lang=en&quot;&gt;Inkscape&lt;/a&gt; instead. &lt;/p&gt;
&lt;p&gt;The possibilities only end at the number of FOSS programs that are taking donations. Go to the programs that you use and look for a &amp;#8220;donate&amp;#8221; button.&lt;/p&gt;
&lt;p&gt;Then give &amp;#8216;em a sandwich.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;[Extra points to whomever can identify which song the title of this blog comes from. No Googling.]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/gimp/&quot;&gt;GIMP&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/helios-project/&quot;&gt;HeliOS Project&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/inkscape/&quot;&gt;Inkscape&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/partimus/&quot;&gt;Partimus&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/gimp/&quot;&gt;GIMP&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/helios-project/&quot;&gt;HeliOS Project&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/inkscape/&quot;&gt;Inkscape&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/partimus/&quot;&gt;Partimus&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/120/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/120/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/120/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/120/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/120/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/120/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/120/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/120/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/120/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/120/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/120/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/120/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/120/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/120/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=120&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 24 Jan 2012 03:49:21 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Six months ago . . .</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=115</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/01/18/six-months-ago/</link>
	<description>&lt;p&gt;&lt;img class=&quot;alignleft&quot; title=&quot;SCALE 10X&quot; src=&quot;http://www.socallinuxexpo.org/sites/default/files/promo/scale_10x_1.gif&quot; alt=&quot;SCALE 10X&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;&lt;/p&gt;
&lt;p&gt;About six months ago &amp;#8212; on July 24, 2011, to be precise &amp;#8212; I became a CrunchBang user after giving the distro a test run for my blog, &amp;#8220;Larry the Free Software Guy.&amp;#8221; I wrote about it with glowing praise &lt;a href=&quot;http://larrythefreesoftwareguy.wordpress.com/2011/07/24/crunchbang-worth-more-than-just-a-test-run/&quot;&gt;here&lt;/a&gt;, and unlike some of the other distros I&amp;#8217;ve tested, used for a few days and moved on, I stuck with CrunchBang for a good reason.&lt;/p&gt;
&lt;p&gt;I wrote these two paragraphs toward the end, which I still stand by today:&lt;/p&gt;
&lt;p&gt;&amp;#8220;CrunchBang is probably not for the neophyte, but if you’ve been using GNU/Linux and FOSS for about a year or longer and you are comfortable tweaking your system, you should have no trouble getting up to speed on this quick distro. The site does have a caveat on the &amp;#8216;about page&amp;#8217; at the bottom that &amp;#8216;CrunchBang Linux is not recommended for anyone needing a stable system or anyone who is not comfortable running into occasional, even frequent breakage. CrunchBang Linux could possibly make your computer go CRUNCH! BANG! Therefore CrunchBang Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.&amp;#8217;&lt;/p&gt;
&lt;p&gt;&amp;#8220;I think the lawyers made them say that, because after four days of tweaking, some of which not exactly the most advised (but nonetheless corrected), I have yet to make it go “CRUNCH! BANG!” In fact, I think I may keep the drive with this distro installed in the ThinkPad for awhile for use on a daily basis.&amp;#8221;&lt;/p&gt;
&lt;p&gt;I should add that I never replaced the drive in the ThinkPad and I&amp;#8217;ve been using CrunchBang on it &amp;#8212; my main computer, really, since this laptop never leaves my side &amp;#8212; ever since I wrote this.&lt;/p&gt;
&lt;p&gt;The reason I bring this up is because I&amp;#8217;m about to give two presentations at SCALE 10X this weekend, and I had to go back and re-read this blog item (among other things) to talk about CrunchBang in a presentation entitled &amp;#8220;&lt;a href=&quot;http://www.socallinuxexpo.org/scale10x/presentations/beyond-zenwalk&quot;&gt;On Beyond Zenwalk&lt;/a&gt;,&amp;#8221; which is a riff, of course, on the Dr. Seuss book title &amp;#8220;On Beyond Zebra.&amp;#8221;  You can be certain that the Debian representative in this mix, CrunchBang, will be ably represented.&lt;/p&gt;
&lt;p&gt;The presentations will be streamed, and when I get the information, I will post it in a blog item as well as posting it on the CrunchBang forums. Watch this space.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale/&quot;&gt;SCALE&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/115/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/115/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/115/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/115/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/115/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/115/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/115/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/115/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/115/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/115/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/115/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/115/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/115/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/115/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=115&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 18 Jan 2012 23:41:48 +0000</pubDate>
</item>
<item>
	<title>Alistair McKinlay: The Day the Internet Went Black</title>
	<guid>http://www.10people.co.uk/?p=993</guid>
	<link>http://feedproxy.google.com/~r/yamanickill/~3/VAYILeH3oO0/</link>
	<description>&lt;p&gt;Wikipedia will go black on the 18th in protest of SOPA and PIPA, along with many other websites. This is a big deal.&lt;/p&gt;
&lt;p&gt;Now, some of you may not know what SOPA or PIPA are, even though you read this blog, so I&amp;#8217;ll try to explain it simply.&lt;/p&gt;
&lt;p&gt;PIPA and SOPA are bills that are being pushed through the American government that would essentially allow the entertainment industry a really easy way to block any website in America that they feel like.&lt;/p&gt;
&lt;p&gt;Most people and companies in the tech industries are against this, including big companies like Google, Facebook, Ebay, Amazon etc, because it doesn&amp;#8217;t help fight &amp;#8220;piracy&amp;#8221;, it censors the internet in America and has wide-ranging consequences for everyone, not just people in America.&lt;/p&gt;
&lt;p&gt;It would break DNS (the fundamental force of the internet), cause legitimate websites to be blocked (it has been done before, that things to get rid of piracy have cause legitimate websites to be blocked) and force many people outside of America to block these sites even though there is no law saying they should&amp;#8230;as the governing bodies of the Internet are American organisations, and therefore subject to their laws.&lt;/p&gt;
&lt;p&gt;The fundamental problem is&amp;#8230;this will not stop piracy. Pirates will go around these issues and you cannot stop that. There are always ways around these things. You need to either go after the money&amp;#8230;or don&amp;#8217;t try.&lt;/p&gt;
&lt;p&gt;If you want to help (even if you aren&amp;#8217;t in America, you can still do something) &amp;#8211; go to this website: &lt;a href=&quot;http://americancensorship.org/&quot; rel=&quot;nofollow nofollow&quot; target=&quot;_blank&quot;&gt;http://americancensorship.org/&lt;/a&gt; - it explains everything. Scroll down a bit and you can petition the American State Department to stop being hypocritical.&lt;/p&gt;
&lt;p&gt;In solidarity with the websites that are going black on Wednesday the 18th, this blog will also be going black from 00:00 GMT till 00:00 GMT on the 19th. That is a full 24 hours it shall be out.&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://www.10people.co.uk/?flattrss_redirect&amp;id=993&amp;md5=3f8c4a246fddfeca9e44f1ab1d2c24ce&quot; title=&quot;Flattr&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.10people.co.uk/wp-content/plugins/flattrss/img/flattr-badge-large.png&quot; alt=&quot;flattr this!&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/yamanickill/~4/VAYILeH3oO0&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 16 Jan 2012 22:22:47 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: T-minus 96 hours and counting</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=112</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/01/16/t-minus-96-hours-and-counting/</link>
	<description>&lt;p&gt;Those who know me well know that, among other things, I really don&amp;#8217;t like ice hockey. Oh, I root for the San Jose Sharks in the National Hockey League because they&amp;#8217;re the &amp;#8220;home team&amp;#8221; here, just over the hill in the Silicon Valley. But to be honest, it&amp;#8217;s a sport that makes me grind my teeth. The truth of the matter is that I don&amp;#8217;t like it because I can&amp;#8217;t play it. &lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignleft&quot; title=&quot;SCALE 10X&quot; src=&quot;http://www.socallinuxexpo.org/sites/default/files/promo/scale_10x_1.gif&quot; alt=&quot;SCALE 10X&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;Skating on ice is hard enough. Canadians, Scandinavians and Russians: I know you all have a gene that allows you to turn pirouettes on the ice straight from the womb, and that&amp;#8217;s great. But I can&amp;#8217;t stay perpendicular for very long while on skates on frozen water. Add to this that I&amp;#8217;d have to stay perpendicular on the ice &lt;em&gt;and&lt;/em&gt; keep a rubber disk in front of me with a stick; difficulty squared. The clincher? Keeping perpendicular on the ice while keeping a rubber disk in front of me with a stick &lt;em&gt;while people are trying to knock me down&lt;/em&gt; (which, of course, would anger me to bodily harm on the ice, and I understand that you can&amp;#8217;t legally hit people with your stick, unfortunately).&lt;/p&gt;
&lt;p&gt;&amp;#8220;So,&amp;#8221; you ask, &amp;#8220;are we going to get to the point of this blog anytime soon, Larry?&amp;#8221;&lt;/p&gt;
&lt;p&gt;Yes.&lt;/p&gt;
&lt;p&gt;While I don&amp;#8217;t like hockey, currently my favorite article of clothing is my SCALE hockey jersey, which is now packed and ready for SCALE 10X. &lt;a href=&quot;http://www.socallinuxexpo.org&quot;&gt;SCALE 10X&lt;/a&gt; is being held Friday to Sunday of this week, a mere four days from today, at the Hilton Los Angeles Airport hotel. &lt;/p&gt;
&lt;p&gt;A little history: At SCALE 9X last year, the powers that be at the show figured there should be some way to identify the staff on the floor of the show &amp;#8212; something that would make them stand out. The result: SCALE hockey jerseys, with the name of the staff person across the back. If you were a speaker, a vendor, an exhibitor or anyone else at the show and you needed something, you needed to give a hip check to the person you saw running around with a hockey jersey.&lt;/p&gt;
&lt;p&gt;Or you could find me: I&amp;#8217;d be the one in the hockey jersey taking five steps and immediately falling down, but I digress.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m giving two presentations at SCALE 10X this year &amp;#8212; &amp;#8220;&lt;a href=&quot;https://www.socallinuxexpo.org/scale10x/presentations/user-groups-21-noob-morning-america&quot;&gt;User Groups 2.1: Noob Morning in America&lt;/a&gt;&amp;#8221; (a reprise of last years &amp;#8220;User Group 2.0&amp;#8243; talk) at 10 a.m. Friday in the hotel&amp;#8217;s beautiful Catalina D room, and &amp;#8220;&lt;a href=&quot;https://www.socallinuxexpo.org/scale10x/presentations/beyond-zenwalk&quot;&gt;On Beyond Zenwalk&lt;/a&gt;&amp;#8221; on Saturday at 3 in the hotel&amp;#8217;s Los Angeles B room. I&amp;#8217;m also your host for the &lt;a href=&quot;https://www.socallinuxexpo.org/scale10x/events/bird-feather-sessions&quot;&gt;CrunchBang GNU/Linux &amp;#8220;Birds of a Feather&amp;#8221;&lt;/a&gt; event on Saturday evening as well &amp;#8212; so everyone, from the CrunchBang faithful to the merely curious, are welcome to stop by. &lt;/p&gt;
&lt;p&gt;Just don&amp;#8217;t ask me, over the course of the weekend, to shoot and score.&lt;/p&gt;
&lt;p&gt;More on SCALE 10X coming this week in this blog. Watch this space.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software at Redwood Digital Research, a consultancy that provides FOSS solutions in the small business and home office environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale/&quot;&gt;SCALE&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/112/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/112/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/112/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/112/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/112/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/112/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/112/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/112/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/112/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/112/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/112/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/112/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/112/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/112/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=112&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 16 Jan 2012 19:29:21 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: A response to a FOSS skeptic</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=109</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/01/10/a-response-to-a-foss-skeptic/</link>
	<description>&lt;p&gt;&lt;em&gt;[Blogger's note: This is not a CrunchBang-specific blog item, but since it has to do with Free/Open Source Software and it explains a lot of how the paradigm works, it might be beneficial to CrunchBang users and the FOSS advocates among us. Thanks. --Larry]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Don Parris wrote a book a while back called &amp;#8220;Penguin in the Pew.&amp;#8221; The book is an outstanding guide for nonprofits &amp;#8212; aimed at churches, but it can apply to any other nonprofit &amp;#8212; in the way to use Free/Open Source Software, which Don like to call &amp;#8220;libre,&amp;#8221; but you know it&amp;#8217;s the same thing.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignleft&quot; title=&quot;SCALE 10X&quot; src=&quot;http://www.socallinuxexpo.org/sites/default/files/promo/scale_10x_1.gif&quot; alt=&quot;SCALE 10X&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;While the book is due for an update &lt;em&gt;(I say, nudging Don . . .&lt;/em&gt;), I also have to confess that I&amp;#8217;ve used the points the book makes to apply to the for-profit business advantages of using FOSS in a business environment. This is important to me in my work at Redwood Digital Research, where a great part of our business is to provide small businesses and home offices with FOSS solutions instead of the closed-source proprietary software they are, for the most part, forced to use.&lt;/p&gt;
&lt;p&gt;But I digress. Don wrote a brilliant &lt;a href=&quot;http://dcparris.net/2012/01/10/response-to-a-libre-software-skeptic/&quot;&gt;blog item&lt;/a&gt; this morning in crossing verbal swords with a FOSS skeptic. It starts out as follows:&lt;/p&gt;
&lt;p&gt;&amp;#8220;Someone I know well and admire greatly recently sent me a question about the premise of my book, &amp;#8216;Penguin in the Pew.&amp;#8217; His question, I think, reflects the mindset of many who remain outside the realm of the libre software domain. It has taken me some time to get around to answering his question, but I thought I would expand on my response to him here on my blog.&amp;#8221;&lt;/p&gt;
&lt;p&gt;And that he does, in a very complete, civil and concise way. It&amp;#8217;s definitely worth a read. &lt;/p&gt;
&lt;p&gt;Meanwhile, I have two presentations (three if you count the UpSCALE talk I&amp;#8217;m doing with my daughter Mimi), a tsunami of press releases and other media work to do for &lt;a href=&quot;http://www.socallinuxexpo.org&quot;&gt;SCALE 10X&lt;/a&gt; before next weekend (not to mention studying for the LPI-1 exam), so posts are going to be a little sparse over the next two weeks; unless, of course, they&amp;#8217;re about SCALE. That could be disappointing to some and a relief to others.&lt;/p&gt;
&lt;p&gt;But, as always, watch this space.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started testing and developing software in his new home office, Redwood Digital Research, in the redwood-covered hills of Felton, California, USA. RDR is a consultancy that advises small business/home office owners on the benefits of using FOSS in the business environment.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/don-parris/&quot;&gt;Don Parris&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/penguin-in-the-pew/&quot;&gt;Penguin in the Pew&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/don-parris/&quot;&gt;Don Parris&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/penguin-in-the-pew/&quot;&gt;Penguin in the Pew&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/109/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/109/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/109/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/109/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/109/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/109/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/109/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/109/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/109/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/109/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/109/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/109/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/109/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/109/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=109&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 10 Jan 2012 19:09:44 +0000</pubDate>
</item>
<item>
	<title>Alistair McKinlay: Tech Predictions Review: 2011</title>
	<guid>http://www.10people.co.uk/?p=989</guid>
	<link>http://feedproxy.google.com/~r/yamanickill/~3/abdARcJJiPY/</link>
	<description>&lt;p&gt;Time for my review of 2011&amp;#8242;s tech predictions. Wide range of predictions, from gaming to phones to&amp;#8230;well snarkiness. And I think I did not too bad last year. Let&amp;#8217;s have a look.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There will be at least 1 upgrade to either ps3, 360 or wii at E3. Most likely will be the wii, as I think it is the 1 most needing an upgrade. We haven’t heard any rumours yet, but that makes this one more fun. PS3 will hopefully not, as it should have a long time left in it as we haven’t reached its potential yet (and I’ve only had 1 for a year…) 360 will probably get 1 next year.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Wii U was announced. Wasn&amp;#8217;t released, but I think that counts &lt;img src=&quot;http://www.10people.co.uk/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Google TV will have its Hero moment (arguably the point when android on phones became properly usable for everyday users). It will have a couple of upgrades, and actually start to be usable by normal people. This will then cause people to buy it, and make it useful and fun.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Well, I was right about the update. It was quite late in the year, but the Honeycomb update for Google TV made it really nice and useful and fun, and people are starting to like it. But still&amp;#8230;not many people are buying it.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;We will drown in tablets and e-readers. The first colour e-reader will be released, and this will be kinda rubbish, cause the refresh rate will still be pretty crap. Better devices will not be released until 2012 (probably until after an Apple colour eReader, an i-nk-pad perhaps?).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hmmmm. Ok partly right about the first bit. Wrong about the second bit. But technically probably will be right about the last bit? (not the Apple bit though&amp;#8230;).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;a href=&quot;http://www.notionink.com/&quot;&gt;Notion Ink Adam&lt;/a&gt; will be released? &lt;img src=&quot;http://feeds2.feedburner.com/../wp-includes/images/smilies/icon_razz.gif&quot; alt=&quot;:-P&quot; /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It was. And what an anti-climax that was. I never ended up getting one. Got a transformer instead.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;New iPad, iPhone and iPod touch (pretty obvious…) No MacBooks this year though. They seem to be going off MacBooks and releasing them with more than 1 year gap. They will slowly be turned into the iPad with a keyboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I was right, right and right. But then I was wrong. There was a Macbook refresh. Maybe even 2&amp;#8230;can&amp;#8217;t quite remember.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows 8 will be announced, but will not be released till either the end of 2012, or beginning of 2013, but they will say beginning of 2012. It will look exactly the same, but will have great “security” features. Including, but not limited to, something “unhackable” and also a new “uncrackable” activation code system, that they seem to spend a lot of time on…&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Right to start with, but then very wrong. It is nothing similar in look and feel&amp;#8230;hello Metro interface.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Commercially available &lt;a href=&quot;http://en.wikipedia.org/wiki/4K_resolution&quot;&gt;4K tv&lt;/a&gt;. People start to hear about it, forget about 3D. Although, people will continue to say that the number of pixels I have just now is fine, thank you very much. But they will buy one eventually anyways…&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Nope. Sad times. Sometime though.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Android 2.4 and 3.0 will be released within the year.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hmmmm. Well, I was wrong about the numbers&amp;#8230;but 3.0 and 4.0 should count I&amp;#8217;d imagine. Who would have known exactly what would have happened with all this crazy tablet only version of Android and stuff. But I&amp;#8217;ll take that as a win.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Canonical will continue alienating people and projects, and will continue on its mission to mac-ify the Linux desktop.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hmmmm wow, I was feeling snarky that day wasn&amp;#8217;t I. I&amp;#8217;ll just leave this one at the side for just now.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.hulu.com/&quot;&gt;Hulu&lt;/a&gt; will get off their backside and start their UK service. People celebrate…&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Nope, and we didn&amp;#8217;t even get Netflix last year &lt;img src=&quot;http://www.10people.co.uk/wp-includes/images/smilies/icon_razz.gif&quot; alt=&quot;:-P&quot; class=&quot;wp-smiley&quot; /&gt;  In fact, apparently, Hulu just &lt;a href=&quot;http://www.telegraph.co.uk/technology/news/7639763/Hulu-abandons-UK-plans-after-broadcaster-talks-collapse.html&quot;&gt;gave up&lt;/a&gt;. This is weird, and I wonder whether Netflix got some of these deals and managed to make them exclusive first? Who knows what actually happened. I guess we never will. The whole industry seems to be giving up on Hulu anyway.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;All in all, a reasonable year. Lets just look forward to another year of awesome technical innovations. I&amp;#8217;m excited. I hope you are too &lt;img src=&quot;http://www.10people.co.uk/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://www.10people.co.uk/?flattrss_redirect&amp;id=989&amp;md5=6fa14ab097f5cc662218056807c453db&quot; title=&quot;Flattr&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.10people.co.uk/wp-content/plugins/flattrss/img/flattr-badge-large.png&quot; alt=&quot;flattr this!&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/yamanickill/~4/abdARcJJiPY&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 09 Jan 2012 22:24:26 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Flocking together</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=104</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/01/06/flocking-together/</link>
	<description>&lt;p&gt;Most of you already know this, but the Southern California Linux Expo SCALE 10X, like other Linux expos, holds events called &amp;#8220;Birds of a Feather,&amp;#8221; or BoF. A BoF is an informal meet-up or discussion, where expo attendees can get together and discuss a shared interest without a pre-designated agenda.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignleft&quot; title=&quot;SCALE 10X&quot; src=&quot;http://www.socallinuxexpo.org/sites/default/files/promo/scale_10x_1.gif&quot; alt=&quot;&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;So since I am going to be there, I took the liberty of signing up for a CrunchBang BoF at SCALE 10X. If anyone else is a CrunchBang user who is attending SCALE and wants to give me a hand, all the better. If you&amp;#8217;re a CrunchBang user attending SCALE and don&amp;#8217;t want to help, &lt;em&gt;well OK&lt;/em&gt;, but you&amp;#8217;re still welcome to come by. &lt;/p&gt;
&lt;p&gt;What I plan to do is simple &amp;#8212; have some burned Live CDs and set up one of two laptops to be able to install live USB onto drives folks give me, if they want CrunchBang (it&amp;#8217;s the &amp;#8220;loaves and fishes&amp;#8221; trick that Fedora once used when it ran out of media at OSCON one year), as well as having some information about #! to give to the curious. Depending on the turnout, we can see where we go.&lt;/p&gt;
&lt;p&gt;Also, I&amp;#8217;m open to ideas, too, if anyone has one (or several) on how to promote CrunchBang.&lt;/p&gt;
&lt;p&gt;If other events that you might be going to have BoFs &amp;#8212; I&amp;#8217;ll be doing the same at Linux Fest Northwest in Bellingham, Washington, USA &amp;#8212; and you feel up to the task, I would urge you to do the same.&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
[Apologies to those reading this on the CrunchBang Planet -- on the WordPress site, the SCALE 10X logo runs around the text just fine, but on the Planet, it doesn't seem to. I'm working on it.]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started testing and developing software in his new home office, Redwood Digital Research, in the redwood-covered hills of Felton, California, USA. Watch this space.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/104/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/104/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/104/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/104/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/104/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/104/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/104/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/104/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/104/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/104/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/104/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/104/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/104/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/104/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=104&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 06 Jan 2012 19:28:50 +0000</pubDate>
</item>
<item>
	<title>corenominal: A geeky HPR New Year's Eve</title>
	<guid>http://corenominal.org/2012/01/05/a-geeky-hpr-new-years-eve</guid>
	<link>http://corenominal.org/2012/01/05/a-geeky-hpr-new-years-eve</link>
	<description>&lt;p&gt;I am not sure if it is just me, but I have always found New Year&amp;#8217;s Eve to be problematic. Social doctrine dictates that I should probably celebrate the event by socialising in meatspace, which involves getting totally wankered on alcohol, dancing like a complete muppet, and freezing my tits off as I watch a squazillion pounds worth of gunpowder being shot into space. Now, call me a &amp;#8220;boring old fart&amp;#8221;, but personally that sounds like far too much complicated multitasking for one night.&lt;/p&gt;

&lt;p&gt;So, when I read that the Hacker Public Radio crew were planning on holding a special 12 hour &lt;a href=&quot;http://hackerpublicradio.org/eps.php?id=0889&quot; title=&quot;HPR ep0889 :: New Year's Eve Show Announcement&quot;&gt;LIVE New Year&amp;#8217;s Eve event&lt;/a&gt;, I danced with joy (&lt;em&gt;well, not quite, but I was pretty excited.&lt;/em&gt;) I mean, what better way to celebrate the New Year than by joining some like-minded geeks for an open round-table discussion?&lt;/p&gt;

&lt;p&gt;So, both &lt;a href=&quot;http://bobobex.org&quot; title=&quot;@home with bobobex&quot;&gt;Becky&lt;/a&gt; and I joined the event for a few hours and we spent our night chatting about all manner of things. Topics included some chatter about &lt;a href=&quot;http://hackerpublicradio.org/eps.php?id=0893&quot; title=&quot;HPR ep0893 :: Hacker Public Radio New Year's Eve Part 3...&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://hackerpublicradio.org/eps.php?id=0894&quot; title=&quot;HPR ep0894 :: Hacker Public Radio New Year's Eve Part 4/8 Mrs Cornominal brings the naughty&quot;&gt;mesh networks, drugs and naughty stuff&lt;/a&gt;, as well as other random subjects.&lt;/p&gt;

&lt;p&gt;It was a fun event and I just wanted thank everybody involved for allowing Becky and I to be a part of it. It was definitely the geekiest New Year&amp;#8217;s Eve that I have ever experienced and I really hope it becomes a regular event!&lt;/p&gt;

&lt;p&gt;P.S. If you missed the event, but would like to listen to the discussions, the whole 12 hour show is being made available from the &lt;a href=&quot;http://hackerpublicradio.org/&quot; title=&quot;Hacker Public Radio&quot;&gt;HPR site&lt;/a&gt;.&lt;/p&gt;
      &lt;p&gt; --&lt;br /&gt;&lt;small&gt;Tagged: &lt;a href=&quot;http://corenominal.org/tags/crunchbang_linux/&quot; title=&quot;Browse all content tagged with &amp;#8220;crunchbang linux&amp;#8221;&quot;&gt;crunchbang linux&lt;/a&gt;, &lt;a href=&quot;http://corenominal.org/tags/hacker_public_radio/&quot; title=&quot;Browse all content tagged with &amp;#8220;hacker public radio&amp;#8221;&quot;&gt;hacker public radio&lt;/a&gt;, &lt;a href=&quot;http://corenominal.org/tags/hpr/&quot; title=&quot;Browse all content tagged with &amp;#8220;hpr&amp;#8221;&quot;&gt;hpr&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;</description>
	<pubDate>Thu, 05 Jan 2012 12:00:35 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Origins of this blogs name</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=92</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2012/01/03/origins-of-this-blogs-name/</link>
	<description>&lt;p&gt;Several days ago, it was pointed out by johnraff in this &lt;a href=&quot;http://crunchbanglinux.org/forums/topic/16865/larry-the-crunchbang-guy/&quot;&gt;CrunchBang forum thread&lt;/a&gt; that if there is any &amp;#8220;CrunchBang Guy&amp;#8221; around these parts, let alone on the planet Earth, it&amp;#8217;s Philip Newborough, aka corenominal.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignleft&quot; title=&quot;SCALE 10X&quot; src=&quot;http://www.socallinuxexpo.org/sites/default/files/promo/scale_10x_1.gif&quot; alt=&quot;&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;No truer words were spoken, and thank you, johnraff, for pointing that out. In naming the blog, my intention was never to imply that Philip was not &lt;strong&gt;&lt;em&gt;THE&lt;/em&gt;&lt;/strong&gt; &amp;#8212; that&amp;#8217;s T-H-triple E &amp;#8212; CrunchBang guy, and I apologize to anyone who misunderstood this.&lt;/p&gt;
&lt;p&gt;The origin of this blog&amp;#8217;s name stems from my original blog that I&amp;#8217;ve been writing since 2007, &lt;a href=&quot;http://larrythefreesoftwareguy.wordpress.com&quot;&gt;Larry the Free Software Guy&lt;/a&gt; (briefly, &amp;#8220;Larry the Open Source Guy,&amp;#8221; before I saw Richard Stallman speak at the University of California Berkeley campus), which is of course a play on the name, &amp;#8220;&lt;a href=&quot;http://en.wikipedia.org/wiki/Larry_the_Cable_Guy&quot;&gt;Larry the Cable Guy,&lt;/a&gt;&amp;#8221; an American comedian who plays an oafish redneck who gets into a variety of situations (also, he&amp;#8217;s the voice of Mater the tow truck in &amp;#8220;Cars&amp;#8221;). His catch phrase of &amp;#8220;get &amp;#8216;er done&amp;#8221; can be found under the title of this blog, with a slight modification.&lt;/p&gt;
&lt;p&gt;Of course, the similarities between the character and me end abruptly at the fact that we share a first name.&lt;/p&gt;
&lt;p&gt;I realize that there are probably CrunchBang users on other continents that may now know the comic work of Daniel Lawrence Whitney (Larry the Cable Guy) and, as such, I&amp;#8217;m pointing it out here.&lt;/p&gt;
&lt;p&gt;Just so there&amp;#8217;s no mistake going forward . . . &lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started testing and developing software in his new home office, Redwood Digital Research, in the redwood-covered hills of Felton, California, USA. Watch this space.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/92/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/92/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/92/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/92/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/92/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/92/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/92/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/92/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/92/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/92/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/92/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/92/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/92/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/92/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=92&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 03 Jan 2012 19:05:24 +0000</pubDate>
</item>
<item>
	<title>corenominal: Good things</title>
	<guid>http://corenominal.org/2012/01/03/good-things</guid>
	<link>http://corenominal.org/2012/01/03/good-things</link>
	<description>&lt;p&gt;Just recently, I have received a number of emails from people who have discovered &lt;a href=&quot;http://crunchbang.org/&quot; title=&quot;CrunchBang Linux&quot;&gt;CrunchBang&lt;/a&gt;. The following, by &lt;a href=&quot;http://corvusmarketing.com/&quot; title=&quot;Management Consulting, Business Analysis &amp; Strategic Marketing&quot;&gt;Paul McClellan&lt;/a&gt;, is just one example:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Wanted to tell you that after using linux as a desktop &amp;amp; server for 12+ years, I never found a linux distro that I liked for the packages, the stability &amp;amp; the aesthetics all at once.  At most got two out of three.  Until I found #! - I can&amp;#8217;t tell you what an eerie yet delightful experience it was when I first started it up &amp;amp; found everything just so.&lt;/p&gt;
  
  &lt;p&gt;I hope to see you continue with this distro, while the donation is a tiny pittance, I hope to do more as time goes on &amp;amp; send like-minded folks along to try #!.  I think there are many of us who are like me somewhat technical, yet have a sense of &lt;strong&gt;aesthetics and efficiency&lt;/strong&gt; that recoils at either &amp;#8220;bling&amp;#8221; loaded desktops or worflow-interrupting instability.&lt;/p&gt;
  
  &lt;p&gt;My sincere esteem to you sir for making a Good Thing.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Now, I do not seek out affirmation that CrunchBang is a worthwhile project, but now-and-again it is nice to hear from people who seem to &amp;#8220;get it&amp;#8221;.&lt;/p&gt;

&lt;p&gt;P.S. if anyone is reading this, I wish you a Happy New Year and I hope 2012 sends many good things your way! :)&lt;/p&gt;
      &lt;p&gt; --&lt;br /&gt;&lt;small&gt;Tagged: &lt;a href=&quot;http://corenominal.org/tags/crunchbang_linux/&quot; title=&quot;Browse all content tagged with &amp;#8220;crunchbang linux&amp;#8221;&quot;&gt;crunchbang linux&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;</description>
	<pubDate>Tue, 03 Jan 2012 12:39:41 +0000</pubDate>
</item>
<item>
	<title>Alistair McKinlay: Tech Predictions: 2012</title>
	<guid>http://www.10people.co.uk/?p=984</guid>
	<link>http://feedproxy.google.com/~r/yamanickill/~3/JMJ7fYPGDQ8/</link>
	<description>&lt;p&gt;So, I forgot to write this post before the New Year, so its coming out a few days late. But don&amp;#8217;t worry, I hadn&amp;#8217;t forgotten about it totally. Just was very busy.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Amazon release Adwords competitor.&lt;/li&gt;
&lt;li&gt;Amazon opens first physical shop in Q4.&lt;/li&gt;
&lt;li&gt;High street starts to change into what it&amp;#8217;ll be in the future (blog post coming in a few days/weeks, hopefully)&lt;/li&gt;
&lt;li&gt;Google starts to drop content businesses, becomes mainly service oriented.&lt;/li&gt;
&lt;li&gt;Google TV starts to become popular, people realise how useful it can be. Many new ways of interacting with TVs will be announced and shown off at CES, and many will be released quite soon into the year.&lt;/li&gt;
&lt;li&gt;A few point releases of Android, followed by Android 5.0 (Jelly) at the end of the summer&lt;/li&gt;
&lt;li&gt;Apple TV (never to become iTV btw&amp;#8230;) adds native apps.&lt;/li&gt;
&lt;li&gt;Apple releases new iPhone in June, despite 4s only being out for ~8 months at that time.&lt;/li&gt;
&lt;li&gt;Wii U released, flops quite spectacularly, like the 3DS.&lt;/li&gt;
&lt;li&gt;New Xbox at least hinted at, at E3. Possibly not officially announced, but I think it might be.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, these are my predictions for this year. I shall write a post going over what I said last year and see what came true etc. I also have my post about the future of the High Street coming up. Both of these will be hopefully soon, but I do have exams coming up, so it might be a week and a bit before they get up. Either way, I&amp;#8217;m going to start blogging more again, because I&amp;#8217;ve really not been doing much recently.&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://www.10people.co.uk/?flattrss_redirect&amp;id=984&amp;md5=131febcf2b62fd67afd520c8188a99f5&quot; title=&quot;Flattr&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.10people.co.uk/wp-content/plugins/flattrss/img/flattr-badge-large.png&quot; alt=&quot;flattr this!&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/yamanickill/~4/JMJ7fYPGDQ8&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 02 Jan 2012 21:37:56 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Thats my name, dont wear it out</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=84</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2011/12/30/thats-my-name-dont-wear-it-out/</link>
	<description>&lt;p&gt;&lt;em&gt;[Blogger's note: This item ran as today's item in the &lt;a href=&quot;http://larrythefreesoftwareguy.wordpress.com&quot;&gt;Larry the Free Software Guy&lt;/a&gt; blog. Because this item includes CrunchBang, I'm taking the liberty to publish it as a Larry the CrunchBang Guy item as well. --LC]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Katherine Noyes put together a brief piece for &lt;a href=&quot;http://www.pcworld.com/businesscenter/article/246357/whats_in_a_name_in_the_linux_world_much_silliness.html&quot;&gt;PC World&lt;/a&gt; today about Linux release names which, overall, she seems to consider &amp;#8220;silly.&amp;#8221; In the process, she omits a great bit of detail on the &amp;#8220;what&amp;#8221; and &amp;#8220;why&amp;#8221; aspect of distro communities and how they come up with these &amp;#8220;silly&amp;#8221; names.&lt;/p&gt;
&lt;p&gt;Digitally speaking, from a purely anthropological standpoint it is far from silly, and actually it&amp;#8217;s quite an interesting topic, though Noyes seems to race through it without giving much detail.&lt;/p&gt;
&lt;p&gt;So let me help out here.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignleft&quot; title=&quot;SCALE 10X&quot; src=&quot;http://www.socallinuxexpo.org/sites/default/files/promo/scale_10x_1.gif&quot; alt=&quot;SCALE 10X&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;&lt;strong&gt;Debian&lt;/strong&gt;: Release names come from &amp;#8220;Toy Story.&amp;#8221; As humorous as it is simple, this naming convention is one of the best. An interesting corollary to this is the Debian-based CrunchBang naming convention mirrors the first letter of the current Debian release, but matches it with a character from &amp;#8220;The Muppet Show.&amp;#8221; So Debian &amp;#8220;Squeeze&amp;#8221; is translated in CrunchBang to &amp;#8220;Statler. &amp;#8220;Wheezy&amp;#8221; begets &amp;#8220;Waldorf.&amp;#8221; Statler and Waldorf, of course, are the two old guys in the balcony in &amp;#8220;The Muppet Show.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Linux Mint&lt;/strong&gt;: I particularly like the naming convention Clement Lefevbre has come up with for Linux Mint. It&amp;#8217;s alphabetically a woman&amp;#8217;s name ending in &amp;#8220;a.&amp;#8221; We&amp;#8217;re at Julia now. I asked Clement once what he&amp;#8217;d do when he got to &amp;#8220;Zelda&amp;#8221; (or whatever the &amp;#8220;Z&amp;#8221; name will be for Linux Mint when they get that far . . . and they will), and he said that it was simple: Start with a name beginning with &amp;#8220;A&amp;#8221; and end the name in &amp;#8220;e.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ubuntu&lt;/strong&gt;: We all know the drill here &amp;#8212; SABDFL* Mark Shuttleworth comes up with an adjective and an animal with the same first letter and hands it down to a waiting community. Which is in complete contrast to . . .&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fedora&lt;/strong&gt;: There is a formula here that the Fedora Project adheres to before all hell breaks loose and fistfights break out in the Fedora community while they vote on the release name. The formula is simple: &amp;#8220;$CURRENT_RELEASE_NAME is a (whatever it is &amp;#8212; i.e., city, body of water, person, thing) and so is $NEXT_RELEASE_NAME.&amp;#8221; Looking at Fedora 15 &amp;#8220;Lovelock&amp;#8221; to the current Fedora 16 &amp;#8220;Verne,&amp;#8221; it goes like this: James Lovelock was a futurologist, and so was Jules Verne. How they got from Verne to Fedora 17&amp;#8242;s &amp;#8220;Beefy Miracle&amp;#8221; is a mystery for the ages.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;OpenSUSE&lt;/strong&gt;: OpenSUSE&amp;#8217;s naming convention . . . does OpenSUSE even &lt;em&gt;have&lt;/em&gt; a naming convention for releases?&lt;/p&gt;
&lt;p&gt;Got a distro that has a naming convention worthy of mentioning? Let me know.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;*Self-appointed benevolent dictator for life, for those of you keeping score at home.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started testing and developing software in his new home office in the redwood covered hills of Felton, California, USA. Watch this space.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/fedora/&quot;&gt;Fedora&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-mint/&quot;&gt;Linux Mint&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/opensuse/&quot;&gt;OpenSUSE&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/ubuntu/&quot;&gt;Ubuntu&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/fedora/&quot;&gt;Fedora&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/linux-mint/&quot;&gt;Linux Mint&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/opensuse/&quot;&gt;OpenSUSE&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/ubuntu/&quot;&gt;Ubuntu&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/84/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/84/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/84/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/84/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/84/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/84/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/84/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/84/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/84/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/84/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/84/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/84/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/84/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/84/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=84&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 30 Dec 2011 23:59:01 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Selling a VP on CrunchBang</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=67</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2011/12/29/selling-a-vp-on-crunchbang/</link>
	<description>&lt;p&gt;Greg DeKoenigsberg, vice president (community) of Eucalyptus, threw down the gauntlet on Facebook this morning: &amp;#8220;So I get why the whole &amp;#8216;why you&amp;#8217;re supporting #!&amp;#8217; &amp;#8212; tell me why you&amp;#8217;re *using* #!. Consider me a potential convert. &lt;img src=&quot;http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;)&quot; class=&quot;wp-smiley&quot; /&gt;  &amp;#8220;&lt;/p&gt;
&lt;p&gt;Challenge accepted.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignleft&quot; title=&quot;SCALE 10X&quot; src=&quot;http://www.socallinuxexpo.org/sites/default/files/promo/scale_10x_1.gif&quot; alt=&quot;&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;But first, let&amp;#8217;s talk about one of my favorite topics: ice cream. Were we to go to Baskin-Robbins, which flavor would you choose? If you choose Gold Medal Ribbon, you and I would be having the same flavor. I always order that flavor because it&amp;#8217;s the one that I like best, the one that works for me. You might not like that flavor and might go with something else, and that&amp;#8217;s OK too.&lt;/p&gt;
&lt;p&gt;Distros are like flavors of ice cream &amp;#8212; we all have our favorites and while you might prefer one flavor over another, we can agree that we like ice cream. Same with distros; different flavors, same product.&lt;/p&gt;
&lt;p&gt;Forgive this brief sermon to the choir, because I know you know this already. Obviously, that&amp;#8217;s for the benefit of those in the blogosphere who might take a &amp;#8220;$DISTRO uber alles&amp;#8221; approach to FOSS, which you and I will agree is not the best policy.&lt;/p&gt;
&lt;p&gt;Let me briefly tell you why I&amp;#8217;m using CrunchBang: Part of it is performance &amp;#8212; using Openbox window manager tosses out a lot of what bogs down a desktop environment, memory-wise (and since I&amp;#8217;m stuck with older hardware for the moment, that in and of itself is a blessing). Part of has to do with personal experience: Having five years of Linux under my proverbial belt, I found I don&amp;#8217;t need an off-the-shelf distro any longer, and CrunchBang has a tweakability that I find suits my level of growing expertise. Also, over the last several months, I find that answers to questions I have about CrunchBang are readily available on a very well-organized and well-stocked forum.&lt;/p&gt;
&lt;p&gt;I also like the idea of contributing to a distro and a community that has the potential to grow. CrunchBang is not going to replace Fedora, Ubuntu or Linux Mint any time soon &amp;#8212; no one in their right mind thinks that &amp;#8212; but it has its place in the Linux strata in the same way that while Porsche does not rank high among the sales leaders in auto sales, its quality and reputation precedes it.&lt;/p&gt;
&lt;p&gt;Such is the case for several distros that (&lt;em&gt;shameless self-promotion alert&lt;/em&gt;) I&amp;#8217;ll be talking about during my presentation, &amp;#8220;On Beyond Zenwalk,&amp;#8221; at SCALE 10X next month.&lt;/p&gt;
&lt;p&gt;What it all boils down to &amp;#8212; and I realize that I don&amp;#8217;t win any sales points here &amp;#8212; is honesty. In the final analysis, you have to try it for yourself.&lt;/p&gt;
&lt;p&gt;If you like it, use it. If you don&amp;#8217;t, use what you like.&lt;/p&gt;
&lt;p&gt;Personally, I&amp;#8217;m looking forward to your keynote at SCALE next month and I&amp;#8217;d be glad to talk to you more about it if you&amp;#8217;re interested. Meanwhile, to your question &amp;#8220;why&amp;#8221; I&amp;#8217;m using CrunchBang, I hope this will suffice.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started testing and developing software in his new home office in the redwood covered hills of Felton, California, USA. Watch this space.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/eucalyptus/&quot;&gt;Eucalyptus&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/greg-dekoenigsberg/&quot;&gt;Greg DeKoenigsberg&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/eucalyptus/&quot;&gt;Eucalyptus&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/greg-dekoenigsberg/&quot;&gt;Greg DeKoenigsberg&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/67/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/67/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/67/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/67/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/67/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/67/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/67/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/67/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/67/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/67/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/67/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/67/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/67/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/67/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=67&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 30 Dec 2011 02:10:00 +0000</pubDate>
</item>
<item>
	<title>Alistair McKinlay: If you oppose this then…</title>
	<guid>http://www.10people.co.uk/?p=978</guid>
	<link>http://feedproxy.google.com/~r/yamanickill/~3/-ink8EUwUwU/</link>
	<description>&lt;p&gt;Stop Online Piracy Act, Protect IP Act, Digital Economies Act.&lt;/p&gt;
&lt;p&gt;All sound like good things, don&amp;#8217;t they? You&amp;#8217;d have to be a pirate, thief or criminal of some sort to oppose one of these things yeah?&lt;/p&gt;
&lt;p&gt;Of course you would. Or, that&amp;#8217;s what we are told. You can&amp;#8217;t oppose this legislation, it protects people. That is what we are told time and time again. Well, we shall not fall for that. We shall not be bullied into agreeing with your crappy rules that make no sense.&lt;/p&gt;
&lt;p&gt;In America, there is a big fight happening about the SOPA and PIPA legislations that are trying to be pushed through into law. And last year, in Britain, the DEAct was pushed through in the run up to the 2010 General Election. We are told that these will protect jobs. They will protect legitimate jobs, and punish those who do wrong. Now, there are 2 main issues here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Piracy costs money and jobs&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is the second issue people normally come to when we come across this issue, but IMO, it is the main one. There are a number of people who pirate things&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Those who can&amp;#8217;t afford.&lt;/li&gt;
&lt;li&gt;Those who don&amp;#8217;t want to pay because they feel entitled to content.&lt;/li&gt;
&lt;li&gt;Those who are against the &amp;#8220;man&amp;#8221;.&lt;/li&gt;
&lt;li&gt;Those who can afford but want to try it out first.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For both 2 and 3, these people will never pay. If they didn&amp;#8217;t get the things illegally, they wouldn&amp;#8217;t pay. They never will. There is no point in fighting these people because either they will continue to get your stuff or they won&amp;#8217;t. Lost causes, all of them. And yeah, I agree that these people are doing wrong things. But theres no point. Such a waste of time and money.&lt;/p&gt;
&lt;p&gt;For 1, the only way to solve this is by giving them more money. So stop wasting money on ridiculous bills like this.&lt;/p&gt;
&lt;p&gt;For number 4, they are the people who spend more money on content than people who don&amp;#8217;t pirate. They already give you loads of money, and they aren&amp;#8217;t going to give you more if they can&amp;#8217;t get their tasters. They might even spend less.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, basically&amp;#8230;I don&amp;#8217;t believe that piracy costs money or jobs. If you can prove that people would buy it if they can&amp;#8217;t get it illegally, then I&amp;#8217;ll retract my statement. But I think its rubbish.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;We have to break the internet&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is the other issue. Which, to be honest, is kinda moot after my last statement. But even if you do take the stance that it needs to be stopped, for goodness sake think about this properly. This is whack-a-mole. You can&amp;#8217;t get rid of these sites by breaking DNS (and no matter what Lamar Smith says, this is breaking DNS) at all. You have to go after the route cause. Most films are pirated before they are even released in the cinema. How does this happen? Inside jobs. Go after your own people for goodness sake.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m a man with a website that has copyrighted material. My domain disappears. What happens? Most of my clients are clever enough to find ways around it. And if they aren&amp;#8217;t, well&amp;#8230;I set up another domain, or I tell people an IP address to get to. Etc etc. They are probably all following me on twitter, Facebook, google+, identica, etc. Think you can stop this by taking domains off the internet? Really? In that case you are insane.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In summary&amp;#8230;there is no need to do this, and even if there is, this is the wrong way to go. For goodness sake, spend all that money you are spending this on important things. The American government could spend the money on getting rid of their TRILLION DOLLARS OF DEBT. And the industries could spend the money on making better films? Or maybe helping people who are starving in this world while you are worrying about a few 15-year-old getting a free copy of your film. Boo hoo for you.&lt;/p&gt;
&lt;p&gt;My main point is, stop with these Bill names that are a way of saying &amp;#8220;This is good, no matter what it says, if you oppose it you are a criminal.&amp;#8221; I&amp;#8217;m fed up of it.&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://www.10people.co.uk/?flattrss_redirect&amp;id=978&amp;md5=653a06d7ae7c1edc00588fb3ac1b24a9&quot; title=&quot;Flattr&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.10people.co.uk/wp-content/plugins/flattrss/img/flattr-badge-large.png&quot; alt=&quot;flattr this!&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/yamanickill/~4/-ink8EUwUwU&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 29 Dec 2011 17:00:58 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Im new here myself</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=59</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2011/12/28/im-new-here-myself/</link>
	<description>&lt;p&gt;A little over five years ago, I started using Linux &amp;#8212; GNU/Linux, to be more precise, but you&amp;#8217;ll forgive me if I use &amp;#8220;Linux&amp;#8221; here completely as shorthand, in the same way a Chevrolet is called a &amp;#8220;Chevy.&amp;#8221; In short, this personal odyssey started with Debian, meandered through several *buntus (favorite, even still: Xubuntu), distro-hopped on every distro on DistroWatch except Gentoo (which I&amp;#8217;ve never gotten to run on any machine) until settling down in 2009 with one primary distro among a handful I regularly use.&lt;/p&gt;
&lt;p&gt;Since July of this year, though, I&amp;#8217;ve been using CrunchBang on a regular basis, and over the last six months it has grown on me enough to become my distro of choice.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignleft&quot; title=&quot;SCALE 10X&quot; src=&quot;http://www.socallinuxexpo.org/sites/default/files/promo/scale_10x_1.gif&quot; alt=&quot;&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;Those who know me well know that, until recently, I was a Fedora guy, one who bled Fedora blue. There is a lot to be said about the way Fedora does things &amp;#8212; from development on the engineering side to an design team that is second to none to a promotional side that has an army of informed and swag-stocked ambassadors promoting it. From a purely organizational and execution-of-objectives standpoint, Fedora does everything right and is the standard by which the operations of other distros should be judged.&lt;/p&gt;
&lt;p&gt;The distro is not bad, either, but I digress.&lt;/p&gt;
&lt;p&gt;Having been entrusted with leadership roles in the Fedora Project &amp;#8212; I served briefly on the Fedora Ambassadors Steering Committee last year, as well as being a Fedora mentor and the guy in charge of supplying swag to Fedora folks in the US West Coast states &amp;#8212; I have the playbook, so to speak, on how to run successful distro teams. Not that they mind, of course, since everything Fedora does is fairly transparent, and simple research could find out the knowledge I have through my experience. &lt;/p&gt;
&lt;p&gt;But I&amp;#8217;m new here and I don&amp;#8217;t want to overstep any boundaries. It&amp;#8217;s hard to find a way to couple my experience with my enthusiasm in now working with CrunchBang (if you&amp;#8217;ll have me, that is) without sounding egotistical, arrogant or pushy, which I honestly don&amp;#8217;t mean to be (&lt;em&gt;no really, I don&amp;#8217;t . . . &lt;/em&gt;). Assuming this is a meritocracy like other FOSS projects, I have yet to put up the work to gain the community&amp;#8217;s trust, and that part I&amp;#8217;m working on. Also, I would imagine that there&amp;#8217;s a &amp;#8220;CrunchBang way&amp;#8221; of doing things that I may yet be unaware of. So forgive me in advance if I am tripping over boundaries oafishly, and please point out the error of my ways. &lt;/p&gt;
&lt;p&gt;Yet over the last six months, I&amp;#8217;ve found that CrunchBang is an outstanding distro, and Philip Newborough has seemed to put a lot on the line to make it happen, both recently and in the past. That alone is inspiring &amp;#8212; and if it doesn&amp;#8217;t tug on your heart strings, a local coroner will be by shortly to do your autopsy &amp;#8212; and he&amp;#8217;s got good reason to put a lot on the line with the quality this distro provides. This &amp;#8220;quality&amp;#8221; stems not only from Philip&amp;#8217;s guidance and work, but also from those of you who contributed back to the project in whatever form. From what I can tell, many of the CrunchBang users on the forums and the IRC channel are pretty knowledgeable folks willing to help &amp;#8212; the forum itself stands out as a wealth of knowledge.&lt;/p&gt;
&lt;p&gt;So all the pieces are here to make CrunchBang a more successful and  a more popular distro, if that interests the community as a whole.&lt;/p&gt;
&lt;p&gt;In the coming months, I would like to promote CrunchBang a little more agressively within FOSS circles &amp;#8212; true, CrunchBang will not replace Ubuntu or Linux Mint or Fedora as a mainstream distro, but it does offer much to the Linux user who no longer needs training wheels, &amp;#8220;trading up,&amp;#8221; in a sense, from some of the more popular distros.&lt;/p&gt;
&lt;p&gt;I have plans, ideas, etc., regarding how to raise CrunchBang&amp;#8217;s visibility. But first, I should ask: Does anyone else want to discuss this further?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started testing developing software in his new home office in the redwood covered hills of Felton, California, USA. Watch this space.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/59/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/59/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/59/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/59/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/59/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/59/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/59/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/59/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/59/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/59/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/59/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/59/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/59/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/59/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=59&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 28 Dec 2011 22:29:51 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Back in the saddle</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=52</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2011/12/26/back-in-the-saddle/</link>
	<description>&lt;p&gt;Between writing my usual Larry the Free Software Guy &lt;a href=&quot;http://larrythefreesoftwareguy.wordpress.com&quot;&gt;blog&lt;/a&gt; and the holiday &amp;#8212; not to mention doubling and tripling up at work thanks to colleagues on vacation &amp;#8212; last week was pretty much a write-off regarding stuff I wanted to do, CrunchBang-wise&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignleft&quot; title=&quot;SCALE 10X&quot; src=&quot;http://www.socallinuxexpo.org/sites/default/files/promo/scale_10x_1.gif&quot; alt=&quot;&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;But it&amp;#8217;s a new week. Christmas is over, and Boxing Day &amp;#8212; yes, I&amp;#8217;m probably the only American that observes it &amp;#8212; consisted of putting the ZaReason Limbo 5440 back into the box to send back to ZaReason in Berkeley. For those of you keeping score at home, ZaReason asked me to review it for them, and I have nothing but good things to say about this machine. It&amp;#8217;s a little on the high side, price-wise, but I think it&amp;#8217;s worth every cent.&lt;/p&gt;
&lt;p&gt;This week I plan to get back in the CrunchBang saddle and write more about this great distro, as well as outline some ideas I&amp;#8217;d like to toss out to the CrunchBangers to make waves in 2012.&lt;/p&gt;
&lt;p&gt;Interested?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started testing developing software in his new home office in the redwood covered hills of Felton, California, USA. Watch this space.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/52/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/52/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/52/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/52/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/52/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/52/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/52/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/52/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/52/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/52/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/52/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/52/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/52/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/52/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=52&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 27 Dec 2011 00:07:21 +0000</pubDate>
</item>
<item>
	<title>rich: Send email from a fake address</title>
	<guid>tag:blogger.com,1999:blog-4488820958057583936.post-2016202620305233120</guid>
	<link>http://feedproxy.google.com/~r/debianandi/~3/_xTFzSX-kQ4/send-email-from-fake-address.html</link>
	<description>&lt;b&gt;How to send fake emails from fake/invented email addresses&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Want to play a trick on your friends?&lt;br /&gt;
&lt;br /&gt;
How about sending an email to your Linux-using Geek buddies from Linus Torvalds, or the Queen of England? Maybe your sister loves Justin Bieber?&lt;br /&gt;
&lt;br /&gt;
Ok, you just need Postfix installed on your Linux box and a simple bash script, and the most excellent&amp;nbsp;mime-construct. I use Vim text editor for my guide, but just replace it with the editor of your choice.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. Install mime-construct from the repos:&lt;/b&gt;&lt;br /&gt;
sudo apt-get install mime-construct&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2. Put this bash script in your /bin directory:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
cd bin&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
vim fakemail.sh&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;And add this simple code:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
#!/bin/bash&lt;br /&gt;
# Fake email just for fun&lt;br /&gt;
cat victims.txt | { while read; do&lt;br /&gt;
&amp;nbsp; echo $REPLY &amp;gt;&amp;gt; fakemailog.txt&lt;br /&gt;
&amp;nbsp; mime-construct --header 'Sender: queen_elizabeth@buckinghampalace.com' --header 'From:&amp;nbsp;queen_elizabeth@buckinghampalace.com' --to $REPLY --subject 'Invitation to the Royal Ball' --file fakebody.txt&lt;br /&gt;
&amp;nbsp; sleep 2&lt;br /&gt;
done&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;4. Make the script executable:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
chmod +x fakemail.sh&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;5. Write your funny fake email message in a file called &quot;fakebody.txt&quot;&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
vim fakebody.txt&amp;nbsp;&lt;/blockquote&gt;
----------&lt;br /&gt;
&lt;i&gt;The Queen is holding a special royal ball for the gullible people in your town.&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;You are invited to assist on the 1st of April, 2012&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;RSVP&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;----------&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;6. There is a log file in case you mail to multiple addresses&lt;/b&gt;&lt;br /&gt;
(to run a &quot;tail -f fakemail.txt&quot; to see how far the script has got with your list of victims):&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
vim fakemailog.txt&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;7. Now create the list of email addresses you want as victims&lt;/b&gt; :)&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
vim&amp;nbsp;victims.txt&lt;/blockquote&gt;
&lt;b&gt;And add:&lt;/b&gt;&lt;br /&gt;
-----------&lt;br /&gt;
&lt;i&gt;myvictim@aprilfool.com&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;myvictim2@biggerfool.com&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;etc&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;----------&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;8. Run your fake email script:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
./fakemail.sh&lt;/blockquote&gt;
&lt;br /&gt;
Off you go and have some fun, I need to dash, I just received an email from the Queen!!&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot;&gt;
&lt;a href=&quot;http://2.bp.blogspot.com/-dmRTTYsv6PY/TvBnp1InH6I/AAAAAAAABr8/yW17MoKLZ24/s1600/queen_fake_email.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;198&quot; src=&quot;http://2.bp.blogspot.com/-dmRTTYsv6PY/TvBnp1InH6I/AAAAAAAABr8/yW17MoKLZ24/s320/queen_fake_email.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/4488820958057583936-2016202620305233120?l=debianandi.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/ZHJjbGEXwfORYdOSsJMzlP6fts4/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/ZHJjbGEXwfORYdOSsJMzlP6fts4/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/ZHJjbGEXwfORYdOSsJMzlP6fts4/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/ZHJjbGEXwfORYdOSsJMzlP6fts4/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/debianandi/~4/_xTFzSX-kQ4&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 20 Dec 2011 10:53:00 +0000</pubDate>
	<author>noreply@blogger.com (rich scadding)</author>
</item>
<item>
	<title>Larry Cafiero: Becoming a Conky junkie</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=44</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2011/12/19/becoming-a-conky-junkie/</link>
	<description>&lt;p&gt;One of the things I like about CrunchBang &amp;#8212; one of the many things, acutally &amp;#8212; is that I have a lot of information about my laptop at my immediate disposal, displayed on the screen thanks to the modern miracle of Conky. &lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignleft&quot; title=&quot;SCALE 10X&quot; src=&quot;http://www.socallinuxexpo.org/sites/default/files/promo/scale_10x_1.gif&quot; alt=&quot;&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;So allow me to preach to the choir momentarily, in case there are one or two of you out there who don&amp;#8217;t know what it is: &lt;a href=&quot;http://conky.sourceforge.net/&quot;&gt;Conky&lt;/a&gt; is a free, lightweight system monitor for X that displays any information on your desktop. Conky is licensed under the GPL and runs on Linux and BSD. That&amp;#8217;s from the Web site, but it&amp;#8217;s a lot more than that, to the tune of about 300 built-in objects more.&lt;/p&gt;
&lt;p&gt;But I digress.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;http://crunchbanglinux.org/forums/topic/16380/december-2011-conky-thread/&quot;&gt;December 2011 Conky Thread&lt;/a&gt; on the CrunchBang Forum has a lot of great Conky themes available and, for newb and experienced Conky user alike, it does not disappoint. The examples shown here are outstanding, and &lt;a href=&quot;http://crunchbanglinux.org/forums/post/167546/#p167546&quot;&gt;this&lt;/a&gt; is a particular favorite, though I&amp;#8217;d probably sub out one item here for a temperature display. Excellent work, Jinnstar. Or &lt;a href=&quot;http://crunchbanglinux.org/forums/post/169646/#p169646&quot;&gt;this one&lt;/a&gt;, and if you&amp;#8217;ll note, the 15 pages in the forum (so far) are chock full of suggestions and explanation about how to make some of these themes work. &lt;/p&gt;
&lt;p&gt;So now I&amp;#8217;m hooked on tinkering with Conky. Excuse me while I go and get a fix.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started testing developing software in his new home office in the redwood covered hills of Felton, California, USA. Watch this space.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lca/&quot;&gt;LCA&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-conf-australia/&quot;&gt;Linux Conf Australia&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/44/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/44/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/44/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/44/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/44/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/44/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/44/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/44/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/44/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/44/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/44/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/44/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/44/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/44/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=44&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 19 Dec 2011 20:19:50 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: Down on the farm with CrunchBang</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=28</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2011/12/15/down-on-the-farm-with-crunchbang/</link>
	<description>&lt;p&gt;The Felton Linux Users Group hosts a table at the Felton Farmers Market, located in the parking lot of St. John&amp;#8217;s Catholic Church a little less than a mile south of the traffic light on Highway 9 (&lt;em&gt;directions enough in Felton, California&lt;/em&gt;) from May to November, making &amp;#8220;organic software&amp;#8221; &amp;#8212; Linux distros and FOSS programs free of artificial colors or preservatives &amp;#8212; available free to the grocery-shopping public. &lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignleft&quot; title=&quot;SCALE 10X&quot; src=&quot;http://www.socallinuxexpo.org/sites/default/files/promo/scale_10x_1.gif&quot; alt=&quot;&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;The table is distro-neutral: It&amp;#8217;s common to find a stack of Ubuntu, Fedora and openSUSE live CDs among the other materials on the table. We find that there is a wide cross-section of people who stop by, ranging from those who either use Linux or have used it before to those who say, &amp;#8220;Isn&amp;#8217;t that a car?&amp;#8221; (No, that&amp;#8217;s a Lexus.) Most people fall somewhere in between: &amp;#8220;Yes, I&amp;#8217;ve heard of Linux but I haven&amp;#8217;t tried it,&amp;#8221; or &amp;#8220;I think I know what it is,&amp;#8221; or &amp;#8220;Please save me from Windows.&amp;#8221; The idea behind having a table is to get people exposed to Linux and FOSS, and to promote the LUG meetings, which are on the second Saturday of each month at the Felton Fire Station. &lt;/p&gt;
&lt;p&gt;Now that the Felton market is closed for the winter, there are other farmers markets in the area that Felton LUG can, and will, set up the &amp;#8220;organic software&amp;#8221; table. After the first of the year, you&amp;#8217;ll find Felton LUG at the farmers market in Scotts Valley, the next town over, as well as (crossing fingers) at the larger Santa Cruz Farmers Market on Wednesdays.&lt;/p&gt;
&lt;p&gt;How does CrunchBang fit into this? I&amp;#8217;m planning to burn some CrunchBang Live CDs and bring up CrunchBang to those folks we meet who either know what Linux is or have tried it before. While I don&amp;#8217;t think CrunchBang is for everyone, in the same way that driving a Ferrari is not for everyone, I do think that those who have been exposed to Linux might want to step out of the family sedan of Ubuntu, Fedora or openSUSE, and step into something a little more &amp;#8220;high performance.&amp;#8221;&lt;/p&gt;
&lt;p&gt;Watch this space and film at 11.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software in his new home office. Watch this space.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lca/&quot;&gt;LCA&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-conf-australia/&quot;&gt;Linux Conf Australia&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/28/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/28/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/28/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/28/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/28/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/28/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/28/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/28/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/28/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/28/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/28/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/28/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/28/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/28/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=28&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 16 Dec 2011 00:34:00 +0000</pubDate>
</item>
<item>
	<title>rich: Getting Java Console on HP ILO to work with Iceweasel on Debian 64bit</title>
	<guid>tag:blogger.com,1999:blog-4488820958057583936.post-3035830616323789799</guid>
	<link>http://feedproxy.google.com/~r/debianandi/~3/qLZnTHkmwFA/getting-java-console-on-hp-ilo-to-work.html</link>
	<description>&lt;b&gt;Remote HP Server Administration via ILO&lt;/b&gt;&lt;br /&gt;
If you ever have to connect to remote servers, especially HP which have ILO (Integrated Lights Out) technology, you'll probably have come across the problem where you can get to the Administration page, but the Console won't open.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Using Windows&lt;/b&gt;&lt;br /&gt;
I used to just fire up Virtual Box with Windows Xp (32bit) installed an do everything from there. ILO allows you to connect with Java install and on windows the .NET framework.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Linux and 64bit Java&lt;/b&gt;&lt;br /&gt;
One of he main issues with Linux and Java was that you could get the (Sun) 32bit Java to work, but the 64bit Java would fail miserably.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Java Versions&lt;/b&gt;&lt;br /&gt;
Java can be a real pain if you don't have the latest version installed, and if you run Debian &quot;Stable&quot; (Currently Squeeze) you will have to install the Sun Java package from their website if you need the latest version as Debian is no longer going to have it in the repos:&amp;nbsp;&lt;a href=&quot;http://www.debian.org/News/weekly/2011/15/#javarm&quot;&gt;http://www.debian.org/News/weekly/2011/15/#javarm&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Java (64bit) Version/Package Experiments&lt;/b&gt;&lt;br /&gt;
One of my work colleagues recently called me over and showed me the ILO Java console open and working with Iceweasel on his Debian Squeeze box. I was amazed and asked how he did it.&lt;br /&gt;
He'd basically installed a specific version (jdk1.6.0_17) of the&amp;nbsp;sun-java6-jdk package, and symlinked to it.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Howto:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;1. Download the sun-jdk1.6.0_17&amp;nbsp;source (i'll post a link later)&lt;/li&gt;
&lt;li&gt;2. Unpack it to /opt&lt;/li&gt;
&lt;li&gt;3. Cd to /usr/lib/mozilla/plugins&lt;/li&gt;
&lt;li&gt;4. Symlink these two files&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;libjavaplugin_jni.so -&amp;gt; /opt/java/jdk1.6.0_17/jre/lib/amd64/libjavaplugin_jni.so
libnpjp2.so -&amp;gt; /opt/java/jdk1.6.0_17/jre/lib/amd64/libnpjp2.so

&lt;/pre&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/4488820958057583936-3035830616323789799?l=debianandi.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/j51YfiQv5QOxW0v1T9RtENpG2Jc/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/j51YfiQv5QOxW0v1T9RtENpG2Jc/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/j51YfiQv5QOxW0v1T9RtENpG2Jc/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/j51YfiQv5QOxW0v1T9RtENpG2Jc/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/debianandi/~4/qLZnTHkmwFA&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 15 Dec 2011 09:59:00 +0000</pubDate>
	<author>noreply@blogger.com (rich scadding)</author>
</item>
<item>
	<title>bobobex: Lincoln LUG  November meeting</title>
	<guid>http://bobobex.org/?p=153</guid>
	<link>http://bobobex.org/2011/12/11/lincoln-lug-november-meeting/</link>
	<description>&lt;p&gt;This is a little late, but as they say &amp;#8220;better late than never&amp;#8221;!&lt;/p&gt;
&lt;p&gt;We held our latest &lt;a title=&quot;Lincoln LUG&quot; href=&quot;http://lincoln.lug.org.uk/&quot;&gt;Lincoln LUG&lt;/a&gt; meeting on 16th November, and again, we made Ye Olde Crowne pub our venue of choice. We were joined yet again by the intrepid &lt;a title=&quot;Hull LUG&quot; href=&quot;http://hulllug.org/&quot;&gt;Hull LUG&lt;/a&gt; crew (this time just Dave and Jon), and as well as Lincoln LUG regulars Neal, Jo, Philip and myself, we were also joined by 2 new members &amp;#8211; Simon from Lincoln and Kevin who drove down from Scunthorpe.&lt;/p&gt;
&lt;p&gt;This LUG meeting was billed as a hands-on &amp;#8220;techy&amp;#8221; event with some mobile phone rooting going on, as well as a distro install-fest on an old, steam powered laptop brought along by Jo. We were also going to attempt a live Google+ hang-out so that our on-line friends could join in. Well, an achievement of 2 out of 3 ain&amp;#8217;t bad! &lt;img src=&quot;http://bobobex.org/wp-includes/images/smilies/icon_biggrin.gif&quot; alt=&quot;:D&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;div id=&quot;attachment_154&quot; class=&quot;wp-caption alignleft&quot;&gt;&lt;a href=&quot;http://bobobex.org/wp-content/uploads/2011/12/Screenshot-Google-Hangouts-Chromium.png&quot;&gt;&lt;img class=&quot;size-medium wp-image-154&quot; title=&quot;Lincoln LUG doing a Google+ hangout&quot; src=&quot;http://bobobex.org/wp-content/uploads/2011/12/Screenshot-Google-Hangouts-Chromium-300x185.png&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;185&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;We can see you!&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Jo arrived early (first!) and she was keen to get her tech out, so Philip set about installing a custom version of &lt;a title=&quot;Homepage of CrunchBang Linux&quot; href=&quot;http://crunchbang.org/donate&quot;&gt;CrunchBang Linux&lt;/a&gt; onto her old lappy whilst I got the beers in! Then Dave and Jon arrived (with Dave brandishing his shiny, brand new Thinkpad) and they set about initiating the Google+ hangout. Neal was researching Philip&amp;#8217;s mobile phone type to make sure he had the right &lt;a title=&quot;Homepage of CyanogenMod&quot; href=&quot;http://www.cyanogenmod.com/&quot;&gt;Cyanogen Mod ROM&lt;/a&gt; and I was welcoming and chatting to our 2 new members, Simon and Kevin.&lt;/p&gt;
&lt;p&gt;In the end, we ran out of time to root the phone, much to Neal&amp;#8217;s relief! He was so nervous about &amp;#8220;bricking&amp;#8221; Philip&amp;#8217;s phone that he had only had half a pint of Guinness all night. You should have seen him make up for lost time once he knew his services weren&amp;#8217;t going to be called upon! &lt;img src=&quot;http://bobobex.org/wp-includes/images/smilies/icon_biggrin.gif&quot; alt=&quot;:D&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Yet again, the evening went by so quickly, with much Linux banter and swapping/sharing of ideas to help each other. I even took my knitting needles along and got Jo to show me how to &lt;a title=&quot;Circular knitting&quot; href=&quot;http://en.wikipedia.org/wiki/Circular_knitting&quot;&gt;knit in the round&lt;/a&gt; so that I could knit some winter socks on circular needles! See that&amp;#8217;s what you get when there are ladies involved &lt;img src=&quot;http://bobobex.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt;  We ended the evening with a promise to Hull LUG that some of us would make their Christmas LUG meeting on 6th December.&lt;/p&gt;
&lt;p&gt;For Lincoln LUG&amp;#8217;s next meeting, we decided to miss the December one as it would only be a few days before Christmas. We shall next meet on Wednesday 18th January 2012 at Ye Olde Crowne pub again, starting at 7.30pm.&lt;/p&gt;</description>
	<pubDate>Sun, 11 Dec 2011 22:17:43 +0000</pubDate>
</item>
<item>
	<title>corenominal: Hacker Public Radio Interview</title>
	<guid>http://corenominal.org/2011/12/08/hacker-public-radio-interview</guid>
	<link>http://corenominal.org/2011/12/08/hacker-public-radio-interview</link>
	<description>&lt;p&gt;Back in August, while at &lt;a href=&quot;http://oggcamp.org/&quot; title=&quot;OggCamp, celebrating open technology.&quot;&gt;OggCamp 11&lt;/a&gt;, &lt;a href=&quot;http://bobobex.org&quot; title=&quot;At home with bobobex&quot;&gt;Becky&lt;/a&gt; and I were interviewed about &lt;a href=&quot;http://crunchbang.org&quot; title=&quot;CrunchBang Linux&quot;&gt;CrunchBang&lt;/a&gt; by &lt;a href=&quot;http://kenfallon.com/&quot; title=&quot;Proof that you can find anything on the Internet&quot;&gt;Ken Fallon&lt;/a&gt; of &lt;a href=&quot;http://hackerpublicradio.org/eps.php?id=0873&quot; title=&quot;Hacker Public Radio - Episode 0873 - Philip and Rebecca Newborough of CrunchBang&quot;&gt;Hacker Public Radio&lt;/a&gt;. Now, I am not very good at giving interviews, or talking for that matter, but I figure I should probably mention it, mainly to try and help promote HPR.&lt;/p&gt;

&lt;p&gt;Interestingly, or not, during the interview, I can be heard talking about dropping Openbox from CrunchBang, in favour of using Xfce. As it turns out, I ended up dropping Xfce. Yes, it is true, I am a walking contradiction.&lt;/p&gt;

&lt;p&gt;But enough about me and my flip flops, back to HPR and Ken Fallon. During OggCamp, I was fortunate enough to stay at the same hotel as Ken, and even more fortunate to share a breakfast table with him (&lt;em&gt;Ken is truly is one of the most friendly, intelligent and witty people you could wish to meet&lt;/em&gt;) where we discussed, over bacon and eggs, HPR and his involvement with the project.&lt;/p&gt;

&lt;p&gt;Now, before talking with Ken, I knew that HPR existed, but I did not really have much of a clue as to what it was all about. It only took Ken a few minutes to convince me to look into some more and I have been an avid listener since (&lt;em&gt;admittedly, I do not find all the episodes to be of interest, but once in a while, you come across a &lt;a href=&quot;http://hackerpublicradio.org/eps.php?id=0853&quot; title=&quot;Pat Volkerding of Slackware Linux chats with Klaatu.&quot;&gt;true gem&lt;/a&gt;&lt;/em&gt;).&lt;/p&gt;

&lt;p&gt;Ken does fantastic work with HPR and I think he was probably the most enthusiastic and dedicated person that I met during OggCamp. While most people seemed to be socialising and recovering from the previous night&amp;#8217;s beer intake (&lt;em&gt;myself included&lt;/em&gt;), Ken managed to set-up and man the HPR stall (&lt;em&gt;on both days&lt;/em&gt;), interviewed countless people for HPR, and even managed to find the time to give a presentation about the project (&lt;em&gt;which was really well received!&lt;/em&gt;) That weekend, Ken&amp;#8217;s dedication to his project was almost superhuman and in my eyes, the guy is a total legend!&lt;/p&gt;

&lt;p&gt;So, if you are not familiar with it, &lt;a href=&quot;http://hackerpublicradio.org/&quot; title=&quot;Hacker Public Radio&quot;&gt;check out Hacker Public Radio&lt;/a&gt;, and if you can, please give some thought about how you might be able to help Ken out and &lt;a href=&quot;http://hackerpublicradio.org/contribute.php&quot; title=&quot;Contribute to Hacker Public Radio&quot;&gt;contribute a show&lt;/a&gt; &amp;#8212; if you have a working knowledge of anything, from &lt;a href=&quot;http://hackerpublicradio.org/eps.php?id=0852&quot; title=&quot;Hacker Public Radio - Episode 0852 - GNU Emacs 1&quot;&gt;hacking with GNU Emacs&lt;/a&gt;, to &lt;a href=&quot;http://hackerpublicradio.org/eps.php?id=0642&quot; title=&quot;Hacker Public Radio - Episode 0642 - Hacking Your Suburban Backyard with Chickens&quot;&gt;hacking your backyard with chickens&lt;/a&gt;, you are eligible to contribute!&lt;/p&gt;
      &lt;p&gt; --&lt;br /&gt;&lt;small&gt;Tagged: &lt;a href=&quot;http://corenominal.org/tags/crunchbang_linux/&quot; title=&quot;Browse all content tagged with &amp;#8220;crunchbang linux&amp;#8221;&quot;&gt;crunchbang linux&lt;/a&gt;, &lt;a href=&quot;http://corenominal.org/tags/hacker_public_radio/&quot; title=&quot;Browse all content tagged with &amp;#8220;hacker public radio&amp;#8221;&quot;&gt;hacker public radio&lt;/a&gt;, &lt;a href=&quot;http://corenominal.org/tags/hpr/&quot; title=&quot;Browse all content tagged with &amp;#8220;hpr&amp;#8221;&quot;&gt;hpr&lt;/a&gt;, &lt;a href=&quot;http://corenominal.org/tags/oggcamp/&quot; title=&quot;Browse all content tagged with &amp;#8220;oggcamp&amp;#8221;&quot;&gt;oggcamp&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;</description>
	<pubDate>Thu, 08 Dec 2011 18:08:46 +0000</pubDate>
</item>
<item>
	<title>Larry Cafiero: CrunchBang at SCALE 10X?</title>
	<guid>http://larrythecrunchbangguy.wordpress.com/?p=19</guid>
	<link>http://larrythecrunchbangguy.wordpress.com/2011/12/07/crunchbang-at-scale-10x/</link>
	<description>&lt;p&gt;Several weeks ago, I mentioned in the &lt;a href=&quot;http://crunchbanglinux.org/forums/topic/16110/crunchbang-at-scale-10x/&quot;&gt;CrunchBang Talk forum&lt;/a&gt; about whether it might be feasible to have a booth at the Southern California Linux Expo SCALE 10X in January. Or at least at a minimum, if some of the CrunchBangers who are attending the show want to meet during the course of the weekend and talk CrunchBang.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.socallinuxexpo.org/sites/default/files/promo/scale_10x_1.gif&quot; title=&quot;SCALE 10X&quot; class=&quot;alignleft&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;The feasability here would consist of a.) having people other than me at SCALE and b.) having something to give the folks who stop by the booth. As far as getting the booth, CrunchBang would qualify for a dot-org booth, though I think there are only 10 spaces left as of today (the answer to how I know that can be found two paragraphs down).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Of course, those of you who are going to Linux Conf Australia that same week are welcome to organize the same type of event &amp;#8212; I just can&amp;#8217;t be there, unfortunately, because I&amp;#8217;ll be in Los Angeles.)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Truth in advertising: I am part of the SCALE team, and I am one of the publicity co-chairs. I would be able to help secure the space for a booth &amp;#8212; it&amp;#8217;s a table, really &amp;#8212; but since I&amp;#8217;m in perpetual motion during the course of the show (&lt;em&gt;if you go, it&amp;#8217;s really a sight to see me work nonstop from Friday morning to Sunday evening&lt;/em&gt;), I wouldn&amp;#8217;t be able to staff the table.&lt;/p&gt;
&lt;p&gt;But I can do this if there are folks who are coming to the show anyway, those who might like free admission (as the exhibitors get) in exchange for staffing the CrunchBang table. With a few of us at the show, it would allow folks to ramble around while the booth remains staffed.&lt;/p&gt;
&lt;p&gt;So as far as item a.) above goes, I&amp;#8217;m not available to staff the booth, but I would have a hand in acquiring it. But for b.) above, I might be able to burn Live CDs, print some nice labels (probably a large #! along with instructions on how to use a Live CD to go on the label &amp;#8212; don&amp;#8217;t laugh, I have stories . . . ), maybe some printed materials on CrunchBang. This can be discussed further, if anyone is interested.&lt;/p&gt;
&lt;p&gt;You can leave a comment here or leave a comment on &lt;a href=&quot;http://crunchbanglinux.org/forums/topic/16110/crunchbang-at-scale-10x/&quot;&gt;the forum&lt;/a&gt; where this topic is being discussed.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(As an aside, at SCALE I am giving a presentation on up and coming distros called &amp;#8220;On Beyond Zenwalk,&amp;#8221; where I will be talking a lot about CrunchBang &amp;#8212; you can count on that &amp;#8212; as well as a couple of others.)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Looking forward to other shows, I will probably be at the Texas Linux Fest and Linux Fest Northwest in the spring. I actually &lt;em&gt;don&amp;#8217;t&lt;/em&gt; work at those and I&amp;#8217;d be glad to arrange a booth for CrunchBang and staff it. But I&amp;#8217;d hate to do it alone &amp;#8212; the more the merrier.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;(Larry Cafiero is one of the founders of the Lindependence Project and has just started developing software in his new home office. Watch this space.)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;a title=&quot;Crunchbang&quot; href=&quot;http://www.crunchbang.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/crunchbang.png?w=549&quot; alt=&quot;Crunchbang&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://technorati.com/faves?sub=addfavbtn&amp;add=http://larrytheopensourceguy.wordpress.com&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/btn-fave2.png&quot; alt=&quot;Add to Technorati Favorites&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;EFF-The ACLU of the Internet&quot; href=&quot;http://www.eff.org&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/eff_blue_ribbon.gif?w=80&amp;h=15&quot; alt=&quot;EFF&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Binary Freedom&quot; href=&quot;http://www.binaryfreedom.info&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/digital_freedom.png?w=80&amp;h=15&quot; alt=&quot;Binary Freedom&quot; width=&quot;80&quot; height=&quot;15&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;WordPress&quot; href=&quot;http://www.wordpress.com&quot;&gt;&lt;img src=&quot;http://larrytheopensourceguy.files.wordpress.com/2007/07/wp_micro.gif?w=549&quot; alt=&quot;Wordpress button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;dbEntrance button&quot; href=&quot;http://www.dbentrance.com/&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2008/02/dbentrance_button.thumbnail.png?w=549&quot; alt=&quot;dbEntrance button&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Scribus&quot; href=&quot;http://www.scribus.org&quot;&gt; &lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/get_scribus_80x15_2.png?w=549&quot; alt=&quot;Scribus&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;Conky&quot; href=&quot;http://conky.sourceforge.net&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/conky1.png?w=549&quot; alt=&quot;Conky&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;LibreOffice&quot; href=&quot;http://www.libreoffice.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/libreoffice.png?w=549&quot; alt=&quot;LibreOffice&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;PostgreSQL&quot; href=&quot;http://www.postgresql.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/postgresql.png?w=549&quot; alt=&quot;PostgreSQL&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;identi.ca&quot; href=&quot;http://identi.ca&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/09/identica.png?w=549&quot; alt=&quot;identi.ca&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;python&quot; href=&quot;http://www.python.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/python.png?w=549&quot; alt=&quot;python&quot; /&gt;&lt;/a&gt; &lt;a title=&quot;SCALE 10X&quot; href=&quot;http://www.socallinuxexpo.org&quot;&gt;&lt;img src=&quot;http://larrythefreesoftwareguy.files.wordpress.com/2011/10/scale10x.png?w=549&quot; alt=&quot;scale 10x&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/lca/&quot;&gt;LCA&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/linux-conf-australia/&quot;&gt;Linux Conf Australia&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/category/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; Tagged: &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang/&quot;&gt;CrunchBang&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-gnulinux/&quot;&gt;CrunchBang GNU/Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/crunchbang-linux/&quot;&gt;CrunchBang Linux&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/debian/&quot;&gt;Debian&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/lca/&quot;&gt;LCA&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/linuxconf-australia/&quot;&gt;LinuxConf Australia&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/openbox/&quot;&gt;Openbox&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/scale-10x/&quot;&gt;SCALE 10X&lt;/a&gt;, &lt;a href=&quot;http://larrythecrunchbangguy.wordpress.com/tag/southern-california-linux-expo/&quot;&gt;Southern California Linux Expo&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/larrythecrunchbangguy.wordpress.com/19/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/larrythecrunchbangguy.wordpress.com/19/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/larrythecrunchbangguy.wordpress.com/19/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/larrythecrunchbangguy.wordpress.com/19/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gofacebook/larrythecrunchbangguy.wordpress.com/19/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/facebook/larrythecrunchbangguy.wordpress.com/19/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gotwitter/larrythecrunchbangguy.wordpress.com/19/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/twitter/larrythecrunchbangguy.wordpress.com/19/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/larrythecrunchbangguy.wordpress.com/19/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/larrythecrunchbangguy.wordpress.com/19/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/larrythecrunchbangguy.wordpress.com/19/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/larrythecrunchbangguy.wordpress.com/19/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/larrythecrunchbangguy.wordpress.com/19/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/larrythecrunchbangguy.wordpress.com/19/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=larrythecrunchbangguy.wordpress.com&amp;blog=30212127&amp;post=19&amp;subd=larrythecrunchbangguy&amp;ref=&amp;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 07 Dec 2011 21:28:02 +0000</pubDate>
</item>

</channel>
</rss>

