HowtoForge provides user-friendly Linux tutorials.
-
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 12.10)
Author: Falko Timme • Tags: antivirus, email, postfix, ubuntu • Comments: 11
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'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 SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.
-
How To Run A Logitech Media Server On CentOS 6.3
Author: fhuberts • Tags: centos • Comments: 0
How To Run A Logitech Media Server On CentOS 6.3 Logitech Media Server? requires some extra steps to set up on CentOS 6. This description is based on CentOS 6.3 x86_64 minimal.
-
Running Question2Answer On Nginx (LEMP) On Debian Squeeze/Ubuntu 12.10
Author: Falko Timme • Tags: debian, ubuntu, web server, nginx • Comments: 0
Running Question2Answer On Nginx (LEMP) On Debian Squeeze/Ubuntu 12.10 This tutorial shows how you can install and run a Question2Answer web site on a Debian Squeeze or Ubuntu 12.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files. Question2Answer is a free and open source platform for Q&A sites.
-
-
How To Secure Apache2 With LinOTP
Author: cornelinux • Tags: apache, security, debian, ubuntu, web server • Comments: 2
How To Secure Apache2 With LinOTP This Howto describes the way to set up two factor authentication with one time passwords for Apache2. We assume, that you have already set up your LinOTP server. You can download Debian and Ubuntu packages or you can install the system using the Python Package Index. It provides a good quick start to get the service up and running for demo purposes (check for the latest version).
-
Using PHP5-FPM With Apache2 On Ubuntu 12.10
Author: Falko Timme • Tags: apache, php, ubuntu, web server • Comments: 2
Using PHP5-FPM With Apache2 On Ubuntu 12.10 This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.10 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.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 12.10
Author: Falko Timme • Tags: mysql, nginx, php, ubuntu, web server • Comments: 5
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 12.10 Nginx (pronounced "engine x") 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 an Ubuntu 12.10 server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP).
-
The Perfect Desktop - Xubuntu 12.10 (Quantal Quetzal)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 4
This tutorial shows how you can set up a Xubuntu 12.10 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. Xubuntu uses the lightweight XFCE desktop environment.
-
Virtualization With KVM On An OpenSUSE 12.2 Server
Author: Falko Timme • Tags: virtualization, suse, kvm • Comments: 1
Virtualization With KVM On An OpenSUSE 12.2 Server This guide explains how you can install and use KVM for creating and running virtual machines on an OpenSUSE 12.2 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 12.10 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu, web server • Comments: 2
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 12.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.10 server with PHP5 support (mod_php) and MySQL support.
-
How To Set Up OpenVPN To Authenticate With LinOTP
Author: cornelinux • Tags: security • Comments: 2How To Set Up OpenVPN To Authenticate With LinOTP This howto will show you the way to set up OpenVPN to authenticate users against the LinOTP authentication backend. Thus you can bring up your VPN using two factor authentication with different kind of OTP tokens. The interesting part is, that we will also use client certificates, so that the VPN only gets established if the machine has the right client certificate and the user has the right OTP token.