HowtoForge provides user-friendly Linux tutorials.
-
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 13
Author: Falko Timme • Tags: fedora, ftp, security • Comments: 0
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 13 This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Fedora 13 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.
-
How To Set Up WebDAV With Apache2 On Fedora 13
Author: Falko Timme • Tags: apache, fedora, web server • Comments: 0
How To Set Up WebDAV With Apache2 On Fedora 13 This guide explains how to set up WebDAV with Apache2 on a Fedora 13 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.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On OpenSUSE 11.3
Author: Falko Timme • Tags: ftp, suse • Comments: 0
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On OpenSUSE 11.3 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 Set Up A Wireless Network Using WPA/WPA2 With Radius Authentication With CIITIX-WiFi
Author: lashfay • Tags: linux, other • Comments: 2How To Set Up A Wireless Network Using WPA/WPA2 With Radius Authentication With CIITIX-WiFi This document serves as quick guide on how to set up a wireless network using WPA / WPA2 with radius authentication. This document will only cover the basics and is not exhaustive of all possibilities and features but with this information and basic networking skills you should be able to get running very soon. I decided to do this guide for the users wanting to try out and implement radius authentication for WiFi security.
-
How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME (Postfix On Debian Lenny)
Author: Falko Timme • Tags: debian, postfix • Comments: 8
How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME (Postfix On Debian Lenny) This tutorial shows how to install and use alterMIME. alterMIME is a tool that can automatically add a disclaimer to emails. In this article I will explain how to install it as a Postfix filter on Debian Lenny.
-
Install Nginx On CentOS 5.5 With SSL, PCRE, GeoIP, Zlib, Gzip And DAV Support
Author: poustchi • Tags: centos, web server, nginx • Comments: 5
Install Nginx On CentOS 5.5 With SSL, PCRE, GeoIP, Zlib, Gzip And DAV Support 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 compile and install Nginx on CentOS 5.5 server with SSL, PCRE, GeoIP, Zlib, Gzip and DAV support.
-
Setting Up An NFS Server And Client On OpenSUSE 11.3
Author: Falko Timme • Tags: storage, suse • Comments: 8
Setting Up An NFS Server And Client On OpenSUSE 11.3 This guide explains how to set up an NFS server and an NFS client on OpenSUSE 11.3. 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.
-
A Few Words On A Personal Note: We Now Also Accept RBS WorldPay Payments
Author: admin • Tags: • Comments: 0A Few Words On A Personal Note: We Now Also Accept RBS WorldPay Payments Dear HowtoForge users, as you all know, projects like HowtoForge and ISPConfig (like any other project) can survive only if we pay our bills. So far we have managed to do this by accepting online advertising on HowtoForge (yes, I know... but it's a necessary evil) on the one hand and by offering paid subscriptions to our users on the other hand, and both measures have allowed us to make HowtoForge and ISPConfig what they are now, so we'd like to express our big gratitude to our users (the ones that don't use ad blockers... ;-)) and especially to our paying subscribers: THANK YOU, THANK YOU, THANK YOU, THANK YOU!!! Up to now it was only possible for us to accept subscriptions if they were paid through PayPal, but every now and then we get complaints from users that are interested in becoming a paid subscriber, but either live in a country where PayPal is not available (yes, PayPal isn't available all over the world) or simply don't like PayPal. We have good news for you: we now also accept payments through RBS WorldPay, which is now our second payment gateway and which can be used in all parts of the world! We have explained the procedure of buying a subscription through RBS WorldPay as well as cancelling a subscription and answered lot of other questions in our Subscription FAQ. Again, the HowtoForge and ISPConfig projects say THANK YOU for your ongoing support! Thanks for your attention, and have a great day! The HowtoForge/ISPConfig Team
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 13
Author: Falko Timme • Tags: apache, fedora, php • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 13 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 13. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
Installing PHP5 Debugger On OpenSUSE 11.3
Author: wintel2006 • Tags: apache, php, suse • Comments: 3
Installing PHP5 Debugger On OpenSUSE 11.3 This tutorial shows how to install php5 debugger (xdebug) on OpenSUSE 11.3.The reason I use xdebug is, as far as I know now, xdebug supports php 5.3 or above.