fixed some issues

This commit is contained in:
Gnulinux0 2024-12-20 12:28:38 +03:00
parent df7d5a813b
commit 086a6f1050

View file

@ -75,14 +75,14 @@
<div class="row"> <div class="row">
<div class="col-lg-8 col-lg-offset-2"> <div class="col-lg-8 col-lg-offset-2">
<h2><b>How to Virtualize Machines(QEMU/KVM Hypervisor) </b></h2> <h2><b>How to Virtualize Machines(QEMU/KVM Hypervisor) </b></h2>
<p>To get things started, we need to download QEMU. What is QEMU? QEMU, short for Quick Emulator,is a free and open-source emulator. You can download it from their offical website.Using QEMU throught the command line is troublesome, likely a tool called virt-manager makes the process of navigating QEMU much easier. To install virt-manager just type the following command.</p> <p>To get things started, we need to download QEMU. What is QEMU? QEMU, short for Quick Emulator,is a free and open-source emulator. You can download it from their official website.Using QEMU through the command line is troublesome, likely a tool called virt-manager makes the process of navigating QEMU much easier. To install virt-manager just type the following command.</p>
<img src="" class="imgRz"> <img src="" class="imgRz">
<pre><code class="nim">sudo apt install virt-manager</code></pre> <pre><code class="nim">sudo apt install virt-manager</code></pre>
<p>After the installation is finished, virt-manager will look something like this.</p> <p>After the installation is finished, virt-manager will look something like this.</p>
<img src="assets/virt-manager.png" class="imgRz"> <img src="assets/virt-manager.png" class="imgRz">
<p>Lets create a new virutal machine. I am creating a debian virtual machince, I already downloaded the .iso image from the offical debian <a href="https://www.debian.org/distrib/">website.</a> All the steps will be displayed in the following images.</p> <p>Lets create a new virtual machine. I am creating a debian virtual machine, I already downloaded the .iso image from the official debian <a href="https://www.debian.org/distrib/">website.</a> All the steps will be displayed in the following images.</p>
<img src="assets/create_VM.png" class="imgRz"> <img src="assets/create_VM.png" class="imgRz">
<br> <br>
<br> <br>