Linux Tutorials on the topic “fedora”

  • Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Fedora 8

    Author: o.meyerTags: , Comments: 5

    Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Fedora 8 This document describes how to set up a two-node load balancer in an active/passive configuration with HAProxy and heartbeat on Fedora 8. The load balancer acts between the user and two (or more) Apache web servers that hold the same content. The load balancer passes the requests to the web servers and it also checks their health. If one of them is down, all requests will automatically be redirected to the remaining web server(s). In addition to that, the two load balancer nodes monitor each other using heartbeat. If the master fails, the slave becomes the master - users won't notice any disruption of the service. HAProxy is session-aware - you can use it with any web application that makes use of sessions like forums, shopping carts, etc.

  • Osmo Personal Organizer On Fedora 8

    Author: o.meyerTags: , Comments: 1

    Osmo Personal Organizer On Fedora 8 This document describes how to install and use Osmo on Fedora 8. Taken from the Osmo web page: "Osmo is a handy personal organizer, which includes calendar, tasks manager and address book modules. It was designed to be a small, easy to use and good looking PIM tool to help to manage personal information. In its current state the organizer is quite convenient to use - for example, the user can perform nearly all operations using the keyboard. Also, a lot of parameters are configurable to meet the user's preferences. On the technical side, Osmo is GTK+ based tool which uses a plain XML database to store all personal data."

  • Master-Master Replication With MySQL 5 On Fedora 8

    Author: o.meyerTags: , , Comments: 3

    Master-Master Replication With MySQL 5 On Fedora 8 This document describes how to set up master-master replication with MySQL 5 on Fedora 8. Since version 5, MySQL comes with built-in support for master-master replication, solving the problem that can happen with self-generated keys. In former MySQL versions, the problem with master-master replication was that conflicts arose immediately if node A and node B both inserted an auto-incrementing key on the same table. The advantages of master-master replication over the traditional master-slave replication are that you don't have to modify your applications to make write accesses only to the master, and that it is easier to provide high-availability because if the master fails, you still have the other master.

  • Back Up Your Files With Fwbackups On Fedora 8

    Author: o.meyerTags: , , Comments: 0

    Back Up Your Files With Fwbackups On Fedora 8 This document describes how to set up, configure and use Fwbackups on a Fedora 8 desktop. The result is an easy-to-use backup system for desktop usage. Fwbackups creates partial backups which can be stored locally or on a removable device. You have also the option to run scheduled backups.

  • Automatically Add Disclaimers To Outgoing Emails With alterMIME On Fedora 8

    Author: o.meyerTags: , , Comments: 5

    Automatically Add Disclaimers To Outgoing Emails With alterMIME On Fedora 8 This document describes how to install and configure alterMIME as a Postfix filter on a Fedora 8 system. The resulting system will automatically add disclaimers to outgoing emails.

  • How To Set Up A Local Yum Repository On Fedora 8

    Author: Falko TimmeTags: Comments: 3

    How To Set Up A Local Yum Repository On Fedora 8 This tutorial shows how to create a Fedora 8 yum repository for your local network. Having a local Fedora mirror is good if you have to install multiple systems in your local network because then all needed packages can be downloaded over the fast LAN connection, thus saving your internet bandwidth.

  • Network Management And Monitoring With Hyperic HQ On Fedora 8

    Author: o.meyerTags: , Comments: 0

    Network Management And Monitoring With Hyperic HQ On Fedora 8 This document describes how to set up Hyperic HQ on Fedora 8. The resulting system provides an awesome, web-based "System ManagementSoftware". It's the next stage of classical monitoring and able to manage all kinds of operating systems, web servers, application servers and database servers.

  • Virtual Users And Domains With Postfix, Courier And MySQL (Fedora 8)

    fedora Author: Falko TimmeTags: , , Comments: 4

    Virtual Users And Domains With Postfix, Courier And MySQL (Fedora 8) This document describes how to install a mail server based on Postfix 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 (quota is not built into Postfix by default, I'll show how to patch your Postfix appropriately). Passwords are stored in encrypted form in the database (most documents I found were dealing with plain text passwords which is a security risk). In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses.

  • Back Up Your Files With Pybackpack On Fedora 8

    Author: o.meyerTags: , , Comments: 0

    Back Up Your Files With Pybackpack On Fedora 8 This document describes how to set up, configure and use Pybackpack on Fedora 8. The result is an easy to use backup system for desktop usage. Pybackpack creates incremental backups which can be stored locally or remotely (SSH) - the usage of removable devices is supported. You have also the option to burn the backup(s) directly on a CD/DVD.

  • Installing FOG Computer Imaging Solution On Fedora 8

    Author: osschoolTags: , Comments: 0

    Installing FOG Computer Imaging Solution On Fedora 8 This tutorial will show how to install FOG, a free computer imaging solution on Fedora 8. FOG is an open source replacement for products like Ghost or Zenworks Imaging. FOG can be used to image Windows XP and Vista machines that have a single partition on them. FOG does not use boot disks, instead everything is done via PXE and DHCP. The management of FOG is all done via a web portal. FOG also includes things like memtest, disk wiping, low-level disk checking and file recovery. FOG also includes a service that will do things like change the computer's hostname after imaging, etc.