<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.net" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Linux</title>
 <link>http://www.howtoforge.net/taxonomy/term/1/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.net/rss/linux.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Linux</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://www.howtoforge.net/taxonomy/term/1/all</link>
 </image>

<item>
 <title>The Perfect Server - CentOS 5.2 x86_64</title>
 <link>http://www.howtoforge.net/perfect-server-centos-5.2-x86_64</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;The Perfect Server - CentOS 5.2 x86_64&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to set up a &lt;b&gt;CentOS 5.2&lt;/b&gt; server for &lt;b&gt;x86_64&lt;/b&gt;
platforms that offers all services needed by ISPs and web hosters:
Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and
TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot
POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the
64-bit version of CentOS 5.2.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/centos">CentOS</category>
 <pubDate>Fri, 10 Oct 2008 17:07:31 +0200</pubDate>
 <guid>http://www.howtoforge.net/perfect-server-centos-5.2-x86_64</guid>
 <comments>http://www.howtoforge.net/perfect-server-centos-5.2-x86_64#comment</comments>
</item>
<item>
 <title>The Perfect Load-Balanced &amp; High-Availability Web Cluster With 2 Servers Running Xen On Ubuntu 8.04 Hardy Heron</title>
 <link>http://www.howtoforge.net/the-perfect-load-balanced-and-high-availability-web-cluster-with-2-servers-running-xen-on-ubuntu-8.04-hardy-heron</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;119&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/ha.gif&quot; width=&quot;116&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;The Perfect Load-Balanced &amp;amp; High-Availability Web Cluster With 2 Servers Running Xen On Ubuntu 8.04 Hardy Heron&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this howto we will build a load-balanced and high-availability
web cluster on 2 real servers with Xen, hearbeat and ldirectord. The
cluster will do http, mail, DNS, MySQL database and will be completely
monitored. This is currently used on a production server with a couple
of websites. The goal of this tutorial is to achieve load balancing &amp;amp; high
availability with as few real servers as possible and of course, with
open-source software. More servers means more hardware &amp;amp; hosting
cost.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.net/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.howtoforge.net/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 09 Oct 2008 21:17:43 +0200</pubDate>
 <guid>http://www.howtoforge.net/the-perfect-load-balanced-and-high-availability-web-cluster-with-2-servers-running-xen-on-ubuntu-8.04-hardy-heron</guid>
 <comments>http://www.howtoforge.net/the-perfect-load-balanced-and-high-availability-web-cluster-with-2-servers-running-xen-on-ubuntu-8.04-hardy-heron#comment</comments>
</item>
<item>
 <title>Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Debian Etch)</title>
 <link>http://www.howtoforge.net/integrating-apc-into-php5-and-lighttpd-debian-etch</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to integrate APC
(Alternative PHP Cache) into PHP5 and lighttpd on a Debian Etch system.
APC is a free and open PHP opcode cacher for caching and optimizing PHP
intermediate code. &lt;em&gt;&lt;/em&gt; It&#039;s similar to other PHP opcode cachers, such as eAccelerator and XCache.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.net/sitemap/lighttpd">Lighttpd</category>
 <category domain="http://www.howtoforge.net/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 09 Oct 2008 12:30:37 +0200</pubDate>
 <guid>http://www.howtoforge.net/integrating-apc-into-php5-and-lighttpd-debian-etch</guid>
 <comments>http://www.howtoforge.net/integrating-apc-into-php5-and-lighttpd-debian-etch#comment</comments>
</item>
<item>
 <title>Running Linux Live-CDs On Windows With MobaLiveCD</title>
 <link>http://www.howtoforge.net/running-linux-live-cds-on-windows-with-mobalivecd</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;39&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/tux.gif&quot; width=&quot;36&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Running Linux Live-CDs On Windows With MobaLiveCD&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article is a short introduction to running Linux Live-CDs with MobaLiveCD. MobaLiveCD
is a standalone Windows application (i.e., you do not have to install
it - it runs by clicking on the executable) that uses the Qemu emulator
to run Linux Live-CDs on your Windows desktop.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux">Linux</category>
 <category domain="http://www.howtoforge.net/sitemap/other">Other</category>
 <pubDate>Wed, 08 Oct 2008 20:05:22 +0200</pubDate>
 <guid>http://www.howtoforge.net/running-linux-live-cds-on-windows-with-mobalivecd</guid>
 <comments>http://www.howtoforge.net/running-linux-live-cds-on-windows-with-mobalivecd#comment</comments>
</item>
<item>
 <title>Running The Chromium Browser On Ubuntu 8.04 With CrossOver Chromium</title>
 <link>http://www.howtoforge.net/running-the-chromium-browser-on-ubuntu-8.04-with-crossover-chromium</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Running The Chromium Browser On Ubuntu 8.04 With CrossOver Chromium&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Chromium
is an open-source browser project that is the basis for Google&#039;s Chrome
browser. Right now, Chromium doesn&#039;t support Linux natively, but
Codeweavers has created a Linux port called CrossOver Chromium that can be installed free of charge. This guide shows how to install CrossOver Chromium on Ubuntu 8.04.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.net/sitemap/desktop">Desktop</category>
 <pubDate>Tue, 07 Oct 2008 18:10:01 +0200</pubDate>
 <guid>http://www.howtoforge.net/running-the-chromium-browser-on-ubuntu-8.04-with-crossover-chromium</guid>
 <comments>http://www.howtoforge.net/running-the-chromium-browser-on-ubuntu-8.04-with-crossover-chromium#comment</comments>
</item>
<item>
 <title>Create CentOS 5.2 Domu on Ubuntu Hardy Dom0</title>
 <link>http://www.howtoforge.net/create-centos5.2-domu-on-ubuntu-hardy-dom0</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;92&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/xen.gif&quot; width=&quot;89&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Create CentOS 5.2 Domu on Ubuntu Hardy Dom0&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial provides step-by-step instructions on how to install
Images of xen on an Ubuntu Hardy Heron (Ubuntu 8.04) server system
(i386). Linux distributions that can run as Xen guests out of the box,
obviating the need to create your own custom filesystems. The
filesystems on jailtime.org have already been tweaked to deal with
Xen’s idiosyncracies, and are also designed to be lightweight and
minimally divergent from the original distribution.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.net/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.net/sitemap/virtualization">Virtualization</category>
 <pubDate>Mon, 06 Oct 2008 17:32:54 +0200</pubDate>
 <guid>http://www.howtoforge.net/create-centos5.2-domu-on-ubuntu-hardy-dom0</guid>
 <comments>http://www.howtoforge.net/create-centos5.2-domu-on-ubuntu-hardy-dom0#comment</comments>
</item>
<item>
 <title>Installing Xbox Media Center (XBMC) On Ubuntu 8.04</title>
 <link>http://www.howtoforge.net/installing-xbmc-on-ubuntu-8.04</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Xbox Media Center (XBMC) On Ubuntu 8.04&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The Xbox Media Center (XBMC)
is a media center application for Linux, Mac, and Windows that allows
you to manage/watch/listen to/view your videos, music, and pictures. It
has a nice interface, can be controlled from the desktop or a remote
control or via its built-in web interface, and it can be extended by
custom scripts. This guide shows how you can install XBMC on an Ubuntu
8.04 desktop.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.net/sitemap/desktop">Desktop</category>
 <pubDate>Sun, 05 Oct 2008 19:06:42 +0200</pubDate>
 <guid>http://www.howtoforge.net/installing-xbmc-on-ubuntu-8.04</guid>
 <comments>http://www.howtoforge.net/installing-xbmc-on-ubuntu-8.04#comment</comments>
</item>
<item>
 <title>The Perfect Server - CentOS 4.7 Server</title>
 <link>http://www.howtoforge.net/perfect-server-centos-4.7</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;The Perfect Server - CentOS 4.7 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to set up a &lt;b&gt;CentOS 4.7&lt;/b&gt;
server that offers all services needed by ISPs and web hosters: Apache
web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS,
BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP,
Quota, Firewall, etc. This tutorial is written for the 32-bit version
of CentOS 4.7, but should apply to the 64-bit version with very little
modifications as well.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/centos">CentOS</category>
 <pubDate>Fri, 03 Oct 2008 13:37:54 +0200</pubDate>
 <guid>http://www.howtoforge.net/perfect-server-centos-4.7</guid>
 <comments>http://www.howtoforge.net/perfect-server-centos-4.7#comment</comments>
</item>
<item>
 <title>Installing Adobe AIR 1.1 For Linux Beta On Ubuntu 8.04</title>
 <link>http://www.howtoforge.net/installing-adobe-air-1.1-for-linux-beta-on-ubuntu-8.04</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Adobe AIR 1.1 For Linux Beta On Ubuntu 8.04&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Adobe AIR
is a technology that lets you run Internet applications on the desktop.
With AIR you do not need a browser to run such desktop applications.
This tutorial explains how you can install Adobe AIR 1.1 for Linux beta
on an Ubuntu 8.04 desktop and how you can install AIR applications.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.net/sitemap/desktop">Desktop</category>
 <pubDate>Thu, 02 Oct 2008 17:22:28 +0200</pubDate>
 <guid>http://www.howtoforge.net/installing-adobe-air-1.1-for-linux-beta-on-ubuntu-8.04</guid>
 <comments>http://www.howtoforge.net/installing-adobe-air-1.1-for-linux-beta-on-ubuntu-8.04#comment</comments>
</item>
<item>
 <title>Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Fedora 9)</title>
 <link>http://www.howtoforge.net/integrating-apc-into-php5-and-lighttpd-fedora9</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Fedora 9)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to integrate APC
(Alternative PHP Cache) into PHP5 and lighttpd on a Fedora 9 system.
APC is a free and open PHP opcode cacher for caching and optimizing PHP
intermediate code. &lt;em&gt;&lt;/em&gt; It&#039;s similar to other PHP opcode cachers, such as eAccelerator and XCache.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.net/sitemap/lighttpd">Lighttpd</category>
 <category domain="http://www.howtoforge.net/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 02 Oct 2008 12:38:17 +0200</pubDate>
 <guid>http://www.howtoforge.net/integrating-apc-into-php5-and-lighttpd-fedora9</guid>
 <comments>http://www.howtoforge.net/integrating-apc-into-php5-and-lighttpd-fedora9#comment</comments>
</item>
<item>
 <title>Using Zivios Identity Management</title>
 <link>http://www.howtoforge.net/using-zivios-identity-management</link>
 <description>&lt;p&gt;&lt;b&gt;Using Zivios Identity Management&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Zivios is an open source web based identity management application featuring single sign on, 
certificate authority, user, group and computer provisioning with remote management of services. 
Zivios is an n-tiered PHP-5 application and uses MySQL and OpenLDAP as it&#039;s data store, with OpenLdap 
being the primary back end for identity management and application integration and MySQL being 
used for panel specific data.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux">Linux</category>
 <pubDate>Wed, 01 Oct 2008 18:03:47 +0200</pubDate>
 <guid>http://www.howtoforge.net/using-zivios-identity-management</guid>
 <comments>http://www.howtoforge.net/using-zivios-identity-management#comment</comments>
</item>
<item>
 <title>The Perfect Desktop - gOS 3.0 Gadgets</title>
 <link>http://www.howtoforge.net/the-perfect-desktop-gos-3.0-gadgets</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;91&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/gos.gif&quot; width=&quot;88&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;The Perfect Desktop - gOS 3.0 Gadgets&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how you can set up a gOS 3.0 Gadgets
desktop that is a full-fledged replacement for a Windows desktop, i.e.
that has all the software that people need to do the things they do on
their Windows desktops. The advantages are clear: you get a secure
system without DRM restrictions that works even on old hardware, and
the best thing is: all software comes free of charge. gOS is a
lightweight Linux distribution, based on Ubuntu 8.04, that comes with
Google Apps and some other Web 2.0 applications; gOS 3.0 Gadgets uses
the GNOME desktop.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.net/sitemap/desktop">Desktop</category>
 <pubDate>Tue, 30 Sep 2008 17:27:40 +0200</pubDate>
 <guid>http://www.howtoforge.net/the-perfect-desktop-gos-3.0-gadgets</guid>
 <comments>http://www.howtoforge.net/the-perfect-desktop-gos-3.0-gadgets#comment</comments>
</item>
<item>
 <title>Centralized Backup Server With Amanda On CentOS</title>
 <link>http://www.howtoforge.net/centralized-backup-server-with-amanda-on-centos</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Centralized Backup Server With Amanda On CentOS&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to set up a centralized network backup with Amanda. We will 
  use virtual tape to store the backup.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.net/sitemap/backup">Backup</category>
 <category domain="http://www.howtoforge.net/sitemap/high-availability">High-Availability</category>
 <pubDate>Tue, 30 Sep 2008 14:43:06 +0200</pubDate>
 <guid>http://www.howtoforge.net/centralized-backup-server-with-amanda-on-centos</guid>
 <comments>http://www.howtoforge.net/centralized-backup-server-with-amanda-on-centos#comment</comments>
</item>
<item>
 <title>Apple’s Darwin Streaming Server On Centos 5.2</title>
 <link>http://www.howtoforge.net/apples-darwin-streaming-server-on-centos-5.2</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Apple’s Darwin Streaming Server On Centos 5.2&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;This tutorial will run you through the installation, configuration
and preparation of media for Apple’s Darwin QuickTime Streaming Server
on Centos/RHEL 5.2. Darwin QuickTime Streaming Server is capable of
serving H.264 and mpeg4 file formats via the RTP/RTSP streaming
protocols.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/centos">CentOS</category>
 <pubDate>Mon, 29 Sep 2008 18:28:47 +0200</pubDate>
 <guid>http://www.howtoforge.net/apples-darwin-streaming-server-on-centos-5.2</guid>
 <comments>http://www.howtoforge.net/apples-darwin-streaming-server-on-centos-5.2#comment</comments>
</item>
<item>
 <title>How To Install VMware Server 2 On An Ubuntu 8.04 Desktop</title>
 <link>http://www.howtoforge.net/how-to-install-vmware-server-2-on-an-ubuntu-8.04-desktop</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;How To Install VMware Server 2 On An Ubuntu 8.04 Desktop&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial provides step-by-step instructions on how to install VMware Server 2
on an Ubuntu 8.04 desktop system. With VMware Server you can create and
run guest operating systems (&quot;virtual machines&quot;) such as Linux,
Windows, FreeBSD, etc. under a host operating system. This has the
benefit that you can run multiple operating systems on the same
hardware which saves a lot of money, and you can move virtual machines
from one VMware Server to the next one (or to a system that has the
VMware Player which is also free).&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.net/sitemap/desktop">Desktop</category>
 <category domain="http://www.howtoforge.net/sitemap/virtualization">Virtualization</category>
 <pubDate>Sun, 28 Sep 2008 18:24:03 +0200</pubDate>
 <guid>http://www.howtoforge.net/how-to-install-vmware-server-2-on-an-ubuntu-8.04-desktop</guid>
 <comments>http://www.howtoforge.net/how-to-install-vmware-server-2-on-an-ubuntu-8.04-desktop#comment</comments>
</item>
</channel>
</rss>
