<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.com" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - KVM</title>
 <link>http://www.howtoforge.com/taxonomy/term/85/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.com/rss/virtualization/kvm.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - KVM</title>
  <url>http://www.howtoforge.com/images/howtoforge_rss.png</url>
  <link>http://www.howtoforge.com/taxonomy/term/85/all</link>
 </image>

<item>
 <title>Installing KVM Guests With virt-install On Ubuntu 11.10 Server</title>
 <link>http://www.howtoforge.com/installing-kvm-guests-with-virt-install-on-ubuntu-11.10-server</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing  KVM Guests With virt-install On Ubuntu 11.10 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Unlike virt-manager,
 virt-install is a command line tools that allows you to create KVM 
guests on a headless server. You may ask yourself: &quot;But I can use vmbuilder
 to do this, why do I need virt-install?&quot; 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 11.10 KVM server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 24 Nov 2011 18:36:42 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-kvm-guests-with-virt-install-on-ubuntu-11.10-server</guid>
 <comments>http://www.howtoforge.com/installing-kvm-guests-with-virt-install-on-ubuntu-11.10-server#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On Ubuntu 11.10</title>
 <link>http://www.howtoforge.com/virtualization-with-kvm-on-ubuntu-11.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtualization With KVM On Ubuntu 11.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can install and use KVM for creating and 
running virtual machines on an Ubuntu 11.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 &lt;b&gt;Kernel-based Virtual Machine&lt;/b&gt; and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 17 Nov 2011 16:18:05 +0100</pubDate>
 <guid>http://www.howtoforge.com/virtualization-with-kvm-on-ubuntu-11.10</guid>
 <comments>http://www.howtoforge.com/virtualization-with-kvm-on-ubuntu-11.10#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On A CentOS 6.0 Server</title>
 <link>http://www.howtoforge.com/virtualization-with-kvm-on-a-centos-6.0-server</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtualization With KVM On A CentOS 6.0 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can install and use KVM for creating and 
running virtual machines on a CentOS 6.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 &lt;b&gt;Kernel-based Virtual Machine&lt;/b&gt; and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 25 Aug 2011 18:47:59 +0200</pubDate>
 <guid>http://www.howtoforge.com/virtualization-with-kvm-on-a-centos-6.0-server</guid>
 <comments>http://www.howtoforge.com/virtualization-with-kvm-on-a-centos-6.0-server#comment</comments>
</item>
<item>
 <title>Installing KVM Guests With virt-install On Ubuntu 11.04 Server</title>
 <link>http://www.howtoforge.com/installing-kvm-guests-with-virt-install-on-ubuntu-11.04-server</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing  KVM Guests With virt-install On Ubuntu 11.04 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;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: &quot;But I can use vmbuilder
 to do this, why do I need virt-install?&quot; 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 11.04 KVM server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Sun, 08 May 2011 21:24:07 +0200</pubDate>
 <guid>http://www.howtoforge.com/installing-kvm-guests-with-virt-install-on-ubuntu-11.04-server</guid>
 <comments>http://www.howtoforge.com/installing-kvm-guests-with-virt-install-on-ubuntu-11.04-server#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On Ubuntu 11.04</title>
 <link>http://www.howtoforge.com/virtualization-with-kvm-on-ubuntu-11.04</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtualization With KVM On Ubuntu 11.04&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can install and use KVM for creating and 
running virtual machines on an Ubuntu 11.04 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 &lt;b&gt;Kernel-based Virtual Machine&lt;/b&gt; and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 05 May 2011 17:14:15 +0200</pubDate>
 <guid>http://www.howtoforge.com/virtualization-with-kvm-on-ubuntu-11.04</guid>
 <comments>http://www.howtoforge.com/virtualization-with-kvm-on-ubuntu-11.04#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On An OpenSUSE 11.4 Server</title>
 <link>http://www.howtoforge.com/virtualization-with-kvm-on-an-opensuse-11.4-server</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;113&quot; height=&quot;32&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/opensuse.gif&quot; width=&quot;110&quot; height=&quot;32&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtualization With KVM On An OpenSUSE 11.4 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can install and use KVM for creating and 
running virtual machines on an OpenSUSE 11.4 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 &lt;b&gt;Kernel-based Virtual Machine&lt;/b&gt; and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Tue, 19 Apr 2011 17:40:13 +0200</pubDate>
 <guid>http://www.howtoforge.com/virtualization-with-kvm-on-an-opensuse-11.4-server</guid>
 <comments>http://www.howtoforge.com/virtualization-with-kvm-on-an-opensuse-11.4-server#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On A Debian Squeeze Server</title>
 <link>http://www.howtoforge.com/virtualization-with-kvm-on-a-debian-squeeze-server</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtualization With KVM On A Debian Squeeze Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can install and use KVM for creating and 
running virtual machines on a Debian Squeeze 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 &lt;b&gt;Kernel-based Virtual 
Machine&lt;/b&gt; and makes use of hardware virtualization, i.e., you 
need a CPU that supports hardware virtualization, e.g. Intel VT or 
AMD-V.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 10 Mar 2011 18:01:20 +0100</pubDate>
 <guid>http://www.howtoforge.com/virtualization-with-kvm-on-a-debian-squeeze-server</guid>
 <comments>http://www.howtoforge.com/virtualization-with-kvm-on-a-debian-squeeze-server#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On An OpenSUSE 11.3 Server</title>
 <link>http://www.howtoforge.com/virtualization-with-kvm-on-an-opensuse-11.3-server</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;113&quot; height=&quot;32&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/opensuse.gif&quot; width=&quot;110&quot; height=&quot;32&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtualization With KVM On An OpenSUSE 11.3 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can install and use KVM for creating and 
running virtual machines on an OpenSUSE 11.3 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.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Tue, 04 Jan 2011 17:38:21 +0100</pubDate>
 <guid>http://www.howtoforge.com/virtualization-with-kvm-on-an-opensuse-11.3-server</guid>
 <comments>http://www.howtoforge.com/virtualization-with-kvm-on-an-opensuse-11.3-server#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On A Fedora 14 Server</title>
 <link>http://www.howtoforge.com/virtualization-with-kvm-on-a-fedora-14-server</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/fedora.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtualization With KVM On A Fedora 14 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can install and use KVM for creating and 
running virtual machines on a Fedora 14 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 &lt;b&gt;Kernel-based Virtual 
Machine&lt;/b&gt; and makes use of hardware virtualization, i.e., you 
need a CPU that supports hardware virtualization, e.g. Intel VT or 
AMD-V.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 16 Dec 2010 18:14:09 +0100</pubDate>
 <guid>http://www.howtoforge.com/virtualization-with-kvm-on-a-fedora-14-server</guid>
 <comments>http://www.howtoforge.com/virtualization-with-kvm-on-a-fedora-14-server#comment</comments>
</item>
<item>
 <title>Installing KVM Guests With virt-install On Ubuntu 10.10 Server</title>
 <link>http://www.howtoforge.com/installing-kvm-guests-with-virt-install-on-ubuntu-10.10-server</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Installing  KVM Guests With virt-install On Ubuntu 10.10 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;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: &quot;But I can use vmbuilder to do this, why do I need virt-install?&quot; 
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 10.10 KVM server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Sun, 28 Nov 2010 18:20:52 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-kvm-guests-with-virt-install-on-ubuntu-10.10-server</guid>
 <comments>http://www.howtoforge.com/installing-kvm-guests-with-virt-install-on-ubuntu-10.10-server#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On Ubuntu 10.10</title>
 <link>http://www.howtoforge.com/virtualization-with-kvm-on-ubuntu-10.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtualization With KVM On Ubuntu 10.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can install and use KVM for creating and 
running virtual machines on an Ubuntu 10.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.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Tue, 23 Nov 2010 18:23:05 +0100</pubDate>
 <guid>http://www.howtoforge.com/virtualization-with-kvm-on-ubuntu-10.10</guid>
 <comments>http://www.howtoforge.com/virtualization-with-kvm-on-ubuntu-10.10#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On A Fedora 13 Server</title>
 <link>http://www.howtoforge.com/virtualization-with-kvm-on-a-fedora-13-server</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/fedora.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtualization With KVM On A Fedora 13 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can install and use KVM for creating and 
running virtual machines on a Fedora 13 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 &lt;b&gt;Kernel-based Virtual 
Machine&lt;/b&gt; and makes use of hardware virtualization, i.e., you 
need a CPU that supports hardware virtualization, e.g. Intel VT or 
AMD-V.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 17 Jun 2010 18:10:21 +0200</pubDate>
 <guid>http://www.howtoforge.com/virtualization-with-kvm-on-a-fedora-13-server</guid>
 <comments>http://www.howtoforge.com/virtualization-with-kvm-on-a-fedora-13-server#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On A Fedora 12 Server</title>
 <link>http://www.howtoforge.com/virtualization-with-kvm-on-a-fedora-12-server</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/fedora.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtualization With KVM On A Fedora 12 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;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 &lt;b&gt;Kernel-based Virtual 
Machine&lt;/b&gt; and makes use of hardware virtualization, i.e., you 
need a CPU that supports hardware virtualization, e.g. Intel VT or 
AMD-V.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Sun, 28 Mar 2010 18:16:20 +0200</pubDate>
 <guid>http://www.howtoforge.com/virtualization-with-kvm-on-a-fedora-12-server</guid>
 <comments>http://www.howtoforge.com/virtualization-with-kvm-on-a-fedora-12-server#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On A Mandriva 2010.0 Server</title>
 <link>http://www.howtoforge.com/virtualization-with-kvm-on-a-mandriva-2010.0-server</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/mandriva.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtualization With KVM On A Mandriva 2010.0 Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;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 &lt;b&gt;Kernel-based Virtual 
Machine&lt;/b&gt; and makes use of hardware virtualization, i.e., you 
need a CPU that supports hardware virtualization, e.g. Intel VT or 
AMD-V.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Tue, 23 Mar 2010 18:07:14 +0100</pubDate>
 <guid>http://www.howtoforge.com/virtualization-with-kvm-on-a-mandriva-2010.0-server</guid>
 <comments>http://www.howtoforge.com/virtualization-with-kvm-on-a-mandriva-2010.0-server#comment</comments>
</item>
<item>
 <title>Virtualization With KVM On Ubuntu 9.10</title>
 <link>http://www.howtoforge.com/virtualization-with-kvm-on-ubuntu-9.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtualization With KVM On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;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 &lt;b&gt;Kernel-based Virtual Machine&lt;/b&gt; and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/virtualization/kvm">KVM</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 17 Dec 2009 17:56:10 +0100</pubDate>
 <guid>http://www.howtoforge.com/virtualization-with-kvm-on-ubuntu-9.10</guid>
 <comments>http://www.howtoforge.com/virtualization-with-kvm-on-ubuntu-9.10#comment</comments>
</item>
</channel>
</rss>

