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

<channel>
	<title>n3wblog &#187; Linux</title>
	<atom:link href="http://n3wb.com/boolean/archives/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://n3wb.com/boolean</link>
	<description>tech commentary and observations from the future</description>
	<lastBuildDate>Wed, 04 Apr 2012 12:05:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Dell Mini 10 Trackpad fix for Crunchbang Linux</title>
		<link>http://n3wb.com/boolean/archives/2010/01/dell-mini-10-trackpad-fix-for-crunchbang/</link>
		<comments>http://n3wb.com/boolean/archives/2010/01/dell-mini-10-trackpad-fix-for-crunchbang/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:02:31 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mini]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[synaptics]]></category>
		<category><![CDATA[touchpad]]></category>
		<category><![CDATA[trackpad]]></category>

		<guid isPermaLink="false">http://n3wb.com/boolean/?p=605</guid>
		<description><![CDATA[Late last week I was griping about the poor trackpad performance on the Dell Mini 10 and decided to try to fix it. It was usable, but difficult and caused a lot of erroneous clicks and mouse-moves and was a bit like trying to use a Fisher Price toy to perform brain surgery. Clunky, imprecise, [...]]]></description>
			<content:encoded><![CDATA[<p>Late last week I was <a href="http://n3wb.com/boolean/archives/2010/01/dell-mini-10-with-ubuntu-crunchbang-touchpad-issues/">griping</a> about the poor trackpad performance on the Dell Mini 10 and decided to try to fix it. It was usable, but difficult and caused a lot of erroneous clicks and mouse-moves and was a bit like trying to use a Fisher Price toy to perform brain surgery. Clunky, imprecise, and dangerous.</p>
<p>A quick search found this superuser suggestion to install the Synaptics touchpad driver from the Ubuntu repository. Searching in the package manager turned up <strong>libsynaptics</strong> and <strong>gsynaptics</strong> so I installed them both.</p>
<p>Before this would work, I needed to create a file according to the instructions found <a href="http://agoranetbook.kayno.net/2009/04/26/installing-gsynaptics-a-graphical-interface-to-control-the-touchpad/" target="_blank">Kogan Agora Netbook blog</a>:</p>
<p><code>sudo vim /etc/hal/fdi/policy/shmconfig.fdi</code></p>
<p>Once opened, it needed to have the following as its contents:</p>
<pre style="padding-bottom: 18px;">&lt; ?xml version="1.0" encoding="UTF-8"?&gt;
&lt;deviceinfo version="0.2"&gt;
  &lt;device&gt;
    &lt;match key="input.x11_driver" string="synaptics"&gt;
      &lt;merge key="input.x11_options.SHMConfig" type="string"&gt;True&lt;/merge&gt;
    &lt;/match&gt;
  &lt;/device&gt;
&lt;/deviceinfo&gt;</pre>
<p>I have no idea of that version number is correct, but this allowed me to move on. Additionally, in /etc/X11/xorg.conf, I added the section (via sudo vim):</p>
<pre style="padding-bottom: 18px;">Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SHMConfig"             "true"
EndSection</pre>
<p>after rebooting (or logging out, or restarting X), you can then run gsynaptics from gmrun or the terminal. Even better, assign a new entry to the OpenBox menu to execute gsynaptics from a System menu item labeled Touchpad. Once you have that, you can decrease the sensitivity of the touchpad, add and tweak acceleration values and modify tapping behavior. It works really well and has radically reduced the number of accidental mouse actions. This tweak alone has made the Crunchbang netbook experience much much better.</p>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2010/01/dell-mini-10-trackpad-fix-for-crunchbang/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dell Mini 10 and Crunchbang</title>
		<link>http://n3wb.com/boolean/archives/2009/12/dell-mini-10-and-crunchbang/</link>
		<comments>http://n3wb.com/boolean/archives/2009/12/dell-mini-10-and-crunchbang/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 17:13:25 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://n3wb.com/boolean/?p=598</guid>
		<description><![CDATA[Over the past week and a bit, I&#8217;ve been playing around with Crunchbang Linux on a Dell Mini 10 netbook. The experience has been entertaining at least and Crunchbang works surprisingly well once you get it configured. Out of the box, Cunchbang is a fairly minimalist desktop environment, using Openbox and Tint as the desktop [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past week and a bit, I&#8217;ve been playing around with Crunchbang Linux on a Dell Mini 10 netbook. The experience has been entertaining at least and Crunchbang works surprisingly well once you get it configured.</p>
<p><a href="http://www.flickr.com/photos/robceemoz/3745779233/" title="dell_mini20090722_0005 by robceemoz, on Flickr"><img src="http://farm4.static.flickr.com/3124/3745779233_a238ee2e31.jpg" width="500" height="333" alt="dell_mini20090722_0005" /></a></p>
<p>Out of the box, Cunchbang is a fairly minimalist desktop environment, using Openbox and Tint as the desktop and window manager.  A bit of tweaking to get menu sizes reduced and it takes up even less space on your desktop. Since vertical space is at a serious premium on this thing, the biggest challenges were getting Firefox and Thunderbird configured to make the most of the tiny screen.</p>
<p>On Firefox, I&#8217;m using <a href="https://addons.mozilla.org/en-US/firefox/addon/810" target="_blank">Full Screen</a> (not necessary in Firefox 3.6, of course), <a href="https://addons.mozilla.org/en-US/firefox/addon/5890" target="_blank">Tree Style Tabs</a> and a combined menu and toolbar to clear up some pixels. Reduced font-sizes from the default make browsing more manageable even when I&#8217;m not in full screen mode.</p>
<p>Thunderbird 3.0 was a bit trickier. In the advanced preferences pane, under the config editor, set <strong>mail.tabs.autoHide</strong> to <strong>True</strong> to get rid of the tabstrip if there&#8217;s only one tab showing. I also found the header area in the message pane was taking up a lot of room, so I installed the Compact Headers extension to take care of those. You will need to disable compatibility checking through Nightly Tester Tools or the config editor to get it to work with Tbird 3. (Thanks to wswmk in irc for the tips!)</p>
<p>Whether I could live with this as my main portable is another matter. The trackpad on the thing is pretty poor, requiring a really light touch to tap-to-click. There are no real buttons on it, but the two bottom corners act as left and right mouse clicks if you press the trackpad down &#8212; it clicks. Because the pad itself is so sensitive, this invariably moves the pointer off of your target and you&#8217;ll get a misclick. Even more amusing is the right-side scroll wheel. If you&#8217;re on the desktop in Crunchbang, this is interpreted as a &#8220;jump to workspace&#8221; action, randomly skipping you through your desktops. It took me awhile to realize I was doing this accidentally and that it was a feature.</p>
<p>Other interactions between OS and hardware are pretty good. With the exception of networking. Connecting to a wireless network is a bit of a crapshoot.  I can connect at home on a wirless G network with WPA2 passphrase, but it takes too long to negotiate initially. I could not connect to my parents&#8217; network after multiple attempts and they have a basic WEP passkey. I installed wicd as my default network manager after failing with Network Manager and it seems a little better, but still slow.</p>
<p>In short, networking in Linux still kind of sucks.</p>
<p>But sound works! And the included A/V apps in Crunchbang are decent if not awesome. VLC works really well and after struggling with SMB to get network shares working, I can even stream stuff off of my fileserver. Also includes Rhythmbox and Audacity among other open source audio-video apps. No Songbird though?</p>
<p>Overall, it&#8217;s a fun little machine to hack around on. Screen&#8217;s probably too small to do any development, but works just fine as a little internet toy or writing machine. That it&#8217;s entirely an opensource software stack helps too. I wrote this post on it, and genuinely like the keyboard (after flipping the Caps Lock and CTRL keys). It sure is portable.</p>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2009/12/dell-mini-10-and-crunchbang/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Apple Hates You</title>
		<link>http://n3wb.com/boolean/archives/2007/10/apple-hates-you/</link>
		<comments>http://n3wb.com/boolean/archives/2007/10/apple-hates-you/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 23:52:21 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[asshole]]></category>
		<category><![CDATA[brick]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://n3wb.com/boolean/archives/2007/10/apple-hates-you/</guid>
		<description><![CDATA[I&#8217;ve been meaning to get this Nintendo DS homebrew HOWTO out the door in the last month but I keep getting distracted. Right now I&#8217;m too pissed to talk about it. Apple&#8217;s turned into a complete asshole in the span of about a month. Maybe two. Maybe it&#8217;s been brewing for a lot longer than [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to get this Nintendo DS homebrew HOWTO out the door in the last month but I keep getting distracted. Right now I&#8217;m too pissed to talk about it. Apple&#8217;s turned into a complete asshole in the span of about a month. Maybe two. Maybe it&#8217;s been brewing for a lot longer than that. I just can&#8217;t think straight.</p>
<p>As many of you know, Apple recently decided to take the incredibly unpleasant action of bricking<a href="#brick">*</a> users&#8217; unlocked iPhones. &#8220;What&#8217;s that, boolean? People are in trouble?&#8221; you are probably asking yourself. Yes, people, it&#8217;s true. People <strong>are</strong> in trouble. People who love <a target="_blank" href="http://informationweek.com/blog/main/archives/2007/09/iphone_users_ta.html">Freedom</a>!</p>
<p>Now sure, anyone who&#8217;s taken the time to go through the docs and unlock their iPhone to, say, install nifty softwares on it and detach it from the monstrously evil AT&#038;T cellular network are probably not all stupid enough to just blindly install an update without first checking to see if it would disable their (i)phone. Well, it turns out some people were. And it did. They probably didn&#8217;t think Apple would be mean enough to disable their devices on them.</p>
<p>Why not? Because it&#8217;s fairly unprecedented. Apple&#8217;s long had a fairly relaxed attitude towards people using their hardware in unusual ways. They were, after-all, born out of the Homebrew Computer Club back in the seventies. Remember the Newton? People are still hacking those things. The iPod? Yeah, they (used to be able to) <a target="_blank" href="http://ipodlinux.org/forums/viewtopic.php?p=233068">run</a> Linux, not to mention allow people to transfer music to and from the devices without having to use iTunes. Why would people want to do this? Well, <a target="_blank" href="http://www.boingboing.net/2007/09/14/new-ipods-reengineer.html">iTunes</a> isn&#8217;t available for Linux last time I checked.</p>
<p>So what gives? This is not the first onerous and somewhat insulting thing Apple&#8217;s done to its faithful. It&#8217;s not often you&#8217;ll hear me complain about a price drop, but when some people paid $499 for their brand new iPhone and then saw the price dip by $200 the next day, well, that smacks of gouging. Steve followed that with a sort-of explanation saying that as an early adopter, you take your chances. And that&#8217;s fairly true. But then they added insult to injury and offered a $100 rebate for certain buyers. Ouch.</p>
<p>Oh, and about the new iPods. They&#8217;re not all fun and delicious; the reviews are mostly positive, and they look great. Ars Technica <a target="_blank" href="http://arstechnica.com/reviews/hardware/the-ipod-gets-a-makeover-a-review-of-the-ipod-nano-and-ipod-classic.ars">claimed</a> that the menus were a bit slow (yay, coverflow). One intrepid individual went a <a target="_blank" href="http://homepage.mac.com/marc.heijligers/audio/ipod/comparison/measurements/measurements.html">bit deeper</a> though and measured the audio performance of the new devices. Turns out, they replaced the much-lauded Wolfson digital audio decoders (or DACs if you&#8217;re into the audio-jargon) with (presumably) cheaper and poorer-sounding Cirrus Logic units.</p>
<p>But maybe that annoying 22khz phasing can be buffed right out with a firmware update. At least they look pretty!</p>
<p>Got a bunch of iPod accessories? Maybe a dock and a video cable from a previous version? Well throw &#8216;em away and buy brand new ones with Apple logos on them, because only branded accessories with the right-encoded <em>CHIP</em> will work with these new players. Why? I can only imagine that this is some perverse form of AACS technology to appease the media gods and allow them to continue to use Apple as a media vendor. Or maybe in an Apple world, all devices should be Apple for a proper Apple experience and any deviation from Apple will result in a swift, yet careful bricking<a href="#brick">#</a>.</p>
<p>But what about Steve&#8217;s <a target="_blank" href="http://www.apple.com/hotnews/thoughtsonmusic/">anti-DRM</a> rant? He&#8217;s all cool and the media companies are all evil! Aren&#8217;t they?</p>
<p>(I&#8217;m not sure when this became a dialog between my inner child and this grown-up-like character writing these things on his keyboard, but&#8230; I&#8217;ve got a thing going)</p>
<p>No, little boy, Steve <em>is</em> evil. Apple <em>is</em> a media company. Apple sits on the Blu-Ray consortium board along with Sony and a bunch of other evil people. They&#8217;re busily bundling DRM deep into OS X to allow for HD playback from supported devices. Note that this means you can&#8217;t play back HD content on UNsupported devices. Like iPods without an Apple branded cable. Or non AACS capable monitors.</p>
<p>Why is this a problem?</p>
<p>Oh, I dunno. I&#8217;m tired. Just go to sleep, damnit.<a href="#brick">^</a></p>
<ol>
<li><a name="brick"></a>Bricking &#8211; In this case, the term means, reset to &#8220;locked&#8221; state, usable only on the AT&#038;T network and use of third party applications disabled. Not to say that the device is a completely worthless smoking pile of glass, metal and plastic.</li>
<li>Bricking &#8211; be sure to keep your thumbs to either side of the bricks when performing this maneuver because it is quite painful to get them caught in between.</li>
<li>If I were Stephen Colbert, and I&#8217;m not, I&#8217;d probably find a way to cleverly insert the term &#8220;Goldbricking&#8221; in here somewhere. But I&#8217;m not. /wørd.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2007/10/apple-hates-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>It&#8217;s update time!</title>
		<link>http://n3wb.com/boolean/archives/2006/07/its-update-time/</link>
		<comments>http://n3wb.com/boolean/archives/2006/07/its-update-time/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 22:59:05 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://n3wb.com/boolean/archives/2006/07/its-update-time/</guid>
		<description><![CDATA[I just realized that I&#8217;m still sitting in front of my computer, having gone outside maybe once today to get beer. Now I am drinking a beer. A Stella Artois. I am wondering what I am going to do tonight. My gaming posse has all but dried up. I guess they decided they needed &#8220;real-lives&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I just realized that I&#8217;m still sitting in front of my computer, having gone outside maybe once today to get beer. Now I am drinking a beer. A Stella Artois. I am wondering what I am going to do tonight. My gaming posse has all but dried up. I guess they decided they needed &#8220;real-lives&#8221; and &#8220;families&#8221; and that bullshit. Well I don&#8217;t need &#8216;em! I can have fun without those losers!</p>
<p>Microsoft released <a href="http://www.microsoft.com/windows/virtualpc/default.mspx">Virtual PC 2004</a> for <a href="http://blogs.msdn.com/mikekol/archive/2006/07/12/662511.aspx">free</a> today. I figured this would be a fun opportunity to try out <a href="http://fedora.redhat.com/Download/">Fedora Core 5</a>. The last time I tried it on my somewhat tired old P4 (Ayane), it was still in Test 1 and didn&#8217;t exactly make it off the ground. The machine has sat dormant since then with a half-assed attempt at installing OpenDarwin on it. I should have checked the hardware compatibility first.</p>
<p>First I checked to see if I had any Windows updates available. Microsoft informed me that I first needed to update the updater to Windows Genuine Advantage. I vaguely remembered hearing that it liked to phone home and check that my software was all to their liking. Not wanting to really do that, I opted out of the install, leaving my computer somewhere around an SP2 state. I remember the last time I had to <a href="http://n3wb.com/boolean/archives/2004/10/another-experience-i-wish-i-never-had/">call India</a> to get my computer authorized and it wasn&#8217;t pretty.</p>
<p>so, I setup VPC and had my ISO image ready to go, told VPC to mount it and got an error message. Apparently it doesn&#8217;t like DVD-sized ISO images. OK, that&#8217;s easy enough. I happened to burn it first anyway. I put in the disc and reset the virtual machine. It booted and I was presented with the FC5 boot screen. I hit enter to begin the install and this is what I got:</p>
<blockquote><p>BUG: soft lockup detected on CPU#0!</p></blockquote>
<p>time for a Stella&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2006/07/its-update-time/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Freestyle LiveCD Linux Distro Shootout</title>
		<link>http://n3wb.com/boolean/archives/2005/01/freestyle-livecd-linux-distro-shootout/</link>
		<comments>http://n3wb.com/boolean/archives/2005/01/freestyle-livecd-linux-distro-shootout/#comments</comments>
		<pubDate>Mon, 17 Jan 2005 15:26:27 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.n3wb.com/boolean/archives/2005/01/freestyle-livecd-linux-distro-shootout/</guid>
		<description><![CDATA[First distro to help me get some files off of this non-booting, non-disk-mounting system is the winner. The place: My lab. The setup: One faulty linux box (installed with Fedora Core 2), one or more failed drives and NO INTERNET! On-hand for the competition were, Gentoo 2004.2, Knoppix and Gnoppix (Ubuntu). The Fedora Core 3 [...]]]></description>
			<content:encoded><![CDATA[<p>First distro to help me get some files off of this non-booting, non-disk-mounting system is the winner.</p>
<p>The place: My lab.</p>
<p>The setup: One faulty linux box (installed with Fedora Core 2), one or more failed drives and NO INTERNET!</p>
<p>On-hand for the competition were, <a href="http://www.gentoo.org/">Gentoo</a> 2004.2, <a href="http://www.knoppix.org/">Knoppix</a> and <a href="http://www.gnoppix.org/">Gnoppix</a> (Ubuntu). The <a href="http://fedora.redhat.com/">Fedora</a> Core 3 DVD ISO was also on-hand.</p>
<p>This was unfortunately, not a drill. During my <a href="http://www.n3wb.com/boolean/archives/2005/01/delicious-internet/">internet outage</a> of last week, I decided to try and upgrade my linux box (ayane) to the more recent Fedora Core 3. Better hardware support were my main motivations for doing this, but mostly, it was just boredom and looking for something to kill time. I had no complaints with FC2 and it was getting the job done for me. My machine had an uptime of somewhere around 30 days when I decided to do this.</p>
<p>The first indication that something was going horribly wrong was Anaconda, the Fedora installer kit threw-up an exception during the install process. Not good. It was also right after Anaconda asked me if I would like to &#8220;automagically&#8221; convert my EXT2 disks to the newer, journalled EXT3 filesystem. Very not good.</p>
<p>An attempt to reboot ayane only proved more disturbing. She would not boot cleanly. One of the drives was failing an fsck. At this point, I could have done a few things. I could have changed my fstab/mtab to not automount all my drives and try rebooting. I think the drive containing the root filesystem was mostly alright as it did manage to load the kernel at least. Nevertheless, I was most concerned about getting my NeverWinterNights saved games off the disk so I proceeded to go all CSI on the machine and get down with a LiveCD distro.</p>
<p>And that&#8217;s where this completely unscientific shootout comes in. I had downloaded and burned these distros with the intention of using them as diagnostic tools if I ever needed one. Fedora Core is bulky if you don&#8217;t have a DVD drive and the ability to boot of an optical disk into a running OS is pretty useful compared to the klunky but powerful command-line diagnostics of FC. Especially if you&#8217;re a permanoob like myself and don&#8217;t know &#8220;stuff&#8221; about &#8220;things&#8221;.</p>
<p>So, down to work. First up is Gentoo. Voted the most-rapidly-adopted distro of 2004, Gentoo is not your typical LiveCD distribution. On load, Gentoo drops you into a colourful command-line interface and a bash prompt. After blinking along with the flashing cursor for a second, trying a few tentative mount commands and the command-line plea: &#8220;Please get my files back, gentoo,&#8221; I rebooted.</p>
<p>Yes, I&#8217;ve heard good things about Gentoo, but without an internet connection to point me to where the docs live, that just wasn&#8217;t going to cut it.</p>
<p>Next is Gnoppix. I like Gnome stuff. Their desktop looks nice and the version wrapped up by RedHat is, in my opinion, one of the nice features of Fedora Core. The Ubuntu version has a nice boot screen and a cute desktop. At this point, I was having a hard time mounting drives and getting a root terminal. I&#8217;m sure it&#8217;s in there somewhere, but for some reason, it didn&#8217;t seem obvious to me. Also, Gnoppix did not recognize my gigabit ethernet card and the network did not want to come up. This was a bummer and I decided to give my third disc a try before changing hardware configurations.</p>
<p>Knoppix, also booted cleanly but had a lot more interesting stuff on the terminal while it did. It looked to me like this was built by PC hackers and I appreciated that as this was what I was attempting to do. The Knoppix desktop was clean and sported all of the usual KDE apps. Getting a root terminal open and very importantly, mounting my disks was easy to do. Still no network though, but I was encouraged enough by my successes to swap ethernet cards and try Knoppix again.</p>
<p>About an hour and a half later, I had a successful tarball of my user directory copied over to my Mac.</p>
<p>So, maybe it&#8217;s due to ignorance. Maybe it&#8217;s due to bad first impressions, but I&#8217;m declaring <strong>Knoppix the klear winner</strong> in this shootout. It&#8217;s the one I&#8217;ll be carrying in my bag with me.</p>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2005/01/freestyle-livecd-linux-distro-shootout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

