Linux Tutorials on the topic “fedora”

  • Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 18 x86_64)

    fedora VMWare Image Download Author: Falko TimmeTags: , , , Comments: 9

    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 (Courier-POP3, Courier-IMAP), 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 Configure PureFTPd To Accept TLS Sessions On Fedora 18

    fedora Author: Falko TimmeTags: , , Comments: 1

    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.

  • Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 18

    fedora Author: Falko TimmeTags: , Comments: 0

    Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 18 This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.

  • Encrypt Your Data With EncFS (Fedora 18)

    fedora Author: Falko TimmeTags: , Comments: 1

    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.

  • Using PHP5-FPM With Apache 2.4 (+ mod_proxy_fcgi Module) On Fedora 18

    fedora VMWare Image Download Author: Falko TimmeTags: , , , Comments: 0

    Using PHP5-FPM With Apache 2.4 (+ mod_proxy_fcgi Module) On Fedora 18 This tutorial shows how you can install an Apache 2.4 webserver on a Fedora 18 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. On Apache 2.4, we need Apache's mod_proxy_fcgi module to make it work.

  • Installing Apache2 With PHP5 And MySQL Support On Fedora 18 (LAMP)

    fedora VMWare Image Download Author: Falko TimmeTags: , , , , Comments: 1

    Installing Apache2 With PHP5 And MySQL Support On Fedora 18 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 18 server with PHP5 support (mod_php) and MySQL support.

  • Fedora 18 Samba Standalone Server With tdbsam Backend

    fedora Author: Falko TimmeTags: , , Comments: 3

    Fedora 18 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on Fedora 18 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.

  • Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 18

    fedora Author: Falko TimmeTags: , , , , Comments: 1

    Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 18 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 a Fedora 18 server with PHP5 support (through PHP-FPM) and MySQL support.

  • How To Upgrade From Fedora 17 To Fedora 18 With FedUp (Desktop & Server)

    fedora Author: Falko TimmeTags: , Comments: 3

    How To Upgrade From Fedora 17 To Fedora 18 With FedUp (Desktop & Server) This article describes how you can upgrade your Fedora 17 system to Fedora 18 with the help of the Fedora Updater (FedUp). The upgrade procedure works for both desktop and server installations.

  • Installing SugarCRM Community Edition On Fedora 17

    fedora Author: Falko TimmeTags: Comments: 0

    Installing SugarCRM Community Edition On Fedora 17 SugarCRM is a webbased CRM solution written in PHP. SugarCRM is available in different flavours called "Editions" ("Community" (free), "Professional", and "Enterprise"). For a detailed overview of the different editions, have a look at the SugarCRM website. In this tutorial I will describe the installation of the free Community Edition on Fedora 17. With the modules My Portal, Calendar, Activities, Contacts, Accounts, Leads, Opportunities, Cases, Bugtracker, Documents and Email, SugarCRM Community Edition offers everything that can be expected from a CRM solution.