Linux Tutorials on the topic “fedora”

  • How To Install Django On Fedora 9 (Apache2/mod_python)

    Author: Falko TimmeTags: , Comments: 2

    How To Install Django On Fedora 9 (Apache2/mod_python) This tutorial explains how to install Django on a Fedora 9 server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.

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

    Author: Falko TimmeTags: , Comments: 1

    Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 9 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.

  • Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)

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

    Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) This tutorial shows how to install and use mod_python on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.

  • Installing mod_geoip For Apache2 On Fedora 9

    Author: Falko TimmeTags: , Comments: 1

    Installing mod_geoip For Apache2 On Fedora 9 This guide explains how to set up mod_geoip with Apache2 on a Fedora 9 system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.

  • How To Fix The Sound Issues Between Skype 2.0 And Pulseaudio On Fedora 9

    Author: o.meyerTags: , Comments: 6

    How To Fix The Sound Issues Between Skype 2.0 And Pulseaudio On Fedora 9 The main problem with Pulseaudio and Skype on Fedora 9 (maybe also on other distributions) is stuttering, crackling sound. This document describes how to fix the sound issues between Skype 2.0 and Pulseaudio on Fedora 9.

  • Back Up Your Files With Areca On Fedora 9

    Author: o.meyerTags: , , Comments: 0

    Back Up Your Files With Areca On Fedora 9 Areca is a personal file backup software developed in Java. It allows you to select files or directories to backup, filter, encrypt and compress their content, and store them on your backup location. Areca supports incremental backups and generates backup reports, which can be stored on your disk or sent by email. This guide explains how to install and use it on a Fedora 9 desktop (GNOME).

  • How To Build RPM Packages In A Chroot Environment Using mach

    Author: candlerbTags: , , Comments: 1

    How To Build RPM Packages In A Chroot Environment Using mach OK, so you want to build a binary RPM package for deployment on your servers. You have a .spec file or .src.rpm that you got from one of the many repositories such as freshrpms.net or dag.wieers.com, or that you wrote yourself.

  • Setting Up PHPlist (Open-Source Newsletter Manager)

    Author: o.meyerTags: , , , , Comments: 1

    Setting Up PHPlist (Open-Source Newsletter Manager) This document describes how to set up PHPlist on Fedora, CentOS, Ubuntu and Debian. This howto should also work for other distributions with little modifications. Taken from the phplist page: "phplist is an open-source newsletter manager. phplist is free to download, install and use, and is easy to integrate with any website. phplist is downloaded more than 10 000 times per month and is listed in the top open source projects for vitality score on Freshmeat."

  • Manage Your Laptop's Hotkeys On Fedora

    Author: o.meyerTags: , Comments: 2

    Manage Your Laptop's Hotkeys On Fedora This document describes how to make your laptop's hotkeys usable on Fedora. I've tested this with Fedora 8 but it should also work with other Fedora versions - and maybe, with a little modification, also with other distributions.

  • Upgrade Your Desktop From Fedora 8 To Fedora 9 With PreUpgrade

    fedora Author: o.meyerTags: , Comments: 7

    Upgrade Your Desktop From Fedora 8 To Fedora 9 With PreUpgrade This document describes how to upgrade your desktop from Fedora 8 to Fedora 9 via PreUpgrade. PreUpgrade provides a frontend that allows the user to easily download all packages that are needed for the distribution upgrade, and then perform the distribution upgrade.