HowtoForge provides user-friendly Linux tutorials.

  • Install Piwigo Gallery On Nginx With Debian Wheezy

    nginx Author: nincsneveTags: , , Comments: 0

    Install Piwigo Gallery On Nginx With Debian Wheezy This tutorial shows how you can install and run a piwigo gallery site with nginx, configured for vhosts, on a Debian Wheezy system. Piwigo is a gallery-website with many plugins. In this sample we configure the vhost "gallery.domain.tld".

  • Setting Up A Subversion Repository On Linux

    Author: mscheringTags: Comments: 2

    Setting Up A Subversion Repository On Linux In this tutorial I'll explain how to setup a subversion repository for PHP Javascript development. The SVN repository will be used by multiple users using an SSH key to logon to the server. All users will use the svn system user but we'll use the SSH key to identify the user. A pre-commit hook will be used to validate the PHP and Javascript to comply with coding rules.

  • How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 13.04)

    ispconfig Author: Falko TimmeTags: , , , , , , Comments: 4

    How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 13.04) Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a PHP-FPM and a FastCGI version on an Ubuntu 13.04 server. These PHP versions can be used together with the default PHP (installed through apt) in ISPConfig.

  • Using Solr With TYPO3 On Debian Wheezy

    debian Author: Falko TimmeTags: , , Comments: 0

    Using Solr With TYPO3 On Debian Wheezy TYPO3's default search extension called "Indexed Search" is fine for small web sites, but if your web site is bigger (> 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.

  • Setting Up A Mail Server Using Exim4, Clamav, Dovecot, SpamAssassin And Many More On Debian Lenny

    debian Author: alxgomzTags: , , Comments: 4

    Setting Up A Mail Server Using Exim4, Clamav, Dovecot, SpamAssassin And Many More On Debian This howto describes one way to build a scalable, secure, full-featured mail platform. It offers virtual hosting of mailboxes in maildir format with support for quotas and server-side filtering, domain aliasing, address aliasing, address forwarding, catchall addresses. Relaying is secured with STARTTLS and SMTP-AUTH. Incoming mails are checked for viruses, spam, and checked against SPF policy and DNSBL.

  • Using Solr With TYPO3 On Debian Squeeze

    debian Author: Falko TimmeTags: , , Comments: 0

    Using Solr With TYPO3 On Debian Squeeze TYPO3's default search extension called "Indexed Search" is fine for small web sites, but if your web site is bigger (> 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.

  • The Perfect Server - Debian Wheezy (nginx, BIND, Dovecot, ISPConfig 3)

    debian VMWare Image Download Author: Falko TimmeTags: , , , , Comments: 38

    The Perfect Server - Debian Wheezy (nginx, BIND, Dovecot, ISPConfig 3) 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).

  • How To Configure Apache To Use Radius For WiKID Two-Factor Authentication On Ubuntu

    ubuntu Author: nowenTags: , , , , Comments: 0

    How To Configure Apache To Use Radius For WiKID Two-Factor Authentication On Ubuntu 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.

  • Using ngx_pagespeed With nginx On Debian Wheezy

    nginx Author: Falko TimmeTags: , , Comments: 4

    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.

  • How To Upgrade Debian Squeeze To Wheezy

    debian Author: Falko TimmeTags: Comments: 22

    How To Upgrade Debian Squeeze To Wheezy The new Debian Wheezy has just been released. This tutorial explains how to upgrade your system from Debian Squeeze to Debian Wheezy.