<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.how2forge.org" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Fedora</title>
 <link>http://www.how2forge.org/taxonomy/term/47/all</link>
 <description>
</description>
 <language>en</language>
 <atom:link href="http://www.how2forge.org/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://www.how2forge.org/taxonomy/term/47/all</link>
 </image>

<item>
 <title>Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 13</title>
 <link>http://www.how2forge.org/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-fedora-13</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-fedora-13&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth 
Management) On Fedora 13&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;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/ftp">FTP</category>
 <pubDate>Tue, 31 Aug 2010 18:32:25 +0200</pubDate>
 <guid>http://www.how2forge.org/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-fedora-13</guid>
 <comments>http://www.how2forge.org/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-fedora-13#comment</comments>
</item>
<item>
 <title>Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 &amp; Apache2)</title>
 <link>http://www.how2forge.org/integrating-xcache-into-php5-fedora-13-centos-5.5-and-apache2</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/integrating-xcache-into-php5-fedora-13-centos-5.5-and-apache2&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 &amp;amp; Apache2)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to integrate XCache into PHP5 
on a Fedora 13 or CentOS 5.5 system (with Apache2). From the XCache 
project page: &lt;em&gt;&quot;XCache is a fast, stable PHP opcode cacher that has 
been tested and is now running on production servers under high load.&quot;&lt;/em&gt;
 It&#039;s similar to other PHP opcode cachers, such as eAccelerator and APC.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.how2forge.org/sitemap/programming/php">PHP</category>
 <pubDate>Mon, 30 Aug 2010 20:09:37 +0200</pubDate>
 <guid>http://www.how2forge.org/integrating-xcache-into-php5-fedora-13-centos-5.5-and-apache2</guid>
 <comments>http://www.how2forge.org/integrating-xcache-into-php5-fedora-13-centos-5.5-and-apache2#comment</comments>
</item>
<item>
 <title>Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 13 &amp; Apache2)</title>
 <link>http://www.how2forge.org/integrating-apc-alternative-php-cache-into-php5-fedora-13-and-apache2</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/integrating-apc-alternative-php-cache-into-php5-fedora-13-and-apache2&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 13 &amp;amp; 
Apache2)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to integrate &lt;a href=&quot;http://pecl.php.net/package/APC&quot; target=&quot;_blank&quot;&gt;APC&lt;/a&gt; 
(Alternative PHP Cache) into PHP5 on a Fedora 13 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;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.how2forge.org/sitemap/programming/php">PHP</category>
 <pubDate>Wed, 25 Aug 2010 20:02:04 +0200</pubDate>
 <guid>http://www.how2forge.org/integrating-apc-alternative-php-cache-into-php5-fedora-13-and-apache2</guid>
 <comments>http://www.how2forge.org/integrating-apc-alternative-php-cache-into-php5-fedora-13-and-apache2#comment</comments>
</item>
<item>
 <title>Fedora 13 Samba Standalone Server With tdbsam Backend</title>
 <link>http://www.how2forge.org/fedora-13-samba-standalone-server-with-tdbsam-backend</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/fedora-13-samba-standalone-server-with-tdbsam-backend&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Fedora 13 Samba Standalone Server With tdbsam Backend&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains the installation of a Samba fileserver on 
Fedora 13 and how to configure it to share files over the SMB protocol 
as well as how to add users. Samba is configured as a standalone server,
 not as a domain controller. In the resulting setup, every user has his 
own home directory accessible via the SMB protocol and all users have a 
shared directory with read-/write access.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/samba">Samba</category>
 <category domain="http://www.how2forge.org/sitemap/storage">Storage</category>
 <pubDate>Tue, 03 Aug 2010 18:19:08 +0200</pubDate>
 <guid>http://www.how2forge.org/fedora-13-samba-standalone-server-with-tdbsam-backend</guid>
 <comments>http://www.how2forge.org/fedora-13-samba-standalone-server-with-tdbsam-backend#comment</comments>
</item>
<item>
 <title>Installing Lighttpd With PHP5 And MySQL Support On Fedora 13</title>
 <link>http://www.how2forge.org/installing-lighttpd-with-php5-and-mysql-support-on-fedora-13</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/installing-lighttpd-with-php5-and-mysql-support-on-fedora-13&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Installing Lighttpd With PHP5 And MySQL Support On Fedora 13&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Lighttpd is a secure, fast, standards-compliant web server designed 
for speed-critical environments. This tutorial shows how you can install
 Lighttpd on a Fedora 13 server with PHP5 support (through FastCGI) and 
MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/web-server">Web Server</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/lighttpd">Lighttpd</category>
 <pubDate>Thu, 29 Jul 2010 18:23:45 +0200</pubDate>
 <guid>http://www.how2forge.org/installing-lighttpd-with-php5-and-mysql-support-on-fedora-13</guid>
 <comments>http://www.how2forge.org/installing-lighttpd-with-php5-and-mysql-support-on-fedora-13#comment</comments>
</item>
<item>
 <title>Installing Nginx With PHP5 And MySQL Support On Fedora 13</title>
 <link>http://www.how2forge.org/installing-nginx-with-php5-and-mysql-support-on-fedora-13</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/installing-nginx-with-php5-and-mysql-support-on-fedora-13&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Installing Nginx With PHP5 And MySQL Support On Fedora 13&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Nginx (pronounced 
&quot;engine x&quot;) is a free, open-source, high-performance HTTP server. Nginx 
is known for its stability, rich feature set, simple configuration, and 
low resource consumption. This tutorial shows how you can install Nginx 
on a Fedora 13 server with PHP5 support (through FastCGI) and MySQL 
support.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/web-server">Web Server</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/nginx">nginx</category>
 <pubDate>Sun, 25 Jul 2010 18:46:52 +0200</pubDate>
 <guid>http://www.how2forge.org/installing-nginx-with-php5-and-mysql-support-on-fedora-13</guid>
 <comments>http://www.how2forge.org/installing-nginx-with-php5-and-mysql-support-on-fedora-13#comment</comments>
</item>
<item>
 <title>Enabling Compiz Fusion On A Fedora 13 GNOME Desktop (NVIDIA GeForce 8100) </title>
 <link>http://www.how2forge.org/enabling-compiz-fusion-on-a-fedora-13-gnome-desktop-nvidia-geforce-8100</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/enabling-compiz-fusion-on-a-fedora-13-gnome-desktop-nvidia-geforce-8100&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Enabling Compiz Fusion On A Fedora 13 GNOME Desktop (NVIDIA GeForce 
8100)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how you can enable Compiz Fusion 
on a Fedora 13 GNOME desktop (the system must have a 3D-capable graphics
 card - I&#039;m using an NVIDIA GeForce 8100 here). With Compiz Fusion you 
can use beautiful 3D effects like wobbly windows or a desktop cube on 
your desktop. I will use the free nouveau 
driver in this tutorial instead of the proprietary NVIDIA driver. 
nouveau is an accelerated Open Source driver for NVIDIA cards that comes
 with experimental 3D support on Fedora 13 - on my test system 3D 
support was working without any problems.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/desktop">Desktop</category>
 <pubDate>Thu, 01 Jul 2010 17:15:31 +0200</pubDate>
 <guid>http://www.how2forge.org/enabling-compiz-fusion-on-a-fedora-13-gnome-desktop-nvidia-geforce-8100</guid>
 <comments>http://www.how2forge.org/enabling-compiz-fusion-on-a-fedora-13-gnome-desktop-nvidia-geforce-8100#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 13 x86_64)</title>
 <link>http://www.how2forge.org/virtual-users-domains-postfix-courier-mysql-squirrelmail-fedora-13-x86_64</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/virtual-users-domains-postfix-courier-mysql-squirrelmail-fedora-13-x86_64&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Virtual Users And Domains With Postfix, Courier, MySQL And 
SquirrelMail (Fedora 13 x86_64)&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.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/email/postfix">Postfix</category>
 <pubDate>Sun, 27 Jun 2010 18:55:59 +0200</pubDate>
 <guid>http://www.how2forge.org/virtual-users-domains-postfix-courier-mysql-squirrelmail-fedora-13-x86_64</guid>
 <comments>http://www.how2forge.org/virtual-users-domains-postfix-courier-mysql-squirrelmail-fedora-13-x86_64#comment</comments>
</item>
<item>
 <title>Installing Apache2 With PHP5 And MySQL Support On Fedora 13 (LAMP)</title>
 <link>http://www.how2forge.org/installing-apache2-with-php5-and-mysql-support-on-fedora-13-lamp</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/installing-apache2-with-php5-and-mysql-support-on-fedora-13-lamp&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Installing Apache2 With PHP5 And MySQL Support On Fedora 13 (LAMP)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; LAMP is short for &lt;b&gt;L&lt;/b&gt;inux, &lt;b&gt;A&lt;/b&gt;pache, &lt;b&gt;M&lt;/b&gt;ySQL,
 &lt;b&gt;P&lt;/b&gt;HP.  This tutorial shows how you can install an 
Apache2 webserver on a Fedora 13 server with PHP5 support (mod_php) and 
MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/web-server">Web Server</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/apache">Apache</category>
 <pubDate>Sun, 20 Jun 2010 21:54:11 +0200</pubDate>
 <guid>http://www.how2forge.org/installing-apache2-with-php5-and-mysql-support-on-fedora-13-lamp</guid>
 <comments>http://www.how2forge.org/installing-apache2-with-php5-and-mysql-support-on-fedora-13-lamp#comment</comments>
</item>
<item>
 <title>Installing PowerDNS (With MySQL Backend) And Poweradmin On Fedora 12</title>
 <link>http://www.how2forge.org/installing-powerdns-with-mysql-backend-and-poweradmin-on-fedora-12</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/installing-powerdns-with-mysql-backend-and-poweradmin-on-fedora-12&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Installing PowerDNS (With MySQL Backend) And Poweradmin On Fedora 12&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article shows how you can install the PowerDNS nameserver 
(with MySQL backend) and the Poweradmin control panel for PowerDNS on a Fedora 12
 system. PowerDNS is a high-performance, authoritative-only nameserver -
 in the setup described here it will read the DNS records from a MySQL 
database (similar to MyDNS), although other backends such as PostgreSQL 
are supported as well. Poweradmin is a web-based control panel for 
PowerDNS.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/dns/powerdns">PowerDNS</category>
 <pubDate>Fri, 18 Jun 2010 11:02:34 +0200</pubDate>
 <guid>http://www.how2forge.org/installing-powerdns-with-mysql-backend-and-poweradmin-on-fedora-12</guid>
 <comments>http://www.how2forge.org/installing-powerdns-with-mysql-backend-and-poweradmin-on-fedora-12#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On A Fedora 13 Server</title>
 <link>http://www.how2forge.org/virtualization-with-kvm-on-a-fedora-13-server</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/virtualization-with-kvm-on-a-fedora-13-server&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Virtualization With KVM On A Fedora 13 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can install and use KVM for creating and 
running virtual machines on a Fedora 13 server. I will show how to 
create image-based virtual machines and also virtual machines that use a
 logical volume (LVM). KVM is short for &lt;b&gt;Kernel-based Virtual 
Machine&lt;/b&gt; and makes use of hardware virtualization, i.e., you 
need a CPU that supports hardware virtualization, e.g. Intel VT or 
AMD-V.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.how2forge.org/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 17 Jun 2010 18:10:21 +0200</pubDate>
 <guid>http://www.how2forge.org/virtualization-with-kvm-on-a-fedora-13-server</guid>
 <comments>http://www.how2forge.org/virtualization-with-kvm-on-a-fedora-13-server#comment</comments>
</item>
<item>
 <title>Fight Image Spam With FuzzyOCR And SpamAssassin On Fedora 12</title>
 <link>http://www.how2forge.org/fight-image-spam-with-fuzzyocr-and-spamassassin-on-fedora-12</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/fight-image-spam-with-fuzzyocr-and-spamassassin-on-fedora-12&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Fight Image Spam With FuzzyOCR And SpamAssassin On Fedora 12&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial describes how to scan emails for image spam with FuzzyOCR on a Fedora
 12 server. FuzzyOCR is a plugin for SpamAssassin which is aimed at 
unsolicited bulk mail containing images as the main content carrier. 
Using different methods, it analyzes the content and properties of 
images to distinguish between normal mails (ham) and spam mails. 
FuzzyOCR tries to keep the system load low by scanning only mails that 
have not already been categorized as spam by SpamAssassin, thus avoiding
 unnecessary work.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/security">Security</category>
 <pubDate>Mon, 07 Jun 2010 17:10:37 +0200</pubDate>
 <guid>http://www.how2forge.org/fight-image-spam-with-fuzzyocr-and-spamassassin-on-fedora-12</guid>
 <comments>http://www.how2forge.org/fight-image-spam-with-fuzzyocr-and-spamassassin-on-fedora-12#comment</comments>
</item>
<item>
 <title>The Perfect Desktop - Fedora 13 i686 (GNOME)</title>
 <link>http://www.how2forge.org/the-perfect-desktop-fedora-13-i686-gnome</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/the-perfect-desktop-fedora-13-i686-gnome&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;The Perfect Desktop - Fedora 13 i686 (GNOME)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how you can set up a Fedora 13 desktop 
(GNOME) that is a full-fledged replacement for a Windows desktop, i.e. 
that has all the software that people need to do the things they do on 
their Windows desktops. The advantages are clear: you get a secure 
system without DRM restrictions that works even on old hardware, and the
 best thing is: all software comes free of charge.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/desktop">Desktop</category>
 <pubDate>Thu, 03 Jun 2010 17:42:42 +0200</pubDate>
 <guid>http://www.how2forge.org/the-perfect-desktop-fedora-13-i686-gnome</guid>
 <comments>http://www.how2forge.org/the-perfect-desktop-fedora-13-i686-gnome#comment</comments>
</item>
<item>
 <title>How To Install Ailurus 10.05 On Fedora</title>
 <link>http://www.how2forge.org/how-to-install-ailurus-10.05-on-fedora</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/how-to-install-ailurus-10.05-on-fedora&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;How To Install Ailurus 10.05 On Fedora&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Ailurus is a small GPL application which helps install some nice 
software, clean yum cache, backup yum, etc. Currently Ailurus is 
available for Fedora 11, 12 and 13. This simple tutorial will explain how to install Ailurus, and how to 
solve the problems.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/desktop">Desktop</category>
 <pubDate>Thu, 03 Jun 2010 12:28:47 +0200</pubDate>
 <guid>http://www.how2forge.org/how-to-install-ailurus-10.05-on-fedora</guid>
 <comments>http://www.how2forge.org/how-to-install-ailurus-10.05-on-fedora#comment</comments>
</item>
<item>
 <title>The Perfect Server - Fedora 13 x86_64 [ISPConfig 3]</title>
 <link>http://www.how2forge.org/perfect-server-fedora-13-x86_64-ispconfig-3</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/perfect-server-fedora-13-x86_64-ispconfig-3&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;The Perfect Server - Fedora 13 x86_64 [ISPConfig 3]&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to prepare a Fedora 13 server (x86_64) for 
the installation of ISPConfig 3, and how to install ISPConfig 3. 
ISPConfig 3 is a webhosting control panel that allows you to configure 
the following services through a web browser: Apache web server, Postfix
 mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, 
and many more.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/control-panels/ispconfig">ISPConfig</category>
 <pubDate>Tue, 01 Jun 2010 18:18:16 +0200</pubDate>
 <guid>http://www.how2forge.org/perfect-server-fedora-13-x86_64-ispconfig-3</guid>
 <comments>http://www.how2forge.org/perfect-server-fedora-13-x86_64-ispconfig-3#comment</comments>
</item>
</channel>
</rss>
