<?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?hl=en" 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>Functions In PHP</title>
 <link>http://www.howtoforge.com/functions-in-php</link>
 <description>&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-odd&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;Functions In PHP&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Functions 
are considered to be a complicated topic in programming and many newbies
 think it will cost them a hand and a leg to master them. But mark my 
words and mark them well - functions are your friends and they are one 
of the easiest and most effective things in programming to learn.&lt;/p&gt;</description>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Wed, 22 May 2013 19:39:49 +0200</pubDate>
 <guid>http://www.howtoforge.com/functions-in-php</guid>
 <comments>http://www.howtoforge.com/functions-in-php#comment</comments>
</item>
<item>
 <title>Using Solr With TYPO3 On Debian Wheezy</title>
 <link>http://www.howtoforge.com/using-solr-with-typo3-on-debian-wheezy</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;Using Solr With TYPO3 On Debian Wheezy&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;TYPO3&#039;s default search extension called &quot;Indexed Search&quot; is fine for 
small web sites, but if your web site is bigger (&amp;gt; 500 pages), it is 
getting very slow. Fortunately, you can replace it with a search 
extension that uses the ultra-fast Apache Solr search server. This 
tutorial explains how to use Apache Solr with TYPO3 on Debian Wheezy.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</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>
 <pubDate>Tue, 21 May 2013 17:37:26 +0200</pubDate>
 <guid>http://www.howtoforge.com/using-solr-with-typo3-on-debian-wheezy</guid>
 <comments>http://www.howtoforge.com/using-solr-with-typo3-on-debian-wheezy#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-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;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>Using Solr With TYPO3 On Debian Squeeze</title>
 <link>http://www.howtoforge.com/using-solr-with-typo3-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;Using Solr With TYPO3 On Debian Squeeze&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;TYPO3&#039;s default search extension called &quot;Indexed Search&quot; is fine for 
small web sites, but if your web site is bigger (&amp;gt; 500 pages), it is 
getting very slow. Fortunately, you can replace it with a search 
extension that uses the ultra-fast Apache Solr search server. This 
tutorial explains how to use Apache Solr with TYPO3 on Debian Squeeze.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</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>
 <pubDate>Tue, 14 May 2013 21:36:34 +0200</pubDate>
 <guid>http://www.howtoforge.com/using-solr-with-typo3-on-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/using-solr-with-typo3-on-debian-squeeze#comment</comments>
</item>
<item>
 <title>The Perfect Server - Debian Wheezy (nginx, BIND, Dovecot, ISPConfig 3)</title>
 <link>http://www.howtoforge.com/perfect-server-debian-wheezy-nginx-bind-dovecot-ispconfig-3</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;The Perfect Server - Debian Wheezy (nginx, BIND, Dovecot, ISPConfig 3)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to prepare a Debian Wheezy 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/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels/ispconfig">ISPConfig</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, 12 May 2013 18:09:16 +0200</pubDate>
 <guid>http://www.howtoforge.com/perfect-server-debian-wheezy-nginx-bind-dovecot-ispconfig-3</guid>
 <comments>http://www.howtoforge.com/perfect-server-debian-wheezy-nginx-bind-dovecot-ispconfig-3#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-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 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>Using ngx_pagespeed With nginx On Debian Wheezy</title>
 <link>http://www.howtoforge.com/using-ngx_pagespeed-with-nginx-on-debian-wheezy</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;Using ngx_pagespeed With nginx On Debian Wheezy&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Google has just released PageSpeed Beta for nginx, the nginx 
equivalent of mod_pagespeed for Apache. This module applies web  
performance best practices to pages, and associated assets (CSS, 
JavaScript,  images) and therefore speeds up your web site and reduces 
load times. This tutorial explains how to use PageSpeed with nginx on 
Debian Wheezy.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</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>Wed, 08 May 2013 17:22:23 +0200</pubDate>
 <guid>http://www.howtoforge.com/using-ngx_pagespeed-with-nginx-on-debian-wheezy</guid>
 <comments>http://www.howtoforge.com/using-ngx_pagespeed-with-nginx-on-debian-wheezy#comment</comments>
</item>
<item>
 <title>The Perfect Server - Debian Wheezy (Apache2, BIND, Dovecot, ISPConfig 3)</title>
 <link>http://www.howtoforge.com/perfect-server-debian-wheezy-apache2-bind-dovecot-ispconfig-3</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;The Perfect Server - Debian Wheezy (Apache2, BIND, Dovecot, ISPConfig 3)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to prepare a Debian Wheezy server (with Apache2, 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 Apache (instead 
of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels/ispconfig">ISPConfig</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/control-panels">Control Panels</category>
 <pubDate>Tue, 07 May 2013 13:42:02 +0200</pubDate>
 <guid>http://www.howtoforge.com/perfect-server-debian-wheezy-apache2-bind-dovecot-ispconfig-3</guid>
 <comments>http://www.howtoforge.com/perfect-server-debian-wheezy-apache2-bind-dovecot-ispconfig-3#comment</comments>
</item>
<item>
 <title>How To Upgrade Debian Squeeze To Wheezy</title>
 <link>http://www.howtoforge.com/how-to-upgrade-debian-squeeze-to-wheezy</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 Upgrade Debian Squeeze To Wheezy&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The new Debian Wheezy has just been released. This tutorial explains 
how to upgrade your system from Debian Squeeze to Debian Wheezy.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <pubDate>Mon, 06 May 2013 18:20:12 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-upgrade-debian-squeeze-to-wheezy</guid>
 <comments>http://www.howtoforge.com/how-to-upgrade-debian-squeeze-to-wheezy#comment</comments>
</item>
<item>
 <title>The Perfect Desktop - Ubuntu 13.04 (Raring Ringtail)</title>
 <link>http://www.howtoforge.com/the-perfect-desktop-ubuntu-13.04-raring-ringtail</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 13.04 (Raring Ringtail)&lt;/b&gt;&lt;/p&gt;



&lt;p&gt;This tutorial shows how you can set up an Ubuntu 13.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>Thu, 02 May 2013 16:57:45 +0200</pubDate>
 <guid>http://www.howtoforge.com/the-perfect-desktop-ubuntu-13.04-raring-ringtail</guid>
 <comments>http://www.howtoforge.com/the-perfect-desktop-ubuntu-13.04-raring-ringtail#comment</comments>
</item>
<item>
 <title>The Perfect Server - Ubuntu 13.04 (nginx, BIND, Dovecot, ISPConfig 3)</title>
 <link>http://www.howtoforge.com/perfect-server-ubuntu-13.04-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 13.04 (nginx, BIND, Dovecot, ISPConfig 3)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to prepare an Ubuntu 13.04 (Raring Ringtail) 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>Tue, 30 Apr 2013 16:51:54 +0200</pubDate>
 <guid>http://www.howtoforge.com/perfect-server-ubuntu-13.04-nginx-bind-dovecot-ispconfig-3</guid>
 <comments>http://www.howtoforge.com/perfect-server-ubuntu-13.04-nginx-bind-dovecot-ispconfig-3#comment</comments>
</item>
<item>
 <title>Ubuntu 13.04 Samba Standalone Server With tdbsam Backend</title>
 <link>http://www.howtoforge.com/ubuntu-13.04-samba-standalone-server-with-tdbsam-backend</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;Ubuntu 13.04  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 
Ubuntu 13.04 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/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/samba">Samba</category>
 <category domain="http://www.howtoforge.com/sitemap/storage">Storage</category>
 <pubDate>Mon, 29 Apr 2013 17:06:44 +0200</pubDate>
 <guid>http://www.howtoforge.com/ubuntu-13.04-samba-standalone-server-with-tdbsam-backend</guid>
 <comments>http://www.howtoforge.com/ubuntu-13.04-samba-standalone-server-with-tdbsam-backend#comment</comments>
</item>
<item>
 <title>The Perfect Server - Ubuntu 13.04 (Apache2, BIND, Dovecot, ISPConfig 3)</title>
 <link>http://www.howtoforge.com/perfect-server-ubuntu-13.04-apache2-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 13.04 (Apache2, BIND, Dovecot, ISPConfig 3)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to prepare an Ubuntu 13.04 (Raring Ringtail) 
server (with Apache2, 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 Apache (instead 
of nginx), 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/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels">Control Panels</category>
 <pubDate>Fri, 26 Apr 2013 17:13:32 +0200</pubDate>
 <guid>http://www.howtoforge.com/perfect-server-ubuntu-13.04-apache2-bind-dovecot-ispconfig-3</guid>
 <comments>http://www.howtoforge.com/perfect-server-ubuntu-13.04-apache2-bind-dovecot-ispconfig-3#comment</comments>
</item>
<item>
 <title>How To Upgrade Ubuntu 12.10 (Quantal Quetzal) To 13.04 (Raring Ringtail) (Desktop &amp; Server)</title>
 <link>http://www.howtoforge.com/how-to-upgrade-ubuntu-12.10-quantal-quetzal-to-13.04-raring-ringtail-desktop-and-server</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 Upgrade Ubuntu 12.10 (Quantal Quetzal) To 13.04 (Raring Ringtail) (Desktop &amp;amp; Server)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The new Ubuntu 13.04 (Raring Ringtail) has just been released.  This 
guide shows how you can upgrade your Ubuntu 12.10  desktop and server 
installations to Ubuntu 13.04.&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>Thu, 25 Apr 2013 18:15:11 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-upgrade-ubuntu-12.10-quantal-quetzal-to-13.04-raring-ringtail-desktop-and-server</guid>
 <comments>http://www.howtoforge.com/how-to-upgrade-ubuntu-12.10-quantal-quetzal-to-13.04-raring-ringtail-desktop-and-server#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-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;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>
</channel>
</rss>
