- Virtualization With KVM On Ubuntu 9.10
This guide explans how you can install and use KVM for creating and running virtual machines on an Ubuntu 9.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.
with kvm machine ubuntu virtual virtualization vm
- Virtualization With Xen 3.3.1 On Debian Etch
This tutorial provides step-by-step instructions on how to install Xen 3.3.1 on a Debian Etch (4.0) system. 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.
with debian dom0 domu etch machine paravirtualization virtual virtualization xen
- Virtualization With Xen On CentOS 6.2 (x86_64) (Paravirtualization & Hardware Virtualization)
This tutorial provides step-by-step instructions on how to install Xen (version 4.1.2) on a CentOS 6.2 (x86_64) system. 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, but still use the same hardware.
with centos hvm hypervisor libvirt lvm virt-install virt-manager virtualization xen
- Virtualization With Xen On CentOS 6.3 (x86_64) (Paravirtualization & Hardware Virtualization)
This tutorial provides step-by-step instructions on how to install Xen (version 4.1.x) on a CentOS 6.3 (x86_64) system. 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.
with centos hypervisor machine virtual virtualization xen
- Virtualization With Xen On Debian Lenny (AMD64)
This tutorial provides step-by-step instructions on how to install Xen on a Debian Lenny (5.0) system (AMD64). 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
with debian dom0 domu lenny machine paravirtualization virtual virtualization xen
- Virtualization With XenServer 5.5.0
This Howto covers the installation of XenServer 5.5.0 and the creation of virtual machines with the XenCenter administrator console. XenServer is a free virtualization platform from Citrix, the company behind the well known Xen virtualization engine. XenServer makes it easy to create, run and manage Xen virtual machines with the XenCenter administrator console. The XenServer installation CD contains a full Linux distribution which is customized to run XenServer.
with citrix linux machine virtual virtualization xen xencenter xenserver
- Virtualization With XenServer Express 5.0.0
This Howto covers the installation of XenServer Express 5.0.0 and the creation of virtual machines with the XenCenter administrator console. XenServer Express is the free virtualization platform from Citrix, the company behind the well known Xen virtualization engine. XenServer Express makes it easy to create, run and manage Xen virtual machines with the XenCenter administrator console. The XenServer Express installation CD contains a full Linux distribution which is customized to run XenServer Express.
with express linux machine virtual virtualization vm xen xencenter xenserver
- Virus Protection With AVG Antivirus On Ubuntu Feisty Fawn
This tutorial shows how you can install and use AVG Antivirus on an Ubuntu Feisty Fawn desktop. Although there are not many Linux viruses out there, this can be useful if you often exchange files with Windows users - it can help you to not pass on any Windows viruses (that do not do any harm to Linux systems) to Windows users. AVG Antivirus for Linux is free for private and non-commercial use.
with antivirus avg desktop linux ubuntu
- Virus Protection With F-PROT Antivirus On Ubuntu Feisty Fawn
This tutorial shows how you can install and use F-PROT Antivirus on an Ubuntu Feisty Fawn desktop. Although there are not many Linux viruses out there, this can be useful if you often exchange files with Windows users - it can help you to not pass on any Windows viruses (that do not do any harm to Linux systems) to Windows users. F-PROT Antivirus for Linux is free for home use.
with anti-virus f-prot linux security ubuntu virus
- VMware Server 2.0.2-x On Ubuntu Server 10.04 With VMware Remote Console Plug-in
Today I will tell you how to set up a new Ubuntu 10.04 server which runs VMware server 2.0.2-x and the VMware Remote Console Plug-in. 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).
with machine ubuntu virtual virtualization vm vmware vps
- Vodafone Mobile Connect Card Driver For Linux
Vodafone Mobile Connect Card driver for Linux is a tool that allows you to establish a connection to the Internet using 3G cards. It also allows to send and receive short messages from your computer. The cards currently supported are: Huawei E620, Huawei E220 and Option GlobeTrotter 3G+ EMEA.
with 3g driver internet linux mobile vodafone
- Watching Live-TV On Your Ubuntu Desktop With Zattoo
Zattoo delivers free Live-TV (P2P IPTV) to Linux, Windows, and Mac desktops. Depending on the country you live in you can select between multiple real TV stations to watch (if Zattoo is available in your country). This article shows how you can install the Zattoo player on an Ubuntu desktop.
with desktop iptv linux p2p tv ubuntu zattoo by 2 users
- Watching Your Power Consumption With Powertop On Fedora 7
Powertop is a command-line tool released by Intel that shows you the power consumption of the applications running on your system. It works best on notebooks with Intel mobile processors and can help you find out the programs that put a strain on your notebook battery. It requires kernel 2.6.21 or newer with tickless idle enabled (CONFIG_NO_HZ) (which is currently available for 32-bit kernels only). Fedora 7 comes with a 2.6.21 kernel by default, so we can use Powertop on it.
with consumption fedora intel linux power powertop
- Working With The GRUB Menu
This tutorial describes how to edit the GRUB menu. It will also show how to add operating systems and how to add splash screens.
with boot grub linux loader by 3 users
- Xen Cluster Management With Ganeti On Debian Etch
Ganeti is a cluster virtualization management system based on Xen. In this tutorial I will explain how to create one virtual Xen machine (called an instance) on a cluster of two physical nodes, and how to manage and failover this instance between the two physical nodes.
with cluster debian drbd etch ganeti ha high-availability linux lvm server virtualization vm vserver xen
- Xen Cluster Management With Ganeti On Debian Lenny
Ganeti is a cluster virtualization management system based on Xen. In this tutorial I will explain how to create one virtual Xen machine (called an instance) on a cluster of two physical nodes, and how to manage and failover this instance between the two physical nodes.
with cluster debian ganeti high-availability lenny machine virtual virtualization xen
- Xen Live Migration Of An LVM-Based Virtual Machine With iSCSI On Debian Lenny
This guide explains how you can do a live migration of an LVM-based virtual machine (domU) from one Xen host to the other. I will use iSCSI to provide shared storage for the virtual machines in this tutorial. Both Xen hosts and the iSCSI target are running on Debian Lenny in this article.
with debian iscsi live lvm machine migration virtual virtualization xen
- Xen With Graphical User Interface On A Fedora 7 Desktop
This document describes how to set up Xen on Fedora 7. Xen enables the paravirtualization of your hardware for its virtual machines if you have a CPU with Vanderpool (Intel) or Pacifica (AMD) technology. The paravirtualization provides high performance to your virtual machines. Fedora's virt-manager provides an easy to use GUI for setting up and managing your virtual machines. It does not have the extensive features like VMware Server, but the basics are in place.
with desktop fedora linux machine pacifica paravirtualization vanderpool virt-manager virtual virtualization vm vserver xen by 2 users
- Xen: How to Convert An Image-Based Guest To An LVM-Based Guest
This short article explains how you can move/convert a Xen guest that uses disk images to LVM volumes. Virtual machines that use disk images are very slow and heavy on disk IO, therefore it is often better to use LVM. Also, LVM-based guests are easier to back up (using LVM snapshots).
with images lvm machine virtual virtualization xen
- Your Cloud, Your Data, Your Way! - ownCloud 4.0 On CentOS 6.2 + nginx + PostgreSQL
This document describes how to install and set up ownCloud on CentOS 6.2 on an nginx web server and php-fpm with postgreSQL database as backend. For other distributions there might be minor changes as to the software prerequisites installation procedures. This guide will not only help install the product, but also understand why certain points are done the way they are done.
with centos cloud nginx owncloud php-fpm postgresql
Bookmarks 1001 - 1020
« Previous
Next »