$ man -k sysadmin

Production Runbooks & Guides

Battle-tested technical tutorials for Linux administrators, site reliability engineers, and DevOps practitioners.

Docker Containerization
Containers

Introduction to Docker Containerization

Learn how to package multi-service web applications into lightweight, isolated Docker containers with docker-compose.

Explore Tutorial →
Linux Server Hardening
Security

Linux Server Hardening: Essential Security

Configure UFW firewalls, disable root password logins, set up Fail2ban, and audit open network ports.

Explore Tutorial →
MySQL Database Tuning
Databases

Database Tuning: Optimizing MySQL for Scale

Fine-tuning buffer pools, slow query logging, query caching strategies, and indexing for high-traffic environments.

Explore Tutorial →
Git Version Control for Sysadmins
Version Control

Git & Version Control for Sysadmins

Managing Infrastructure-as-Code, configuration files, and automated deployment webhooks with Git.

Explore Tutorial →
Automated Backups
Automation

Automating Server Backups with Cron & S3

Write robust shell scripts to snapshot databases, tarball web roots, and encrypt offsite cloud backups.

Explore Tutorial →
Load Balancing and Nginx
Networking

Load Balancing Basics: Scaling Web Apps

Distribute HTTP traffic across backend clusters using round-robin, least connections, and health checks.

Explore Tutorial →
Prometheus & Grafana
Observability

Server Monitoring with Prometheus & Grafana

Deploy node_exporter, set up real-time memory/CPU alert thresholds, and visualize cluster telemetry.

Explore Tutorial →
Nginx Reverse Proxy
Web Servers

Secure Nginx Reverse Proxy & SSL

Setting up Let's Encrypt Certbot auto-renewal, HTTP/2 multiplexing, and SSL cipher suites.

Explore Tutorial →
SSH Security
Security

SSH Best Practices: Keys & Hardening

Configuring ed25519 keypairs, disabling password authentication, and custom port protection.

Explore Tutorial →
Linux File Permissions
Linux Core

Understanding Linux File Permissions

Mastering chmod, chown, SUID, SGID, sticky bits, and Access Control Lists (ACLs).

Explore Tutorial →