<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3"
      xmlns="http://purl.org/atom/ns#"
      xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Computer Tech Union</title>
  <tagline><br> <a href="http://www.zray.net" style="color: #ffffff">A  Free Resource Powerd by Zray</a></tagline>
  <link rel="alternate" type="text/html" href="http://www.ctunion.com"/>
  <modified>2008-03-26T03:32:34-07:00</modified>
  <entry>
    <title>configuring htaccess restrictions on debian apache2 server</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/706" />
    <id>http://www.ctunion.com/node/706</id>
    <issued>2008-06-25T16:41:00-07:00</issued>
    <modified>2008-07-01T15:54:00-07:00</modified>
    <author>
      <name>400medley</name>
    </author>
    <dc:subject>Communications</dc:subject>
    <dc:subject>Debian Support</dc:subject>
    <dc:subject>Support</dc:subject>
    <summary type="text/html" mode="escaped"><![CDATA[<p>This is a quick guide on how to set up htaccess restrictions on a directory located on a server running apache2 with a debian OS.</p>
<p>First, you will need to update the httpd.conf file, which should be located in the apache2 directory, as follows:</p>
<p>&amp;#60Directory (directory to be protected)&amp;#62<br />
Options Indexes Includes FollowSymLinks Multivews<br />
AllowOverride AuthConfig<br />
Order allow,deny<br />
Allow from all<br />
&amp;#60/Directory&amp;#62</p>
<p>Make sure to take out the "" they are only included so this post displays properly.</p>
<p>Once this update is saved, restart the apache2 server with the following command, or something like it depending on your setup, as follows:</p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>This is a quick guide on how to set up htaccess restrictions on a directory located on a server running apache2 with a debian OS.</p>
<p>First, you will need to update the httpd.conf file, which should be located in the apache2 directory, as follows:</p>
<p>&amp;#60Directory (directory to be protected)&amp;#62<br />
Options Indexes Includes FollowSymLinks Multivews<br />
AllowOverride AuthConfig<br />
Order allow,deny<br />
Allow from all<br />
&amp;#60/Directory&amp;#62</p>
<p>Make sure to take out the "" they are only included so this post displays properly.</p>
<p>Once this update is saved, restart the apache2 server with the following command, or something like it depending on your setup, as follows:</p>
<p>#  /(filepath)/init.d/apache2 restart</p>
<p>Now go the directory you want to be password protected and create the .htaccess file, using the following command:</p>
<p>#  touch .htaccess</p>
<p>Now edit the .htaccess file, using nano, vi, etc., as follows:</p>
<p>AuthType Basic<br />
AuthName "(Login Prompt)"<br />
AuthUserFile (file containing user/password lookup hash)<br />
Require user (list of users with access, separated by spaces)<br />
--optional Require group (list of groups with access, separated by spaces)</p>
<p>if you use the ls -a command, you should see .htaccess listed as a file, obviously.<br />
now create the password file with the following command</p>
<p>#  htpasswd -cm (directory)/(file) (1st user)</p>
<p>this will bring up the following prompts, asking for the 1st password:</p>
<p>enter first password: (1st password)<br />
re-enter first password: (1st password)</p>
<p>At this point, if all files are saved as described above, further outside access via the web will be restricted via a login asking for the 1st user name followed by the 1st password.</p>
<p>To add to the list of users with associated passwords, enter the following command:</p>
<p># htpasswd -m (file containing user/password lookup hash) (2nd user)</p>
<p>This will bring up the same prompt as before, asking for the 2nd password entered twice.</p>
<p>For clarification, the -c option on the htpasswd command is the create option, so it will create a password file everytime, and the -m option merely encrypts the password, so it's not displayed or read as entered.</p>
<p>although every text contained in "( )" is supplied by the user, the following are the recommended names, provided by the sources used to create this guide, (don't ask for the list, I googled it, using the keywords like htaccess..</p>
<p>password file == .htpasswd<br />
(directory)/(file) == file must be password file, directory should be some location other than directory to be password protected. </p>
<p>These are just the instructions for creating one password protected web directory with a single list of allowed users.  Directions on creating groups of password-associated users will be added soon.  I would recommend googling keywords htaccess, debian, apache2, security, etc., if the steps listed above aren't resulting in perfect results.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Kubuntu 8.04 (Hardy Heron) Screenshots Tour</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/705" />
    <id>http://www.ctunion.com/node/705</id>
    <issued>2008-06-22T10:41:11-07:00</issued>
    <modified>2008-06-22T10:41:11-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>Kubuntu is a user friendly operating system based on KDE, the K Desktop Environment. With a predictable 6 month release cycle and part of the Ubuntu project, Kubuntu is the GNU/Linux distribution for everyone.</p>
<p><a href="http://www.debianadmin.com/kubuntu-804-hardy-heron-screenshots-tour.html">Full Story</a></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>Kubuntu is a user friendly operating system based on KDE, the K Desktop Environment. With a predictable 6 month release cycle and part of the Ubuntu project, Kubuntu is the GNU/Linux distribution for everyone.</p>
<p><a href="http://www.debianadmin.com/kubuntu-804-hardy-heron-screenshots-tour.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Ubuntu 8.04 (Hardy Heron) LAMP Server Setup</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/704" />
    <id>http://www.ctunion.com/node/704</id>
    <issued>2008-06-22T10:40:18-07:00</issued>
    <modified>2008-06-22T10:40:18-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux,Apache, MySQL and PHP) server up and ready to go. This feature, exclusive to Ubuntu Server Edition, is available at the time of installation.</p>
<p><a href="http://www.ubuntugeek.com/ubuntu-804-hardy-heron-lamp-server-setup.html">Full Story</a></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux,Apache, MySQL and PHP) server up and ready to go. This feature, exclusive to Ubuntu Server Edition, is available at the time of installation.</p>
<p><a href="http://www.ubuntugeek.com/ubuntu-804-hardy-heron-lamp-server-setup.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Industrial-grade trouble ticketing system on Debian Etch</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/703" />
    <id>http://www.ctunion.com/node/703</id>
    <issued>2008-06-01T13:50:35-07:00</issued>
    <modified>2008-06-01T13:50:35-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>RT is an industrial-grade trouble ticketing system. It lets a group of people intelligently and efficiently manage requests submitted by a community of users. RT is used by systems administrators,customer support staffs, NOCs, developers, and even marketing departments to track issues, outages,bugs, requests, and all kinds of other things at thousands of sites around the world.</p>
<p><a href="http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html">Full Story</a></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>RT is an industrial-grade trouble ticketing system. It lets a group of people intelligently and efficiently manage requests submitted by a community of users. RT is used by systems administrators,customer support staffs, NOCs, developers, and even marketing departments to track issues, outages,bugs, requests, and all kinds of other things at thousands of sites around the world.</p>
<p><a href="http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>A much easier way to install Ubuntu on a USB device (Stick or Hard Disk)!</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/702" />
    <id>http://www.ctunion.com/node/702</id>
    <issued>2008-06-01T13:49:29-07:00</issued>
    <modified>2008-06-01T13:49:29-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>This tutorial will explain A much easier way to install Ubuntu on a USB device (Stick or Hard Disk).I was reading How to install Ubuntu Linux from USB Stick posted a while ago, and found it to be quite some work to get Ubuntu working on a USB stick. Besides, having to prepare your USB device, creating a separate partition on it which will be more or less “useless” after the installation, giving up 750MB of space?</p>
<p><a href="http://www.ubuntugeek.com/a-much-easier-way-to-install-ubuntu-on-a-usb-device-stick-or-hd.html">Full Story</a></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>This tutorial will explain A much easier way to install Ubuntu on a USB device (Stick or Hard Disk).I was reading How to install Ubuntu Linux from USB Stick posted a while ago, and found it to be quite some work to get Ubuntu working on a USB stick. Besides, having to prepare your USB device, creating a separate partition on it which will be more or less “useless” after the installation, giving up 750MB of space?</p>
<p><a href="http://www.ubuntugeek.com/a-much-easier-way-to-install-ubuntu-on-a-usb-device-stick-or-hd.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Watching Live-TV On Your Ubuntu Desktop With Zattoo</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/698" />
    <id>http://www.ctunion.com/node/698</id>
    <issued>2008-05-18T03:55:50-07:00</issued>
    <modified>2008-05-18T03:55:50-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>Zattoo has developed a software program that allows you to watch TV on your computer. All you need is a broadband connection and a current operating system (Windows XP or Vista, Mac OS X, or Linux). The service is legal and free of charge.</p>
<p><a href="http://www.ubuntugeek.com/watching-live-tv-on-your-ubuntu-desktop-with-zattoo.html">Full Story</a></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>Zattoo has developed a software program that allows you to watch TV on your computer. All you need is a broadband connection and a current operating system (Windows XP or Vista, Mac OS X, or Linux). The service is legal and free of charge.</p>
<p><a href="http://www.ubuntugeek.com/watching-live-tv-on-your-ubuntu-desktop-with-zattoo.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Howto Select Fastest Mirror in Debian</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/697" />
    <id>http://www.ctunion.com/node/697</id>
    <issued>2008-05-18T03:54:54-07:00</issued>
    <modified>2008-05-18T03:54:54-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>If you want to select Fastest Mirror in Debian follow this tutorial and this is very helpful if you want to download and install your debian packages,Updates .netselect-apt automatically creates a sources.list file for using with apt for the specified distribution by downloading the list of Debian mirrors using wget and choosing the fastest servers (both US and non-US) using netselect. The output file is written to OUTFILE.</p>
<p><a href="http://www.debianadmin.com/howto-select-fastest-mirror-in-debian.html">Full Story</a></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>If you want to select Fastest Mirror in Debian follow this tutorial and this is very helpful if you want to download and install your debian packages,Updates .netselect-apt automatically creates a sources.list file for using with apt for the specified distribution by downloading the list of Debian mirrors using wget and choosing the fastest servers (both US and non-US) using netselect. The output file is written to OUTFILE.</p>
<p><a href="http://www.debianadmin.com/howto-select-fastest-mirror-in-debian.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Ubuntu 8.04 (Hardy Heron) Screenshots Tour</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/695" />
    <id>http://www.ctunion.com/node/695</id>
    <issued>2008-05-11T06:57:30-07:00</issued>
    <modified>2008-05-11T06:57:30-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>Ubuntu is a community developed, linux-based operating system that is perfect for laptops, desktops and servers. It contains all the applications you need - a web browser, presentation, document and spreadsheet software, instant messaging and much more.The most recent version, Ubuntu 8.04 (Hardy Heron), was released on April 24, 2008.</p>
<p><a href="http://www.debianadmin.com/ubuntu-804-hardy-heron-screenshots-tour.html">Full Story</a></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>Ubuntu is a community developed, linux-based operating system that is perfect for laptops, desktops and servers. It contains all the applications you need - a web browser, presentation, document and spreadsheet software, instant messaging and much more.The most recent version, Ubuntu 8.04 (Hardy Heron), was released on April 24, 2008.</p>
<p><a href="http://www.debianadmin.com/ubuntu-804-hardy-heron-screenshots-tour.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Unison - file synchronization tool</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/694" />
    <id>http://www.ctunion.com/node/694</id>
    <issued>2008-05-11T06:54:08-07:00</issued>
    <modified>2008-05-11T06:54:08-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.</p>
<p><a href="http://www.ubuntugeek.com/unison-file-synchronization-tool.html">Full Story</a></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.</p>
<p><a href="http://www.ubuntugeek.com/unison-file-synchronization-tool.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>sshpass - Non-interactive ssh password authentication</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/693" />
    <id>http://www.ctunion.com/node/693</id>
    <issued>2008-05-04T09:45:37-07:00</issued>
    <modified>2008-05-04T09:45:37-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>SSH’s (secure shell) most common authentication mode is called “interactive keyboard password authentication”, so called both because it is typically done via keyboard, and because openssh takes active measures to make sure that the password is, indeed, typed interactively by the keyboard. </p>
<p>Sometimes, however, it is necessary to fool ssh into accepting an interactive password non-interactively. This is where sshpass comes in.</p>
<p><a href="http://www.debianadmin.com/sshpass-non-interactive-ssh-password-authentication.html">Full Story</a></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>SSH’s (secure shell) most common authentication mode is called “interactive keyboard password authentication”, so called both because it is typically done via keyboard, and because openssh takes active measures to make sure that the password is, indeed, typed interactively by the keyboard. </p>
<p>Sometimes, however, it is necessary to fool ssh into accepting an interactive password non-interactively. This is where sshpass comes in.</p>
<p><a href="http://www.debianadmin.com/sshpass-non-interactive-ssh-password-authentication.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>How to Install C and C++ Compilers in Ubuntu and testing first C and C++ Program</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/692" />
    <id>http://www.ctunion.com/node/692</id>
    <issued>2008-05-04T09:44:21-07:00</issued>
    <modified>2008-05-04T09:44:21-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>If you are a developer you need C and C++ Compiler for your development work on your ubuntu system this tutorial will explain howto install C and C++ Compilers in Ubuntu with program examples.In ubuntu you can install the build-essential for C and C++ compilers.</p>
<p><a href="http://www.ubuntugeek.com/how-to-install-c-and-c-compilers-in-ubuntu-and-testing-your-first-c-and-c-program.html">Full Story</a></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>If you are a developer you need C and C++ Compiler for your development work on your ubuntu system this tutorial will explain howto install C and C++ Compilers in Ubuntu with program examples.In ubuntu you can install the build-essential for C and C++ compilers.</p>
<p><a href="http://www.ubuntugeek.com/how-to-install-c-and-c-compilers-in-ubuntu-and-testing-your-first-c-and-c-program.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>How to filter spam with Spamassassin and Postfix in Debian</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/691" />
    <id>http://www.ctunion.com/node/691</id>
    <issued>2008-04-20T11:22:22-07:00</issued>
    <modified>2008-04-20T11:22:22-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>We have already discussed how to install mail server with postfix+Devcot+SASL +Squirrel Mail in this article we will see how to add spam filter for postfix mail server.Apache SpamAssassin is an extensible email filter that is used to identify spam. Once identified, the mail can then be optionally tagged as spam for later filtering. It provides a command line tool to perform filtering, a client-server system to filter large volumes of mail, and Mail::SpamAssassin, a set of Perl modules allowing Apache<br />
SpamAssassin to be used in a wide variety of email systems.</p>
<p><a ></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>We have already discussed how to install mail server with postfix+Devcot+SASL +Squirrel Mail in this article we will see how to add spam filter for postfix mail server.Apache SpamAssassin is an extensible email filter that is used to identify spam. Once identified, the mail can then be optionally tagged as spam for later filtering. It provides a command line tool to perform filtering, a client-server system to filter large volumes of mail, and Mail::SpamAssassin, a set of Perl modules allowing Apache<br />
SpamAssassin to be used in a wide variety of email systems.</p>
<p><a href="http://www.debianadmin.com/how-to-filter-spam-with-spamassassin-and-postfix-in-debian.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Database Server With postgresql and pgadmin3 in Ubuntu</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/690" />
    <id>http://www.ctunion.com/node/690</id>
    <issued>2008-04-20T11:21:19-07:00</issued>
    <modified>2008-04-20T11:21:19-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD,HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes<br />
most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It</p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD,HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes<br />
most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It<br />
has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others.</p>
<p><a href="http://www.ubuntugeek.com/howto-setup-database-server-with-postgresql-and-pgadmin3.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Tools to access Linux Partitions from Windows</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/677" />
    <id>http://www.ctunion.com/node/677</id>
    <issued>2008-04-13T13:27:30-07:00</issued>
    <modified>2008-04-13T13:27:30-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>If you dual boot with Windows and Linux, and have data spread across different partitions on Linux and Windows, you should be really in for some issues.</p>
<p>It happens sometimes you need to access your files on Linux partitions from Windows, and you realize it isn’t possible easily. Not really, with these tools in hand - it’s very easy for you to access files on your Linux partitions from Windows.</p>
<p><a href="http://www.ubuntugeek.com/tools-to-access-linux-partitions-from-windows.html">Full Story</a></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>If you dual boot with Windows and Linux, and have data spread across different partitions on Linux and Windows, you should be really in for some issues.</p>
<p>It happens sometimes you need to access your files on Linux partitions from Windows, and you realize it isn’t possible easily. Not really, with these tools in hand - it’s very easy for you to access files on your Linux partitions from Windows.</p>
<p><a href="http://www.ubuntugeek.com/tools-to-access-linux-partitions-from-windows.html">Full Story</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Upgrade Ubuntu 7.10 (Gutsy Gibbon) to Ubuntu 8.04 LTS (Hardy Heron) Beta</title>
    <link rel="alternate" type="text/html" href="http://www.ctunion.com/node/630" />
    <id>http://www.ctunion.com/node/630</id>
    <issued>2008-03-26T03:32:34-07:00</issued>
    <modified>2008-03-26T03:32:34-07:00</modified>
    <author>
      <name>david23</name>
    </author>
    <summary type="text/html" mode="escaped"><![CDATA[<p>Ubuntu 8.04 LTS is the upcoming version of the Ubuntu operating system. The common name given to this release from the time of its early development was “Hardy Heron”.This tutorial explains you step by step procedure how to Upgrade Ubuntu 7.10 (Gutsy Gibbon) to Ubuntu 8.04 LTS (Hardy Heron) Beta</p>
<p><a href="http://www.ubuntugeek.com/upgrade-ubuntu-710-gutsy-gibbon-to-ubuntu-804-lts-hardy-heron-beta.html">Full Story</a></p>
    ]]></summary>
    <content type="text/html" mode="escaped"><![CDATA[<p>Ubuntu 8.04 LTS is the upcoming version of the Ubuntu operating system. The common name given to this release from the time of its early development was “Hardy Heron”.This tutorial explains you step by step procedure how to Upgrade Ubuntu 7.10 (Gutsy Gibbon) to Ubuntu 8.04 LTS (Hardy Heron) Beta</p>
<p><a href="http://www.ubuntugeek.com/upgrade-ubuntu-710-gutsy-gibbon-to-ubuntu-804-lts-hardy-heron-beta.html">Full Story</a></p>
    ]]></content>
  </entry>
</feed>
