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

  • Encrypt Your Data With EncFS (OpenSUSE 12.3)

    opensuse Author: Falko TimmeTags: , , Comments: 0

    Encrypt Your Data With EncFS (OpenSUSE 12.3) EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on OpenSUSE 12.3 to encrypt your data.

  • Running ActiveCollab 3 On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10

    nginx Author: Falko TimmeTags: , , , Comments: 0

    Running ActiveCollab 3 On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10 This tutorial shows how you can install and run activeCollab 3 on a Debian Wheezy or Ubuntu 12.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • How To Upgrade OpenSUSE 12.2 To 12.3 (Desktop & Server)

    opensuse Author: Falko TimmeTags: , Comments: 3

    How To Upgrade OpenSUSE 12.2 To 12.3 (Desktop & Server) This guide shows how you can upgrade your OpenSUSE 12.2 desktop and server installations to OpenSUSE 12.3.

  • OpenSUSE 12.3 Samba Standalone Server With tdbsam Backend

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

    OpenSUSE 12.3 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on OpenSUSE 12.3 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.

  • Running PrestaShop 1.5.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10

    nginx Author: Falko TimmeTags: , , , Comments: 3

    Running PrestaShop 1.5.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10 This tutorial shows how you can install and run a PrestaShop 1.5.x web site on a Debian Wheezy or Ubuntu 12.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • Installing And Using OpenVZ On CentOS 6.4

    centos Author: Falko TimmeTags: , , Comments: 5

    Installing And Using OpenVZ On CentOS 6.4 In this HowTo I will describe how to prepare a CentOS 6.4 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.

  • Running Redaxo 4.4.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10

    nginx Author: Falko TimmeTags: , , , Comments: 0

    Running Redaxo 4.4.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10 This tutorial shows how you can install and run a Redaxo 4.4.x web site on a Debian Wheezy or Ubuntu 12.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • The Perfect Server - CentOS 6.4 x86_64 (nginx, Dovecot, ISPConfig 3)

    centos Author: Falko TimmeTags: , , , , Comments: 24

    The Perfect Server - CentOS 6.4 x86_64 (nginx, Dovecot, ISPConfig 3) This tutorial shows how to prepare a CentOS 6.4 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: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses nginx, not Apache.

  • Running TYPO3 4.6 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

    nginx Author: Falko TimmeTags: , , , Comments: 1

    Running TYPO3 4.6 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run a TYPO3 (version 4.6) web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). The guide also covers the use of the nc_staticfilecache extension which allows TYPO3 to cache pages as complete .html files for faster delivery (increases response times for static pages by a factor of 230; it's similar to Drupal's Boost module). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 6.4

    centos Author: Falko TimmeTags: , Comments: 0

    Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 6.4 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.