<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://howtoforge.com" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Howtos about Linux and Open Source</title>
 <link>http://howtoforge.com</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://howtoforge.com/feed.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Howtos about Linux and Open Source</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://howtoforge.com</link>
 </image>

<item>
 <title>How To Set Up WebDAV With Lighttpd On Debian Etch</title>
 <link>http://howtoforge.com/setting-up-webdav-with-lighttpd-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Set Up WebDAV With Lighttpd On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up WebDAV with lighttpd on a Debian Etch 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;
&lt;a href=&quot;http://howtoforge.com/setting-up-webdav-with-lighttpd-debian-etch&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <pubDate>Thu, 07 Aug 2008 19:37:16 +0200</pubDate>
 <guid>http://howtoforge.com/setting-up-webdav-with-lighttpd-debian-etch</guid>
 <comments>http://howtoforge.com/setting-up-webdav-with-lighttpd-debian-etch#comment</comments>
</item>
<item>
 <title>How To Make monit Send SMS Alerts When Your Server Goes Down</title>
 <link>http://howtoforge.com/make-monit-send-sms-alerts-when-the-server-goes-down</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Make monit Send SMS Alerts When Your Server Goes Down&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how you can configure monit
to send alert messages per SMS to your mobile phone when a service
fails. Because monit can send only emails but not SMS, we will use an
email-to-sms gateway where monit will send its emails to, and the
email-to-sms gateway will convert the emails to SMS messages.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/make-monit-send-sms-alerts-when-the-server-goes-down&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Thu, 07 Aug 2008 11:33:42 +0200</pubDate>
 <guid>http://howtoforge.com/make-monit-send-sms-alerts-when-the-server-goes-down</guid>
 <comments>http://howtoforge.com/make-monit-send-sms-alerts-when-the-server-goes-down#comment</comments>
</item>
<item>
 <title>How To Set Up A Cisco Lab On Linux (CentOS 5.2)</title>
 <link>http://howtoforge.com/how-to-set-up-a-cisco-lab-on-linux-centos5.2</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Set Up A Cisco Lab On Linux (CentOS 5.2)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;
I recently decided to study for the Cisco CSSP certification.
My main concern in the beginning was the fact that most of the lab
simulation software that I found out there could only run on Windows,
this was a problem for me given the fact that I do not own a windows
computer. After a quick search I found the wonderful Dynamips project that goes beyond what other simulators do by running actual Cisco IOS images, as well as the PEMU project
which allows for running of Cisco PIX images. To integrate the various
pieces of software and provide an interface for interaction with the
devices I used dynagen.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/how-to-set-up-a-cisco-lab-on-linux-centos5.2&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://howtoforge.com/sitemap/virtualization">Virtualization</category>
 <category domain="http://howtoforge.com/sitemap/other">Other</category>
 <category domain="http://howtoforge.com/sitemap/commercial">Commercial</category>
 <pubDate>Wed, 06 Aug 2008 22:37:40 +0200</pubDate>
 <guid>http://howtoforge.com/how-to-set-up-a-cisco-lab-on-linux-centos5.2</guid>
 <comments>http://howtoforge.com/how-to-set-up-a-cisco-lab-on-linux-centos5.2#comment</comments>
</item>
<item>
 <title>How To Install Django On Fedora 9 (Apache2/mod_python)</title>
 <link>http://howtoforge.com/how-to-install-django-on-fedora9-apache2-mod_python</link>
 <description>&lt;p&gt;&lt;b&gt;How To Install Django On Fedora 9 (Apache2/mod_python)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how to install Django
on a Fedora 9 server. Django is a web framework that allows to develop
Python web applications quickly with as much automation as possible. I
will use it with Apache2 and mod_python in this guide.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/how-to-install-django-on-fedora9-apache2-mod_python&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/apache">Apache</category>
 <pubDate>Tue, 05 Aug 2008 17:19:31 +0200</pubDate>
 <guid>http://howtoforge.com/how-to-install-django-on-fedora9-apache2-mod_python</guid>
 <comments>http://howtoforge.com/how-to-install-django-on-fedora9-apache2-mod_python#comment</comments>
</item>
<item>
 <title>Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Etch)</title>
 <link>http://howtoforge.com/creating-simple-vhosts-with-mod_mysql_vhost-on-lighttpd-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can use mod_mysql_vhost to create simple
virtual hosts on a lighttpd web server on Debian Etch. With
mod_mysql_vhost, lighttpd can read the vhost configuration from a MySQL
database. Currently, you can store the domain and the document root in
the MySQL database which results in very simple virtual hosts. If you
need more directives for your vhosts, you&#039;d have to configure them in
the global section of lighttpd.conf, which means they&#039;d be valid for
all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ
only in the domain and document root.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/creating-simple-vhosts-with-mod_mysql_vhost-on-lighttpd-debian-etch&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <pubDate>Tue, 05 Aug 2008 12:34:32 +0200</pubDate>
 <guid>http://howtoforge.com/creating-simple-vhosts-with-mod_mysql_vhost-on-lighttpd-debian-etch</guid>
 <comments>http://howtoforge.com/creating-simple-vhosts-with-mod_mysql_vhost-on-lighttpd-debian-etch#comment</comments>
</item>
<item>
 <title>CentOS Directory Server On CentOS 5.2</title>
 <link>http://howtoforge.com/centos-directory-server-on-centos5.2</link>
 <description>&lt;p&gt;&lt;b&gt;CentOS Directory Server On CentOS 5.2&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The enterprise-class Open Source
LDAP server for Linux. It is hardened by real-world use, is
full-featured, supports multi-master replication, and already handles
many of the largest LDAP deployments in the world. The &lt;b&gt;Centos Directory Server&lt;/b&gt; (based on Fedora Directory Server) can be downloaded for free and set up in less than half an hour.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/centos-directory-server-on-centos5.2&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <pubDate>Mon, 04 Aug 2008 20:07:57 +0200</pubDate>
 <guid>http://howtoforge.com/centos-directory-server-on-centos5.2</guid>
 <comments>http://howtoforge.com/centos-directory-server-on-centos5.2#comment</comments>
</item>
<item>
 <title>How To Install The Zimbra Desktop Email Client On Ubuntu 8.04 LTS (Hardy Heron)</title>
 <link>http://howtoforge.com/how-to-install-zimbra-desktop-on-ubuntu8.04</link>
 <description>&lt;p&gt;&lt;b&gt;How To Install The Zimbra Desktop Email Client On Ubuntu 8.04 LTS (Hardy Heron)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article shows how you can install the Zimbra Desktop
email client on an Ubuntu 8.04 LTS (Hardy Heron) desktop. Zimbra
Desktop is a full-fledged replacement for email clients such as Outlook
or Evolution, offering email, contacts, calendar, documents, tasks,
etc. You can use it in conjunction with the Zimbra Collaboration Suite
(ZCS) or any other email account that supports POP3 or IMAP.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/how-to-install-zimbra-desktop-on-ubuntu8.04&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/desktop">Desktop</category>
 <category domain="http://howtoforge.com/sitemap/email">Email</category>
 <pubDate>Sun, 03 Aug 2008 19:38:23 +0200</pubDate>
 <guid>http://howtoforge.com/how-to-install-zimbra-desktop-on-ubuntu8.04</guid>
 <comments>http://howtoforge.com/how-to-install-zimbra-desktop-on-ubuntu8.04#comment</comments>
</item>
<item>
 <title>Installation Of Open ERP Client, Server And Open ERP eTiny Server On CentOS 5.2</title>
 <link>http://howtoforge.com/openerp-installation-on-centos5.2</link>
 <description>&lt;p&gt;&lt;b&gt;Installation Of Open ERP Client, Server And Open ERP eTiny Server On CentOS 5.2&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;This article will show you how to configure and install the Open ERP 4.2.2 Server, Client and eTiny Server for Cent OS 5.2.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/openerp-installation-on-centos5.2&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <pubDate>Fri, 01 Aug 2008 16:08:19 +0200</pubDate>
 <guid>http://howtoforge.com/openerp-installation-on-centos5.2</guid>
 <comments>http://howtoforge.com/openerp-installation-on-centos5.2#comment</comments>
</item>
<item>
 <title>How To Set Up A Linux Layer 7 Packet Classifier On CentOS 5.1</title>
 <link>http://howtoforge.com/how-to-set-up-a-linux-layer-7-packet-classifier-on-centos5.1</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Set Up A Linux Layer 7 Packet Classifier On CentOS 5.1&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This tutorial will walk you through setting up a Linux layer 7 packet classifier 
on CentOS 5.1, this can easily be adapted to any other Linux distribution 
out there. &lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/how-to-set-up-a-linux-layer-7-packet-classifier-on-centos5.1&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/linux/kernel">Kernel</category>
 <pubDate>Thu, 31 Jul 2008 17:36:36 +0200</pubDate>
 <guid>http://howtoforge.com/how-to-set-up-a-linux-layer-7-packet-classifier-on-centos5.1</guid>
 <comments>http://howtoforge.com/how-to-set-up-a-linux-layer-7-packet-classifier-on-centos5.1#comment</comments>
</item>
<item>
 <title>Installing ClamAV 0.93.3 From The Sources (+ Sendmail Integration) On CentOS 5.2</title>
 <link>http://howtoforge.com/installing-clamav0.93.3-from-the-sources-plus-sendmail-integration-centos5.2</link>
 <description>&lt;P&gt;&lt;B&gt;Installing ClamAV 0.93.3 From The Sources (+ Sendmail Integration) On CentOS 5.2&lt;/b&gt;&lt;/p&gt;
&lt;P&gt;This how-to refers to the installation and configuration of Clamav 0.93.3 (from sources) on a Linux server running CentOS 5.2 and sendmail. We assume the fact you’ve installed sendmail from the rpm packages of your distribution.&lt;/p&gt;&lt;a href=&quot;http://howtoforge.com/installing-clamav0.93.3-from-the-sources-plus-sendmail-integration-centos5.2&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/email/sendmail">Sendmail</category>
 <pubDate>Thu, 31 Jul 2008 15:04:01 +0200</pubDate>
 <guid>http://howtoforge.com/installing-clamav0.93.3-from-the-sources-plus-sendmail-integration-centos5.2</guid>
 <comments>http://howtoforge.com/installing-clamav0.93.3-from-the-sources-plus-sendmail-integration-centos5.2#comment</comments>
</item>
<item>
 <title>Postfix Virtual Hosting With LDAP Backend With Dovecot As IMAP/POP3 Server On Ubuntu Hardy Heron 8.04 TLS</title>
 <link>http://howtoforge.com/postfix-virtual-hosting-with-ldap-and-dovecot-on-ubuntu8.04</link>
 <description>&lt;p&gt;&lt;b&gt;Postfix Virtual Hosting With LDAP Backend With Dovecot As IMAP/POP3 Server On Ubuntu Hardy Heron 8.04 TLS&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;I&#039;ve been running with a MySQL backend for virtual hosting for some time, but when I discovered Phamm and the added FTP feature (amongst others) I decided to switch to LDAP as backend for Postfix with virtual hosting. In view of the fact that the installation and configuration guide of
Phamm is lacking some basic information it took me quite some time
(including crying, swearing, getting depressed, ...) to put it all
together and get it working. Long live google
to find hints or explanations for problems and configuration issues.
Piecing it all together wasn&#039;t simple so I would like to share how I
configured it and got it all working toghether (as I like), but I think
that it will benefit other users as well.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/postfix-virtual-hosting-with-ldap-and-dovecot-on-ubuntu8.04&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Wed, 30 Jul 2008 18:17:49 +0200</pubDate>
 <guid>http://howtoforge.com/postfix-virtual-hosting-with-ldap-and-dovecot-on-ubuntu8.04</guid>
 <comments>http://howtoforge.com/postfix-virtual-hosting-with-ldap-and-dovecot-on-ubuntu8.04#comment</comments>
</item>
<item>
 <title>Installing And Using OpenVZ On CentOS 5.2</title>
 <link>http://howtoforge.com/installing-and-using-openvz-on-centos5.2</link>
 <description>&lt;p&gt;&lt;b&gt;Installing And Using OpenVZ On CentOS 5.2&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this HowTo I will describe how to prepare a CentOS 5.2 server for
OpenVZ. With OpenVZ you can create multiple Virtual Private Servers
(VPS) on the same hardware, similar to Xen and the Linux Vserver
project. OpenVZ is the open-source branch of Virtuozzo, a commercial
virtualization solution used by many providers that offer virtual
servers. The OpenVZ kernel patch is licensed under the GPL license, and
the user-level tools are under the QPL license.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/installing-and-using-openvz-on-centos5.2&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Tue, 29 Jul 2008 17:44:45 +0200</pubDate>
 <guid>http://howtoforge.com/installing-and-using-openvz-on-centos5.2</guid>
 <comments>http://howtoforge.com/installing-and-using-openvz-on-centos5.2#comment</comments>
</item>
<item>
 <title>How To Control Or Block Instant Messengers With SafeSquid Proxy Server</title>
 <link>http://howtoforge.com/how-to-control-or-block-instant-messengers-with-safesquid-proxy-server</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Control Or Block Instant Messengers With SafeSquid Proxy Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this tutorial I will explain how you can control or completely
block access to a few instant messengers with SafeSquid, like Google
Talk, Google chat within Gmail, MSN
Messenger, Yahoo Messenger and Skype. Once you are familiar with the
method of blocking these messengers, you should be able to block other
messengers. Please note that these
methods will only be effective, if you block all direct access to the
router and firewall, except required ports like 25 &amp;amp; 110, so that
users are able to access the net only
through the proxy server. When all higher ports are blocked, most
messenger try to communicate on port 80 and 443, which will have to go
through the proxy, and thus allow you to
control them. Most messengers also allow you to define proxy settings
and username / password for authenticating Proxies.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/how-to-control-or-block-instant-messengers-with-safesquid-proxy-server&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Tue, 29 Jul 2008 15:11:53 +0200</pubDate>
 <guid>http://howtoforge.com/how-to-control-or-block-instant-messengers-with-safesquid-proxy-server</guid>
 <comments>http://howtoforge.com/how-to-control-or-block-instant-messengers-with-safesquid-proxy-server#comment</comments>
</item>
<item>
 <title>How To Patch BIND9 Against DNS Cache Poisoning On Debian Etch</title>
 <link>http://howtoforge.com/how-to-patch-bind-to-avoid-cache-poisoning-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Patch BIND9 Against DNS Cache Poisoning On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article explains how you can fix a BIND9 nameserver on a Debian Etch system so that it is not vulnerable anymore to DNS cache poisoning.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/how-to-patch-bind-to-avoid-cache-poisoning-debian-etch&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/dns">DNS</category>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Mon, 28 Jul 2008 16:17:45 +0200</pubDate>
 <guid>http://howtoforge.com/how-to-patch-bind-to-avoid-cache-poisoning-debian-etch</guid>
 <comments>http://howtoforge.com/how-to-patch-bind-to-avoid-cache-poisoning-debian-etch#comment</comments>
</item>
<item>
 <title>BIND 9 Vulnerability And Solution - Patch BIND To Avoid Cache Poisoning (Fedora/CentOS)</title>
 <link>http://howtoforge.com/how-to-patch-bind-to-avoid-cache-poisoning-fedora-centos</link>
 <description>&lt;p&gt;&lt;b&gt;BIND 9 Vulnerability And Solution - Patch BIND To Avoid Cache Poisoning (Fedora/CentOS)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;I am pretty sure most of you
  guys have hard about the Vulnerability in BIND. Dan Kaminsky earlier this month
  announced a massive, multi-vendor issue with DNS that could allow attackers to
  compromise any name server - clients, too. I thought I would share with you all
one of the quickest solutions systems administrators running BIND 9 can use to
help solve this vulnerability in case their systems are vulnerable.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/how-to-patch-bind-to-avoid-cache-poisoning-fedora-centos&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/dns">DNS</category>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Sun, 27 Jul 2008 19:56:59 +0200</pubDate>
 <guid>http://howtoforge.com/how-to-patch-bind-to-avoid-cache-poisoning-fedora-centos</guid>
 <comments>http://howtoforge.com/how-to-patch-bind-to-avoid-cache-poisoning-fedora-centos#comment</comments>
</item>
</channel>
</rss>
