LPIC 101 – Processing Text Streams Using Filters on Linux
Text processing is one of the most practical skills a Linux administrator uses daily. Log analysis, configuration file…
Text processing is one of the most practical skills a Linux administrator uses daily. Log analysis, configuration file…
Kopia is an open-source backup tool that creates encrypted, deduplicated snapshots of your files and directories. It supports…
Dolt is a SQL database with Git-style version control built in. Every table, row, and schema change can…
Podman is a daemonless, rootless container engine for running OCI-compliant containers on Linux. Unlike Docker, Podman does not…
Gatus is an open-source health check and monitoring tool written in Go. It evaluates endpoints using HTTP, TCP,…
Apptainer (formerly Singularity) is the standard container runtime for high-performance computing. Unlike Docker, it was designed from the…
AWX (Ansible Web eXecutable) provides a web-based user interface, REST API, and task engine built on top of…
Every BSD variant ships with its own package management tools and service management framework. If you administer FreeBSD,…
Accurate timekeeping is one of those things you never think about until it breaks. When certificates start failing,…
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…