<?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 - Security</title>
 <link>http://www.howtoforge.com/taxonomy/term/9/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.com/rss/security.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Security</title>
  <url>http://www.howtoforge.com/images/howtoforge_rss.png</url>
  <link>http://www.howtoforge.com/taxonomy/term/9/all</link>
 </image>

<item>
 <title>Secure ISPConfig 3 And Services With GoDaddy Signed Certificate On CentOS</title>
 <link>http://www.howtoforge.com/secure-ispconfig-3-and-services-with-godaddy-signed-certificate-on-centos</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;116&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/ispconfig.gif&quot; width=&quot;113&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Secure ISPConfig 3 And Services With GoDaddy Signed Certificate On CentOS&lt;/b&gt;&lt;/p&gt;
		
&lt;p&gt;Let&#039;s set up a signed certificate from GoDaddy for the ISPConfig 
control panel, Pure-FTPD, Postfix, Dovecot, phpMyAdmin, and 
Squirrelmail. Don&#039;t forget to replace pluto.example.com with your own FQDN 
throughout this entire section!&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels/ispconfig">ISPConfig</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Wed, 29 May 2013 16:44:49 +0200</pubDate>
 <guid>http://www.howtoforge.com/secure-ispconfig-3-and-services-with-godaddy-signed-certificate-on-centos</guid>
 <comments>http://www.howtoforge.com/secure-ispconfig-3-and-services-with-godaddy-signed-certificate-on-centos#comment</comments>
</item>
<item>
 <title>Securing SSH On Ubuntu Precise With WiKID Two-Factor Authentication</title>
 <link>http://www.howtoforge.com/securing-ssh-on-ubuntu-precise-with-wikid-two-factor-authentication</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;Securing SSH On Ubuntu Precise With WiKID Two-Factor Authentication&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;SSH offers a highly secure channel for remote administration of 
servers.  However, if you face an audit for regulatory or business 
requirements, such as Visa/Mastercard PCI, you need to be aware of some 
potential authentication related short-comings that may cause headaches 
in an audit.  In this document we are going to demonstrate how to combine two-factor authentication from WiKID
 on Ubuntu. This document will also serve as the basis for 
additional tutorials because many services on Linux use PAM for 
authentication. &lt;/p&gt;</description>
 <category domain="http://www.howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Fri, 17 May 2013 12:33:44 +0200</pubDate>
 <guid>http://www.howtoforge.com/securing-ssh-on-ubuntu-precise-with-wikid-two-factor-authentication</guid>
 <comments>http://www.howtoforge.com/securing-ssh-on-ubuntu-precise-with-wikid-two-factor-authentication#comment</comments>
</item>
<item>
 <title>How To Configure Apache To Use Radius For WiKID Two-Factor Authentication On Ubuntu</title>
 <link>http://www.howtoforge.com/how-to-configure-apache-to-use-radius-for-wikid-two-factor-authentication-on-ubuntu</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;How To Configure Apache To Use Radius For WiKID Two-Factor Authentication On Ubuntu&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to add WiKID two-factor authentication to Apache 2.x using mod_auth_radius on Ubuntu 12.04 Precise. It is 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">Linux</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/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Fri, 10 May 2013 18:04:01 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-configure-apache-to-use-radius-for-wikid-two-factor-authentication-on-ubuntu</guid>
 <comments>http://www.howtoforge.com/how-to-configure-apache-to-use-radius-for-wikid-two-factor-authentication-on-ubuntu#comment</comments>
</item>
<item>
 <title>Setting Up ProFTPd + TLS On Ubuntu 12.10</title>
 <link>http://www.howtoforge.com/setting-up-proftpd-tls-on-ubuntu-12.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;Setting Up ProFTPd + TLS On Ubuntu 12.10&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 set up ProFTPd with TLS on an Ubuntu 12.10 server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Wed, 24 Apr 2013 21:12:12 +0200</pubDate>
 <guid>http://www.howtoforge.com/setting-up-proftpd-tls-on-ubuntu-12.10</guid>
 <comments>http://www.howtoforge.com/setting-up-proftpd-tls-on-ubuntu-12.10#comment</comments>
</item>
<item>
 <title>Encrypt Your Data With EncFS (OpenSUSE 12.3)</title>
 <link>http://www.howtoforge.com/encrypt-your-data-with-encfs-opensuse-12.3</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;113&quot; height=&quot;32&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/opensuse.gif&quot; width=&quot;110&quot; height=&quot;32&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  (OpenSUSE 12.3)&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 
OpenSUSE 12.3 to encrypt your data.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <category domain="http://www.howtoforge.com/sitemap/storage">Storage</category>
 <pubDate>Fri, 12 Apr 2013 17:36:48 +0200</pubDate>
 <guid>http://www.howtoforge.com/encrypt-your-data-with-encfs-opensuse-12.3</guid>
 <comments>http://www.howtoforge.com/encrypt-your-data-with-encfs-opensuse-12.3#comment</comments>
</item>
<item>
 <title>How To Run LinOTP On OpenSuSE 12.3 With PostgreSQL</title>
 <link>http://www.howtoforge.com/how-to-run-linotp-on-opensuse-12.3-with-postgresql</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;113&quot; height=&quot;32&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/opensuse.gif&quot; width=&quot;110&quot; height=&quot;32&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;How To Run LinOTP On OpenSuSE 12.3 With PostgreSQL&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial describes the installation of LinOTP on OpenSUSE 12.3 using PostgreSQL as a token database. LinOTP
 is a two factor authentication solution with One Time Passwords. In the
 following Howto we are showing how to enable SSH authentication with 
LinOTP.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Tue, 09 Apr 2013 18:06:37 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-run-linotp-on-opensuse-12.3-with-postgresql</guid>
 <comments>http://www.howtoforge.com/how-to-run-linotp-on-opensuse-12.3-with-postgresql#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 6.3 x86_64)</title>
 <link>http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-centos-6.3-x86_64</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/centos.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;Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 6.3 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, 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/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/email">Email</category>
 <category domain="http://www.howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Thu, 21 Mar 2013 17:46:09 +0100</pubDate>
 <guid>http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-centos-6.3-x86_64</guid>
 <comments>http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-centos-6.3-x86_64#comment</comments>
</item>
<item>
 <title>How To Do Mass Enrolling Of Yubikey With LinOTP</title>
 <link>http://www.howtoforge.com/how-to-do-mass-enrolling-of-yubikey-with-linotp</link>
 <description>&lt;p&gt;&lt;b&gt;How To Do Mass Enrolling Of Yubikey With LinOTP &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;When it comes to two factor authentication Yubikeys are very in 
vogue. They are small, they have a very small footprint on your keychain
 and are easy to handle as they need no driver and authentication is as 
easy as touching a button. This howto shows, how you can use the open source LinOTP&amp;nbsp; to enroll many Yubikeys to the LinOTP server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Mon, 04 Mar 2013 17:47:15 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-do-mass-enrolling-of-yubikey-with-linotp</guid>
 <comments>http://www.howtoforge.com/how-to-do-mass-enrolling-of-yubikey-with-linotp#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-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 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>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>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-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;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>Installing Adito/OpenVPN-ALS On CentOS</title>
 <link>http://www.howtoforge.com/installing-adito-openvpn-als-on-centos</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/centos.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 Adito/OpenVPN-ALS On CentOS&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;OpenVPN-ALS, formerly known as Adito, is not to be confused with OpenVPN. They both brilliant tools that work in completely different things, but in a similar way. Confused? Excellent… OpenVPN-ALS (from now on known as Adito, because I find it less 
confusing) is a browser based SSL VPN that enables you to acess 
resources on your own network, even if you are behind a restrictive 
proxy and/or firewall.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Mon, 07 Jan 2013 17:43:56 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-adito-openvpn-als-on-centos</guid>
 <comments>http://www.howtoforge.com/installing-adito-openvpn-als-on-centos#comment</comments>
</item>
<item>
 <title>The Perfect SpamSnake - Ubuntu Jeos 12.04 LTS Precise Pangolin</title>
 <link>http://www.howtoforge.com/the-perfect-spamsnake-ubuntu-jeos-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 SpamSnake - Ubuntu Jeos 12.04 LTS Precise Pangolin&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This tutorial shows how to set up an Ubuntu Jeos based server as a spamfilter in Gateway mode. In the end, you will have a SpamSnake Gateway which will relay clean emails to your MTA. You will also be able to view your incoming queue, train your SpamSnake and carry out a few more advanced operations via Baruwa.&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>
 <pubDate>Tue, 18 Dec 2012 20:00:46 +0100</pubDate>
 <guid>http://www.howtoforge.com/the-perfect-spamsnake-ubuntu-jeos-12.04-lts-precise-pangolin</guid>
 <comments>http://www.howtoforge.com/the-perfect-spamsnake-ubuntu-jeos-12.04-lts-precise-pangolin#comment</comments>
</item>
<item>
 <title>Encrypt Your Data With EncFS (OpenSUSE 12.2)</title>
 <link>http://www.howtoforge.com/encrypt-your-data-with-encfs-opensuse-12.2</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;113&quot; height=&quot;32&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/opensuse.gif&quot; width=&quot;110&quot; height=&quot;32&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  (OpenSUSE 12.2)&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 
OpenSUSE 12.2 to encrypt your data.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <category domain="http://www.howtoforge.com/sitemap/storage">Storage</category>
 <pubDate>Mon, 10 Dec 2012 19:12:52 +0100</pubDate>
 <guid>http://www.howtoforge.com/encrypt-your-data-with-encfs-opensuse-12.2</guid>
 <comments>http://www.howtoforge.com/encrypt-your-data-with-encfs-opensuse-12.2#comment</comments>
</item>
</channel>
</rss>
