<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://nolan.eakins.net" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Nolan&#039;s Corner - Linux</title>
 <link>http://nolan.eakins.net/taxonomy/term/8/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>What did they add?</title>
 <link>http://nolan.eakins.net/node/245</link>
 <description>&lt;p&gt;I was thinking about upgrading to OpenOffice 2.0 until I saw this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;pre&gt;
*  app-office/openoffice-bin
      Latest version available: 2.0.0
      Latest version installed: 1.1.2
      Size of downloaded files: &lt;b&gt;775,559 kB&lt;/b&gt;
      Homepage:    http://www.openoffice.org/
      Description: OpenOffice productivity suite
      License:     LGPL-2
&lt;/pre&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;What the hell did they add to make a binary installation not even fit on a CD?&lt;/p&gt;
</description>
 <comments>http://nolan.eakins.net/node/245#comment</comments>
 <category domain="http://nolan.eakins.net/taxonomy/term/7">Computing</category>
 <category domain="http://nolan.eakins.net/taxonomy/term/8">Linux</category>
 <pubDate>Fri, 18 Nov 2005 06:50:57 -0800</pubDate>
 <dc:creator>sneakin</dc:creator>
 <guid isPermaLink="false">245 at http://nolan.eakins.net</guid>
</item>
<item>
 <title>Nvidia GLX and Composite</title>
 <link>http://nolan.eakins.net/node/221</link>
 <description>&lt;p&gt;I just upgraded my NVidia drivers only to find that GLX didn&#039;t work. After some fiddling I thought I&#039;d take a gander at the new docs for the GLX driver. Near the bottom it mentions that GLX won&#039;t work if the composite extension is loaded too. It recommended that the &lt;code&gt;AllowGLXWithComposite&lt;/code&gt; option be set to &lt;code&gt;True&lt;/code&gt;. That got GLX working making me happy.&lt;/p&gt;
</description>
 <comments>http://nolan.eakins.net/node/221#comment</comments>
 <category domain="http://nolan.eakins.net/taxonomy/term/8">Linux</category>
 <pubDate>Wed, 05 Oct 2005 19:29:21 -0700</pubDate>
 <dc:creator>sneakin</dc:creator>
 <guid isPermaLink="false">221 at http://nolan.eakins.net</guid>
</item>
<item>
 <title>The Windows Key</title>
 <link>http://nolan.eakins.net/node/214</link>
 <description>&lt;p&gt;I did a switch back to &lt;a href=&quot;http://www.windowmaker.org/&quot;&gt;WindowMaker&lt;/a&gt;, and after having a useless window key for so long, I finally figured a decent use of the window key. It does nothing but window management functions when chorded with another key. I setup the following bindings:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I changed what was Alt+Tab to Window+Tab.&lt;/li&gt;
&lt;li&gt;Window+number switchs to a numbered window.&lt;/li&gt;
&lt;li&gt;Ctrl+Window+number switches workspaces.&lt;/li&gt;
&lt;li&gt;Window+F4 closes the window.&lt;/li&gt;
&lt;li&gt;Window+F11 and Window+F12 call up WindowMaker&#039;s desktop menus&lt;/li&gt;
&lt;li&gt;Window+H hides the window and Window+M minimizes&lt;/li&gt;
&lt;li&gt;etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you&#039;ve caught the gist of this rebinding, anything window manager related got a window key chord. I think this is an extremely proper use of this key. If only Microsoft would expand its use to more than just popping up the start menu.&lt;/p&gt;
</description>
 <comments>http://nolan.eakins.net/node/214#comment</comments>
 <category domain="http://nolan.eakins.net/taxonomy/term/7">Computing</category>
 <category domain="http://nolan.eakins.net/taxonomy/term/8">Linux</category>
 <pubDate>Fri, 16 Sep 2005 06:49:48 -0700</pubDate>
 <dc:creator>sneakin</dc:creator>
 <guid isPermaLink="false">214 at http://nolan.eakins.net</guid>
</item>
<item>
 <title>Linux&#039;s Greatest Feature</title>
 <link>http://nolan.eakins.net/node/193</link>
 <description>&lt;p&gt;I want to bring more attention to this feature. As you may know I&#039;m stuck on lowly dialup that only costs me $6.95/month. One of the great benefits of dialup is that I get disconnected periodically. This wouldn&#039;t be worth blogging about if there wasn&#039;t something bugging me. What&#039;s bothering me is that Linux DOES NOT disconnect those sockets, while Windows does.&lt;/p&gt;
&lt;p&gt;Since Windows is the pearl here, I&#039;ll describe what it does. Say I have Psi and Thunderbird open, and I get disconnected. Windows immediately tells them that their sockets are toast, and the application will try to reconnect since it lost the connection.&lt;/p&gt;
&lt;p&gt;Under Linux this doesn&#039;t happen. I get disconnected, and I have to wait for the sockets to TIMEOUT. So I end up with Psi spewing things into a blackhole, and Thunderbird flat out screws up and can barely function.&lt;/p&gt;
&lt;p&gt;A long while back I made a post about this to the Linux PPP mailing list. The reason that was laid out is that sockets and the devices are in seperate layers so a socket doesn&#039;t know what device it is on. That&#039;s nice if you have an ethernet cable powering a static IP, and you like to unplug it just for shits. It&#039;s not so nice when you&#039;re on a dynamic IP and well, those connections just don&#039;t make any sense anymore.&lt;/p&gt;
&lt;p&gt;To fix this Linux needs to tell the socket layer &quot;Hey, this IP we just had for this device is toast. Close on up.&quot; Is this so hard to ask before I turn into a kernel hacker which I don&#039;t want to make my cup of tea at the moment?&lt;/p&gt;
</description>
 <comments>http://nolan.eakins.net/node/193#comment</comments>
 <category domain="http://nolan.eakins.net/taxonomy/term/8">Linux</category>
 <pubDate>Mon, 18 Jul 2005 00:21:10 -0700</pubDate>
 <dc:creator>sneakin</dc:creator>
 <guid isPermaLink="false">193 at http://nolan.eakins.net</guid>
</item>
<item>
 <title>JabIt</title>
 <link>http://nolan.eakins.net/node/192</link>
 <description>&lt;p&gt;I&#039;m sure most of you have heard about the &lt;a href=&quot;http://www.zipitwireless.com/&quot;&gt;Aeronix ZipIt&lt;/a&gt; instant messaging appliance. It&#039;s a $99 embedded Linux handheld with Wifi that comes with software for IM. Out of the box it supports up to 99 concurrent AOL, Yahoo, and MSN IM accounts. So it&#039;s currently lacking any kind of Jabber support. Other than the enjoyment of tearing this thing apart and loading it up with my own software, this would make a nice device to carry around:&lt;/p&gt;
&lt;blockquote&gt;The Zipit is marketed under brandnames that include ZipitWireless and K-Byte, and is currently available at Target and TigerDirect, priced at $99, in colors that include white, silver, blue, red, and pink. It includes an 802.11b WiFi radio, 16-color greyscale LCD with QVGA (320x240) resolution, and a thumb keyboard with rubber buttons. Also included is a stereo DAC (digital audio converter) connected to a speaker and headphone jack. [&lt;a href=&quot;http://www.linuxdevices.com/articles/AT8107883197.html&quot;&gt;LinuxDevices.com&lt;/a&gt;]&lt;/blockquote&gt;
&lt;p&gt;Not stated in that description is the 2 Mb of flash and 16 Mb of RAM that&#039;s available. So if anyone wants to take a jab to JabIt then the space is pretty tight. Besides basic IM, being able to use data forms with it would be interesting.&lt;/p&gt;
&lt;!--break--&gt;</description>
 <comments>http://nolan.eakins.net/node/192#comment</comments>
 <category domain="http://nolan.eakins.net/taxonomy/term/11">Jabber</category>
 <category domain="http://nolan.eakins.net/taxonomy/term/8">Linux</category>
 <pubDate>Sun, 17 Jul 2005 16:38:05 -0700</pubDate>
 <dc:creator>sneakin</dc:creator>
 <guid isPermaLink="false">192 at http://nolan.eakins.net</guid>
</item>
<item>
 <title>Damn, This Sucks</title>
 <link>http://nolan.eakins.net/node/167</link>
 <description>&lt;p&gt;I got a request about a good micro Linux distro to use that could meet these requirements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;free - $100&lt;/li&gt;
&lt;li&gt;for a p3 866&lt;/li&gt;
&lt;li&gt;basically a gateway/firewall&lt;/li&gt;
&lt;li&gt;highly configurable rules&lt;/li&gt;
&lt;li&gt;good traffic views (real and historic)&lt;/li&gt;
&lt;li&gt;vpn support&lt;/li&gt;
&lt;li&gt;web interface&lt;/li&gt;
&lt;li&gt;ids would be nice, but not necessary&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href=&quot;http://www.linuxrouter.org/&quot;&gt;Linux Router Project&lt;/a&gt; immediately came to mind. So I dashed off to Google to find its page. I found that it is a dead project and a rant by the author. Here&#039;s the part describing the injustice:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;My many contributions to the computing community has reaped very little personal benefit for myself. As I now struggle to pay the bills I can not help but feel quite pissed off at the state of affairs, for myself and the other authors who contributed massive amounts of time and quality work, only to have it whored by companies not willing to give back dime one to the people that actually created what it is they sell. Acknowledgement and referral would have at least been acceptable. Few companies do even that.&lt;/p&gt;
&lt;p&gt;Care to tell me what Embeddix (for one) is based off of? Ever offer me work Caldera? Even when I asked?&lt;/p&gt;
&lt;p&gt;Well actually I&#039;m glad they didn&#039;t as I would hate to think I could have benefited those scumbags any further...but I think you, the reader, gets the point I&#039;m making.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A big shame needs to be done to those companies. I can only shake my head at the wrong that occured.&lt;/p&gt;
&lt;p&gt;I do hope Dave Cinege has been doing alright these past two years.&lt;/p&gt;
&lt;!--break--&gt;</description>
 <comments>http://nolan.eakins.net/node/167#comment</comments>
 <category domain="http://nolan.eakins.net/taxonomy/term/7">Computing</category>
 <category domain="http://nolan.eakins.net/taxonomy/term/8">Linux</category>
 <pubDate>Fri, 03 Jun 2005 18:46:12 -0700</pubDate>
 <dc:creator>sneakin</dc:creator>
 <guid isPermaLink="false">167 at http://nolan.eakins.net</guid>
</item>
<item>
 <title>Sony Beware</title>
 <link>http://nolan.eakins.net/node/147</link>
 <description>&lt;p&gt;After playing with a Sony Playstation Portable I thought I could duplicate the background used in the media player (OS?). Here&#039;s a screenshot of what I have so far overlayed on top of KDE&#039;s default background:&lt;/p&gt;
&lt;img src=&quot;/cgi-system/system/files?file=screenshot.jpg&quot;/&gt;
&lt;p&gt;Now all that&#039;s needed is some code cleanup and a plugin architecture for KDE&#039;s kdesktop and this can be my wallpaper.&lt;/p&gt;</description>
 <comments>http://nolan.eakins.net/node/147#comment</comments>
 <category domain="http://nolan.eakins.net/taxonomy/term/8">Linux</category>
 <category domain="http://nolan.eakins.net/taxonomy/term/9">Programming</category>
 <pubDate>Sat, 30 Apr 2005 01:59:25 -0700</pubDate>
 <dc:creator>sneakin</dc:creator>
 <guid isPermaLink="false">147 at http://nolan.eakins.net</guid>
</item>
<item>
 <title>A Time To Checkout</title>
 <link>http://nolan.eakins.net/node/136</link>
 <description>&lt;p&gt;&lt;b style=&quot;color: red;&quot;&gt;Update:&lt;/b&gt; &lt;a href=&quot;http://blogs.openaether.org/&quot;&gt;Justin Kirby&lt;/a&gt; had a link to &lt;a href=&quot;http://fuse.sourceforge.net/&quot;&gt;FUSE&lt;/a&gt; up on his blog. FUSE is a user-space file system module for Linux and has had a couple of modules developed that implement the functionality described below. It may not be exactly the same though. The two modules are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://wayback.sourceforge.net/&quot;&gt;Wayback (User-level Versioning File System for Linux)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://sourceforge.net/projects/cvsfs&quot;&gt;cvsfs-fuse&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;The Original...&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;So the word on the street is that Linus Torvalds is giving up BitKeeper. I hope he does his research well and decides that it&#039;s time for version control to make it into the kernel. It would be hella convienent if every file on a file system maintained its history. So for example:&lt;/p&gt;
&lt;pre&gt;
# ls -l /etc/passwd/*
/etc/passwd:
   passwd.20021022-0000
   passwd.20030430-0000
   passwd.20030430-0001      -&gt;   /etc/passwd
# cp /etc/passwd/passwd.20030430-0000 /etc/passwd
# ls -l /etc/passwd/*
/etc/passwd:
   passwd.20021022-0000
   passwd.20030430-0000      -&gt;   /etc/passwd
   passwd.20030430-0001
   passwd.20050411-0000      -&gt; passwd.20030430-0000
&lt;/pre&gt;
&lt;p&gt;That seems like it would be pretty easy to use and not loose stuff&amp;mdash;ever. Retrieving an older revision would only be a copy or move, maintaining history as appropriate. So Linus, here&#039;s your chance. Make a version control system to kill version control systems.&lt;/p&gt;
&lt;p&gt;Do use a better name scheme though.&lt;/p&gt;
&lt;!--break--&gt;</description>
 <comments>http://nolan.eakins.net/node/136#comment</comments>
 <category domain="http://nolan.eakins.net/taxonomy/term/7">Computing</category>
 <category domain="http://nolan.eakins.net/taxonomy/term/8">Linux</category>
 <pubDate>Mon, 11 Apr 2005 07:11:39 -0700</pubDate>
 <dc:creator>sneakin</dc:creator>
 <guid isPermaLink="false">136 at http://nolan.eakins.net</guid>
</item>
</channel>
</rss>
