Configuring a Persistent Static IP on RHEL/CentOS/AlmaLinux with nmcli
- Best Practices & Patterns, Linux Basics, Networking, Security & Hardening, System Administration
- February 6, 2015
This guide will walk you through installing Docker on Red Hat Enterprise Linux 9 (or CentOS/Rocky/AlmaLinux 9), setting up n8n in a Docker container, and configuring SSL/HTTPS for secure access. We’ll use step-by-step instructions with explanations, sample commands, and outputs.
READ MOREBy following these practices and understanding the components, you will have a robust setup where Linux and Active Directory work together for seamless user authentication. The key is to verify each piece (DNS, Kerberos, SSSD, PAM) and use the tools available (logs, realm commands, sssctl, etc.) to diagnose issues. With proper configuration, domain users can log into Linux systems using their AD accounts, and administrators can centrally manage credentials and policies in AD while maintaining Linux-specific settings via SSSD.
READ MOREAutomating OS installations can save time and ensure consistency, especially when deploying multiple virtual machines. Kickstart is a tool from Red Hat that allows you to automate the installation of RHEL and its derivatives by providing a file with answers to all the installation prompts. In this guide, we’ll walk through a beginner-friendly step-by-step process to automate the installation of Red Hat Enterprise Linux 9 and CentOS Stream 9 on KVM using Kickstart. We assume you already have KVM (via libvirt/QEMU) installed and configured on your host system.
READ MOREThis guide shows how to install and run DeepSeek on Ubuntu or RHEL/CentOS using the simplest methods (Docker or prebuilt binaries). You’ll learn to download the model, run a prompt, and verify output.
READ MOREMicrosoft has just announced a milestone: the Windows Subsystem for Linux (WSL) is now open-source. At Build 2025, the company confirmed that the WSL codebase has been published on GitHub, allowing anyone to download, build, and modify it. In the official announcement, Microsoft wrote “the code that powers WSL is now available on GitHub … and open sourced to the community”.
READ MOREKeeping disk pressure under control is a day-to-day chore for cluster admins. Left unchecked, old container images, completed builds, logs and stray volumes will quietly eat through node storage and the internal registry PVC, eventually triggering pod evictions or broken pushes. This post walks through a layered strategy for reclaiming and preventing waste—starting with the integrated image registry and ending with node-level log rotation.
READ MORE