HowtoForge provides user-friendly Linux tutorials.
-
Embedding Python In Apache2 With mod_python (Debian Etch)
Author: Falko Timme • Tags: apache, debian • Comments: 9Embedding Python In Apache2 With mod_python (Debian Etch) This tutorial shows how to install and use mod_python on a Debian Etch server 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.
-
How To Make A Fully Customized KDE Live CD/DVD Using Kubuntu
Author: technoshaun • Tags: desktop, ubuntu • Comments: 3How To Make A Fully Customized KDE Live CD/DVD Using Kubuntu There are tools available to allow anyone to create and distribute a completely customized Ubuntu Based distribution using the Gnome Desktop. Many Kubuntu users would like to do the same thing but such tools are not fully compatible with KDE and the Kiosk tool does not change or remove all of the Kubuntu defaults so that a program like Remastersys can create a customized ISO with the defined changes. This How To is designed to address these issues and allow those interested in creating their own customized distribution based on Kubuntu.
-
How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)
Author: Falko Timme • Tags: apache, debian, mysql • Comments: 2
How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch) This guide explains how to set up WebDAV with MySQL authentication (using mod_auth_mysql) on Apache2 on a Debian Etch server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
-
-
Automatic Picture Upload For Tiltviewer Gallery
Author: haimari1 • Tags: other • Comments: 2Automatic Picture Upload For Tiltviewer Gallery If you are using Tiltviewer you probably know that if you want to upload let's say 10 new pictures you have to edit manually the Gallery.xml file and enter each filename and attribute by hand. This is very frustrating.
-
How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS
Author: msghaleb • Tags: apache, ubuntu, high-availability • Comments: 4
How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS This tutorial shows how to set up a two-node Apache web server cluster that provides high-availability. In front of the Apache cluster we create a load balancer that splits up incoming requests between the two Apache nodes. Because we do not want the load balancer to become another "Single Point Of Failure", we must provide high-availability for the load balancer, too. Therefore our load balancer will in fact consist out of two load balancer nodes that monitor each other using heartbeat, and if one load balancer fails, the other takes over silently.
-
How To Install The Internet Explorer On Ubuntu 8.04
Author: o.meyer • Tags: desktop, ubuntu • Comments: 16How To Install The Internet Explorer On Ubuntu 8.04 This document describes how to install the Internet Explorer (different versions) on Ubuntu 8.04 with IEs4Linux. Some users - especially web developers/designers need different versions of the Internet Explorer to test their pages.
-
How To Install And Use gDesklets On Ubuntu 8.04
Author: o.meyer • Tags: desktop, ubuntu • Comments: 8How To Install And Use gDesklets On Ubuntu 8.04 This document describes how to install and use gDesklets on Ubuntu 8.04. Taken from the gDesklets page: "gDesklets is a system for bringing mini programs (desklets), such as weather forecasts, news tickers, system information displays, or music player controls, onto your desktop, where they are sitting there in a symbiotic relationship of eye candy and usefulness. The possibilities are really endless and they are always there to serve you whenever you need them, just one key-press away. The system is not restricted to one desktop environment, but currently works on most of the modern Unix desktops (including GNOME, KDE, Xfce)."
-
Quick 'n' Easy LAMP Server For CentOS/RHEL
Author: olddocks • Tags: apache, centos, mysql, php • Comments: 27Quick 'n' Easy LAMP Server For CentOS/RHEL This tutorial shows a quick way of installing a LAMP server (Linux + Apache + MySQL + PHP/Perl together commonly known as LAMP Server.) on CentOS and RHEL server systems.
-
How To Whitelist Hosts/IP Addresses In Postfix
Author: Falko Timme • Tags: postfix • Comments: 15How To Whitelist Hosts/IP Addresses In Postfix If you are administrating a mail server and use blacklists to block spam, you probably know this problem: from time to time your customers complain that they cannot receive emails from certain freemailers. Most often this happens because a freemailer was abused to send out spam and therefore got blacklisted. This short guide shows how you can whitelist such a mail server in Postfix to make your customers happy again.
-
Installing mod_geoip For Apache2 On Fedora 9
Author: Falko Timme • Tags: apache, fedora • Comments: 1Installing mod_geoip For Apache2 On Fedora 9 This guide explains how to set up mod_geoip with Apache2 on a Fedora 9 system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.