diff --git a/opsec/QEMUKVM Hypervisor/index.html b/opsec/QEMUKVM Hypervisor/index.html index 2a52406..04b79c4 100644 --- a/opsec/QEMUKVM Hypervisor/index.html +++ b/opsec/QEMUKVM Hypervisor/index.html @@ -75,14 +75,14 @@
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.
+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.
sudo apt install virt-manager
After the installation is finished, virt-manager will look something like this.
Lets create a new virutal machine. I am creating a debian virtual machince, I already downloaded the .iso image from the offical debian website. All the steps will be displayed in the following images.
+Lets create a new virtual machine. I am creating a debian virtual machine, I already downloaded the .iso image from the official debian website. All the steps will be displayed in the following images.
What is KickSecure and why do we need it?Kicksecure is a hardened operating system designed to be resistant to viruses and various attacks. It is based on Debian in accordance with an advanced multi-layer defense model, thereby providing in-depth security. Kicksecure provides protection from many types of malware in its default configuration with no customization required. We will be morphing our fresh Debian installation.
+What is KickSecure and why do we need it? Kicksecure is a hardened operating system designed to be resistant to viruses and various attacks. It is based on Debian in accordance with an advanced multi-layer defense model, thereby providing in-depth security. Kicksecure provides protection from many types of malware in its default configuration with no customization required. We will be morphing our fresh Debian installation.
First, we need to create a new group called console. Then add the your user to the console group
sudo addgroup --system console