Linux Tutorials on the topic “debian”
-
OpenVZ On Debian Etch For Webservers
Author: cies • Tags: debian, openvz, virtualization • Comments: 3OpenVZ On Debian Etch For Webservers Virtualization is nice! A good practice for servers, since it makes things more secure, scalable, replacable, and replicable. All this at the cost of little added complexity. This guide is written during an install of a Supermicro machine with 2 dual-core opterons (64-bit), 2 identical disks (for RAID) and a load of memory. Why OpenVZ and not XEN or the recent KVM kernel module? Well, XEN is not very stable for 64-bit architectures (yet), and it comes with quite a bit of overhead (every VM runs its own kernel) due to its complexity. KVM is very simple but restricts you to run a kernel as one process, so the VM cannot benefit from multi core systems.
-
How To Install VMware Server On Debian 4.0 (Etch)
Author: Till Brehm • Tags: debian, virtualization, vmware • Comments: 18How To Install VMware Server On Debian 4.0 (Etch) This tutorial provides step-by-step instructions about how to install the free VMware Server (version 1.0.2) on a Debian Etch 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). In this article we use Debian Etch (4.0) as the host operating system.
-
Debian Etch And Xen From The Debian Repository
Author: michele_petrazzo • Tags: debian, virtualization, xen • Comments: 2Debian Etch And Xen From The Debian RepositoryThis how-to provides step-by-step instructions on how to install Xen on an already working Debian Etch system. You can find all the software used here in the Etch repository, so no external files or compilation are needed.
-
-
The Perfect Xen 3.1.0 Setup For Debian Etch (i386)
Author: Falko Timme • Tags: debian, virtualization, xen • Comments: 7
The Perfect Xen 3.1.0 Setup For Debian Etch (i386) This tutorial provides step-by-step instructions on how to install Xen (version 3.1.0) on a Debian Etch (4.0) system (i386). 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.
-
How To Set Up VMware Tools On Various Linux Distributions
Author: o.meyer • Tags: linux, virtualization, debian, fedora, ubuntu, desktop, pclinuxos, vmware • Comments: 0How To Set Up VMware Tools On Various Linux Distributions This document explains how to set up the VMware Tools in the following guest operating systems: Ubuntu 7.04, Fedora 7, PCLinuxOS 2007 and Debian Etch. Installing VMware Tools in your guest operating systems will help maximize performance, provide mouse synchronization and copy & paste functionality. This article also shows a way of making VMware Tools start automatically when you start a guest operating system.
-
How To Make Your Xen-PAE Kernel Work With More Than 4GB RAM (Debian Etch With GRUB)
Author: Falko Timme • Tags: debian, virtualization, xen • Comments: 1How To Make Your Xen-PAE Kernel Work With More Than 4GB RAM (Debian Etch With GRUB) If you have a server with more than 4GB RAM and want to install a 32bit Debian Etch on it (following this tutorial: Debian Etch And Xen From The Debian Repository), you'd expect the Xen-PAE kernel to see all your RAM because the Xen-PAE kernel supports up to 64GB RAM. In fact, it recognizes only about 3.3GB RAM due to a bug in the GRUB bootloader. This article explains how you can fix GRUB so that all your RAM gets recognized.
-
Installing And Using OpenVZ On Debian Etch
Author: Falko Timme • Tags: debian, openvz, virtualization • Comments: 2Installing And Using OpenVZ On Debian Etch In this HowTo I will describe how to prepare a Debian Etch 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.
-
Get WebVZ On Debian Etch To Administrate OpenVZ
Author: snapo • Tags: debian, openvz, virtualization • Comments: 3Get WebVZ On Debian Etch To Administrate OpenVZ First you must have OpenVZ installed and configured. You can find a tutorial to do this on HowtoForge. Because of a small problem/error in Debian Etch, it is not possible to update the Rubygems system because a Require in the gems is missing. But we can solve it with a simple edit of the file. WebVZ is one of the simplest and most powerful web management tools for OpenVZ.
-
Install WebVZ 2.0 On Debian Etch To Administrate OpenVZ
Author: shuaibzahda • Tags: debian, openvz, virtualization • Comments: 10
Install WebVZ 2.0 On Debian Etch To Administrate OpenVZ WebVZ is one of the simplest and most powerful web management tools for OpenVZ. This article explains how you can install WebVZ 2.0 on a Debian Etch system.
-
Clone/Back Up/Restore OpenVZ VMs With vzdump
Author: Falko Timme • Tags: virtualization, debian, openvz • Comments: 4
Clone/Back Up/Restore OpenVZ VMs With vzdump vzdump is a backup and restore utility for OpenVZ VMs. This tutorial shows how you can use it to clone/back up/restore virtual machines with vzdump.