Linux Tutorials on the topic “fedora”

  • Installing Lighttpd With PHP5 And MySQL Support On Fedora 11

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

    Installing Lighttpd With PHP5 And MySQL Support On Fedora 11 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 11 server with PHP5 support (through FastCGI) and MySQL support.

  • How To Install Internet Explorer 6/7 On Fedora 10/11

    fedora Author: athmaneTags: , Comments: 2

    How To Install Internet Explorer 6/7 On Fedora 10/11 This document describes how to install the Internet Explorer (IE) 6 or 7 or both on Fedora 10 or 11 using IEs4Linux package. Some Web developers and designers (and rarely users) need to view their pages on IE for testing purpose (and see how CSS / JavaScript behaves).

  • How To Force virt-manager To Use kqemu On Fedora 10

    fedora Author: athmaneTags: , Comments: 0

    How To Force virt-manager To Use kqemu On Fedora 10 When you use virt-manager to create and manage virtual machines using QEMU as hypervisor you may notice a poor performance on a no virtualization capable processor; this is because by default libvirt (an opensource virtualization API for Xen, KVM, Qemu) ignores the kqemu module (qemu acceleration kernel module). This mini-howto tries to workaround this problem.

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

    fedora Author: Falko TimmeTags: , Comments: 0

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

  • Mantis Installation Tutorial - Fedora OS

    fedora Author: prashanthkannanTags: Comments: 8

    Mantis Installation Tutorial - Fedora OS This tutorial provides step-by-step instructions on how to install and configure Mantis - Defect Tracker on your Fedora operating system. Mantis is an open source free defect tracking utility that is really easy to configure and use. Its installation is also very easy if you follow the steps that I have mentioned below.

  • OpenERP Server Installation On Fedora 11

    fedora Author: shahjapanTags: Comments: 3

    OpenERP Server Installation On Fedora 11 This article will show you how to set up OpenERP on Fedora 11. Open ERP (formerly named Tiny ERP) is the leader open-source ERP/CRM system written mostly in Python and initiated in Belgium. It offers a three-tier web architecture, ease of use and flexibility.

  • The Perfect Desktop - Fedora 11 (GNOME)

    fedora Author: Falko TimmeTags: , Comments: 11

    The Perfect Desktop - Fedora 11 (GNOME) This tutorial shows how you can set up a Fedora 11 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 10 To Fedora 11 (Desktop & Server)

    fedora Author: Falko TimmeTags: Comments: 22

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

  • Installing SugarCRM Community Edition On Fedora 10

    fedora Author: Falko TimmeTags: Comments: 0

    Installing SugarCRM Community Edition On Fedora 10 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 10. 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.

  • How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 10

    fedora Author: Falko TimmeTags: , , Comments: 0

    How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 10. 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.