<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page lts 
             and everything recently tagged lts -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>lts on SWiK</title>
        <doap:name>lts</doap:name>
        <doap:description></doap:description>
        <description></description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/lts</link>
        <doap:homepage></doap:homepage>
        
        <pubDate></pubDate>
        <lastBuildDate></lastBuildDate>
            
        <item>
            <title>Canonicals new Ubuntu paves way for server push | Underexposed - CNET News.com</title>
            <link>http://swik.net/open-source/del.icio.us+tag%2Fopen-source/Canonicals+new+Ubuntu+paves+way+for+server+push+%7C+Underexposed+-+CNET+News.com/cbaf6</link>
            <description>Version 7.10, &amp;amp;#034;Gutsy Gibbon,&amp;amp;#034; finally brings a flashy 3D interface to the desktop edition of Ubuntu. Meanwhile, Canonical is staffing up its server effort for 2008.</description>
            
            <pubDate>Wed, 23 Jul 2008 10:49:58 -0700</pubDate>
        </item>
            
        <item>
            <title>Canonicals new Ubuntu paves way for server push | Underexposed - CNET News.com</title>
            <link>http://swik.net/open-source/del.icio.us+tag%2Fopen-source/Canonicals+new+Ubuntu+paves+way+for+server+push+%7C+Underexposed+-+CNET+News.com/b9xkr</link>
            <description>Version 7.10, &amp;amp;#034;Gutsy Gibbon,&amp;amp;#034; finally brings a flashy 3D interface to the desktop edition of Ubuntu. Meanwhile, Canonical is staffing up its server effort for 2008.</description>
            
            <pubDate>Thu, 10 Jul 2008 20:47:25 -0700</pubDate>
        </item>
            
        <item>
            <title>ltslimao.com.br - Administração Joomla</title>
            <link>http://swik.net/Joomla/Del.icio.us+bookmarks+tagged+Joomla/ltslimao.com.br+-+Administra%C3%A7%C3%A3o+Joomla/b7a4v</link>
            <description></description>
            
            <pubDate>Thu, 12 Jun 2008 15:13:35 -0700</pubDate>
        </item>
            
        <item>
            <title>LTS Sound and Vision Media Team</title>
            <link>http://swik.net/podcasting/del.icio.us+tag%2Fpodcasting/LTS+Sound+and+Vision+Media+Team/b684q</link>
            <description>provide a range of in-house facilities and production capability, including podcasting and training staff to make their own audio or video recordings</description>
            
            <pubDate>Thu, 12 Jun 2008 06:17:12 -0700</pubDate>
        </item>
            
        <item>
            <title>Canonicals new Ubuntu paves way for server push | Underexposed - CNET News.com</title>
            <link>http://swik.net/open-source/del.icio.us+tag%2Fopen-source/Canonicals+new+Ubuntu+paves+way+for+server+push+%7C+Underexposed+-+CNET+News.com/b6a75</link>
            <description>Version 7.10, &amp;amp;#034;Gutsy Gibbon,&amp;amp;#034; finally brings a flashy 3D interface to the desktop edition of Ubuntu. Meanwhile, Canonical is staffing up its server effort for 2008.</description>
            
            <pubDate>Sat, 31 May 2008 23:42:34 -0700</pubDate>
        </item>
            
        <item>
            <title>Canonicals new Ubuntu paves way for server push | Underexposed - CNET News.com</title>
            <link>http://swik.net/open-source/del.icio.us+tag%2Fopen-source/Canonicals+new+Ubuntu+paves+way+for+server+push+%7C+Underexposed+-+CNET+News.com/b5w35</link>
            <description>Version 7.10, &amp;amp;#034;Gutsy Gibbon,&amp;amp;#034; finally brings a flashy 3D interface to the desktop edition of Ubuntu. Meanwhile, Canonical is staffing up its server effort for 2008.</description>
            
            <pubDate>Tue, 27 May 2008 04:15:29 -0700</pubDate>
        </item>
            
        <item>
            <title>Howto Compile and Install TrueCrypt 5.1a on Ubuntu 8.04 LTS (Hardy Heron)</title>
            <link>http://swik.net/Ubuntu/OnlyUbuntu+Tutorials/Howto+Compile+and+Install+TrueCrypt+5.1a+on+Ubuntu+8.04+LTS+%28Hardy+Heron%29/b5ibl</link>
            <description>On-the-fly encryption software which can create a virtual encrypted disk within a file and mount it as a real disk. It can also encrypt a hard disk partition or storage device, such as USB flash drive. Moreover, TrueCrypt supports plausible deniability.&lt;br/&gt;&lt;br/&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br/&gt;&lt;strong&gt;Preparing your system&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;You need to install the following packages&lt;br/&gt;&lt;br/&gt;sudo apt-get install build-essential linux-headers-`uname -r` linux-source-2.6.24 libfuse-dev libgtk2.0-dev&lt;br/&gt;&lt;br/&gt;Then create a tmp directory in your home directory&lt;br/&gt;&lt;br/&gt;mkdir -p ~/tmp&lt;br/&gt;&lt;br/&gt;Now download TrueCrypt source from &lt;a href=&quot;http://www.truecrypt.org/downloads2.php&quot;&gt;here&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Go to the path where you saved TrueCrypt source and untar the file in your ~/tmp directory&lt;br/&gt;&lt;br/&gt;tar -zvxf TrueCrypt\ 5.1a\ Source.tar.gz -C ~/tmp&lt;br/&gt;&lt;br/&gt;Now you should download wxAll source code. You can pick it from&lt;a href=&quot;http://switch.dl.sourceforge.net/sourceforge/wxwindows/wxWidgets-2.8.7.tar.gz&quot;&gt; here &lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Go to the path where you saved wxAll source and untar the file in your ~/tmp directory&lt;br/&gt;&lt;br/&gt;tar -zvxf wxWidgets-2.8.7.tar.gz -C ~/tmp&lt;br/&gt;&lt;br/&gt;Now go to your ~/tmp/truecrypt-5.1a-source directory&lt;br/&gt;&lt;br/&gt;cd ~/tmp/truecrypt-5.1a-source&lt;br/&gt;&lt;br/&gt;and launch this command line&lt;br/&gt;&lt;br/&gt;WX_ROOT=~/tmp/wxWidgets-2.8.7 make wxbuild&lt;br/&gt;&lt;br/&gt;This will build the ./wxrelease subdirectory in the truecrypt source path. You&#039;ll probably will have some warning from the compiler, but you can safely ignore.&lt;br/&gt;&lt;br/&gt;Once you have your shell back, launch this command line to compile truecrypt&lt;br/&gt;&lt;br/&gt;WX_ROOT=~/tmp/wxWidgets-2.8.7 make&lt;br/&gt;&lt;br/&gt;Probably you will get a lot of warning from the compiler, but you can ignore it. They are just warning.&lt;br/&gt;&lt;br/&gt;Now go Main directory in TrueCrypt source&lt;br/&gt;&lt;br/&gt;cd ~/tmp/truecrypt-5.1a-source/Main&lt;br/&gt;&lt;br/&gt;and start truecrypt gui&lt;br/&gt;&lt;br/&gt;./truecrypt&lt;br/&gt;&lt;br/&gt;If everything is ok, you should have now the truecrypt gui running.&lt;br/&gt;&lt;br/&gt;Now close you application from the Gnome notification area and copy your just compiled truecrypt binary in you /usr/local/bin directory&lt;br/&gt;&lt;br/&gt;sudo cp ~/tmp/truecrypt-5.1a-source/Main/truecrypt /usr/local/bin/&lt;br/&gt;&lt;br/&gt;Now you have truecrypt binary in your path so you can run it simply with&lt;br/&gt;&lt;br/&gt;truecrypt&lt;br/&gt;&lt;br/&gt;Now you can safely remove you working directories&lt;br/&gt;&lt;br/&gt;rm -rf ~/tmp/truecrypt-5.1a-source ~/tmp/wxWidgets-2.8.7&lt;br/&gt;&lt;/span&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=5dtagpG&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=5dtagpG&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=GgQXacG&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=GgQXacG&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=yXZ2vlg&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=yXZ2vlg&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=CFoqHGg&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=CFoqHGg&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=LXjgRNG&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=LXjgRNG&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=kUYrwRg&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=kUYrwRg&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=63UQnfG&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=63UQnfG&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=0HOCxLg&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=0HOCxLg&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=fE8YpTG&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=fE8YpTG&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
            
            <pubDate>Tue, 20 May 2008 10:25:36 -0700</pubDate>
        </item>
            
        <item>
            <title>Howto Compile and Install TrueCrypt 5.1a on Ubuntu 8.04 LTS (Hardy Heron)</title>
            <link>http://swik.net/Ubuntu/Only+Ubuntu/Howto+Compile+and+Install+TrueCrypt+5.1a+on+Ubuntu+8.04+LTS+%28Hardy+Heron%29/b4n25</link>
            <description>On-the-fly encryption software which can create a virtual encrypted disk within a file and mount it as a real disk. It can also encrypt a hard disk partition or storage device, such as USB flash drive. Moreover, TrueCrypt supports plausible deniability.&lt;br/&gt;&lt;br/&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br/&gt;&lt;strong&gt;Preparing your system&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;You need to install the following packages&lt;br/&gt;&lt;br/&gt;sudo apt-get install build-essential linux-headers-`uname -r` linux-source-2.6.24 libfuse-dev libgtk2.0-dev&lt;br/&gt;&lt;br/&gt;Then create a tmp directory in your home directory&lt;br/&gt;&lt;br/&gt;mkdir -p ~/tmp&lt;br/&gt;&lt;br/&gt;Now download TrueCrypt source from &lt;a href=&quot;http://www.truecrypt.org/downloads2.php&quot;&gt;here&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Go to the path where you saved TrueCrypt source and untar the file in your ~/tmp directory&lt;br/&gt;&lt;br/&gt;tar -zvxf TrueCrypt\ 5.1a\ Source.tar.gz -C ~/tmp&lt;br/&gt;&lt;br/&gt;Now you should download wxAll source code. You can pick it from&lt;a href=&quot;http://switch.dl.sourceforge.net/sourceforge/wxwindows/wxWidgets-2.8.7.tar.gz&quot;&gt; here &lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Go to the path where you saved wxAll source and untar the file in your ~/tmp directory&lt;br/&gt;&lt;br/&gt;tar -zvxf wxWidgets-2.8.7.tar.gz -C ~/tmp&lt;br/&gt;&lt;br/&gt;Now go to your ~/tmp/truecrypt-5.1a-source directory&lt;br/&gt;&lt;br/&gt;cd ~/tmp/truecrypt-5.1a-source&lt;br/&gt;&lt;br/&gt;and launch this command line&lt;br/&gt;&lt;br/&gt;WX_ROOT=~/tmp/wxWidgets-2.8.7 make wxbuild&lt;br/&gt;&lt;br/&gt;This will build the ./wxrelease subdirectory in the truecrypt source path. You&#039;ll probably will have some warning from the compiler, but you can safely ignore.&lt;br/&gt;&lt;br/&gt;Once you have your shell back, launch this command line to compile truecrypt&lt;br/&gt;&lt;br/&gt;WX_ROOT=~/tmp/wxWidgets-2.8.7 make&lt;br/&gt;&lt;br/&gt;Probably you will get a lot of warning from the compiler, but you can ignore it. They are just warning.&lt;br/&gt;&lt;br/&gt;Now go Main directory in TrueCrypt source&lt;br/&gt;&lt;br/&gt;cd ~/tmp/truecrypt-5.1a-source/Main&lt;br/&gt;&lt;br/&gt;and start truecrypt gui&lt;br/&gt;&lt;br/&gt;./truecrypt&lt;br/&gt;&lt;br/&gt;If everything is ok, you should have now the truecrypt gui running.&lt;br/&gt;&lt;br/&gt;Now close you application from the Gnome notification area and copy your just compiled truecrypt binary in you /usr/local/bin directory&lt;br/&gt;&lt;br/&gt;sudo cp ~/tmp/truecrypt-5.1a-source/Main/truecrypt /usr/local/bin/&lt;br/&gt;&lt;br/&gt;Now you have truecrypt binary in your path so you can run it simply with&lt;br/&gt;&lt;br/&gt;truecrypt&lt;br/&gt;&lt;br/&gt;Now you can safely remove you working directories&lt;br/&gt;&lt;br/&gt;rm -rf ~/tmp/truecrypt-5.1a-source ~/tmp/wxWidgets-2.8.7&lt;br/&gt;&lt;/span&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=5dtagpG&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=5dtagpG&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=GgQXacG&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=GgQXacG&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=yXZ2vlg&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=yXZ2vlg&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=CFoqHGg&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=CFoqHGg&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=LXjgRNG&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=LXjgRNG&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=kUYrwRg&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=kUYrwRg&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=63UQnfG&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=63UQnfG&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=0HOCxLg&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=0HOCxLg&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=fE8YpTG&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=fE8YpTG&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
            
            <pubDate>Sat, 26 Apr 2008 12:13:16 -0700</pubDate>
        </item>
            
        <item>
            <title>Canonicals new Ubuntu paves way for server push | Underexposed - CNET News.com</title>
            <link>http://swik.net/open-source/del.icio.us+tag%2Fopen-source/Canonicals+new+Ubuntu+paves+way+for+server+push+%7C+Underexposed+-+CNET+News.com/b04ii</link>
            <description>Version 7.10, &amp;amp;#034;Gutsy Gibbon,&amp;amp;#034; finally brings a flashy 3D interface to the desktop edition of Ubuntu. Meanwhile, Canonical is staffing up its server effort for 2008.</description>
            
            <pubDate>Sun, 20 Jan 2008 06:46:46 -0800</pubDate>
        </item>
            
        <item>
            <title>HardyHeron/Alpha3/Kubuntu - Ubuntu Wiki</title>
            <link>http://swik.net/Kubuntu/del.icio.us%2Ftag%2Fkubuntu/HardyHeron%2FAlpha3%2FKubuntu+-+Ubuntu+Wiki/b0y0t</link>
            <description></description>
            
            <pubDate>Fri, 18 Jan 2008 16:23:49 -0800</pubDate>
        </item>
            
        <item>
            <title>Canonical&#039;s new Ubuntu paves way for server push | Underexposed - CNET News.com</title>
            <link>http://swik.net/open-source/del.icio.us+tag%2Fopen-source/Canonical%27s+new+Ubuntu+paves+way+for+server+push+%7C+Underexposed+-+CNET+News.com/bqsy2</link>
            <description>Version 7.10, &amp;amp;#034;Gutsy Gibbon,&amp;amp;#034; finally brings a flashy 3D interface to the desktop edition of Ubuntu. Meanwhile, Canonical is staffing up its server effort for 2008.</description>
            
            <pubDate>Wed, 17 Oct 2007 13:26:58 -0700</pubDate>
        </item>
            
        <item>
            <title>Ubuntu - Linux for Human Beings!</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Ubuntu+-+Linux+for+Human+Beings%21/bkjd4</link>
            <description>Ubuntu - Linux for Human Beings!</description>
            
            <pubDate>Sun, 26 Aug 2007 11:04:01 -0700</pubDate>
        </item>
            
        <item>
            <title>EduBuntu</title>
            <link>http://swik.net/EduBuntu</link>
            <doap:name>EduBuntu</doap:name>
            <description>&lt;p&gt;Edubuntu is a version of the &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Ubuntu&quot;&gt;Ubuntu&lt;/a&gt; operating system suitable for classroom use.&lt;/p&gt;
</description>
                        <doap:homepage rdf:resource='http://www.edubuntu.org/'/>
                    <category>Ubuntu</category>
        <category>education</category>
        <category>linux</category>
        <category>License:GPL</category>
        <category>gnu/linux</category>
        <category>school</category>
        <category>edubuntu</category>
        <category>distro</category>
        <category>Debian</category>
        <category>lts</category>
                                              
            <pubDate>Mon, 03 Oct 2005 15:09:50 -0700</pubDate>
        </item>

        <item>
            <title>FirefoxNewVersion - Community Ubuntu Documentation</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/FirefoxNewVersion+-+Community+Ubuntu+Documentation/qd4f</link>
            <description>This guide is for installing Firefox 2.x on Ubuntu 5.10 (codename Breezy Badger) and 6.06 LTS (codename Dapper Drake). Firefox 2.0 is included in the default Ubuntu 6.10 (codename Edgy Eft) release, if you are using 6.10 you can install it in the standard</description>
            
            <pubDate>Fri, 01 Dec 2006 13:39:22 -0800</pubDate>
        </item>
            
        <item>
            <title>BioDesign Blog » HowTO install XGL/Compiz (Beryl) on Ubuntu and Kubuntu 6.06.1 LTS</title>
            <link>http://swik.net/Xgl/del.icio.us+tag%2Fxgl/BioDesign+Blog+%C2%BB+HowTO+install+XGL%2FCompiz+%28Beryl%29+on+Ubuntu+and+Kubuntu+6.06.1+LTS/o2h0</link>
            <description>How to guide to install Compiz, XGL, Beryl on Ubuntu LTS</description>
            
            <pubDate>Fri, 10 Nov 2006 19:19:47 -0800</pubDate>
        </item>
            
        <item>
            <title>Ubuntu 6.06 (Dapper Drake) LTS Desktop Screenshots Tour</title>
            <link>http://swik.net/Debian/Debian+Admin+Step+By+Step+Tutorials+and+articles+with+screenshots/Ubuntu+6.06+%28Dapper+Drake%29+LTS+Desktop+Screenshots+Tour/mt5m</link>
            <description>&lt;/p&gt;&lt;a class=&quot;cpg-link&quot; href=&quot;javascriptvoid(window.open(&#039;http//debianadmin.com/copper/displayimage.php?pid=438&amp;#38;fullsize=1&#039;,&#039;&#039;,&#039;toolbar=no,status=no,resizable=yes,width=1044,height=788&#039;))&quot;&gt;&lt;img src=&quot;http://debianadmin.com/copper/albums/ubuntu/thumb_16.png&quot; alt=&quot;&quot; title=&quot;Ubuntu Login Screen&quot; class=&quot;cpg-excerpt&quot;/&gt;&lt;/a&gt;Ubuntu is a free, open source Linux-based operating system that starts with the breadth of Debian and adds regular releases (every six months), a clear focus on the user and usability (it should &amp;#8220;Just Work&amp;#8221;, TM) and a commitment to security updates with 18 months of support for every release (and with 6.06 LTS you [...]&lt;p&gt;</description>
            
            <pubDate>Mon, 09 Oct 2006 15:37:23 -0700</pubDate>
        </item>
            
        <item>
            <title>Kubuntu 6.06 LTS Installation with Screenshots -- Debian Admin</title>
            <link>http://swik.net/Kubuntu/del.icio.us%2Ftag%2Fkubuntu/Kubuntu+6.06+LTS+Installation+with+Screenshots+--+Debian+Admin/mm76</link>
            <description></description>
            
            <pubDate>Tue, 03 Oct 2006 13:49:36 -0700</pubDate>
        </item>
            
        <item>
            <title>news/606released - Ubuntu Linux</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/news%2F606released+-+Ubuntu+Linux/fmjd</link>
            <description></description>
            
            <pubDate>Tue, 20 Jun 2006 18:47:59 -0700</pubDate>
        </item>
            
        <item>
            <title>Blah Blah Blog » Linux Terminal Server for Home Media PCs</title>
            <link>http://swik.net/MythTV/del.icio.us%2Ftag%2Fmythtv/Blah+Blah+Blog+%C2%BB+Linux+Terminal+Server+for+Home+Media+PCs/cgh2</link>
            <description></description>
            
            <pubDate>Wed, 08 Mar 2006 19:32:36 -0800</pubDate>
        </item>
                </channel>
</rss>
