<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>dawgiestyle</title>
    <link>http://dawgiestyle.com/</link>
    <description>Lets Do I.T.</description>
    <language>en-us</language>           
    <generator>Nucleus CMS v3.22</generator>
    <copyright>©</copyright>             
    <category>Weblog</category>
    <docs>http://backend.userland.com/rss</docs>
    <image>
      <url>http://dawgiestyle.com//nucleus/nucleus2.gif</url>
      <title>dawgiestyle</title>
      <link>http://dawgiestyle.com/</link>
    </image>
    <item>
 <title>Xen on Debian Etch</title>
 <link>http://dawgiestyle.com/index.php?itemid=82</link>
<description><![CDATA[Well, it looks like I may have jumped the gun with that <a href="http://dawgiestyle.com/item/2007/04/xen-on-debian-sarge">Xen on Debian Sarge</a> post.  I guess I didn't realize that "Etch" had already gone stable.  But hey...this is good news!<br />
Now, with Etch, we have all the xen goodies we need right in the Debian repositories, and apt-getable (or aptitudeable, if you prefer).  This will certainly make for a much more easily maintainable system, and it proved to be much easier to set up as well.<br />
<br />
Most of what I did came from one of the howto's that were previously referenced in <a href="http://dawgiestyle.com/item/2007/04/xen-on-debian-sarge">Xen on Debian Sarge</a>, namely, <a href="http://howtoforge.com/debian_sarge_xen_3.0.3">The Perfect Xen 3.0.3 Setup For Debian Sarge</a>, with a little from <a href="http://www.debian-administration.org/articles/423">Xen from Backports on Debian Sarge</a>.  Just for the record, my system has a single NIC, and is set up to use the network-bridge method.  This is probably the easiest way to get xen up and running initially, until you determine whether or not you need either of the other methods.First, the installation of Debian Etch.  I downloaded the "netinst" image from <a href="http://cdimage.debian.org/debian-cd/4.0_r0/i386/iso-cd/">http://cdimage.debian.org/debian-cd/4.0_r0/i386/iso-cd/</a>.  I mainly accepted defaults for the most part, but I chose to set up my partitions manually as follows (from <i>The Perfect Xen 3.0.3 Setup</i>):<br />
<blockquote><br />
<ul><li>boot 100 MB (Primary) (Location for the new partition: Beginning) (ext3) (Bootable flag: on <-- important, otherwise your system will not boot!)</li><br />
<li>swap 1GB (Logical) (Location for the new partition: Beginning)</li><br />
<li>/ 2GB (Logical) (Location for the new partition: Beginning) (ext3)</li><br />
<li>/vserver the rest (Logical) (Location for the new partition: Beginning) (ext3)</li></ul><br />
</blockquote><br />
...with one exception.  Instead of <i>/vserver</i>, I set up the rest of the disk as a LVM physical volume, and created a volume group named <i>vserver</i>.<br />
<br />
Next came package selection.  The default selections are <i>Desktop Environment</i> and <i>Standard System</i>.  I unselected <i>Desktop Environment</i> and continued, and before long, the base system was installed.<br />
<br />
First thing after the reboot, keeping in line with <i>The Perfect Xen 3.0.3 Setup</i>, I set up my static IP address in <b>/etc/network/interfaces</b>, like so:<br />
<blockquote><br />
<div style="text-align: left">iface eth0 inet static<br />
        address 192.168.1.254<br />
        netmask 255.255.255.0<br />
        network 192.168.1.0<br />
        broadcast 192.168.1.255<br />
        gateway 192.168.1.2</div><br />
</blockquote><br />
Then the hostname:<br />
<blockquote><br />
<div style="text-align: left"># echo host.domain > /etc/hostname<br />
# /bin/hostname -F /etc/hostname</div><br />
</blockquote><br />
I then ran the following commands, as indicated in <i>The Perfect Xen 3.0.3 Setup</i>:<br />
<blockquote><br />
<div style="text-align: left"># apt-get remove exim4 exim4-base lpr nfs-common portmap pidentd pcmcia-cs pppoe pppoeconf ppp pppconfig<br />
# apt-get install iproute bridge-utils python-twisted gcc-3.3 binutils make zlib1g-dev python-dev transfig bzip2 screen ssh debootstrap libcurl3-dev libncurses5-dev x-dev</div><br />
</blockquote><br />
...and this is where I departed from <i>The Perfect Xen 3.0.3 Setup</i>.  With Etch, this becomes possible:<br />
<blockquote><br />
<div style="text-align: left"># apt-get install xen-linux-system-2.6.18-4-xen-686 xen-tools</div><br />
</blockquote><br />
...which installs all necessary files for running xen and creating images.<br />
When the installation was finished, I had to make a couple of changes to the default <b>/etc/xen/xend-config.sxp</b> file (This from <a href="http://www.debian-administration.org/articles/423">Xen from Backports on Debian Sarge</a>):<br />
<blockquote><br />
<div style="text-align: left">uncomment (network-script network-bridge)<br />
comment (network-script network-dummy)<br />
and<br />
(vif-script vif-bridge) should already be uncommented.</div><br />
</blockquote><br />
Then, reboot.<br />
<br />
To create images, I first had to edit the <b>/etc/xen-tools/xen-tools.conf</b> file.  I uncommented <b>lvm =</b> and entered <b>vserver</b> to match my lvm volume group, uncommented <b>debootstrap = 1</b>, changed the default distribution to <b>etch</b>, and changed some of the default size and memory components.<br />
<br />
After this, a new xen image can be created with a single command:<br />
<blockquote><br />
<div style="text-align: left"># xen-create-image --hostname=newimage.domain --ip=192.168.1.200</div><br />
</blockquote><br />
One last thing.  This bugged the hell out of me until I went searching for the answer.  The xendomains init script is supposed to save the virtual machines when shutting down the server, but for some reason, it wasn't working.<br />
I found the answer <a href="http://lists.alioth.debian.org/pipermail/pkg-xen-devel/2007-March/001114.html">here</a>.  Apparently, when xendomains is parsing the virtual machine hostnames, it was only set to read 17 characters, so with my fully qualified domain names being longer than 17 characters, it was messing everything up.<br />
Hats off to Petter Reinholdtsen for coming up with this patch:<br />
<blockquote><br />
--- /etc/init.d/xendomains.orig 2007-03-10 14:40:09.000000000 +0100<br />
+++ /etc/init.d/xendomains      2007-03-10 14:40:21.000000000 +0100<br />
@@ -128,9 +128,9 @@<br />
<br />
 parseln()<br />
 {<br />
-    name=`echo "$1" | cut -c0-17`<br />
+    name=`echo "$1" | cut -c0-25`<br />
     name=${name%% *}<br />
-    rest=`echo "$1" | cut -c18- `<br />
+    rest=`echo "$1" | cut -c26- `<br />
     read id mem cpu vcpu state tm < <(echo "$rest")<br />
 }<br />
</blockquote><br />
After these 2 changes, everything is happy.  My most painless xen install to date :)]]></description>
 <category>Linux</category>
<comments>http://dawgiestyle.com/index.php?itemid=82</comments>
 <pubDate>Wed, 18 Apr 2007 01:25:59 -0230</pubDate>
</item><item>
 <title>Xen on Debian Sarge</title>
 <link>http://dawgiestyle.com/index.php?itemid=81</link>
<description><![CDATA[Over a year ago, I installed <a href="http://www.xensource.com/">Xen</a> on my <a href="http://www.debian.org/">Debian</a> Sarge server.  There were many howto's available, but I still had a helluva time getting it up and running.  I just chalked it up to inexperience and didn't think too much about it after.<br />
<br />
Fast forward to a couple weeks ago.  I inherited a new machine to use as my server, so I wanted to take the opportunity to do everything right, with time not being a factor, as I still have my old server running.<br />
This time I followed 3 different howto's to a tee, right from the initial Debian install.  Of the 3 methods I tried, only 1 worked - building xen from source.<b>First attempt</b>:  <a href="The Perfect Xen 3.0.3 Setup For Debian Sarge">The Perfect Xen 3.0.3 Setup For Debian Sarge</a> from <a href="http://www.howtoforge.com">howtoforge.com</a> (using pre-compiled binaries section).<br />
The Debian install was smooth enough, as was the installation of the pre-compiled xen binaries, but upon rebooting into the xen kernel, I immediately got a kernel panic where the root partition was not detected.  I played around with it for a bit, but to no avail.<br />
<br />
<b>Second attempt</b>: <a href="http://www.debian-administration.org/articles/423">Xen from Backports on Debian Sarge</a> from <a href="http://www.debian-administration.org">debian-administration.org</a>.<br />
This method involved enabling the backports repository (xen packages are available for Debian Testing) and installing xen using apt-get.  Same problem when booting the xen kernel.  Kernel panic because the root partition was not detected.<br />
<br />
<b>Third attempt</b>:  <a href="The Perfect Xen 3.0.3 Setup For Debian Sarge">The Perfect Xen 3.0.3 Setup For Debian Sarge</a> from <a href="http://www.howtoforge.com">howtoforge.com</a> (using "build from source" section).<br />
This is the one that did the trick.  After following the instructions, I had no problem at all booting the xen kernel, and was able to create new virtual servers without any trouble.<br />
<br />
Each attempt I made was on a fresh install, formatted after each failed attempt.  I assume that there must be very limited hardware support in the stock xen kernels (though my root partition was on an ide drive using ext3).<br />
Once I booted into the new xen kernel, I used <a href="http://xen-tools.org/software/xen-tools/">xen-tools</a> to create virtual servers with a single command.  Very slick!<br />
<br />
So if you're planning to give xen an honest go, and are running Debian, stick with building from source.  It may seem more tedious and <i>un-debian-like</i>, but trust me, it can save you a headache.<br />
<br />
I am still currently getting my virtual servers configured just right so I can let them take over the functions of my current "production" virtual servers on my older box.  This will involve, at the final stage, swapping my software RAID1 array over to the new box for use with the virtual file server (I hope to post details on how I did this).  Once completed, I will have the old server for testing purposes, and can hopefully generate some useful howtos for all to benefit from.<br />
<br />
Feel free to post any Debian/xen experiences; or if you know why the pre-compiled kernels might not be working for me, I'd love to hear it.]]></description>
 <category>Linux</category>
<comments>http://dawgiestyle.com/index.php?itemid=81</comments>
 <pubDate>Wed, 11 Apr 2007 03:04:27 -0230</pubDate>
</item><item>
 <title>NucleusCMS</title>
 <link>http://dawgiestyle.com/index.php?itemid=80</link>
<description><![CDATA[From <a href="http://b2evolution.net/">B2evolution</a>, to <a href="http://wordpress.org/">Wordpress</a>, to <a href="http://drupal.org/">Drupal</a>, and now to <a href="http://nucleuscms.org/">NucleusCMS</a>, I seem to be slowly making my way through all available blog software.<br />
<br />
This latest transition comes after a very long period of inactivity.  I installed Drupal about a year ago and made a total of 2 posts since then.  This actually worked to my benefit, as there doesn't seem to be a Drupal -> NucleusCMS conversion script available anywhere.  Luckily, I still had my old Wordpress database, so I was able to convert from that and only lose 2 entries.<br />
<br />
I still have some messing around to do with the categories, as Wordpress and Drupal both allowed for entries to belong to multiple categories and NucleusCMS does not, but all in all, it was a very painless conversion.<br />
Drupal really wasn't right for me.  It was a bit heavy for my purposes, and I really dislike the available themes, many of which use table-based layouts, which I oppose.<br />
<br />
As silly a reason as it is, I chose NucleusCMS because there seems to be a large number of themes that are pretty suitable "out of the box".  I really just don't feel like creating my own, or heavily modifying existing themes anymore.<br />
<br />
I am hoping to get this site going again, starting with this entry.  I have done a lot of different things with my home servers in the past year, and would really like to write a few howto's.  Guess we'll see what happens...]]></description>
 <category>General</category>
<comments>http://dawgiestyle.com/index.php?itemid=80</comments>
 <pubDate>Tue, 10 Apr 2007 13:55:33 -0230</pubDate>
</item><item>
 <title>Information Security with Colin Percival</title>
 <link>http://dawgiestyle.com/index.php?itemid=76</link>
<description><![CDATA[	<p>The recent disclosure of side-channel techniques to retrieve cryptographic secrets on hyperthreading machines caused stirs in security and operating system development communities. Colin Percival, a FreeBSD security officer, reported the vulnerability and weathered the questions and criticisms. Michael W. Lucas recently interviewed him on this vulnerability, vendors' responses, and security research.</p>
	<p>Read about it <a href="http://www.onlamp.com/pub/a/bsd/2005/07/21/Big_Scary_Daemons.html">here</a>.
</p>
]]></description>
 <category>Scripting</category>
<comments>http://dawgiestyle.com/index.php?itemid=76</comments>
 <pubDate>Thu, 28 Jul 2005 21:42:17 -0230</pubDate>
</item><item>
 <title>Wordpress Permalinks for B2evolution Converts</title>
 <link>http://dawgiestyle.com/index.php?itemid=75</link>
<description><![CDATA[	<p><!--kw=wordpress b2evolution permalink fix script convert posts -->
One thing I failed to mention about my Wordpress conversion is the permalink behavior.  This is important for anyone who uses trackbacks, or anyone who get search engine hits to particular posts.  I noticed that <a href="http://www.nethub.org">Jeff</a> had the same problem, so I've made a few modifications to the script I wrote to fix it for myself, and am now offering it <a href="http://www.dawgiestyle.com/blog/wp-content/permalink_fix.zip">here</a>.
B2evolution's permalink style replaces spaces and other special characters in post titles with underscores, making a permalink something like www.domain.com/2005/02/20/post_title_here.  Wordpress, on the other hand, uses dashes, like www.domain.com/2005/02/20/post-title-here.  This is what you end up with when you use the b2evo2wp.php script mentioned in the last post.
Once I noticed this, I knew all my permalinks would be broken, so I made a quick script to change the existing permalinks back to match the b2evolution ones.
This will <strong>not</strong> change future behavior, so any posts made after the conversion with be like "post-title-here" but we don't care since nobody is linking to those posts yet.  This script is only meant to make the permalinks to existing posts consistent with any links pointing to those posts.
<strong>Requirements</strong>:  The original b2evolution tables (or at least the "posts" table) used to do the conversion must still exist.
<strong>Instructions</strong>:</p>
	<ol>
<li>Download the file <a href="http://www.dawgiestyle.com/blog/wp-content/permalink_fix.zip">here</a></li>
	<li>Unzip the permalink_fix.zip</li>
	<li>Open permalink_fix.php in a text editor and edit the config information.  Note that you must enter all information for both the b2evolution and wordpress tables, even if this info is the same.</li>
	<li>Upload permalink_fix.php to your webserver</li>
	<li>Type the url to permalink_fix.php in your browser.  If your mysql information is right, you will be informed of any titles that need to be edited manually (seems to be only those with single quotes in the title).</li>
	</ol>
	<p>I will be submitting this script to the author of the b2evo2wp.php script for possible inclusion, but I will also keep it here for those that have already converted.  Hope it helps :)
<strong>[Edit]</strong>
I should say that this was tested with b2evolution version 0.9.0.10 and Wordpress version 1.5.  I cannot guarantee that it will work with other versions.
</p>
]]></description>
 <category>BSD</category>
<comments>http://dawgiestyle.com/index.php?itemid=75</comments>
 <pubDate>Thu, 28 Apr 2005 09:13:49 -0230</pubDate>
</item><item>
 <title>From b2evolution to Wordpress</title>
 <link>http://dawgiestyle.com/index.php?itemid=74</link>
<description><![CDATA[	<p><!--kw=b2evolution wordpress convert script -->
Craving change, and having read up on <a href="http://www.wordpress.org">Wordpress</a>, I finally decided to give it a shot.  The biggest catalyst for this change was probably the referrer spam and the occasional comment/trackback spam that I was getting with <a href="http://b2evolution.net/">b2evolution</a>.</p>
	<p>The installation was a breeze, taking no more than 5 minutes.  The problem, however, was getting my b2evolution data imported into my Wordpress tables.  Wordpress has a number of importer scripts, including one for the original b2, but unfortunately b2evolution is different enough that this one doesn't work.
After some searching on the Wordpress support forum, I found <a href="http://wordpress.org/support/topic.php?id=6277#post-37614">this thread</a> linking to <a href="http://www.khubla.com/b2evo2wp.php.txt">this file</a>, which once renamed to b2evo2wp.php, did the trick.</p>
	<p>Wordpress also seems to handle spam better, with some more configurable options for comments, and a <a href="http://wp-plugins.net/index.php?id=195">plugin</a> I found that bounces referrer spam, so hopefully there will be a noticeable difference in the next few days.</p>
	<p>Overall, Wordpress looks to be a very nice blogging engine, though I cannot knock b2evolution either.  Both have their benefits, but I think Wordpress is a better fit for me.  Maybe now somebody googling to find out how to import b2evo data will find this.
</p>
]]></description>
 <category>General</category>
<comments>http://dawgiestyle.com/index.php?itemid=74</comments>
 <pubDate>Sat, 23 Apr 2005 17:19:10 -0230</pubDate>
</item><item>
 <title>Helpful &quot;make&quot; Tips</title>
 <link>http://dawgiestyle.com/index.php?itemid=72</link>
<description><![CDATA[	<p><!--kw=freebsd o'reilly make compile -->
<p><a href="http://www.onlamp.com/pub/a/bsd/2005/03/24/FreeBSD_Basics.html">make for Nonprogrammers</a> by Dru Lavigne -- If you're a typical FreeBSD user, you may never have compiled C source code on your own. Yet if you've ever issued a make command, it's compiled code for you. How does it do that? What does it do, anyway? And what else can it do? Dru Lavigne answers all of these questions.</p>
Especially useful is this great way to help automate updating your system sources.</p>
	<blockquote><p>On my test system, I already had cvsup up and running and had created a sup file in /root/cvs-supfile. So, I added these lines to /etc/make.conf:</p>
	<p>SUP_UPDATE=		yes
SUP=			/usr/local/bin/cvsup
SUPFLAGS=		-g -L 2
SUPFILE=		/root/cvs-supfile</p>
	<p>Note: In order for this to work, you must have cvsup-without-gui installed and have configured a SUPFILE at the specified location. If you've installed cvsup-without-gui but haven't yet created a SUPFILE, replace that SUPFILE line with these:</p>
	<p>SUPHOST=		cvsup.ca.freebsd.org	
SUPFILE=		/usr/share/examples/cvsup/standard-supfile
PORTSSUPFILE=		/usr/share/examples/cvsup/ports-supfile
DOCSUPFILE=		/usr/share/examples/cvsup/doc-supfile</p>
	<p>When filling in SUPHOST=, please choose a mirror geographically close to you. Also, review the three files in /usr/share/examples/cvsup to pick and choose which parts of the operating system, ports, and docs you wish to update.</p>
	<p>When you've finished, run make update from /usr/src to update the specified sources.</p></blockquote>
	<p>I highly recommend adding <a href="http://www.onlamp.com">OnLAMP</a> to your RSS reader, if only for Dru's FreeBSD articles.  Always great information.
</p>
]]></description>
 <category>General</category>
<comments>http://dawgiestyle.com/index.php?itemid=72</comments>
 <pubDate>Sat, 26 Mar 2005 16:14:44 -0330</pubDate>
</item><item>
 <title>Novell Is Doing It Right</title>
 <link>http://dawgiestyle.com/index.php?itemid=71</link>
<description><![CDATA[	<p><!--kw=novell linux desktop review -->
Having never used NLD (Novell Linux Desktop), I was a little taken aback when I saw such a beaming review.</p>
	<blockquote><p>Of the desktop offerings we have piloted, NLD offered the broadest range of functionality in what we designated as the desktop and mobility space. From the desktop point of view, the system provides a user-friendly environment, ease of administration and an excellent enhancement of the OpenOffice.org productivity suite.</p></blockquote>
	<p>I don't believe there was even one negative point in the review.  Tom Adelstein also talks about how Novell is in the progress of switching their entire staff to Linux.  It is, afterall, probably tough to sell linux from a windows box.</p>
	<p>I remain mostly happy with Ubuntu, except for the occasionally annoying thing where the boot process hangs at "Configuring network devices" (usually solved by hitting the reset button, though I don't know the cause).  In an office environment though, NLD probably fits better than any solution to date.
</p>
]]></description>
 <category>OSS</category>
<comments>http://dawgiestyle.com/index.php?itemid=71</comments>
 <pubDate>Sat, 26 Mar 2005 11:02:59 -0330</pubDate>
</item><item>
 <title>Ubuntu Linux &quot;Hoary Hedgehog&quot;: My Experience</title>
 <link>http://dawgiestyle.com/index.php?itemid=70</link>
<description><![CDATA[	<p><!--kw=ubuntu linux review debian ldap nfs mp3 -->
<a href="http://ubuntulinux.org">Ubuntu Linux</a> is a fairly new linux distribution based on <a href="http://www.debian.org">Debian GNU/Linux</a>.  Here's a description from Ubuntu's website:</p>
	<blockquote><p>Ubuntu is a Linux distribution that starts with the breadth of Debian and adds regular releases (every six months), a clear focus on the user and usability (it should "Just Work", TM) and a commitment to security updates with 18 months of support for every release. Ubuntu ships with the latest Gnome release as well as a selection of server and desktop software that makes for a comfortable desktop experience off a single installation CD.</p></blockquote>
	<p>The latest "Preview" release, 5.04, or <em>Hoary Hedgehog (Hoary)</em> was released just a few days ago, and, not liking to get too comfortable with any one distro, I decided to give it a shot.
<!--more-->
I started by downloading the live cd, just to make sure I wasn't going to have any problems.  It started up with no problems, and it really impressed me with how clean it seemed.
I had read beforehand that it included only the <a href="http://gnome.org">Gnome</a> desktop environment.  This was my main reason for wanting to try the live cd first.  Before settling on <a href="http://www.xfce.org/">Xfce4</a> on my <a href="http://www.novell.com/linux/suse/">Suse</a> desktop, I was a <a href="http://www.kde.org/">KDE</a> guy.  I was a little surprised to find how far Gnome had come since the last time I used it (Redhat 7.3).  On to the installation!</p>
	<p>The install, not surprisingly, is not graphical, but ncurses based like Debian's.  It differs from Debian's though in that it minimizes the amount of user input required.  This is a big plus for newbies.  I didn't get a real feel for partitioning from the installation since my partitions were already set up.  All I had to do was select hda2 and set its mount point to /boot, and select hda4 and set its mount point to /.  The installation detected my swap partition and assigned it automatically.
The installation as a whole was very straight-forward.</p>
	<p>One thing I don't like about the default installation is that the root account is disabled.  I read about this beforehand as well, so I was ready for it.
This is actually a good thing to have done, since all the launchers that require root access are run with sudo, prompting for the user's own password, but I do think it is still necessary to educate the user about sudo on the command line, just in case.</p>
	<p>I had been using Suse long enough that I expected to be able to set up my LDAP authentication and nfs mounted <em>/home</em> right away.  This software had to be added manually though.  "That's ok", I thought.  A perfect opportunity to check out synaptic, the gtk frontend for Debian's <em>apt/dpkg</em> package manager.
I am impressed.  I wasn't sure if it would stack up to Suse's YAST for installing/updating packages, but I believe it exceeds it easily.</p>
	<p>I did run into some problems with LDAP and nfs, but admittedly, this was due to misconfiguration of my FreeBSD server (my bad).  Most of the problem coming from the lack of nfs file locking capability.  Enabling rpc.statd and rpc.lockd on the nfs server took care of those problems, and after editing 4 pam files, my LDAP authentication was up too.</p>
	<p>Most of the software I regularly use was already loaded.  Rhythmbox took the place of XMMS, though I did have to install the gstreamer-mad package for mp3 support.  No problem.
The default browser is Firefox, and other default software includes Evolution, Gaim, Xchat, the Gimp, Openoffice.org, and even a terminal server client.
One disappointment was that I found I couldn't use Evolution due to yet more file locking issues stemming from my nfs mounted /home.  I could compile it myself and disable file locking, but being used to Thunderbird anyway, I just decided to use it instead.</p>
	<p>This is a preview release, which is a nice way to say <em>open beta</em>, so bugs are to be expected, but overall, Ubuntu is well on its way to becoming a very excellent desktop linux.  As far as I'm concerned, it already is if you're like me and enjoy fixing problems as they pop up.  It's how we learn.
It is also very nice to see a distribution that doesn't try to please everyone by including every known window manager and desktop environment.  It's not unheard of, but I would definitely like to see more of this.
Ubuntu immediately struck me as a very cohesive experience, while avoiding severe bloat.  It feels both very simple and very refined.
I highly recommend this one to anybody looking for a new distro to try.
</p>
]]></description>
 <category>OSS</category>
<comments>http://dawgiestyle.com/index.php?itemid=70</comments>
 <pubDate>Mon, 14 Mar 2005 12:32:10 -0330</pubDate>
</item><item>
 <title>SCO v. IBM: The Short Version, by toads_for_all</title>
 <link>http://dawgiestyle.com/index.php?itemid=51</link>
<description><![CDATA[	<p><!--kw=humor sco ibm linux -->
For anybody like myself who is too busy to keep up with the SCO/IBM saga, here is a funny little summary.</p>
	<p>Sure it's sort of a joke, but this is pretty much what happened.</p>
	<blockquote><p>IBM: But Caldera contributed parts of the original to Linux. Aren't we just doing what Caldera did, treating the derivatives the same way Caldera did the original by contributing parts to Linux?</p>
	<p>SCO: Um, I mean, well, I guess.....Did I say contracts? I meant it's about copyrights.</p>
	<p>NOVELL: But you don't own all the copyrights, we do.</p>
	<p>SCO: Do not!</p></blockquote>
	<p>Read the rest <a href="http://www.groklaw.net/article.php?story=20050303221002163">here</a>.
</p>
]]></description>
 <category>General</category>
<comments>http://dawgiestyle.com/index.php?itemid=51</comments>
 <pubDate>Sat, 5 Mar 2005 15:17:23 -0330</pubDate>
</item>
  </channel>
</rss>