HowtoForge provides user-friendly Linux tutorials.

  • Install Firebird 2.0.3 Database Server On Ubuntu 7.10

    Author: doruilasiTags: Comments: 0

    Install Firebird 2.0.3 Database Server On Ubuntu 7.10 This tutorial explains how you can install the Firebird database server (version 2.0.3) on an Ubuntu 7.10 server.

  • Zimbra Collaboration Suite Open Source Edition On CentOS

    Author: christensen143Tags: , , Comments: 10

    Zimbra Collaboration Suite Open Source Edition On CentOS This tutorial shows how to set up Zimbra Collaboration Suite - Open Source Edition on CentOS. This tutorial covers installation of CentOS, dependencies for ZCS and setup of Split DNS when working behind a firewall. This tutorial is based on the way I set this server up and is only a suggestion. It carries no guarantees and it is highly suggested that you do this on a test server first to verify functionality. If you don't have a test server available you should download VMWare Server 1.0 and perform this tutorial on a test virtual server.

  • Enabling MSSQL for PHP5 On Debian Lenny (testing)

    Author: thedocTags: , Comments: 9

    Enabling MSSQL for PHP5 On Debian Lenny (testing) Recently I did an install of Debian Etch 4.0 to prepare it for ispconfig. Knowing I had a website that needed MSSQL support I had to figure out how to accomplish this. There may be an easier way I don't know, but this daunting task worked this way.

  • How To Reset A Forgotten Root Password With Knoppix

    Author: Falko TimmeTags: Comments: 0

    How To Reset A Forgotten Root Password With Knoppix This guide explains how you can reset a forgotten root password with the help of the Knoppix Linux Live-CD. Afterwards you can log in to your system as root again.

  • Creating Snapshot-Backups with BackerUpper On Ubuntu 7.10

    Author: Falko TimmeTags: , , Comments: 0

    Creating Snapshot-Backups with BackerUpper On Ubuntu 7.10 BackerUpper is a tool similar to Apple's TimeMachine. It is intended to create snapshot-backups of selected directories or even your full hard drive. From the BackerUpper project page: "Backerupper is a simple program for backing up selected directories over a local network. Its main intended purpose is backing up a user's personal data." This article shows how to install and use BackerUpper on Ubuntu 7.10 (Gutsy Gibbon).

  • Virtual Users And Domains With Postfix, MailScanner, Mailwatch & MySQL On CentOS 5.1

    Author: o.meyerTags: , , , Comments: 0

    Virtual Users And Domains With Postfix, MailScanner, Mailwatch & MySQL On CentOS 5.1 This document describes how to customize Falko's "Virtual Users And Domains" - setup for CentOS 5.1 so that it works with MailScanner and Mailwatch. The resulting system provides a web interface (Mailwatch) where you can manage quarantined emails, train SpamAssassin, edit the white- and blacklist, view configuration files and the detailed MySQL database status ...

  • Setting Up A PHP + MySQL Powered BitTorrent Tracker With RivetTracker

    Author: firefly2442Tags: , , Comments: 1

    Setting Up A PHP + MySQL Powered BitTorrent Tracker With RivetTracker Efficient file distribution is an important process for many websites online. BitTorrent makes this easier by sharing the uploading and downloading among clients. This alleviates the bandwidth required by the content provider. This tutorial will show you how to install RivetTracker, a PHP and MySQL driven BitTorrent tracker. RivetTracker is a heavily modified version of PHPBTTracker, written by "DeHackEd". It aims to be easy to use and manage.

  • Monitoring Multiple Systems With munin (Debian Etch)

    Author: Falko TimmeTags: , Comments: 4

    Monitoring Multiple Systems With munin (Debian Etch) In this article I will describe how you can monitor multiple systems with munin. munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration. I will install the munin client on all systems that are to be monitored (including the munin server itself); the munin clients will then report to the munin server.

  • 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."