Linux Tutorials on the topic “fedora”
-
How To Install Fedora 12 KDE
Author: vadi01 • Tags: desktop, fedora • Comments: 1
How To Install Fedora 12 KDE This is a very brief howto on installing Fedora 12 KDE on 64 bit machines. I installed it on my laptop, tweaked it and still tweaking. So here goes.....
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 12 (LAMP)
Author: Falko Timme • Tags: apache, fedora, mysql, php • Comments: 0
Installing Apache2 With PHP5 And MySQL Support On Fedora 12 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 12 server with PHP5 support (mod_php) and MySQL support.
-
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 12 x86_64)
Author: Falko Timme • Tags: antivirus, fedora, postfix • Comments: 1
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 12 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 (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.
-
-
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 11
Author: Falko Timme • Tags: fedora, ftp • Comments: 2
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 11 This document describes how to install a Proftpd 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 with this setup.
-
The Perfect Desktop - Fedora 12 i686 (GNOME)
Author: Falko Timme • Tags: desktop, fedora • Comments: 9
The Perfect Desktop - Fedora 12 i686 (GNOME) This tutorial shows how you can set up a Fedora 12 desktop (GNOME) 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 11 To Fedora 12 (Desktop & Server)
Author: Falko Timme • Tags: desktop, fedora • Comments: 4
How To Upgrade From Fedora 11 To Fedora 12 (Desktop & Server) This article describes how you can upgrade your Fedora 11 system to Fedora 12. The upgrade procedure works for both desktop and server installations.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 11 (LAMP)
Author: Falko Timme • Tags: apache, fedora, mysql, php • Comments: 9
Installing Apache2 With PHP5 And MySQL Support On Fedora 11 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 11 server with PHP5 support (mod_php) and MySQL support.
-
How To Set Up WebDAV With Lighttpd On Fedora 11
Author: Falko Timme • Tags: fedora, lighttpd • Comments: 0
How To Set Up WebDAV With Lighttpd On Fedora 11 This guide explains how to set up WebDAV with lighttpd on a Fedora 11 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the lighttpd server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 11
Author: Falko Timme • Tags: apache, fedora, mysql, php • Comments: 1
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 11 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 11. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
How To Set Up WebDAV With Apache2 On Fedora 11
Author: Falko Timme • Tags: apache, fedora • Comments: 0
How To Set Up WebDAV With Apache2 On Fedora 11 This guide explains how to set up WebDAV with Apache2 on a Fedora 11 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.