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

  • Installing And Using OpenVZ On Debian Lenny (AMD64)

    openvz Author: Falko TimmeTags: , , Comments: 4

    Installing And Using OpenVZ On Debian Lenny (AMD64) In this HowTo I will describe how to prepare a Debian Lenny 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.

  • How To Run Fully-Virtualized Guests (HVM) With Xen 3.2 On Debian Lenny (x86_64)

    xen Author: Falko TimmeTags: , , Comments: 10

    How To Run Fully-Virtualized Guests (HVM) With Xen 3.2 On Debian Lenny (x86_64) This guide explains how you can set up fully-virtualized guests (HVM) with Xen 3.2 on a Debian Lenny x86_64 host system. HVM stands for HardwareVirtualMachine; to set up such guests, you need a CPU that supports hardware virtualization (Intel VT or AMD-V). Hardware virtualization allows you to install unmodified guest systems (in contrast to paravirtualization where the guest kernel needs to be modified); that way you cannot only virtualize OpenSource operating systems like Linux and BSD, but also closed-source operating systems like Windows where you cannot modify the kernel.

  • Installing KVM Guests With virt-install On Ubuntu 8.10 Server

    ubuntu Author: Falko TimmeTags: , , Comments: 0

    Installing KVM Guests With virt-install On Ubuntu 8.10 Server Unlike virt-manager, virt-install is a command line tool that allows you to create KVM guests on a headless server. You may ask yourself: "But I can use vmbuilder to do this, why do I need virt-install?" The difference between virt-install and vmbuilder is that vmbuilder is for creating Ubuntu-based guests, whereas virt-install lets you install all kinds of operating systems (e.g. Linux, Windows, Solaris, FreeBSD, OpenBSD) and distributions in a guest, just like virt-manager. This article shows how you can use it on an Ubuntu 8.10 KVM server.

  • Managing OpenVZ With The WebVZ Control Panel On Debian Lenny

    openvz Author: Falko TimmeTags: , , Comments: 1

    Managing OpenVZ With The WebVZ Control Panel On Debian Lenny This guide explains how you can install WebVZ on a Debian Lenny OpenVZ host. WebVZ is a light web-based control panel for OpenVZ. It has its own web server (Webrick) and database engine (SQLITE 3).

  • Virtualization With KVM On A Debian Lenny Server

    debian Author: Falko TimmeTags: , , Comments: 6

    Virtualization With KVM On A Debian Lenny Server This guide explains how you can install and use KVM for creating and running virtual machines on a Debian Lenny 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.

  • How To Install VMware Server 1.0.x On An Ubuntu 8.10 Desktop

    ubuntu Author: Falko TimmeTags: , , , Comments: 10

    How To Install VMware Server 1.0.x On An Ubuntu 8.10 Desktop This tutorial provides step-by-step instructions on how to install VMware Server 1.0.x (1.0.8 at the time of this writing) on an Ubuntu 8.10 desktop system. This is for those who prefer VMware Server 1.0.x over VMware Server 2.

  • Virtualization With KVM On A Fedora 10 Server

    fedora Author: Falko TimmeTags: , , Comments: 3

    Virtualization With KVM On A Fedora 10 Server This guide explains how you can install and use KVM for creating and running virtual machines on a Fedora 10 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.

  • How To Install VMware Server 1.0.x On A Debian Lenny Desktop

    debian Author: Falko TimmeTags: , , , Comments: 8

    How To Install VMware Server 1.0.x On A Debian Lenny Desktop This tutorial provides step-by-step instructions on how to install VMware Server 1.0.x (1.0.8 at the time of this writing) on a Debian Lenny desktop system. This is for those who prefer VMware Server 1.0.x over VMware Server 2.

  • Installing VirtualBox 2 On A Debian Lenny Desktop

    debian Author: Falko TimmeTags: , , , Comments: 8

    Installing VirtualBox 2 On A Debian Lenny Desktop This tutorial shows how you can install Sun xVM VirtualBox 2 on a Debian Lenny desktop. VirtualBox is available as a package from the official Debian Lenny repository, but it's very old (version 1.6.6), therefore I explain how to install the current version (2.1.4 at the time of this writing). With VirtualBox you can create and run guest operating systems ("virtual machines") such as Linux and Windows under a host operating system. There are two ways of installing VirtualBox: from precompiled binaries that are available for some distributions and come under the PUEL license, and from the sources that are released under the GPL. This article will show how to set up VirtualBox 2 (2.1.4 at the time of this writing) from the precompiled binaries.

  • KVM Virtualization With Enomalism 2 On An Ubuntu 8.10 Server

    ubuntu Author: Falko TimmeTags: , , Comments: 4

    KVM Virtualization With Enomalism 2 On An Ubuntu 8.10 Server Enomalism ECP (Elastic Computing Platform) provides a web-based control panel that lets you design, deploy, and manage virtual machines on one or more host systems (in the case of multiple systems, we speak of a cluster or cloud). This article shows how you can use Enomalism (also know as Enomaly) to manage KVM guests on one Ubuntu 8.10 server.