HowtoForge provides user-friendly Linux tutorials.

  • Host Based Intrusion Detection - Samhain

    Author: thirddeepTags: , , , Comments: 1

    Host Based Intrusion Detection - Samhain This article describes in some detail how to install Samhain, the host based intrusion detection system. I am not going to ramble on about what host based intrusion detection is or why to use it, as there are plenty of articles already covering those subjects. This article is just to show you how to get Samhain up and running in a client / server configuration with a couple bells and whistles thrown in for fun.

  • The Perfect Server - Ubuntu 10.10 [ISPConfig 3]

    ubuntu VMWare Image Download Author: Falko TimmeTags: , Comments: 32

    The Perfect Server - Ubuntu 10.10 [ISPConfig 3] This tutorial shows how to prepare an Ubuntu 10.10 (Maverick Meerkat) server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.

  • Enabling SquirrelMail For Your Web Sites On An ISPConfig 3 Server (Debian Lenny)

    ispconfig Author: Falko TimmeTags: , , Comments: 0

    Lots of people have reported problems (such as getting 404 Not Found errors) using the SquirrelMail webmail package in their web sites created through ISPConfig 3. If you have followed the "Perfect Server" guides for ISPConfig 3, you have SquirrelMail already installed, but if you are still having the same problems, then this guide is for you. This guide explains how to configure SquirrelMail on a Debian Lenny server so that you can use it from within your web sites (created through ISPConfig).

  • The Perfect Server - Debian Lenny (Debian 5.0) With BIND & Dovecot [ISPConfig 3]

    debian VMWare Image Download Author: Falko TimmeTags: , Comments: 9

    The Perfect Server - Debian Lenny (Debian 5.0) With BIND & Dovecot [ISPConfig 3] This tutorial shows how to prepare a Debian Lenny (Debian 5.0) server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This tutorials differs from The Perfect Server - Debian Lenny (Debian 5.0) With MyDNS & Courier [ISPConfig 3] in that I use BIND and Dovecot here instead of MyDNS and Courier (of course, the other two variants - BIND & Courier or MyDNS and Dovecot are possible as well).

  • The Perfect Server - Debian Lenny (Debian 5.0) With MyDNS & Courier [ISPConfig 3]

    ispconfig VMWare Image Download Author: Falko TimmeTags: , Comments: 149

    The Perfect Server - Debian Lenny (Debian 5.0) With MyDNS & Courier [ISPConfig 3] This tutorial shows how to prepare a Debian Lenny (Debian 5.0) server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.

  • How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.10

    ubuntu VMWare Image Download Author: Falko TimmeTags: , , , Comments: 3

    How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 10.10. 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.

  • Building A Central Loghost On CentOS And RHEL 5 With rsyslog

    centos Author: zokahnTags: Comments: 3

    Building A Central Loghost On CentOS And RHEL 5 With rsyslog Gathering log messages is important. In a lot of situations you'll want to store all entries of logfiles on another server. If a server crashes or gets hacked you want to be able to browse through logfiles from this machine and you want to be sure these log files are not altered in any way. This can be accomplished using a central logserver that receives messages from all other hosts. This howto describes rsyslog putting log messages in one file per day per remote host. Rsyslog is the current standard in RHEL6 and available as a package in the current package streams in RHEL 5.5 (and CentOS 5.5). Setting up rsyslog is pretty simple. It all comes down to a single config file but (there is always a but) every setting needs some planning.

  • VBoxHeadless - Running Virtual Machines With VirtualBox 4.0 On A Headless Fedora 14 Server

    fedora Author: Falko TimmeTags: , , Comments: 3

    VBoxHeadless - Running Virtual Machines With VirtualBox 4.0 On A Headless Fedora 14 Server This guide explains how you can run virtual machines with VirtualBox 4.0 on a headless Fedora 14 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.

  • The Perfect Database Server: Firebird 2.5 And FreeBSD 8.1

    freebsd Author: mariuzTags: , Comments: 1

    The Perfect Database Server: Firebird 2.5 And FreeBSD 8.1 Here is the guide on installing Firebird 2.5 from FreeBSD 8.1 Ports and creating your first test database; also we show you how to install Flamerobin GUI (administration tool) and the PHP driver for it. This was tested on fresh FreeBSD 8.1 on a virtual machine.

  • Installing Cherokee With PHP5 And MySQL Support On Fedora 14

    cherokee VMWare Image Download Author: Falko TimmeTags: , , Comments: 1

    Installing Cherokee With PHP5 And MySQL Support On Fedora 14 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. This tutorial shows how you can install Cherokee on a Fedora 14 server with PHP5 support (through FastCGI) and MySQL support.