HowtoForge provides user-friendly Linux tutorials.
-
How To Make monit Send SMS Alerts When Your Server Goes Down
Author: Falko Timme • Tags: linux, monitoring • Comments: 9How 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 Timme • Tags: apache, fedora • Comments: 2How 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.
-
How To Set Up A Linux Layer 7 Packet Classifier On CentOS 5.1
Author: poustchi • Tags: kernel, centos • Comments: 8How To Set Up A Linux Layer 7 Packet Classifier On CentOS 5.1 This tutorial will walk you through setting up a Linux layer 7 packet classifier on CentOS 5.1, this can easily be adapted to any other Linux distribution out there.
-
-
Postfix Virtual Hosting With LDAP Backend With Dovecot As IMAP/POP3 Server On Ubuntu Hardy Heron 8.04 TLS
Author: Miguel • Tags: postfix, ubuntu • Comments: 19
Postfix Virtual Hosting With LDAP Backend With Dovecot As IMAP/POP3 Server On Ubuntu Hardy Heron 8.04 TLS I've been running with a MySQL backend for virtual hosting for some time, but when I discovered Phamm and the added FTP feature (amongst others) I decided to switch to LDAP as backend for Postfix with virtual hosting. In view of the fact that the installation and configuration guide of Phamm is lacking some basic information it took me quite some time (including crying, swearing, getting depressed, ...) to put it all together and get it working. Long live google to find hints or explanations for problems and configuration issues. Piecing it all together wasn't simple so I would like to share how I configured it and got it all working toghether (as I like), but I think that it will benefit other users as well.
-
Set Up Eclipse PDT 2.0 On Eclipse 3.4 (Ganymede)
Author: jfalvarez • Tags: php • Comments: 60Set Up Eclipse PDT 2.0 On Eclipse 3.4 (Ganymede) This is a howto about setting up a proffessional PHP IDE using Eclipse by hand. I'll be using Eclipse PDT for PHP support. The PDT project provides a PHP Development Tools framework for the Eclipse platform. This project encompasses all development components necessary to develop PHP and facilitate extensibility. It leverages the existing Web Tools Project in providing developers with PHP capabilities. We will have in the end features like subversion support, edit remote files, database development, debugging and more.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 9
Author: Falko Timme • Tags: fedora, ftp • Comments: 1Virtual 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.
-
How To Setup a Wi-Fi Hotspot
Author: swarmspot • Tags: other • Comments: 35
A How To for DD-WRT, FreeRadius and Chillispot. Creating a Wi-Fi Internet hotspot service from scratch can seem like a daunting task. I had many sleepless nights trying to get to grips with FreeRadius, DD-WRT, Chillispot etc. I hope that this How To helps you to avoid some of the problems I encountered along the way.Regards Sean Bracken
-
How To Install Django On Debian Etch (Apache2/mod_python)
Author: Falko Timme • Tags: apache, debian • Comments: 8How To Install Django On Debian Etch (Apache2/mod_python) This tutorial explains how to install Django on a Debian Etch 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.
-
Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)
Author: Falko Timme • Tags: apache, centos, debian, fedora, mandriva, suse, ubuntu • Comments: 0Embedding 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.
-
Step By Step: Install Wordpress Multiuser (WPMU) On FreeBSD 7
Author: alamster • Tags: freebsd • Comments: 0Step By Step: Install Wordpress Multiuser (WPMU) On FreeBSD 7 Wordpress is one of my favourite blog engines because it's easy and supports many plugins. Wordpress also available in multi-user mode which means a single Wordpress installation will cover many users with their own subdomain. This howto will show the steps taken to install Wordpress wpmu on a server running FreeBSD 7 stable.