mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 10:36:41 +00:00
fixed some issues
This commit is contained in:
parent
df7d5a813b
commit
086a6f1050
1 changed files with 3 additions and 3 deletions
|
@ -75,14 +75,14 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<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">
|
||||
<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>
|
||||
<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">
|
||||
<br>
|
||||
<br>
|
||||
|
@ -118,7 +118,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>Spicing up Debian with KickSecure</b></h2> </br> </br>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<p>First, we need to create a new group called console. Then add the your user to the console group</p>
|
||||
<!-- <img src="" class="imgRz"> -->
|
||||
<pre><code class="nim">sudo addgroup --system console</code></pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue