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

  • How To Install VMware Server 2 On Ubuntu 9.10

    ubuntu Author: Falko TimmeTags: , , , Comments: 15

    How To Install VMware Server 2 On Ubuntu 9.10 This tutorial provides step-by-step instructions on how to install VMware Server 2 on an Ubuntu 9.10 desktop system. With VMware Server you can create and run guest operating systems ("virtual machines") such as Linux, Windows, FreeBSD, etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the VMware Player which is also free).

  • VBoxHeadless - Running Virtual Machines With VirtualBox 3.1 On A Headless Ubuntu 9.10 Server

    ubuntu Author: Falko TimmeTags: , , Comments: 6

    VBoxHeadless - Running Virtual Machines With VirtualBox 3.1 On A Headless Ubuntu 9.10 Server This guide explains how you can run virtual machines with Sun VirtualBox 3.1 on a headless Ubuntu 9.10 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.

  • VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless OpenSUSE 11.2 Server

    opensuse Author: Falko TimmeTags: , , Comments: 1

    VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless OpenSUSE 11.2 Server This guide explains how you can run virtual machines with Sun VirtualBox 3.1.x on a headless OpenSUSE 11.2 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.

  • VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless Debian Lenny Server

    debian Author: Falko TimmeTags: , , Comments: 3

    VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless Debian Lenny Server This guide explains how you can run virtual machines with Sun xVM VirtualBox 3.1.x on a headless Debian Lenny 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.

  • VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless Fedora 12 Server

    fedora Author: Falko TimmeTags: , , Comments: 0

    VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless Fedora 12 Server This guide explains how you can run virtual machines with Sun VirtualBox 3.1.x on a headless Fedora 12 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.

  • VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless Mandriva 2010.0 Server

    mandriva Author: Falko TimmeTags: , , Comments: 0

    VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless Mandriva 2010.0 Server This guide explains how you can run virtual machines with Sun VirtualBox 3.1.x on a headless Mandriva 2010.0 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.

  • Virtualization With KVM On A Mandriva 2010.0 Server

    mandriva Author: Falko TimmeTags: , , Comments: 2

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

  • VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless CentOS 5.4 Server

    centos Author: Falko TimmeTags: , , Comments: 3

    VBoxHeadless - Running Virtual Machines With VirtualBox 3.1.x On A Headless CentOS 5.4 Server This guide explains how you can run virtual machines with Sun VirtualBox 3.1.x on a headless CentOS 5.4 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.

  • Virtualization With KVM On A Fedora 12 Server

    fedora Author: Falko TimmeTags: , , Comments: 0

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

  • The Perfect Xen Setup For Debian And Ubuntu

    Author: Falko TimmeTags: , , , Comments: 23

    The Perfect Xen Setup For Debian And Ubuntu This tutorial provides step-by-step instructions on how to install Xen (version 2) on a Debian Sarge (3.1) system. It should apply to Ubuntu systems with little or no modifications.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.