HowtoForge provides user-friendly Linux tutorials.
-
Spam Control For Postfix
Author: crypted • Tags: postfix, antivirus • Comments: 1
Spam Control For Postfix Spam is a major problem for anyone with a mail server. Many times, spam goes to email addresses that don't exist. But, it still is hitting your server even if it isn't delivered. Other times, a users inbox will be overflowing with annoying messages about Viagra, hookers, free software, and whatever else. Below is a solution. It's an ongoing accumulation of my efforts to stop spam to the best of my abilities. So far, it has a 97% success rate with over 20,000 emails (spam and ham, alike) processed.
-
Subscription FAQ
Author: admin • Tags: • Comments: 5Subscription FAQ << Back to the Become A HowtoForge Subscriber page New! We now accept RBS WorldPay payments in addition to PayPal. This page answers the most frequently asked questions (FAQ) regarding our HowtoForge subscriptions. Cost: €5 for 1 Month; €25 for 6 Months What benefits do I get if I buy a HowtoForge subscription? How long does a subscription last? What does it cost? Do subscriptions renew themselves automatically? How can I buy a subscription?5.1 If you use PayPal 5.2 If you use RBS WorldPay What payment gateways do you offer? What currencies do you support? Who will receive my payment? When can I cancel a subscription? How do I cancel a subscription?10.1 If you use PayPal 10.2 If you use RBS WorldPay What's your refund policy? Do you offer subscriptions for free? How do I import VMware Images Into VMware Player/Server? What's the root password of the VMware images? What are the network settings of the HowtoForge VMware images? How can I change the keyboard layout of the HowtoForge VMware images? Whom can I contact if I encounter problems with my subscription? 1. What benefits do I get if I buy a HowtoForge subscription? If you buy a subscription, you receive the following benefits:
-
Setting Up An NFS Server And Client On Ubuntu 10.04
Author: Falko Timme • Tags: storage, ubuntu • Comments: 12
Setting Up An NFS Server And Client On Ubuntu 10.04 This guide explains how to set up an NFS server and an NFS client on Ubuntu 10.04. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.
-
-
Integrating XCache Into PHP5 (Fedora 13 & Lighttpd)
Author: Falko Timme • Tags: fedora, lighttpd, php • Comments: 0
Integrating XCache Into PHP5 (Fedora 13 & Lighttpd) This guide explains how to integrate XCache into PHP5 on a Fedora 13 system (with Lighttpd). From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.
-
How To Integrate ClamAV (Through mod_clamav) Into ProFTPd For Virus Scanning On Debian Lenny
Author: Falko Timme • Tags: debian, ftp, security • Comments: 0
How To Integrate ClamAV (Through mod_clamav) Into ProFTPd For Virus Scanning On Debian Lenny This tutorial explains how you can integrate ClamAV into ProFTPd for virus scanning on a Debian Lenny system. This is achieved through mod_clamav. In the end, whenever a file gets uploaded through ProFTPd, ClamAV will check the file and delete it if it is malware.
-
Installing Nginx With PHP5 And MySQL Support On CentOS 5.5
Author: Falko Timme • Tags: centos, nginx • Comments: 6
Installing Nginx With PHP5 And MySQL Support On CentOS 5.5 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 a CentOS 5.5 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.3
Author: Falko Timme • Tags: lighttpd, mysql, php, suse • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.3 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 11.3 server with PHP5 support (through FastCGI) and MySQL support.
-
Setting Up An OpenVPN Server With Authentication Against OpenLDAP On Ubuntu 10.04 LTS
Author: eddiechen • Tags: ubuntu • Comments: 8
Setting Up An OpenVPN Server With Authentication Against OpenLDAP On Ubuntu 10.04 LTS OpenVPN, or Open Virtual Private Network, is a tool for creating networking "tunnels" between and among groups of computers that are not on the same local network. This is useful if you have services on a local network and need to access them remotely but don't want these services to be publicly accessible. By integrating with OpenSSL, OpenVPN can encrypt all VPN traffic to provide a secure connection between machines. The OpenLDAP backend of iRedmail allows you to integrate all kinds of applications and to realize centralized account management. This tutorial shows you how to integrate OpenVPN into the iredmail ldap backend on Ubuntu 10.04; passwords will be stored in ldap and you can change passwords through webmail.
-
Setting Up An NFS Server And Client On CentOS 5.5
Author: Falko Timme • Tags: centos, storage • Comments: 5
Setting Up An NFS Server And Client On CentOS 5.5 This guide explains how to set up an NFS server and an NFS client on CentOS 5.5. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.
-
Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04)
Author: kjette • Tags: nginx, php, ubuntu, web server • Comments: 7
Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) In this post I will explain how to install Nginx with PHP 5.3.3 and PHP-FPM on Ubuntu Lucid Lynx (10.04-amd64). The Lucid release is a Long-Term Support (LTS), meaning that it will be supported for three years on the desktop and for five years with the server version.