Linux Network Configuration with nmcli and netplan (Complete Guide)
Configure static IPs, DNS, and network interfaces on Linux with nmcli (NetworkManager) and netplan (Ubuntu). Covers both tools,…
Read tutorial →Browse step-by-step tutorials in this topic.
Configure static IPs, DNS, and network interfaces on Linux with nmcli (NetworkManager) and netplan (Ubuntu). Covers both tools,…
Read tutorial →
Configure Linux sudo access safely with visudo: grant full or limited privileges, use NOPASSWD for automation, organize with…
Read tutorial →
Set up Linux software RAID with mdadm: choose a RAID level, create the array, persist the config, monitor…
Read tutorial →
Compare systemd timers and cron for scheduling Linux tasks: syntax, dependency handling, missed-run behavior, and a clear decision…
Read tutorial →
Set up HAProxy on Linux to load balance traffic across multiple web servers: configure frontend/backend, health checks, the…
Read tutorial →
Install MariaDB on Ubuntu and AlmaLinux. Secure with mysql_secure_installation, create users, and enable remote access safely.
Read tutorial →
Deploy a production-ready Docker Compose stack on Linux with Nginx reverse proxy, app container, PostgreSQL, and persistent volumes.
Read tutorial →
Install Jenkins on Ubuntu or AlmaLinux for CI/CD. Enable service, open firewall, install plugins, and run your first…
Read tutorial →
Set up a self-hosted GitHub Actions runner on Linux. Install, configure, and run CI/CD workflows on your own…
Read tutorial →
Configure nftables firewall on Rocky Linux, AlmaLinux, and Fedora. Allow SSH and web ports with a simple ruleset.
Read tutorial →