<?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 - </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 - </title>
  <url>http://www.howtoforge.com/images/howtoforge_rss.png</url>
  <link>http://www.howtoforge.com</link>
 </image>

<item>
 <title>Create And Restore Partition Images With Partimage</title>
 <link>http://www.howtoforge.com/create-and-restore-partition-images-with-partimage</link>
 <description>&lt;p&gt;&lt;b&gt;Create And Restore Partition Images With Partimage&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;Backups are usually made in one of two ways - either file-based
which means that single files are backed up, often via synchronization
and on an external disk, or image-based which means that a whole
partition is stuffed into an image file that can be restored on the
partition, containing everything there was on it. This tutorial covers
image-based backups using Partimage from a live desktop environment.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://www.howtoforge.com/sitemap/backup">Backup</category>
 <pubDate>Fri, 18 May 2012 16:17:30 +0200</pubDate>
 <guid>http://www.howtoforge.com/create-and-restore-partition-images-with-partimage</guid>
 <comments>http://www.howtoforge.com/create-and-restore-partition-images-with-partimage#comment</comments>
</item>
<item>
 <title>How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04</title>
 <link>http://www.howtoforge.com/how-to-configure-apache-to-use-radius-for-two-factor-authentication-on-ubuntu-12.04</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;56&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/apache.gif&quot; width=&quot;53&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 Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to add WiKID two-factor authentication to Apache 2.2.22 using mod_auth_radius on Ubuntu 12.04. It is also recommended that you consider using mutual https authentication for web applications that are worthy of two-factor authentication. Strong mutual authentication means that the targeted website is authenticated to the user in some cryptographically secure manner, thwarting most man-in-the-middle attacks.  The use of cryptography is key. While some sites use an image in an attempt to validate a server, it should be noted that any man-in-the-middle could simply replay such an image.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Wed, 16 May 2012 18:04:15 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-configure-apache-to-use-radius-for-two-factor-authentication-on-ubuntu-12.04</guid>
 <comments>http://www.howtoforge.com/how-to-configure-apache-to-use-radius-for-two-factor-authentication-on-ubuntu-12.04#comment</comments>
</item>
<item>
 <title>Running OXID eShop Community Edition (Version 4.5.9) On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.10</title>
 <link>http://www.howtoforge.com/running-oxid-eshop-community-edition-version-4.5.9-on-nginx-lemp-on-debian-squeeze-ubuntu-11.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;149&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/nginx.gif&quot; width=&quot;146&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Running OXID eShop Community Edition (Version 4.5.9) On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how you can install and run OXID eShop Community Edition (version 4.5.9) on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = &lt;b&gt;L&lt;/b&gt;inux + nginx (pronounced &quot;&lt;b&gt;e&lt;/b&gt;ngine x&quot;) + &lt;b&gt;M&lt;/b&gt;ySQL + &lt;b&gt;P&lt;/b&gt;HP).
 OXID eShop is a feature-rich ecommerce platform; I will use the 
Community Edition here which is licensed under an open source certified license
(GPL v3.0). nginx is a HTTP server that uses much less resources than 
Apache and delivers pages a lot of faster, especially static files.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</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>Tue, 15 May 2012 17:50:39 +0200</pubDate>
 <guid>http://www.howtoforge.com/running-oxid-eshop-community-edition-version-4.5.9-on-nginx-lemp-on-debian-squeeze-ubuntu-11.10</guid>
 <comments>http://www.howtoforge.com/running-oxid-eshop-community-edition-version-4.5.9-on-nginx-lemp-on-debian-squeeze-ubuntu-11.10#comment</comments>
</item>
<item>
 <title>Creating An NFS-Like Standalone Storage Server With GlusterFS 3.0.x On Debian Squeeze</title>
 <link>http://www.howtoforge.com/creating-an-nfs-like-standalone-storage-server-with-glusterfs-3.0.x-on-debian-squeeze</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&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/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Creating An NFS-Like Standalone Storage Server With GlusterFS 3.0.x On Debian Squeeze&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to set up a standalone storage server on Debian Squeeze. Instead of NFS, I will use GlusterFS
 here. The client system will be able to access the storage as if it was
 a local filesystem. GlusterFS is a clustered file-system capable of scaling to several 
peta-bytes. It aggregates various storage bricks over Infiniband RDMA or
 TCP/IP interconnect into one large parallel network file system. 
Storage bricks can be made of any commodity hardware such as x86_64 
servers with SATA-II RAID and Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/storage">Storage</category>
 <pubDate>Mon, 14 May 2012 17:56:14 +0200</pubDate>
 <guid>http://www.howtoforge.com/creating-an-nfs-like-standalone-storage-server-with-glusterfs-3.0.x-on-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/creating-an-nfs-like-standalone-storage-server-with-glusterfs-3.0.x-on-debian-squeeze#comment</comments>
</item>
<item>
 <title>The Perfect Desktop - Xubuntu 12.04</title>
 <link>http://www.howtoforge.com/the-perfect-desktop-xubuntu-12.04</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&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/xubuntu.gif&quot; width=&quot;39&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 - Xubuntu 12.04&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;This tutorial shows how you can set up a Xubuntu 12.04
desktop 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/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/desktop">Desktop</category>
 <pubDate>Sun, 13 May 2012 20:56:06 +0200</pubDate>
 <guid>http://www.howtoforge.com/the-perfect-desktop-xubuntu-12.04</guid>
 <comments>http://www.howtoforge.com/the-perfect-desktop-xubuntu-12.04#comment</comments>
</item>
<item>
 <title>How To Manage Your Servers With Rex - Best Practice</title>
 <link>http://www.howtoforge.com/how-to-manage-your-servers-with-rex-best-practice</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;39&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/tux.gif&quot; width=&quot;36&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 Manage Your Servers With Rex - Best Practice&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;(R)?ex is a server orchestration and configuration management tool. 
With (R)?ex you can manage all your boxes from a central point through 
the complete process of configuration management and software 
deployment. In this guide I will show you with the help of a 
project how to use (R)?ex to configure your servers and how to deploy 
software.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux">Linux</category>
 <pubDate>Fri, 11 May 2012 15:21:24 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-manage-your-servers-with-rex-best-practice</guid>
 <comments>http://www.howtoforge.com/how-to-manage-your-servers-with-rex-best-practice#comment</comments>
</item>
<item>
 <title>Installing Apache2 With PHP5 And MySQL Support On Ubuntu 12.04 LTS (LAMP)</title>
 <link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-12.04-lts-lamp</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&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/ubuntu.gif&quot; width=&quot;39&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 Ubuntu 12.04 LTS (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 an
Ubuntu 12.04 LTS server with PHP5 support (mod_php) and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</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, 10 May 2012 18:45:06 +0200</pubDate>
 <guid>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-12.04-lts-lamp</guid>
 <comments>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-12.04-lts-lamp#comment</comments>
</item>
<item>
 <title>How To Back Up MySQL Databases With mylvmbackup On Debian Squeeze</title>
 <link>http://www.howtoforge.com/how-to-back-up-mysql-databases-with-mylvmbackup-on-debian-squeeze</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;71&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/mysql_neu.gif&quot; width=&quot;68&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 Back Up MySQL Databases With mylvmbackup On Debian Squeeze&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;mylvmbackup
 is a Perl script for quickly creating MySQL backups. It uses LVM&#039;s 
snapshot feature to do so. To perform a backup, mylvmbackup obtains a 
read lock on all tables and flushes all server caches to disk, creates a
 snapshot of the volume containing the MySQL data directory, and unlocks
 the tables again. This article shows how to use it on a Debian Squeeze 
server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/backup">Backup</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Wed, 09 May 2012 17:49:37 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-back-up-mysql-databases-with-mylvmbackup-on-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/how-to-back-up-mysql-databases-with-mylvmbackup-on-debian-squeeze#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 12.04 LTS)</title>
 <link>http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-ubuntu-12.04-lts</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&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/ubuntu.gif&quot; width=&quot;39&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 (Ubuntu 12.04 LTS)&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, 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;. I will also show how to install &lt;b&gt;SquirrelMail&lt;/b&gt; as a webmail interface.&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/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/email">Email</category>
 <category domain="http://www.howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Tue, 08 May 2012 19:31:22 +0200</pubDate>
 <guid>http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-ubuntu-12.04-lts</guid>
 <comments>http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-ubuntu-12.04-lts#comment</comments>
</item>
<item>
 <title>Encrypt Your Data With EncFS (Debian Squeeze/Ubuntu 11.10)</title>
 <link>http://www.howtoforge.com/encrypt-your-data-with-encfs-debian-squeeze-ubuntu-11.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&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/debian.gif&quot; width=&quot;33&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  (Debian Squeeze/Ubuntu 11.10)&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 Debian
 Squeeze/Ubuntu 11.10 to encrypt your data.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <category domain="http://www.howtoforge.com/sitemap/storage">Storage</category>
 <pubDate>Mon, 07 May 2012 18:16:15 +0200</pubDate>
 <guid>http://www.howtoforge.com/encrypt-your-data-with-encfs-debian-squeeze-ubuntu-11.10</guid>
 <comments>http://www.howtoforge.com/encrypt-your-data-with-encfs-debian-squeeze-ubuntu-11.10#comment</comments>
</item>
<item>
 <title>The Perfect Server - Ubuntu 12.04 LTS (nginx, BIND, Dovecot, ISPConfig 3)</title>
 <link>http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-nginx-bind-dovecot-ispconfig-3</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&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/ubuntu.gif&quot; width=&quot;39&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 - Ubuntu 12.04 LTS (nginx, BIND, Dovecot, ISPConfig 3)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to prepare an Ubuntu 12.04 LTS (Precise 
Pangolin) server (with nginx, BIND, Dovecot) 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 or nginx web server, Postfix mail server, Courier or 
Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, 
SpamAssassin, ClamAV, and many more. This setup covers nginx (instead of
 Apache), BIND (instead of MyDNS), and Dovecot (instead of Courier).&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/control-panels/ispconfig">ISPConfig</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/nginx">nginx</category>
 <pubDate>Sun, 06 May 2012 20:29:22 +0200</pubDate>
 <guid>http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-nginx-bind-dovecot-ispconfig-3</guid>
 <comments>http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-nginx-bind-dovecot-ispconfig-3#comment</comments>
</item>
<item>
 <title>How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 11.10</title>
 <link>http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-ubuntu-11.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&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/ubuntu.gif&quot; width=&quot;39&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 Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 11.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial describes how you can install Apache2 with mod_fcgid 
and PHP5 on Ubuntu 11.10. mod_fcgid is a compatible alternative to the 
older mod_fastcgi. 

 It lets you execute PHP scripts with the permissions of their owners 
instead of the Apache user.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</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>Fri, 04 May 2012 14:51:49 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-ubuntu-11.10</guid>
 <comments>http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-ubuntu-11.10#comment</comments>
</item>
<item>
 <title>Proxmox VE 2.x With Software Raid</title>
 <link>http://www.howtoforge.com/proxmox-2-with-software-raid</link>
 <description>
&lt;p&gt;&lt;b&gt;Proxmox VE 2.x With Software Raid&lt;/b&gt;&lt;/p&gt;
    
&lt;p&gt;Proxmox Virtual Environment
 is an easy to use Open Source virtualization platform for running 
Virtual Appliances and Virtual Machines. Proxmox does not officially 
support software raid but I have found software raid to be very stable 
and in some cases have had better luck with it than hardware raid.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/openvz">OpenVZ</category>
 <category domain="http://www.howtoforge.com/sitemap/storage">Storage</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 03 May 2012 19:07:59 +0200</pubDate>
 <guid>http://www.howtoforge.com/proxmox-2-with-software-raid</guid>
 <comments>http://www.howtoforge.com/proxmox-2-with-software-raid#comment</comments>
</item>
<item>
 <title>The Perfect Desktop - Ubuntu 12.04 LTS (Precise Pangolin)</title>
 <link>http://www.howtoforge.com/the-perfect-desktop-ubuntu-12.04-lts-precise-pangolin</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&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/ubuntu.gif&quot; width=&quot;39&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 - Ubuntu 12.04 LTS (Precise Pangolin)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how you can set up an Ubuntu 12.04 (Precise Pangolin) desktop 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/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/desktop">Desktop</category>
 <pubDate>Wed, 02 May 2012 16:27:19 +0200</pubDate>
 <guid>http://www.howtoforge.com/the-perfect-desktop-ubuntu-12.04-lts-precise-pangolin</guid>
 <comments>http://www.howtoforge.com/the-perfect-desktop-ubuntu-12.04-lts-precise-pangolin#comment</comments>
</item>
<item>
 <title>How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian Squeeze</title>
 <link>http://www.howtoforge.com/how-to-integrate-clamav-into-pureftpd-for-virus-scanning-on-debian-squeeze</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&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/debian.gif&quot; width=&quot;33&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 Debian Squeeze&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how you can integrate ClamAV into PureFTPd for
 virus scanning on a Debian Squeeze 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/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Mon, 30 Apr 2012 21:11:11 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-integrate-clamav-into-pureftpd-for-virus-scanning-on-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/how-to-integrate-clamav-into-pureftpd-for-virus-scanning-on-debian-squeeze#comment</comments>
</item>
</channel>
</rss>

