HowtoForge provides user-friendly Linux tutorials.

  • Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 9

    fedora Author: Falko TimmeTags: , Comments: 1

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

  • How To Install The Zimbra Desktop Email Client On Ubuntu 8.04 LTS (Hardy Heron)

    Author: Falko TimmeTags: , , Comments: 5

    How To Install The Zimbra Desktop Email Client On Ubuntu 8.04 LTS (Hardy Heron) This article shows how you can install the Zimbra Desktop email client on an Ubuntu 8.04 LTS (Hardy Heron) desktop. Zimbra Desktop is a full-fledged replacement for email clients such as Outlook or Evolution, offering email, contacts, calendar, documents, tasks, etc. You can use it in conjunction with the Zimbra Collaboration Suite (ZCS) or any other email account that supports POP3 or IMAP.

  • Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Debian Etch

    VMWare Image Download Author: Falko TimmeTags: , Comments: 6

    Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Debian Etch This article explains how you can install and configure apache2-mpm-itk on a Debian Etch server. apache2-mpm-itk is an MPM (Multi-Processing Module) for the Apache 2 web server. mpm-itk allows you to run each of your vhost under a separate UID and GID - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. mpm-itk works with mod_php because mpm-itk is based on the traditional prefork MPM, which means it's non-threaded. This means you don't need to use suExec or suPHP anymore to run a website's PHP scripts as a separate user.

  • HOWTO: Unlock A LUKS Encrypted Root Partition Via SSH On Ubuntu

    Author: sjauTags: Comments: 12

    HOWTO: Unlock A LUKS Encrypted Root Partition Via SSH On Ubuntu Fully encrypted systems prevent others from getting your data from physical access. The rationale behind the encryption of a complete system is that you don't have worry about what you encrypt and what not, because everything (except for the /boot) partition will be encrypted. However the problem I have encountered so far is, how could I reboot my computer from afar? I would be required to be in front of the computer and enter the password. I have wondered this far how I could reboot the computer remotely.

  • How To Install Django On Mandriva 2008.1 (Apache2/mod_python)

    Author: Falko TimmeTags: , Comments: 0

    How To Install Django On Mandriva 2008.1 (Apache2/mod_python) This tutorial explains how to install Django on a Mandriva 2008.1 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.

  • VNStat On FreeBSD 7 With A PHP GUI

    Author: codenjanodTags: Comments: 0

    VNStat On FreeBSD 7 With A PHP GUI I installed VNStat and the PHP GUI to be able to view basic information regarding incoming and outgoing traffic per interface. I am using FreeBSD 7 with PHP4, as I had problems setting the GUI up with PHP5.

  • Installing The PHP WebDAV Extension On Debian Etch

    php Author: Falko TimmeTags: Comments: 0

    Installing The PHP WebDAV Extension On Debian Etch This article shows how you can install the PHP WebDAV extension for PHP5 on a Debian Etch system. The PHP WebDAV extension allows easy access to remote resources through the DAV protocol from PHP scripts.

  • How To Remotely Install Debian Over A RH Based Distro

    Author: jakev383Tags: , , Comments: 1

    How To Remotely Install Debian Over A RH Based Distro Ocassionally, servers need to be retasked for various reasons.  It has always been a challenge when the server has a distribution other than what I need. I do not want to drive to the data center to swap CDs around, so I decided to see if there was a way to remotely install the machine.  I found some notes by Erik Jacobsen and used them to come up with an up-to-date how-to.

  • How To Make monit Send SMS Alerts When Your Server Goes Down

    Author: Falko TimmeTags: , Comments: 9

    How To Make monit Send SMS Alerts When Your Server Goes Down This tutorial explains how you can configure monit to send alert messages per SMS to your mobile phone when a service fails. Because monit can send only emails but not SMS, we will use an email-to-sms gateway where monit will send its emails to, and the email-to-sms gateway will convert the emails to SMS messages.

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