<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.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://www.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://www.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://www.howtoforge.com</link>
 </image>

<item>
 <title>Installing And Using OpenVZ On Debian Etch</title>
 <link>http://www.howtoforge.com/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.com/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.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 22 May 2008 19:03:43 +0200</pubDate>
 <guid>http://www.howtoforge.com/installing-and-using-openvz-on-debian-etch</guid>
 <comments>http://www.howtoforge.com/installing-and-using-openvz-on-debian-etch#comment</comments>
</item>
<item>
 <title>How To Configure rtGui For rTorrent</title>
 <link>http://www.howtoforge.com/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.com/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.com/sitemap/linux/debian">Debian</category>
 <pubDate>Thu, 22 May 2008 14:09:10 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-configure-rtgui-for-rtorrent</guid>
 <comments>http://www.howtoforge.com/how-to-configure-rtgui-for-rtorrent#comment</comments>
</item>
<item>
 <title>Manage Your Laptop&#039;s Hotkeys On Fedora</title>
 <link>http://www.howtoforge.com/manage-your-laptop-hotkeys-on-fedora</link>
 <description>
&lt;p&gt;&lt;b&gt;Manage Your Laptop&#039;s Hotkeys On Fedora&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to make your laptop&#039;s hotkeys usable on
Fedora. I&#039;ve tested this with Fedora 8 but it should also work with
other Fedora versions - and maybe, with a little modification, also
with other distributions.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.com/manage-your-laptop-hotkeys-on-fedora&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.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/desktop">Desktop</category>
 <pubDate>Wed, 21 May 2008 17:15:04 +0200</pubDate>
 <guid>http://www.howtoforge.com/manage-your-laptop-hotkeys-on-fedora</guid>
 <comments>http://www.howtoforge.com/manage-your-laptop-hotkeys-on-fedora#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04 LTS)</title>
 <link>http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04 LTS)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a mail server based on
Postfix 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; (quota is not built into Postfix by default, I&#039;ll show how to patch your Postfix appropriately). Passwords are stored in &lt;b&gt;encrypted&lt;/b&gt;
form in the database (most documents I found were dealing with plain
text passwords which is a security risk). 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;
&lt;a href=&quot;http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-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://www.howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Tue, 20 May 2008 18:13:58 +0200</pubDate>
 <guid>http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04</guid>
 <comments>http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04#comment</comments>
</item>
<item>
 <title>HowTo Compile rTorrent From SVN In Ubuntu 8.04 Hardy Heron</title>
 <link>http://www.howtoforge.com/compile-rtorrent-from-svn-ubuntu-8.04-hardy-heron</link>
 <description>
&lt;p&gt;&lt;b&gt;HowTo Compile rTorrent From SVN In Ubuntu 8.04 Hardy Heron&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Torrent is a great way to transfer large files very quickly. However
most torrent clients are gui based and have quite some impact on system
resources (e.g. Azureus). rTorrent is a lightweight client running from
the terminal. Being able to run it in a screen session (also upon boot)
makes it ideal to also control it from a remote location.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.com/compile-rtorrent-from-svn-ubuntu-8.04-hardy-heron&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.com/sitemap/linux/ubuntu">Ubuntu</category>
 <pubDate>Tue, 20 May 2008 13:41:34 +0200</pubDate>
 <guid>http://www.howtoforge.com/compile-rtorrent-from-svn-ubuntu-8.04-hardy-heron</guid>
 <comments>http://www.howtoforge.com/compile-rtorrent-from-svn-ubuntu-8.04-hardy-heron#comment</comments>
</item>
<item>
 <title>How To Build RPM Packages In A Chroot Environment Using mach</title>
 <link>http://www.howtoforge.com/building-rpm-packages-in-a-chroot-environment-using-mach</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Build RPM Packages In A Chroot Environment Using mach&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;OK, so you want to build a binary RPM package for deployment on your
servers. You have a .spec file or .src.rpm that you got from one of the many
repositories such as freshrpms.net or dag.wieers.com, or that you wrote
yourself.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.com/building-rpm-packages-in-a-chroot-environment-using-mach&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.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/suse">SuSE</category>
 <pubDate>Mon, 19 May 2008 21:01:35 +0200</pubDate>
 <guid>http://www.howtoforge.com/building-rpm-packages-in-a-chroot-environment-using-mach</guid>
 <comments>http://www.howtoforge.com/building-rpm-packages-in-a-chroot-environment-using-mach#comment</comments>
</item>
<item>
 <title>Upgrade Your Desktop From Fedora 8 To Fedora 9 With PreUpgrade</title>
 <link>http://www.howtoforge.com/upgrading-fedora8-to-fedora9-with-preupgrade</link>
 <description>
&lt;p&gt;&lt;b&gt;Upgrade Your Desktop From Fedora 8 To Fedora 9 With PreUpgrade&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to upgrade your desktop from Fedora 8 to
Fedora 9 via PreUpgrade. PreUpgrade provides a frontend that allows the
user to easily download all packages that are needed for the
distribution upgrade, and then perform the distribution upgrade.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.com/upgrading-fedora8-to-fedora9-with-preupgrade&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.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/desktop">Desktop</category>
 <pubDate>Sun, 18 May 2008 19:19:38 +0200</pubDate>
 <guid>http://www.howtoforge.com/upgrading-fedora8-to-fedora9-with-preupgrade</guid>
 <comments>http://www.howtoforge.com/upgrading-fedora8-to-fedora9-with-preupgrade#comment</comments>
</item>
<item>
 <title>How To Add WiKID Two-Factor Authentication To The Astaro Security Gateway</title>
 <link>http://www.howtoforge.com/add-wikid-two-factor-authentication-to-astaro-security-gateway</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Add WiKID Two-Factor Authentication To The Astaro Security Gateway&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Astaro is a very popular Linux-based &quot;all-in-one&quot; security appliance
offering spam filtering, malware protection, firewall, VPN, etc. The
WiKID Strong Authentication Server is a dual-source two-factor
authentication system. PINs are encrypted on a software token and sent
to the WiKID server. If the PIN is correct, the encryption valid and
the account active, a one-time password is generated, encrypted and
returned to the user&#039;s token where it is decrypted and presented for
use with a network-based services. This document will show how to add
WiKID two-factor authentication to the Astaro Security Gateway version
7 using Radius.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.com/add-wikid-two-factor-authentication-to-astaro-security-gateway&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.com/sitemap/security">Security</category>
 <pubDate>Fri, 16 May 2008 14:20:39 +0200</pubDate>
 <guid>http://www.howtoforge.com/add-wikid-two-factor-authentication-to-astaro-security-gateway</guid>
 <comments>http://www.howtoforge.com/add-wikid-two-factor-authentication-to-astaro-security-gateway#comment</comments>
</item>
<item>
 <title>Installing mod_geoip For Lighttpd On Debian Etch</title>
 <link>http://www.howtoforge.com/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.com/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.com/sitemap/linux/debian">Debian</category>
 <pubDate>Thu, 15 May 2008 17:52:44 +0200</pubDate>
 <guid>http://www.howtoforge.com/installing-mod_geoip-for-lighttpd-on-debian-etch</guid>
 <comments>http://www.howtoforge.com/installing-mod_geoip-for-lighttpd-on-debian-etch#comment</comments>
</item>
<item>
 <title>How To Change Your Login Screen In Fedora 8</title>
 <link>http://www.howtoforge.com/how-to-change-your-login-screen-in-fedora8-gnome</link>
 <description>&lt;P&gt;&lt;B&gt;How To Change Your Login Screen In Fedora 8&lt;/b&gt;&lt;/p&gt;
&lt;P&gt;This is a simple howto on changing your log on screen. This will also work with other distros. This is a very easy way to add more eye candy to your Linux system. &lt;/p&gt;&lt;a href=&quot;http://www.howtoforge.com/how-to-change-your-login-screen-in-fedora8-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.com/sitemap/linux/fedora">Fedora</category>
 <pubDate>Thu, 15 May 2008 13:51:45 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-change-your-login-screen-in-fedora8-gnome</guid>
 <comments>http://www.howtoforge.com/how-to-change-your-login-screen-in-fedora8-gnome#comment</comments>
</item>
<item>
 <title>The Perfect Desktop - Fedora 9</title>
 <link>http://www.howtoforge.com/the-perfect-desktop-fedora9-gnome</link>
 <description>&lt;p&gt;&lt;b&gt;The Perfect Desktop - Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes step-by-step how to set up a Fedora 9
desktop (GNOME). The result is a fast, secure and extendable system
that provides all you need for daily work and entertainment.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.com/the-perfect-desktop-fedora9-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.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/desktop">Desktop</category>
 <pubDate>Wed, 14 May 2008 17:36:39 +0200</pubDate>
 <guid>http://www.howtoforge.com/the-perfect-desktop-fedora9-gnome</guid>
 <comments>http://www.howtoforge.com/the-perfect-desktop-fedora9-gnome#comment</comments>
</item>
<item>
 <title>The Perfect Server - Fedora 9</title>
 <link>http://www.howtoforge.com/perfect-server-fedora9</link>
 <description>&lt;p&gt;&lt;b&gt;The Perfect Server - Fedora 9&lt;/b&gt; &lt;/p&gt;

&lt;p&gt;This is a detailed description about how to set up a &lt;b&gt;Fedora 9 &lt;/b&gt;
server that offers all services needed by ISPs and hosters: Apache web
server (SSL-capable) with PHP5 and Ruby, 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 Fedora 9, but should apply to the 64-bit version
with very little modifications as well.&lt;/p&gt;&lt;a href=&quot;http://www.howtoforge.com/perfect-server-fedora9&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.com/sitemap/linux/fedora">Fedora</category>
 <pubDate>Tue, 13 May 2008 17:34:35 +0200</pubDate>
 <guid>http://www.howtoforge.com/perfect-server-fedora9</guid>
 <comments>http://www.howtoforge.com/perfect-server-fedora9#comment</comments>
</item>
<item>
 <title>Running MySQL 4 And MySQL 5 Concurrently</title>
 <link>http://www.howtoforge.com/running-mysql4-and-mysql5-concurrently</link>
 <description>
&lt;p&gt;&lt;b&gt;Running MySQL 4 And MySQL 5 Concurrently&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This tutorial shows how to install MySQL 5 on a system where MySQL 4
is already running. It also shows how to configure phpMyAdmin to use
both databases.&lt;/p&gt;&lt;a href=&quot;http://www.howtoforge.com/running-mysql4-and-mysql5-concurrently&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.com/sitemap/mysql">MySQL</category>
 <pubDate>Tue, 13 May 2008 15:16:27 +0200</pubDate>
 <guid>http://www.howtoforge.com/running-mysql4-and-mysql5-concurrently</guid>
 <comments>http://www.howtoforge.com/running-mysql4-and-mysql5-concurrently#comment</comments>
</item>
<item>
 <title>Encrypted Root LVM</title>
 <link>http://www.howtoforge.com/encrypted-root-lvm</link>
 <description>&lt;p&gt;&lt;b&gt;Encrypted Root LVM&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial deals only with how to add an extra encrypted physical
volume to a volume group pool containing other encrypted physical
volumes. This is typical scenario if, at first, you have set up your
encryption at a physical partition level (/dev/sdaX where X is the a
number of your partition), then you setup your LVM on top of the
encrypted partition. If at some later time you want to add another
partition in your volume group, you will also want to have it encrypted
in order to maintain the same level of security.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.com/encrypted-root-lvm&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.com/sitemap/linux/ubuntu">Ubuntu</category>
 <pubDate>Mon, 12 May 2008 20:30:10 +0200</pubDate>
 <guid>http://www.howtoforge.com/encrypted-root-lvm</guid>
 <comments>http://www.howtoforge.com/encrypted-root-lvm#comment</comments>
</item>
<item>
 <title>Protect Your Files With TrueCrypt 5.1a On Debian Etch (GNOME)</title>
 <link>http://www.howtoforge.com/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.com/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.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/desktop">Desktop</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Sun, 11 May 2008 19:12:19 +0200</pubDate>
 <guid>http://www.howtoforge.com/setting-up-truecrypt-5.1a-on-debian-etch-gnome</guid>
 <comments>http://www.howtoforge.com/setting-up-truecrypt-5.1a-on-debian-etch-gnome#comment</comments>
</item>
</channel>
</rss>
