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

<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>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>
<item>
 <title>Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 9</title>
 <link>http://howtoforge.com/virtual-hosting-with-pureftpd-mysql-fedora9</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a PureFTPd 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. In addition to that I will show the use of quota and
upload/download bandwidth limits with this setup. Passwords will be
stored encrypted as MD5 strings in the database.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/virtual-hosting-with-pureftpd-mysql-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://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/ftp">FTP</category>
 <pubDate>Thu, 24 Jul 2008 18:08:24 +0200</pubDate>
 <guid>http://howtoforge.com/virtual-hosting-with-pureftpd-mysql-fedora9</guid>
 <comments>http://howtoforge.com/virtual-hosting-with-pureftpd-mysql-fedora9#comment</comments>
</item>
<item>
 <title>Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)</title>
 <link>http://howtoforge.com/embedding-python-in-apache2-with-mod_python-debian-ubuntu-fedora-centos-mandriva-opensuse</link>
 <description>&lt;p&gt;&lt;b&gt;Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to install and use mod_python
on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva,
OpenSUSE) 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://howtoforge.com/embedding-python-in-apache2-with-mod_python-debian-ubuntu-fedora-centos-mandriva-opensuse&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/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/apache">Apache</category>
 <pubDate>Sun, 20 Jul 2008 18:46:34 +0200</pubDate>
 <guid>http://howtoforge.com/embedding-python-in-apache2-with-mod_python-debian-ubuntu-fedora-centos-mandriva-opensuse</guid>
 <comments>http://howtoforge.com/embedding-python-in-apache2-with-mod_python-debian-ubuntu-fedora-centos-mandriva-opensuse#comment</comments>
</item>
<item>
 <title>Installing And Using OpenVZ On Fedora 9</title>
 <link>http://howtoforge.com/installing-and-using-openvz-on-fedora9</link>
 <description>&lt;p&gt;&lt;b&gt;Installing And Using OpenVZ On Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this HowTo I will describe how to prepare a Fedora 9 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-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://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 17 Jul 2008 18:02:09 +0200</pubDate>
 <guid>http://howtoforge.com/installing-and-using-openvz-on-fedora9</guid>
 <comments>http://howtoforge.com/installing-and-using-openvz-on-fedora9#comment</comments>
</item>
<item>
 <title>Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 9</title>
 <link>http://howtoforge.com/virtual-hosting-with-proftpd-and-mysql-fedora9</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a Proftpd 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. In addition to that I will show the use of quota with
this setup.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/virtual-hosting-with-proftpd-and-mysql-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://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/ftp">FTP</category>
 <pubDate>Sun, 13 Jul 2008 19:10:45 +0200</pubDate>
 <guid>http://howtoforge.com/virtual-hosting-with-proftpd-and-mysql-fedora9</guid>
 <comments>http://howtoforge.com/virtual-hosting-with-proftpd-and-mysql-fedora9#comment</comments>
</item>
<item>
 <title>Installing mod_geoip for Lighttpd On Fedora 9</title>
 <link>http://howtoforge.com/installing-mod_geoip-for-lighttpd-on-fedora9</link>
 <description>
&lt;p&gt;&lt;b&gt;Installing mod_geoip for Lighttpd On Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up mod_geoip
with lighttpd on a Fedora 9 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.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/installing-mod_geoip-for-lighttpd-on-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://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/apache">Apache</category>
 <pubDate>Thu, 19 Jun 2008 18:06:08 +0200</pubDate>
 <guid>http://howtoforge.com/installing-mod_geoip-for-lighttpd-on-fedora9</guid>
 <comments>http://howtoforge.com/installing-mod_geoip-for-lighttpd-on-fedora9#comment</comments>
</item>
<item>
 <title>Installing mod_geoip For Apache2 On Fedora 9</title>
 <link>http://howtoforge.com/installing-mod_geoip-for-apache2-on-fedora9</link>
 <description>
&lt;p&gt;&lt;b&gt;Installing mod_geoip For Apache2 On Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up mod_geoip
with Apache2 on a Fedora 9 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.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/installing-mod_geoip-for-apache2-on-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://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/apache">Apache</category>
 <pubDate>Sun, 08 Jun 2008 18:16:50 +0200</pubDate>
 <guid>http://howtoforge.com/installing-mod_geoip-for-apache2-on-fedora9</guid>
 <comments>http://howtoforge.com/installing-mod_geoip-for-apache2-on-fedora9#comment</comments>
</item>
<item>
 <title>How To Install VMware Server (Version 1.0.6) On A Fedora 9 Desktop</title>
 <link>http://howtoforge.com/vmware-server-installation-on-a-fedora9-desktop</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Install VMware Server (Version 1.0.6) On A Fedora 9 Desktop&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial provides step-by-step instructions on how to install VMware Server
(version 1.0.6) on a Fedora 9 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;
&lt;a href=&quot;http://howtoforge.com/vmware-server-installation-on-a-fedora9-desktop&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/desktop">Desktop</category>
 <category domain="http://howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Mon, 02 Jun 2008 17:13:53 +0200</pubDate>
 <guid>http://howtoforge.com/vmware-server-installation-on-a-fedora9-desktop</guid>
 <comments>http://howtoforge.com/vmware-server-installation-on-a-fedora9-desktop#comment</comments>
</item>
<item>
 <title>How To Fix The Sound Issues Between Skype 2.0 And Pulseaudio On Fedora 9</title>
 <link>http://howtoforge.com/how-to-fix-the-sound-issues-between-skype2.0-and-pulseaudio-on-fedora9</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Fix The Sound Issues Between Skype 2.0 And Pulseaudio On Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The main problem with Pulseaudio and Skype on Fedora 9 (maybe also
on other distributions) is stuttering, crackling sound. This document
describes how to fix the sound issues between Skype 2.0 and Pulseaudio
on Fedora 9.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/how-to-fix-the-sound-issues-between-skype2.0-and-pulseaudio-on-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://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/desktop">Desktop</category>
 <pubDate>Fri, 30 May 2008 13:31:14 +0200</pubDate>
 <guid>http://howtoforge.com/how-to-fix-the-sound-issues-between-skype2.0-and-pulseaudio-on-fedora9</guid>
 <comments>http://howtoforge.com/how-to-fix-the-sound-issues-between-skype2.0-and-pulseaudio-on-fedora9#comment</comments>
</item>
<item>
 <title>Back Up Your Files With Areca On Fedora 9</title>
 <link>http://howtoforge.com/creating-backups-with-areca-on-fedora9</link>
 <description>&lt;p&gt;&lt;b&gt;Back Up Your Files With Areca On Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; Areca
is a personal file backup software developed in Java. It allows you to
select files or directories to backup, filter, encrypt and compress
their content, and store them on your backup location. Areca supports
incremental backups and generates backup reports, which can be stored
on your disk or sent by email. This guide explains how to install and
use it on a Fedora 9 desktop (GNOME).&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/creating-backups-with-areca-on-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://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/backup">Backup</category>
 <category domain="http://howtoforge.com/sitemap/desktop">Desktop</category>
 <pubDate>Thu, 29 May 2008 17:19:25 +0200</pubDate>
 <guid>http://howtoforge.com/creating-backups-with-areca-on-fedora9</guid>
 <comments>http://howtoforge.com/creating-backups-with-areca-on-fedora9#comment</comments>
</item>
<item>
 <title>Setting Up PHPlist (Open-Source Newsletter Manager) </title>
 <link>http://howtoforge.com/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://howtoforge.com/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://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Sun, 25 May 2008 18:48:12 +0200</pubDate>
 <guid>http://howtoforge.com/setting-up-phplist-newsletter-manager</guid>
 <comments>http://howtoforge.com/setting-up-phplist-newsletter-manager#comment</comments>
</item>
<item>
 <title>Manage Your Laptop&#039;s Hotkeys On Fedora</title>
 <link>http://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://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://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/desktop">Desktop</category>
 <pubDate>Wed, 21 May 2008 17:15:04 +0200</pubDate>
 <guid>http://howtoforge.com/manage-your-laptop-hotkeys-on-fedora</guid>
 <comments>http://howtoforge.com/manage-your-laptop-hotkeys-on-fedora#comment</comments>
</item>
<item>
 <title>How To Build RPM Packages In A Chroot Environment Using mach</title>
 <link>http://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://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://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/linux/suse">SuSE</category>
 <pubDate>Mon, 19 May 2008 21:01:35 +0200</pubDate>
 <guid>http://howtoforge.com/building-rpm-packages-in-a-chroot-environment-using-mach</guid>
 <comments>http://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://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://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://howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://howtoforge.com/sitemap/desktop">Desktop</category>
 <pubDate>Sun, 18 May 2008 19:19:38 +0200</pubDate>
 <guid>http://howtoforge.com/upgrading-fedora8-to-fedora9-with-preupgrade</guid>
 <comments>http://howtoforge.com/upgrading-fedora8-to-fedora9-with-preupgrade#comment</comments>
</item>
</channel>
</rss>
