Articles tagged "sysadmin"

Page 2 of 2

6 min readBeginner

journalctl: Filter and Search System Logs (2026 Guide)

journalctl guide 2026. Filter by unit, time, priority, boot. Output formats, persistent logs, disk usage, vacuum. Complete command reference with examples.

6 min readIntermediate

SSH Config File (~/.ssh/config) Complete Guide (2026)

Complete guide to the ~/.ssh/config file. Host blocks, IdentityFile, ProxyJump, ServerAliveInterval, multiple GitHub/GitLab accounts, Include directive explained.

5 min readBeginner

Fix SSH 'Connection Refused' Error — All Causes (2026)

Fix "ssh: connect to host port 22: Connection refused". All causes: SSH not running, wrong port, firewall, fail2ban ban. Diagnostic flow with nc and nmap.

6 min readBeginner

Fix SSH 'Host Key Verification Failed' Error (2026)

Fix "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! Host key verification failed." Safe steps: ssh-keygen -R, known_hosts edit, StrictHostKeyChecking options explained.

6 min readBeginner

SSH Key Generation and Management in 2026: ed25519, RSA, and More

SSH key generation in 2026: ed25519 vs RSA-4096 vs ECDSA comparison, ssh-keygen commands, ssh-copy-id, authorized_keys, ssh-agent, key rotation guide.

5 min readBeginner

systemctl Cheatsheet 2026: Complete Command Reference

systemctl cheatsheet 2026. Service control, enable/disable, list units, system state, journalctl logs, boot analysis commands in one quick reference.

7 min readIntermediate

Create and Manage systemd Service Files: Complete Guide (2026)

Create systemd service files in 2026. [Unit], [Service], [Install] sections explained. ExecStart, Restart, User, EnvironmentFile. Real Python Flask app example.

7 min readIntermediate

systemd Timers vs Cron: When to Use Each (2026)

systemd timers vs cron comparison 2026. OnCalendar syntax, catch-up runs, logging, per-user timers, migration example from cron to systemd timer. FAQ included.