Linux Tutorials on the topic “fedora”

  • Using PHP5-FPM With Apache2 On Fedora 17

    apache Author: Falko TimmeTags: , , , Comments: 0

    Using PHP5-FPM With Apache2 On Fedora 17 This tutorial shows how you can install an Apache2 webserver on a Fedora 17 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.

  • Using mod_spdy With Apache2 On Fedora 17

    apache Author: Falko TimmeTags: , , Comments: 1

    Using mod_spdy With Apache2 On Fedora 17 SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on Fedora 17.

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

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

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

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

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

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

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

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

    Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 17 x86_64) 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.

  • The Perfect Desktop - Fedora 17

    fedora Author: CSchTags: , Comments: 10

    This tutorial shows how you can set up a Fedora 17 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.

  • How To Upgrade From Fedora 16 To Fedora 17 (Desktop & Server)

    fedora Author: Falko TimmeTags: , Comments: 4

    How To Upgrade From Fedora 16 To Fedora 17 (Desktop & Server) This article describes how you can upgrade your Fedora 16 system to Fedora 17. The upgrade procedure works for both desktop and server installations.

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

    apache Author: Falko TimmeTags: , , , , Comments: 0

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

  • Installing Lighttpd With PHP5 And MySQL Support On Fedora 16

    lighttpd Author: Falko TimmeTags: , , Comments: 0

    Installing Lighttpd With PHP5 And MySQL Support On Fedora 16 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 16 server with PHP5 support (through FastCGI) and MySQL support.

  • How To Create A Kickstart File For CentOS/Fedora/RedHat (RHEL)

    Author: NetzenTags: , Comments: 3

    How To Create A Kickstart File For CentOS/Fedora/RedHat (RHEL) Working for an IT Support company means I am regularly installing CentOS, Fedora & Redhat on servers and desktop computers. Following this guide will explain how to automate the install process and install additional software with post installation scripts.