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".

  • Using Version Control For Your /etc Directory With etckeeper And Bazaar On Debian Squeeze

    debian Author: Falko TimmeTags: Comments: 2

    Using Version Control For Your /etc Directory With etckeeper And Bazaar On Debian Squeeze This tutorial explains how you can store the contents of your /etc directory in a version control system (VCS) with the help of etckeeper on Debian Squeeze. etckeeper hooks into Debian's package manager apt so that whenever you install/remove a package with apt, etckeeper will commit all changes to the /etc directory to your VCS; it also tracks file metadata such as permissions which is important for files such as /etc/shadow. Using etckeeper, you can go back to a previous version of /etc if an update has overwritten valuable configuration files. Not only will etckeeper track apt's changes to /etc, it will also do a daily auto-commit so that your manual changes go to VCS as well; in addition to that, you can do commits at any time manually.

  • Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.6

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

    Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.6 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 5.6 server with PHP5 support (through FastCGI) and MySQL support.

  • CentOS 5.6 Samba Standalone Server With tdbsam Backend

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

    CentOS 5.6 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on CentOS 5.6 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.

  • How To Make An Ubuntu 11.04 Classic Desktop Resemble A Mac (With Elementary, Docky & Gloobus-Preview)

    ubuntu Author: Falko TimmeTags: , Comments: 4

    How To Make An Ubuntu 11.04 Classic Desktop Resemble A Mac (With Elementary, Docky & Gloobus-Preview) This article shows how you can change the appearance of your Ubuntu 11.04 desktop (with the Ubuntu Classic interface, i.e., GNOME instead of Unity) so that it resembles a Mac. This can be achieved with the help of Elementary, Docky, and Gloobus-Preview. Elementary is a project that provides a popular icon set and GTK theme; Docky is an interactive dock (like the one you know from a Mac) that provides easy access to some of the files, folders, and applications on your computer, and more; and Gloobus-Preview is an extension for the Gnome Desktop Environment designed to enable a full screen preview of any kind of file or directory.

  • Enabling Compiz Fusion On An Ubuntu Classic 11.04 Desktop (GNOME) (NVIDIA GeForce 8200)

    compizfusion Author: Falko TimmeTags: , Comments: 2

    Enabling Compiz Fusion On An Ubuntu Classic 11.04 Desktop (GNOME) (NVIDIA GeForce 8200) This tutorial shows how you can enable Compiz Fusion on an Ubuntu 11.04 (Natty Narwhal) desktop with the classic GNOME interface, i.e., no Unity (the system must have a 3D-capable graphics card - I'm using an NVIDIA GeForce 8200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.

  • Installing And Using OpenVZ On Fedora 15

    openvz Author: Falko TimmeTags: , , Comments: 1

    Installing And Using OpenVZ On Fedora 15 In this HowTo I will describe how to prepare a Fedora 15 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.

  • Enabling Compiz Fusion On An Ubuntu 11.04 Desktop (With The Unity Desktop)

    compizfusion Author: Falko TimmeTags: , Comments: 1

    Enabling Compiz Fusion On An Ubuntu 11.04 Desktop (With The Unity Desktop) This tutorial shows how you can enable Compiz Fusion on an Ubuntu 11.04 (Natty Narwhal) desktop with the Unity interface (the system must have a 3D-capable graphics card which I assume it has because otherwise Unity wouldn't start, and GNOME would be used instead). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.

  • Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 15 x86_64)

    fedora Author: Falko TimmeTags: , , Comments: 2

    Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 15 x86_64) 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. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.

  • OpenSUSE 11.4 Samba Standalone Server With tdbsam Backend

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

    OpenSUSE 11.4 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on OpenSUSE 11.4 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.

  • Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Ubuntu 11.04)

    android Author: Falko TimmeTags: , , , Comments: 4

    Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Ubuntu 11.04) This tutorial describes how you can set up an development environment for building Android apps on an Ubuntu 11.04 desktop using Eclipse, the Android SDK, and PhoneGap. I will describe how to build Android apps from the command line with PhoneGap and from the GUI with Eclipse and PhoneGap and how to test them in an Android emulator and on a real Android device. PhoneGap allows you to develop your Android applications using web technologies such as HTML, CSS, and JavaScript (e.g. with JavaScript libraries such as jQuery/jQTouch), and it will turn these web apps into native Android apps (in fact, PhoneGap supports multiple platforms such as Android, iPhone, Palm, Windows Mobile, Symbian, so you can use the same sources to create apps for multiple platforms).