<?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 - Debian</title>
 <link>http://www.howtoforge.org/taxonomy/term/46/0</link>
 <description>
</description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.org/taxonomy/term/46/0/feed" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Debian</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://www.howtoforge.org/taxonomy/term/46/0</link>
 </image>

<item>
 <title>How To Install And Configure Dansguardian With Multi-Group Filtering And Squid With NTLM Auth On Debian Etch</title>
 <link>http://www.howtoforge.org/dansguardian-with-multi-group-filtering-and-squid-with-ntlm-auth-on-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Install And Configure Dansguardian With Multi-Group Filtering And Squid With NTLM Auth On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This how-to describes how to install and configure Dansguardian with
multi-group filtering, Squid with NTLM auth, ipmasq, and dnsmasq to
provide a full internet gateway solution for small to medium sized
networks. This how-to requires two NICs in order to preform firewalling
and transparent proxying.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/dansguardian-with-multi-group-filtering-and-squid-with-ntlm-auth-on-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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/samba">Samba</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Wed, 16 Jul 2008 19:21:47 +0200</pubDate>
 <guid>http://www.howtoforge.org/dansguardian-with-multi-group-filtering-and-squid-with-ntlm-auth-on-debian-etch</guid>
 <comments>http://www.howtoforge.org/dansguardian-with-multi-group-filtering-and-squid-with-ntlm-auth-on-debian-etch#comment</comments>
</item>
<item>
 <title>How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)</title>
 <link>http://www.howtoforge.org/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;mod_defensible
is an Apache 2.x module intended to block spammers/hackers/script
kiddies using DNSBL servers. It will look at the client IP and check it
in one or several DNSBL servers and return a 403 Forbidden page to the
client. This guide shows how to install and use it with Apache 2 on a
Debian Etch server.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/block-spammers-hackers-with-mod_defensible-on-apache2-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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Sun, 06 Jul 2008 17:19:10 +0200</pubDate>
 <guid>http://www.howtoforge.org/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch</guid>
 <comments>http://www.howtoforge.org/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch#comment</comments>
</item>
<item>
 <title>Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)</title>
 <link>http://www.howtoforge.org/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch</link>
 <description>
&lt;p&gt;&lt;b&gt;Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide shows how you can write the Apache2 access log to a MySQL
database instead of a file. To achieve this, I use the Apache2 module
mod_log_sql. I&#039;m using a Debian Etch server in this tutorial.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/mysql">MySQL</category>
 <pubDate>Thu, 03 Jul 2008 17:39:52 +0200</pubDate>
 <guid>http://www.howtoforge.org/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch</guid>
 <comments>http://www.howtoforge.org/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch#comment</comments>
</item>
<item>
 <title>Embedding Python In Apache2 With mod_python (Debian Etch)</title>
 <link>http://www.howtoforge.org/embedding-python-in-apache2-with-mod_python-debian-etch</link>
 <description>
&lt;p&gt;&lt;b&gt;Embedding Python In Apache2 With mod_python (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to install and use mod_python
on a Debian Etch server with Apache2. mod_python is an Apache module
that embeds the Python interpreter within the server. It allows you to
write web-based applications in Python that will run many times faster
than traditional CGI and will have access to advanced features such as
ability to retain database connections and other data between hits and
access to Apache internals.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/embedding-python-in-apache2-with-mod_python-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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <pubDate>Fri, 20 Jun 2008 13:58:31 +0200</pubDate>
 <guid>http://www.howtoforge.org/embedding-python-in-apache2-with-mod_python-debian-etch</guid>
 <comments>http://www.howtoforge.org/embedding-python-in-apache2-with-mod_python-debian-etch#comment</comments>
</item>
<item>
 <title>How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)</title>
 <link>http://www.howtoforge.org/setting-up-webdav-with-mysql-authentication-on-apache2-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up WebDAV with MySQL authentication
(using mod_auth_mysql) on Apache2 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 Apache 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://www.howtoforge.org/setting-up-webdav-with-mysql-authentication-on-apache2-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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/mysql">MySQL</category>
 <pubDate>Tue, 17 Jun 2008 18:08:29 +0200</pubDate>
 <guid>http://www.howtoforge.org/setting-up-webdav-with-mysql-authentication-on-apache2-debian-etch</guid>
 <comments>http://www.howtoforge.org/setting-up-webdav-with-mysql-authentication-on-apache2-debian-etch#comment</comments>
</item>
<item>
 <title>How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1</title>
 <link>http://www.howtoforge.org/setting-up-a-loadbalanced-mysql-cluster-with-mysql5.1</link>
 <description>&lt;p&gt;&lt;b&gt;How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial is based on Falko Timme&#039;s tutorial for MySQL Cluster
5.0. It shows how to configure a MySQL 5.1 cluster with five nodes: 1 x
management, 2 x storage nodes and 2 x balancer nodes. This cluster is
load-balanced by an &lt;span class=&quot;system&quot;&gt;Ultra Monkey&lt;/span&gt; package which provides &lt;span class=&quot;system&quot;&gt;heartbeat&lt;/span&gt; (for checking if the other node is still alive) and &lt;span class=&quot;system&quot;&gt;ldirectord&lt;/span&gt; (to split up the requests to the nodes of the MySQL cluster).&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/setting-up-a-loadbalanced-mysql-cluster-with-mysql5.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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.howtoforge.org/sitemap/mysql">MySQL</category>
 <pubDate>Sun, 15 Jun 2008 19:21:08 +0200</pubDate>
 <guid>http://www.howtoforge.org/setting-up-a-loadbalanced-mysql-cluster-with-mysql5.1</guid>
 <comments>http://www.howtoforge.org/setting-up-a-loadbalanced-mysql-cluster-with-mysql5.1#comment</comments>
</item>
<item>
 <title>How To Set Up WebDAV With Apache2 On Debian Etch</title>
 <link>http://www.howtoforge.org/setting-up-webdav-with-apache2-on-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Set Up WebDAV With Apache2 On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up WebDAV with Apache2 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 Apache 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://www.howtoforge.org/setting-up-webdav-with-apache2-on-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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <pubDate>Sun, 01 Jun 2008 17:41:02 +0200</pubDate>
 <guid>http://www.howtoforge.org/setting-up-webdav-with-apache2-on-debian-etch</guid>
 <comments>http://www.howtoforge.org/setting-up-webdav-with-apache2-on-debian-etch#comment</comments>
</item>
<item>
 <title>Installing And Using The Unbound Name Server On Debian Etch</title>
 <link>http://www.howtoforge.org/installing-using-unbound-nameserver-on-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;Installing And Using The Unbound Name Server On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Unbound
is a validating, recursive, and caching DNS resolver, released under a
BSD license. Version 1.0.0 was released on May 20, 2008. This tutorial
explains how to install and use it on Debian Etch, including the
creation of zones for your own domains.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/installing-using-unbound-nameserver-on-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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Tue, 27 May 2008 18:18:05 +0200</pubDate>
 <guid>http://www.howtoforge.org/installing-using-unbound-nameserver-on-debian-etch</guid>
 <comments>http://www.howtoforge.org/installing-using-unbound-nameserver-on-debian-etch#comment</comments>
</item>
<item>
 <title>Get WebVZ On Debian Etch To Administrate OpenVZ</title>
 <link>http://www.howtoforge.org/managing-openvz-with-webvz-on-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;Get WebVZ On Debian Etch To Administrate OpenVZ&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;First you must have OpenVZ installed and configured. You can find a tutorial to do this on HowtoForge. Because of a small problem/error in Debian Etch, it is not possible to update the Rubygems system because a Require in the gems is missing. But we can solve it with a simple edit of the file. WebVZ is one of the simplest and most powerful web management tools for OpenVZ.&lt;/p&gt;&lt;a href=&quot;http://www.howtoforge.org/managing-openvz-with-webvz-on-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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/virtualization">Virtualization</category>
 <pubDate>Tue, 27 May 2008 13:34:11 +0200</pubDate>
 <guid>http://www.howtoforge.org/managing-openvz-with-webvz-on-debian-etch</guid>
 <comments>http://www.howtoforge.org/managing-openvz-with-webvz-on-debian-etch#comment</comments>
</item>
<item>
 <title>Setting Up PHPlist (Open-Source Newsletter Manager) </title>
 <link>http://www.howtoforge.org/setting-up-phplist-newsletter-manager</link>
 <description>&lt;p&gt;&lt;b&gt;Setting Up PHPlist (Open-Source Newsletter Manager)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to set up PHPlist on Fedora, CentOS,
Ubuntu and Debian. This howto should also work for other distributions
with little modifications. Taken from the phplist page: &quot;phplist is an
open-source newsletter manager. phplist is free to download, install
and use, and is easy to integrate with any website. phplist is
downloaded more than 10 000 times per month and is listed in the top
open source projects for vitality score on Freshmeat.&quot;&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/setting-up-phplist-newsletter-manager&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://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.org/sitemap/programming/php">PHP</category>
 <pubDate>Sun, 25 May 2008 18:48:12 +0200</pubDate>
 <guid>http://www.howtoforge.org/setting-up-phplist-newsletter-manager</guid>
 <comments>http://www.howtoforge.org/setting-up-phplist-newsletter-manager#comment</comments>
</item>
<item>
 <title>Installing And Using OpenVZ On Debian Etch</title>
 <link>http://www.howtoforge.org/installing-and-using-openvz-on-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;Installing And Using OpenVZ On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this HowTo I will describe how to prepare a Debian Etch 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://www.howtoforge.org/installing-and-using-openvz-on-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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 22 May 2008 19:03:43 +0200</pubDate>
 <guid>http://www.howtoforge.org/installing-and-using-openvz-on-debian-etch</guid>
 <comments>http://www.howtoforge.org/installing-and-using-openvz-on-debian-etch#comment</comments>
</item>
<item>
 <title>How To Configure rtGui For rTorrent</title>
 <link>http://www.howtoforge.org/how-to-configure-rtgui-for-rtorrent</link>
 <description>&lt;p&gt;&lt;b&gt;How To Configure rtGui For rTorrent&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;
This tutorial explains how you can install a GUI (rtGUI) for rTorrent.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/how-to-configure-rtgui-for-rtorrent&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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <pubDate>Thu, 22 May 2008 14:09:10 +0200</pubDate>
 <guid>http://www.howtoforge.org/how-to-configure-rtgui-for-rtorrent</guid>
 <comments>http://www.howtoforge.org/how-to-configure-rtgui-for-rtorrent#comment</comments>
</item>
<item>
 <title>Installing mod_geoip For Lighttpd On Debian Etch</title>
 <link>http://www.howtoforge.org/installing-mod_geoip-for-lighttpd-on-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;Installing mod_geoip for Lighttpd On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up mod_geoip
with lighttpd on a Debian Etch system. mod_geoip looks up the IP
address of the client end user. This allows you to redirect or block
users based on their country. You can also use this technology for your
OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.
I will show two ways to build mod_geoip - the first way is to build a
new lighttpd .deb package (including mod_geoip) which is the way I
recommend. This works only if you have installed the standard Debian
Etch lighttpd package. If you&#039;ve compiled lighttpd yourself, then the
second way is for you: it shows how to build mod_geoip.so for your
lighttpd version.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/installing-mod_geoip-for-lighttpd-on-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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <pubDate>Thu, 15 May 2008 17:52:44 +0200</pubDate>
 <guid>http://www.howtoforge.org/installing-mod_geoip-for-lighttpd-on-debian-etch</guid>
 <comments>http://www.howtoforge.org/installing-mod_geoip-for-lighttpd-on-debian-etch#comment</comments>
</item>
<item>
 <title>Protect Your Files With TrueCrypt 5.1a On Debian Etch (GNOME)</title>
 <link>http://www.howtoforge.org/setting-up-truecrypt-5.1a-on-debian-etch-gnome</link>
 <description>&lt;p&gt;&lt;b&gt;Protect Your Files With TrueCrypt 5.1a On Debian Etch (GNOME)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to set up TrueCrypt 5.1a on Debian Etch
(GNOME). Taken from the TrueCrypt page: &quot;TrueCrypt is a software system
for establishing and maintaining an on-the-fly-encrypted volume (data
storage device). On-the-fly encryption means that data are
automatically encrypted or decrypted right before they are loaded or
saved, without any user intervention. No data stored on an encrypted
volume can be read (decrypted) without using the correct
password/keyfile(s) or correct encryption keys. Entire file system is
encrypted (e.g., file names, folder names, contents of every file, free
space, meta data, etc).&quot;&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/setting-up-truecrypt-5.1a-on-debian-etch-gnome&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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/desktop">Desktop</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Sun, 11 May 2008 19:12:19 +0200</pubDate>
 <guid>http://www.howtoforge.org/setting-up-truecrypt-5.1a-on-debian-etch-gnome</guid>
 <comments>http://www.howtoforge.org/setting-up-truecrypt-5.1a-on-debian-etch-gnome#comment</comments>
</item>
<item>
 <title>Integrating APC (Alternative PHP Cache) Into PHP5 (Debian Etch &amp; Apache2)</title>
 <link>http://www.howtoforge.org/apc-php5-apache2-debian-etch</link>
 <description>
&lt;p&gt;&lt;b&gt;Integrating APC (Alternative PHP Cache) Into PHP5 (Debian Etch &amp;amp; Apache2)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to integrate APC
(Alternative PHP Cache) into PHP5 on a Debian Etch system (with
Apache2). 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;
&lt;a href=&quot;http://www.howtoforge.org/apc-php5-apache2-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://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/programming/php">PHP</category>
 <pubDate>Wed, 23 Apr 2008 18:08:36 +0200</pubDate>
 <guid>http://www.howtoforge.org/apc-php5-apache2-debian-etch</guid>
 <comments>http://www.howtoforge.org/apc-php5-apache2-debian-etch#comment</comments>
</item>
</channel>
</rss>
