<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.org" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - </title>
 <link>http://www.howtoforge.org</link>
 <description>HowtoForge provides user-friendly Linux tutorials about almost every topic.

If you&#039;ve written a Linux tutorial that you&#039;d like to share, you can contribute it. If you&#039;d like to discuss Linux-related problems, you can use our forum. If you have questions, please contact us by email: info [at] howtoforge [dot] com or use our contact form.</description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.org/feed.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - </title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://www.howtoforge.org</link>
 </image>

<item>
 <title>Installation Of BIND As A Secondary (Slave) DNS Server On CentOS</title>
 <link>http://www.howtoforge.org/installation-of-bind-as-a-secondary-slave-dns-server-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;Installation Of BIND As A Secondary (Slave) DNS Server  On CentOS&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;After we have installed BIND as a master DNS server (NS1), we can now try to set up a secondary 
DNS server (NS2) with BIND on CentOS. NS2 acts as a backup if there are 
problems with NS1.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Thu, 18 Mar 2010 11:53:34 +0100</pubDate>
 <guid>http://www.howtoforge.org/installation-of-bind-as-a-secondary-slave-dns-server-on-centos</guid>
 <comments>http://www.howtoforge.org/installation-of-bind-as-a-secondary-slave-dns-server-on-centos#comment</comments>
</item>
<item>
 <title>High-Availability Storage With GlusterFS On CentOS 5.4 - Automatic File Replication (Mirror) Across Two Storage Servers</title>
 <link>http://www.howtoforge.org/high-availability-storage-with-glusterfs-on-centos-5.4-automatic-file-replication-mirror-across-two-storage-servers</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;High-Availability Storage  With GlusterFS On CentOS 5.4 - Automatic File Replication (Mirror) Across Two Storage Servers&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to set up a high-availability storage with 
two storage servers (CentOS 5.4) that use GlusterFS. Each 
storage server will be a mirror of the other storage server, and files 
will be replicated automatically across both storage servers. The client
 system (CentOS 5.4 as well) will be able to access the storage as if it
 was a local filesystem. 
  
GlusterFS is a clustered file-system capable of scaling to several 
peta-bytes. It aggregates various storage bricks over Infiniband RDMA or
 TCP/IP interconnect into one large parallel network file system. 
Storage bricks can be made of any commodity hardware such as x86_64 
servers with SATA-II RAID and Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/high-availability">High-Availability</category>
 <pubDate>Wed, 17 Mar 2010 17:21:06 +0100</pubDate>
 <guid>http://www.howtoforge.org/high-availability-storage-with-glusterfs-on-centos-5.4-automatic-file-replication-mirror-across-two-storage-servers</guid>
 <comments>http://www.howtoforge.org/high-availability-storage-with-glusterfs-on-centos-5.4-automatic-file-replication-mirror-across-two-storage-servers#comment</comments>
</item>
<item>
 <title>Creating An NFS-Like Standalone Storage Server With GlusterFS On CentOS 5.4</title>
 <link>http://www.howtoforge.org/creating-an-nfs-like-standalone-storage-server-with-glusterfs-on-centos-5.4</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;Creating An NFS-Like Standalone Storage Server With GlusterFS On 
CentOS 5.4&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to set up a standalone storage server on 
CentOS 5.4. Instead of NFS, I will use GlusterFS here. The client system will be able to 
access the storage as if it was a local filesystem. 

 GlusterFS is a clustered file-system capable of scaling to several 
peta-bytes. It aggregates various storage bricks over Infiniband RDMA or
 TCP/IP interconnect into one large parallel network file system. 
Storage bricks can be made of any commodity hardware such as x86_64 
servers with SATA-II RAID and Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <pubDate>Tue, 16 Mar 2010 17:45:03 +0100</pubDate>
 <guid>http://www.howtoforge.org/creating-an-nfs-like-standalone-storage-server-with-glusterfs-on-centos-5.4</guid>
 <comments>http://www.howtoforge.org/creating-an-nfs-like-standalone-storage-server-with-glusterfs-on-centos-5.4#comment</comments>
</item>
<item>
 <title>BIND Installation On CentOS</title>
 <link>http://www.howtoforge.org/bind-installation-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-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;BIND Installation On CentOS&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;BIND is alternative software for translating domain names into IP
addresses. Because domain names are alphabetic, they are easier to
remember. So if we will browse the Internet we don’t need to
remember IP addresses. For example, the domain name &lt;span class=&quot;system&quot;&gt;www.yourdomain.com&lt;/span&gt;
 might
translate to &lt;span class=&quot;system&quot;&gt;192.168.0.1&lt;/span&gt;.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Tue, 16 Mar 2010 15:29:04 +0100</pubDate>
 <guid>http://www.howtoforge.org/bind-installation-on-centos</guid>
 <comments>http://www.howtoforge.org/bind-installation-on-centos#comment</comments>
</item>
<item>
 <title>Highly Available NFS Server Using DRBD And Heartbeat On Debian 5.0 (Lenny)</title>
 <link>http://www.howtoforge.org/highly-available-nfs-server-using-drbd-and-heartbeat-on-debian-5.0-lenny</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-odd&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;Highly Available NFS Server Using DRBD And Heartbeat On Debian 5.0 (Lenny)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; This HowTo explains how I set up a highly available NFS server using Debian 5 (Lenny) and drbd8 with heartbeat.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/high-availability">High-Availability</category>
 <pubDate>Mon, 15 Mar 2010 17:13:47 +0100</pubDate>
 <guid>http://www.howtoforge.org/highly-available-nfs-server-using-drbd-and-heartbeat-on-debian-5.0-lenny</guid>
 <comments>http://www.howtoforge.org/highly-available-nfs-server-using-drbd-and-heartbeat-on-debian-5.0-lenny#comment</comments>
</item>
<item>
 <title>Build Your Own Video Community With Lighttpd And FlowPlayer (Ubuntu 9.10)</title>
 <link>http://www.howtoforge.org/build-your-own-video-community-with-lighttpd-and-flowplayer-ubuntu-9.10</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-even&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;Build Your Own Video Community With Lighttpd And FlowPlayer (Ubuntu 9.10)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article shows how you can build your own video community using lighttpd with its &lt;span class=&quot;system&quot;&gt;mod_flv_streaming&lt;/span&gt; module (for streaming &lt;span class=&quot;system&quot;&gt;.flv&lt;/span&gt; videos, the format used by most major video communities such as YouTube) and its &lt;span class=&quot;system&quot;&gt;mod_secdownload&lt;/span&gt; module (for preventing hotlinking of the videos) on Ubuntu 9.10. I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd&#039;s &lt;span class=&quot;system&quot;&gt;mod_flv_streaming&lt;/span&gt; module. I will also show how you can encode videos (&lt;span class=&quot;system&quot;&gt;.mp4 .mov .mpg .3gp .mpeg .wmv .avi&lt;/span&gt;) to the FLV format supported by Adobe Flash.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.org/sitemap/lighttpd">Lighttpd</category>
 <pubDate>Sun, 14 Mar 2010 18:03:02 +0100</pubDate>
 <guid>http://www.howtoforge.org/build-your-own-video-community-with-lighttpd-and-flowplayer-ubuntu-9.10</guid>
 <comments>http://www.howtoforge.org/build-your-own-video-community-with-lighttpd-and-flowplayer-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>Striping Across Four Storage Nodes With GlusterFS On Fedora 12</title>
 <link>http://www.howtoforge.org/striping-across-four-storage-nodes-with-glusterfs-on-fedora-12</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&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/fedora.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Striping Across Four Storage Nodes With GlusterFS On Fedora 12&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to do data striping (segmentation of
logically sequential data, such as a single file, so that segments can
be assigned to multiple physical devices in a round-robin fashion and
thus written concurrently) across four single storage servers (running
Fedora 12) with GlusterFS.
The client system (Fedora 12 as well) will be able to access the
storage as if it was a local filesystem. GlusterFS is a clustered
file-system capable of scaling to several peta-bytes. It aggregates
various storage bricks over Infiniband RDMA or TCP/IP interconnect into
one large parallel network file system. Storage bricks can be made of
any commodity hardware such as x86_64 servers with SATA-II RAID and
Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/fedora">Fedora</category>
 <pubDate>Fri, 12 Mar 2010 16:15:56 +0100</pubDate>
 <guid>http://www.howtoforge.org/striping-across-four-storage-nodes-with-glusterfs-on-fedora-12</guid>
 <comments>http://www.howtoforge.org/striping-across-four-storage-nodes-with-glusterfs-on-fedora-12#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Mandriva 2010.0 x86_64)</title>
 <link>http://www.howtoforge.org/virtual-users-domains-postfix-courier-mysql-squirrelmail-mandriva-2010.0-x86_64</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&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/mandriva.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Mandriva 2010.0 x86_64)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a Postfix mail server that is
based on virtual users and domains, i.e. users and domains that are in
a MySQL database. I&#039;ll also demonstrate the installation and
configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier
can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of &lt;b&gt;SMTP-AUTH&lt;/b&gt; and &lt;b&gt;TLS&lt;/b&gt; and &lt;b&gt;quota&lt;/b&gt;. Passwords are stored in &lt;b&gt;encrypted&lt;/b&gt;
form in the database. In addition to that, this
tutorial covers the installation of &lt;b&gt;Amavisd&lt;/b&gt;, &lt;b&gt;SpamAssassin&lt;/b&gt; and &lt;b&gt;ClamAV&lt;/b&gt; so that emails will be scanned for spam and viruses. I will also show how to install &lt;b&gt;SquirrelMail&lt;/b&gt; as a webmail interface so that users can read and send emails and change their passwords.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://www.howtoforge.org/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://www.howtoforge.org/sitemap/email/postfix">Postfix</category>
 <pubDate>Thu, 11 Mar 2010 18:12:16 +0100</pubDate>
 <guid>http://www.howtoforge.org/virtual-users-domains-postfix-courier-mysql-squirrelmail-mandriva-2010.0-x86_64</guid>
 <comments>http://www.howtoforge.org/virtual-users-domains-postfix-courier-mysql-squirrelmail-mandriva-2010.0-x86_64#comment</comments>
</item>
<item>
 <title>Installation Of ZendOptimizer And IonCubeLoader Using Lighttpd On CentOS</title>
 <link>http://www.howtoforge.org/installation-of-zendoptimizer-and-ioncubeloader-using-lighttpd-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;Installation Of ZendOptimizer And IonCubeLoader Using Lighttpd On CentOS&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how to enable ZendOptimizer and IonCubeLoader in PHP on a Lighttpd web server on CentOS.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/lighttpd">Lighttpd</category>
 <category domain="http://www.howtoforge.org/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 11 Mar 2010 12:25:49 +0100</pubDate>
 <guid>http://www.howtoforge.org/installation-of-zendoptimizer-and-ioncubeloader-using-lighttpd-on-centos</guid>
 <comments>http://www.howtoforge.org/installation-of-zendoptimizer-and-ioncubeloader-using-lighttpd-on-centos#comment</comments>
</item>
<item>
 <title>How To Harden PHP5 With Suhosin On CentOS 5.4</title>
 <link>http://www.howtoforge.org/how-to-harden-php5-with-suhosin-on-centos-5.4</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;78&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/php.gif&quot; width=&quot;75&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 Harden PHP5 With Suhosin On CentOS 5.4&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.4 server. From the Suhosin project page: &lt;i&gt;&quot;Suhosin
is an advanced protection system for PHP installations that was
designed to protect servers and users from known and unknown flaws in
PHP applications and the PHP core. Suhosin comes in two independent
parts, that can be used separately or in combination. The first part is
a small patch against the PHP core, that implements a few low-level
protections against bufferoverflows or format string vulnerabilities
and the second part is a powerful PHP extension that implements all the
other protections.&quot;&lt;/i&gt;&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/programming/php">PHP</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Wed, 10 Mar 2010 17:12:35 +0100</pubDate>
 <guid>http://www.howtoforge.org/how-to-harden-php5-with-suhosin-on-centos-5.4</guid>
 <comments>http://www.howtoforge.org/how-to-harden-php5-with-suhosin-on-centos-5.4#comment</comments>
</item>
<item>
 <title>VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless Fedora 12 Server</title>
 <link>http://www.howtoforge.org/vboxheadless-running-virtual-machines-with-virtualbox-3.1.x-on-a-headless-fedora-12-server</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&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/fedora.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless Fedora 12 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can run virtual machines with Sun  VirtualBox 3.1.x
on a headless Fedora 12 server. Normally you use the VirtualBox GUI to
manage your virtual machines, but a server does not have a desktop
environment. Fortunately, VirtualBox comes with a tool called
VBoxHeadless that allows you to connect to the virtual machines over a
remote desktop connection, so there&#039;s no need for the VirtualBox GUI.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.org/sitemap/virtualization">Virtualization</category>
 <pubDate>Tue, 09 Mar 2010 17:47:21 +0100</pubDate>
 <guid>http://www.howtoforge.org/vboxheadless-running-virtual-machines-with-virtualbox-3.1.x-on-a-headless-fedora-12-server</guid>
 <comments>http://www.howtoforge.org/vboxheadless-running-virtual-machines-with-virtualbox-3.1.x-on-a-headless-fedora-12-server#comment</comments>
</item>
<item>
 <title>Wireshark Remote Capturing</title>
 <link>http://www.howtoforge.org/wireshark-remote-capturing</link>
 <description>
&lt;p&gt;&lt;b&gt;Wireshark Remote Capturing&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;This short tutorial is without screenshots but a slightly more
advanced usecase of Wireshark, namely doing the capture on one box and
visualize the captured data in realtime on another box.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/monitoring">Monitoring</category>
 <pubDate>Tue, 09 Mar 2010 11:55:38 +0100</pubDate>
 <guid>http://www.howtoforge.org/wireshark-remote-capturing</guid>
 <comments>http://www.howtoforge.org/wireshark-remote-capturing#comment</comments>
</item>
<item>
 <title>Virtual Hosting With vsftpd And MySQL On Debian Lenny</title>
 <link>http://www.howtoforge.org/virtual-hosting-with-vsftpd-and-mysql-on-debian-lenny</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;Virtual Hosting With vsftpd And MySQL On Debian Lenny&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Vsftpd is one of the most secure and fastest FTP servers for Linux.
Usually vsftpd is configured to work with system users. This document
describes how to install a vsftpd server that uses virtual users from a
MySQL database instead of real system users. This is much more
performant and allows to have thousands of ftp users on a single
machine.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/ftp">FTP</category>
 <pubDate>Mon, 08 Mar 2010 17:34:10 +0100</pubDate>
 <guid>http://www.howtoforge.org/virtual-hosting-with-vsftpd-and-mysql-on-debian-lenny</guid>
 <comments>http://www.howtoforge.org/virtual-hosting-with-vsftpd-and-mysql-on-debian-lenny#comment</comments>
</item>
<item>
 <title>Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Fedora 12</title>
 <link>http://www.howtoforge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-fedora-12</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&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/fedora.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Fedora 12&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to combine four single storage servers (running Fedora 12) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (&lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt;) as well as 3 and 4 (&lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;) will mirror each other, and &lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt; and &lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt; will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. 

 If you lose one server from &lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt; and one from &lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;,
the distributed volume continues to work. The client system (Fedora 12
as well) will be able to access the storage as if it was a local
filesystem. GlusterFS is a clustered file-system capable of scaling to
several peta-bytes. It aggregates various storage bricks over
Infiniband RDMA or TCP/IP interconnect into one large parallel network
file system. Storage bricks can be made of any commodity hardware such
as x86_64 servers with SATA-II RAID and Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.org/sitemap/high-availability">High-Availability</category>
 <pubDate>Sun, 07 Mar 2010 19:34:50 +0100</pubDate>
 <guid>http://www.howtoforge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-fedora-12</guid>
 <comments>http://www.howtoforge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-fedora-12#comment</comments>
</item>
<item>
 <title>How To Set Up WebDAV With Lighttpd On Ubuntu 9.10</title>
 <link>http://www.howtoforge.org/how-to-set-up-webdav-with-lighttpd-on-ubuntu-9.10</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/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;How To Set Up WebDAV With Lighttpd On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up WebDAV with lighttpd on an Ubuntu 9.10 server. WebDAV stands for &lt;i&gt;Web-based Distributed Authoring and Versioning&lt;/i&gt;
and is a set of extensions to the HTTP protocol that allow users to
directly edit files on the lighttpd server so that they do not need to
be downloaded/uploaded via FTP. Of course, WebDAV can also be used to
upload and download files.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.org/sitemap/lighttpd">Lighttpd</category>
 <pubDate>Fri, 05 Mar 2010 17:25:43 +0100</pubDate>
 <guid>http://www.howtoforge.org/how-to-set-up-webdav-with-lighttpd-on-ubuntu-9.10</guid>
 <comments>http://www.howtoforge.org/how-to-set-up-webdav-with-lighttpd-on-ubuntu-9.10#comment</comments>
</item>
</channel>
</rss>
