<?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 - Fedora</title>
 <link>http://www.howtoforge.com/taxonomy/term/47/all</link>
 <description>
</description>
 <language>en</language>
 <atom:link href="http://www.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/images/howtoforge_rss.png</url>
  <link>http://www.howtoforge.com/taxonomy/term/47/all</link>
 </image>

<item>
 <title>Serving CGI Scripts With Nginx On Fedora 18</title>
 <link>http://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-fedora-18</link>
 <description>&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;Serving CGI Scripts With Nginx On Fedora 18&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how you can serve CGI scripts (Perl scripts) with
 nginx on Fedora 18. While nginx itself does not serve CGI, there are 
several ways to work around this. I will outline two solutions: the 
first is to proxy requests for CGI scripts to Thttpd, a small web server
 that has CGI support, while the second solution  uses a CGI wrapper to 
serve CGI scripts.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/nginx">nginx</category>
 <pubDate>Sun, 10 Mar 2013 20:06:08 +0100</pubDate>
 <guid>http://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-fedora-18</guid>
 <comments>http://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-fedora-18#comment</comments>
</item>
<item>
 <title>VBoxHeadless - Running Virtual Machines With VirtualBox 4.2 On A Headless Fedora 18 Server</title>
 <link>http://www.howtoforge.com/vboxheadless-running-virtual-machines-with-virtualbox-4.2-on-a-headless-fedora-18-server</link>
 <description>&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;VBoxHeadless - Running Virtual Machines With VirtualBox 4.2 On A Headless Fedora 18 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can run virtual machines with VirtualBox 4.2
  on a headless Fedora 18 server. Normally you use the VirtualBox GUI to
 manage your virtual machines, but a server does not have a desktop 
environment. Fortunately, VirtualBox comes with a tool called 
VBoxHeadless that allows you to connect to the virtual machines over a 
remote desktop connection, so there&#039;s no need for the VirtualBox GUI.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/virtualbox">VirtualBox</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 21 Feb 2013 18:28:41 +0100</pubDate>
 <guid>http://www.howtoforge.com/vboxheadless-running-virtual-machines-with-virtualbox-4.2-on-a-headless-fedora-18-server</guid>
 <comments>http://www.howtoforge.com/vboxheadless-running-virtual-machines-with-virtualbox-4.2-on-a-headless-fedora-18-server#comment</comments>
</item>
<item>
 <title>Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 18</title>
 <link>http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-fedora-18</link>
 <description>&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 (PHP-FPM) And MySQL Support On Fedora 18&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 18 server with PHP5 support (through PHP-FPM) and 
MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP 
FastCGI implementation with some additional features useful for sites of
 any size, especially busier sites. I use PHP-FPM in this tutorial 
instead of Lighttpd&#039;s spawn-fcgi.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/lighttpd">Lighttpd</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Tue, 19 Feb 2013 18:45:42 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-fedora-18</guid>
 <comments>http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-fedora-18#comment</comments>
</item>
<item>
 <title>How To Install Cinnamon Desktop On Fedora 18</title>
 <link>http://www.howtoforge.com/how-to-install-cinnamon-desktop-on-fedora-18</link>
 <description>&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 Cinnamon Desktop On Fedora 18&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how you can install Linux Mint&#039;s Cinnamon
desktop on Fedora 18. Since it has now been included in the
repositories this can now be done quite quickly. Fedora&#039;s default
desktop at the moment is GNOME 3.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/desktop">Desktop</category>
 <pubDate>Tue, 12 Feb 2013 20:16:56 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-install-cinnamon-desktop-on-fedora-18</guid>
 <comments>http://www.howtoforge.com/how-to-install-cinnamon-desktop-on-fedora-18#comment</comments>
</item>
<item>
 <title>How To Integrate DropBox Into Thunar (Fedora 18/XFCE)</title>
 <link>http://www.howtoforge.com/how-to-integrate-dropbox-into-thunar-fedora-18-xfce</link>
 <description>&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;How To Integrate DropBox Into Thunar (Fedora 18/XFCE)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Thunar is the default file manager for XFCE desktops. While it is 
easy to integrate DropBox into Nautilus, the default file manager for 
GNOME, it is not so trivial for Thunar. This guide explains how to use 
DropBox with the Thunar file manager on a Fedora 18 XFCE desktop.&lt;/p&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, 10 Feb 2013 20:44:16 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-integrate-dropbox-into-thunar-fedora-18-xfce</guid>
 <comments>http://www.howtoforge.com/how-to-integrate-dropbox-into-thunar-fedora-18-xfce#comment</comments>
</item>
<item>
 <title>How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 18</title>
 <link>http://www.howtoforge.com/how-to-integrate-clamav-into-pureftpd-for-virus-scanning-on-fedora-18</link>
 <description>&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 Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 18&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how you can integrate ClamAV into PureFTPd for
 virus scanning on a Fedora 18 system. In the end, whenever a file gets 
uploaded through PureFTPd, ClamAV will check the file and delete it if 
it is malware.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Fri, 08 Feb 2013 18:42:11 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-integrate-clamav-into-pureftpd-for-virus-scanning-on-fedora-18</guid>
 <comments>http://www.howtoforge.com/how-to-integrate-clamav-into-pureftpd-for-virus-scanning-on-fedora-18#comment</comments>
</item>
<item>
 <title>The Perfect Desktop - Fedora 18 XFCE</title>
 <link>http://www.howtoforge.com/the-perfect-desktop-fedora-18-xfce</link>
 <description>&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 18 XFCE&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;This tutorial shows how you can set up a Fedora 18
desktop (with the XFCE desktop environment) 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.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/desktop">Desktop</category>
 <pubDate>Thu, 07 Feb 2013 18:00:32 +0100</pubDate>
 <guid>http://www.howtoforge.com/the-perfect-desktop-fedora-18-xfce</guid>
 <comments>http://www.howtoforge.com/the-perfect-desktop-fedora-18-xfce#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 18 x86_64)</title>
 <link>http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-fedora-18-x86_64</link>
 <description>&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 18 x86_64)&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This document describes how to install a Postfix mail server 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;. Passwords are stored in &lt;b&gt;encrypted&lt;/b&gt;
 form in the database. 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;
</description>
 <category domain="http://www.howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/email">Email</category>
 <category domain="http://www.howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Tue, 05 Feb 2013 19:36:35 +0100</pubDate>
 <guid>http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-fedora-18-x86_64</guid>
 <comments>http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-fedora-18-x86_64#comment</comments>
</item>
<item>
 <title>How To Configure PureFTPd To Accept TLS Sessions On Fedora 18</title>
 <link>http://www.howtoforge.com/how-to-configure-pureftpd-to-accept-tls-sessions-on-fedora-18</link>
 <description>&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;How To Configure  PureFTPd To Accept TLS Sessions On Fedora 18&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;FTP is a very insecure protocol because all passwords and all data 
are transferred in clear text. By using TLS, the whole communication can
 be encrypted, thus making FTP much more secure. This article explains 
how to configure PureFTPd to accept TLS sessions on a Fedora 18 server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Mon, 04 Feb 2013 20:19:31 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-configure-pureftpd-to-accept-tls-sessions-on-fedora-18</guid>
 <comments>http://www.howtoforge.com/how-to-configure-pureftpd-to-accept-tls-sessions-on-fedora-18#comment</comments>
</item>
<item>
 <title>Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 18</title>
 <link>http://www.howtoforge.com/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-fedora-18</link>
 <description>&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 Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 18&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.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/ftp">FTP</category>
 <pubDate>Fri, 01 Feb 2013 17:33:07 +0100</pubDate>
 <guid>http://www.howtoforge.com/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-fedora-18</guid>
 <comments>http://www.howtoforge.com/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-fedora-18#comment</comments>
</item>
<item>
 <title>Encrypt Your Data With EncFS (Fedora 18)</title>
 <link>http://www.howtoforge.com/encrypt-your-data-with-encfs-fedora-18</link>
 <description>&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;Encrypt Your Data With EncFS  (Fedora 18)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;EncFS 
provides an encrypted filesystem in user-space. It runs without any 
special permissions and uses the FUSE library and Linux kernel module to
 provide the filesystem interface. It is a pass-through filesystem, not 
an encrypted block device, which means it is created on top of an 
existing filesystem. This tutorial shows how you can use EncFS on Fedora
 18 to encrypt your data.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Wed, 30 Jan 2013 17:32:54 +0100</pubDate>
 <guid>http://www.howtoforge.com/encrypt-your-data-with-encfs-fedora-18</guid>
 <comments>http://www.howtoforge.com/encrypt-your-data-with-encfs-fedora-18#comment</comments>
</item>
<item>
 <title>Using PHP5-FPM With Apache 2.4 (+ mod_proxy_fcgi Module) On Fedora 18</title>
 <link>http://www.howtoforge.com/using-php5-fpm-with-apache-2.4-mod_proxy_fcgi-module-on-fedora-18</link>
 <description>&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;Using PHP5-FPM With Apache 2.4 (+ mod_proxy_fcgi Module) On Fedora 18&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; This tutorial shows how you can install an Apache 2.4 webserver on a Fedora 18 server with PHP5  (through PHP-FPM)
 and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative 
PHP FastCGI implementation with some additional features useful for 
sites of any size, especially busier sites. On Apache 2.4, we need 
Apache&#039;s mod_proxy_fcgi module to make it work.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Sun, 27 Jan 2013 18:39:13 +0100</pubDate>
 <guid>http://www.howtoforge.com/using-php5-fpm-with-apache-2.4-mod_proxy_fcgi-module-on-fedora-18</guid>
 <comments>http://www.howtoforge.com/using-php5-fpm-with-apache-2.4-mod_proxy_fcgi-module-on-fedora-18#comment</comments>
</item>
<item>
 <title>Installing Apache2 With PHP5 And MySQL Support On Fedora 18 (LAMP)</title>
 <link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-18-lamp</link>
 <description>&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 18 (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 18 server with PHP5 support (mod_php) and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 24 Jan 2013 18:14:43 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-18-lamp</guid>
 <comments>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-18-lamp#comment</comments>
</item>
<item>
 <title>Fedora 18 Samba Standalone Server With tdbsam Backend</title>
 <link>http://www.howtoforge.com/fedora-18-samba-standalone-server-with-tdbsam-backend</link>
 <description>&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 18   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 18 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.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/samba">Samba</category>
 <category domain="http://www.howtoforge.com/sitemap/storage">Storage</category>
 <pubDate>Wed, 23 Jan 2013 17:30:58 +0100</pubDate>
 <guid>http://www.howtoforge.com/fedora-18-samba-standalone-server-with-tdbsam-backend</guid>
 <comments>http://www.howtoforge.com/fedora-18-samba-standalone-server-with-tdbsam-backend#comment</comments>
</item>
<item>
 <title>Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 18</title>
 <link>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-fedora-18</link>
 <description>&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 Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 18&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 18 server with PHP5 support  (through PHP-FPM) and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/nginx">nginx</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Tue, 22 Jan 2013 18:57:58 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-fedora-18</guid>
 <comments>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-fedora-18#comment</comments>
</item>
</channel>
</rss>
