Looo Bachooo
Looo Bachooo
A hypervisor is a software layer that allows you to run VMs on a physical host
machine. There are two types:
Type 1 (bare-metal) hypervisor: Runs directly on the host hardware (e.g., KVM,
Xen).
Type 2 (hosted) hypervisor: Runs on top of a host operating system (e.g.,
VirtualBox, VMware Workstation).
Guest OS:
The operating system installed on the virtual machine is called the guest OS (e.g.,
Ubuntu, Windows, etc.).
Host OS:
The operating system running on the physical machine is the host OS. It provides
resources to the VMs running on it.
systemctl is a command-line tool used to manage services and the system in Linux.
It interacts with systemd, the system and service manager.
journalctl is a command-line utility used to view and manage logs in Linux systems
that use systemd as the init system. It allows users to query and display messages
from the systemd journal, which contains logs from various system services,
applications, and the kernel.