LPIC 101 – Managing Partitions and Filesystems on Linux
Managing partitions and filesystems is one of the most critical skills tested on the LPIC-1 (101-500) exam. Whether…
Managing partitions and filesystems is one of the most critical skills tested on the LPIC-1 (101-500) exam. Whether…
If you spend any real time on Linux or macOS, the shell is where you live. It is…
Every running program on a Linux system is a process. Whether it is the shell you are typing…
Ansible is the go-to automation tool for managing infrastructure at scale. It connects to your servers over SSH,…
In this blog post we will start a MySQL database inside a container, and then create and populate…
OpenStack flavors define the hardware profile for virtual machine instances – how many vCPUs, how much RAM, root…
The error message "qemu-system-x86_64": executable file not found in $PATH is one of the first roadblocks you hit…
Managing the network on a KVM hypervisor is one of those tasks that separates a functional lab from…
While Network Manager is the default networking stack on most desktop and server distributions, there are situations where…
Open vSwitch (OVS) is a production-grade virtual switch that brings data center networking features to Linux hypervisors. While…
LVM (Logical Volume Manager) is a natural fit for KVM storage because it provides block-level volumes with thin…
NFS (Network Filesystem) is the go-to shared storage option for KVM environments where you need multiple hypervisors accessing…