<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="0.92" xml:base="http://www.ctunion.com">
<channel>
 <title>Computer Tech Union -  A  Free Resource Powerd by Zray</title>
 <link>http://www.ctunion.com</link>
 <description>



</description>
 <language>en</language>
<item>
 <title>List of Email Clients Available in Ubuntu Linux</title>
 <link>http://www.ctunion.com/node/719</link>
 <description>&lt;p&gt;An e-mail client, aka Mail User Agent (MUA), aka e-mail reader is a frontend computer program used to manage e-mail. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ubuntugeek.com/list-of-email-clients-available-in-ubuntu-linux.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Thu, 28 Aug 2008 10:22:53 -0700</pubDate>
</item>
<item>
 <title>Advanced TFTP server setup in Ubuntu Linux</title>
 <link>http://www.ctunion.com/node/718</link>
 <description>&lt;p&gt;atftp is Multi-threaded TFTP server implementing all options (option extension and multicast) as specified in&lt;br /&gt;
RFC1350, RFC2090, RFC2347, RFC2348 and RFC2349. Atftpd also supports multicast protocol known as mtftp, defined&lt;br /&gt;
in the PXE specification. The server supports being started from inetd as well as in daemon mode using init&lt;br /&gt;
scripts.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Mon, 18 Aug 2008 11:34:38 -0700</pubDate>
</item>
<item>
 <title>List of BitTorrent clients Available in Linux</title>
 <link>http://www.ctunion.com/node/717</link>
 <description>&lt;p&gt;BitTorrent is a peer-to-peer file sharing protocol used to distribute large amounts of data. The initial distributor of the complete file or collection acts as the first seed. Each peer that downloads the data also uploads it to other peers. Relative to standard internet hosting, this provides a significant reduction in the original distributor's hardware and bandwidth resource costs. It also provides redundancy against system problems and reduces dependence on the original distributor.&lt;/p&gt;
&lt;p&gt;A BitTorrent client is a program that manages torrent downloads and uploads using the BitTorrent protocol.&lt;/p&gt;
</description>
 <pubDate>Mon, 11 Aug 2008 23:26:04 -0700</pubDate>
</item>
<item>
 <title>Howto Install VirtualBox 1.6 in Ubuntu 8.04(Hardy Heron) including USB Support</title>
 <link>http://www.ctunion.com/node/716</link>
 <description>&lt;p&gt;VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ubuntugeek.com/howto-install-virtualbox-16-in-ubuntu-804hardy-heron-including-usb-support.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 27 Jul 2008 11:04:31 -0700</pubDate>
</item>
<item>
 <title>Howto setup DHCP Server and Dynamic DNS with BIND in Debian</title>
 <link>http://www.ctunion.com/node/715</link>
 <description>&lt;p&gt;This tutorial will explain Howto setup DHCP Server and Dynamic DNS with BIND in Debian.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 27 Jul 2008 11:03:39 -0700</pubDate>
</item>
<item>
 <title>LXDE - Lightweight X11 Desktop Environment for Ubuntu</title>
 <link>http://www.ctunion.com/node/708</link>
 <description>&lt;p&gt;LXDE is a new project aimed to provide a new desktop environment which is lightweight and fast. It’s not designed to be powerful and bloated, but to be usable and slim enough, and keep the resource usage low. Different from other desktop environments, we don’t tightly integrate every component.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ubuntugeek.com/lxde-lightweight-x11-desktop-environment-for-ubuntu.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 06 Jul 2008 09:30:44 -0700</pubDate>
</item>
<item>
 <title>WebDAV Configuration With Apache2 On Debian Etch</title>
 <link>http://www.ctunion.com/node/707</link>
 <description>&lt;p&gt;Web-based Distributed Authoring and Versioning, or WebDAV, is a set of extensions to the Hypertext Transfer Protocol (HTTP) which allows users to collaboratively edit and manage files on remote World Wide Web servers.This tutorial will explain howto install webdav Configuration With Apache2 On Debian Etch.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debianadmin.com/webdav-configuration-with-apache2-on-debian-etch.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 06 Jul 2008 09:30:03 -0700</pubDate>
</item>
<item>
 <title>configuring htaccess restrictions on debian apache2 server</title>
 <link>http://www.ctunion.com/node/706</link>
 <description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;First, you will need to update the httpd.conf file, which should be located in the apache2 directory, as follows:&lt;/p&gt;
&lt;p&gt;&amp;amp;#60Directory (directory to be protected)&amp;amp;#62&lt;br /&gt;
Options Indexes Includes FollowSymLinks Multivews&lt;br /&gt;
AllowOverride AuthConfig&lt;br /&gt;
Order allow,deny&lt;br /&gt;
Allow from all&lt;br /&gt;
&amp;amp;#60/Directory&amp;amp;#62&lt;/p&gt;
&lt;p&gt;Make sure to take out the "" they are only included so this post displays properly.&lt;/p&gt;
&lt;p&gt;Once this update is saved, restart the apache2 server with the following command, or something like it depending on your setup, as follows:&lt;/p&gt;
</description>
 <pubDate>Tue, 01 Jul 2008 15:54:00 -0700</pubDate>
</item>
<item>
 <title>Kubuntu 8.04 (Hardy Heron) Screenshots Tour</title>
 <link>http://www.ctunion.com/node/705</link>
 <description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debianadmin.com/kubuntu-804-hardy-heron-screenshots-tour.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 22 Jun 2008 10:41:11 -0700</pubDate>
</item>
<item>
 <title>Ubuntu 8.04 (Hardy Heron) LAMP Server Setup</title>
 <link>http://www.ctunion.com/node/704</link>
 <description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ubuntugeek.com/ubuntu-804-hardy-heron-lamp-server-setup.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 22 Jun 2008 10:40:18 -0700</pubDate>
</item>
<item>
 <title>Industrial-grade trouble ticketing system on Debian Etch</title>
 <link>http://www.ctunion.com/node/703</link>
 <description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 01 Jun 2008 13:50:35 -0700</pubDate>
</item>
<item>
 <title>A much easier way to install Ubuntu on a USB device (Stick or Hard Disk)!</title>
 <link>http://www.ctunion.com/node/702</link>
 <description>&lt;p&gt;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?&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ubuntugeek.com/a-much-easier-way-to-install-ubuntu-on-a-usb-device-stick-or-hd.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 01 Jun 2008 13:49:29 -0700</pubDate>
</item>
<item>
 <title>Watching Live-TV On Your Ubuntu Desktop With Zattoo</title>
 <link>http://www.ctunion.com/node/698</link>
 <description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ubuntugeek.com/watching-live-tv-on-your-ubuntu-desktop-with-zattoo.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 18 May 2008 03:55:50 -0700</pubDate>
</item>
<item>
 <title>Howto Select Fastest Mirror in Debian</title>
 <link>http://www.ctunion.com/node/697</link>
 <description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debianadmin.com/howto-select-fastest-mirror-in-debian.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 18 May 2008 03:54:54 -0700</pubDate>
</item>
<item>
 <title>Ubuntu 8.04 (Hardy Heron) Screenshots Tour</title>
 <link>http://www.ctunion.com/node/695</link>
 <description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debianadmin.com/ubuntu-804-hardy-heron-screenshots-tour.html"&gt;Full Story&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 11 May 2008 06:57:30 -0700</pubDate>
</item>
</channel>
</rss>
