4
How To Set Up A Postgresql 9.0 Hot Standby Streaming Replication Server With Repmgr On OpenSUSE 11.4view story

http://howtoforge.com – How To Set Up A Postgresql 9.0 Hot Standby Streaming Replication Server With Repmgr On OpenSUSE 11.4 This is a tutorial how to set up a postgresql replicated hot standby server with streaming replication, and we also set up the repmgr to monitor and manage the replication cluster. (HowTos)

3
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 11.04view story

http://howtoforge.com – Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 11.04 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 11.04 server with PHP5 support (through PHP-FPM) and MySQL support. (HowTos)

3
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 11.04)view story

http://howtoforge.com – Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 11.04) This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. (HowTos)

3
How To Set Up MySQL Database Replication With SSL Encryption On Debian Squeezeview story

http://howtoforge.com – How To Set Up MySQL Database Replication With SSL Encryption On Debian Squeeze This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). (HowTos)

3
Setting Up A Spam-Proof Home Email Server (The Somewhat Alternate Way) (Debian Squeeze)view story

http://howtoforge.com – Setting Up A Spam-Proof Home Email Server (The Somewhat Alternate Way) (Debian Squeeze) Email spam is a huge problem. I have found for myself quite a simple solution, however it'll take some time to "migrate" completely over to it. The solution is to create a unique email address everytime I have to give an email address to someone else or to some website to sign up. (HowTos)

3
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 14view story

http://howtoforge.com – How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 14 This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Fedora 14 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware. (HowTos)

4
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Ubuntu 10.10view story

http://howtoforge.com – How To Integrate ClamAV Into PureFTPd For Virus Scanning On Ubuntu 10.10 This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on an Ubuntu 10.10 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware. (HowTos)

3
Installing Cherokee With PHP5 And MySQL Support On Debian Squeezeview story

http://howtoforge.com – Installing Cherokee With PHP5 And MySQL Support On Debian Squeeze Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. (HowTos)

3
amon.so: Highjacking System Calls For Hardening PHP - Debian Lenny And Squeezeview story

http://howtoforge.com – amon.so: Highjacking System Calls For Hardening PHP - Debian Lenny And Squeeze amon.so is a library that integrates with the PHP interpreter and intercepts and manipulates the system calls provided by libc6. (HowTos)

5
How To Save Traffic With Lighttpd's mod_compress (Debian Squeeze)view story

http://howtoforge.com – How To Save Traffic With Lighttpd's mod_compress (Debian Squeeze) In this tutorial I will describe how to configure mod_compress on a Lighttpd web server (on Debian Squeeze). mod_compress allows Lighttpd to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. (HowTos)