Articles by Falko Timme

Falko Timme

About Falko Timme

Falko Timme is an experienced Linux administrator and founder of Timme Hosting, a leading nginx business hosting company in Germany. He is one of the most active authors on HowtoForge since 2005 and one of the core developers of ISPConfig since 2000. He has also contributed to the O'Reilly book "Linux System Administration".

  • Virtualization With KVM On An OpenSUSE 11.4 Server

    opensuse Author: Falko TimmeTags: , , Comments: 0

    Virtualization With KVM On An OpenSUSE 11.4 Server This guide explains how you can install and use KVM for creating and running virtual machines on an OpenSUSE 11.4 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.

  • Installing Cherokee With PHP5 And MySQL Support On Debian Squeeze

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

    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. This tutorial shows how you can install Cherokee on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.

  • The Perfect Server - CentOS 5.6 x86_64 [ISPConfig 3]

    centos VMWare Image Download Author: Falko TimmeTags: , Comments: 31

    The Perfect Server - CentOS 5.6 x86_64 [ISPConfig 3] This tutorial shows how to prepare a CentOS 5.6 x86_64 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.

  • How To Configure PureFTPd To Accept TLS Sessions On CentOS 5.5

    centos Author: Falko TimmeTags: , , Comments: 1

    How To Configure PureFTPd To Accept TLS Sessions On CentOS 5.5 FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to configure PureFTPd to accept TLS sessions on a CentOS 5.5 server.

  • Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.4

    lighttpd VMWare Image Download Author: Falko TimmeTags: , , Comments: 0

    Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.4 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.4 server with PHP5 support (through FastCGI) and MySQL support.

  • Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 11.4

    opensuse VMWare Image Download Author: Falko TimmeTags: , , Comments: 0

    Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 11.4 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 OpenSUSE 11.4 server with PHP5 support (through PHP-FPM) and MySQL support.

  • How To Save Traffic With Lighttpd's mod_compress (Debian Squeeze)

    debian Author: Falko TimmeTags: , , Comments: 0

    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. With mod_compress, you can compress HTML, CSS, Javascript, text or XML files to approx. 20 - 30% of their original sizes, thus saving you server traffic and making your modem users happier.

  • Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.4 (LAMP)

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

    Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.4 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.4 server with PHP5 support (mod_php) and MySQL support.

  • The Perfect Desktop - OpenSUSE 11.4 (GNOME)

    opensuse Author: Falko TimmeTags: , Comments: 2

    The Perfect Desktop - OpenSUSE 11.4 (GNOME) This tutorial shows how you can set up an OpenSUSE 11.4 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.

  • Paravirtualization With Xen 4.0 On Debian Squeeze (AMD64)

    xen Author: Falko TimmeTags: , , Comments: 13

    Paravirtualization With Xen 4.0 On Debian Squeeze (AMD64) This tutorial provides step-by-step instructions on how to install Xen 4.0 on a Debian Squeeze (6.0) system (AMD64) and create paravirtualized guests. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware. This saves money, and what is even more important, it's more secure. If the virtual machine of your DNS server gets hacked, it has no effect on your other virtual machines. Plus, you can move virtual machines from one Xen server to the next one.