Rumus Guides

Fix server problems with confidence.

Tested commands, clear explanations, and safer workflows for developers who live on servers.

Browse by topic

Latest guides

docker 2 min read
How to Debug a Docker Container That Keeps Restarting

Break a Docker restart loop by inspecting container state, exit codes, logs, health checks, configuration, and resource limits.

docker 2 min read
How to Fix Docker Permission Denied Errors

Resolve Docker socket, bind-mount, and container filesystem permission errors without weakening host security.

docker 2 min read
How to Fix Port Is Already Allocated in Docker

Find the container or host process occupying a published Docker port and resolve the conflict without disrupting the wrong service.

kubernetes 2 min read
How to Debug Kubernetes CrashLoopBackOff

Find why a Kubernetes container repeatedly crashes by checking pod events, previous logs, exit codes, probes, configuration, and resource limits.

kubernetes 2 min read
How to Fix Kubernetes ImagePullBackOff

Resolve Kubernetes image pull failures by checking image names, tags, registry authentication, node connectivity, and architecture compatibility.

kubernetes 2 min read
How to Debug Kubernetes Pods Stuck in Pending

Determine why Kubernetes cannot schedule or start a Pending pod by checking scheduler events, resources, constraints, volumes, and quotas.

linux 2 min read
How to Fix Address Already in Use on Linux

Identify the process listening on a Linux port, distinguish expected services from stale processes, and resolve port conflicts safely.

linux 2 min read
How to Fix No Space Left on Device in Linux

Determine whether a Linux server ran out of disk blocks or inodes, find the real space consumers, and recover capacity safely.

linux 2 min read
How to Debug a Failed systemd Service

Use systemctl, journalctl, unit validation, and dependency checks to find why a Linux systemd service failed to start.

ssh 2 min read
How to Fix SSH Connection Refused

Find out why an SSH server refuses connections by checking the port, service status, firewall rules, bind address, and network path.

ssh 2 min read
How to Fix SSH Host Key Verification Failed

Resolve SSH host key verification failures safely by checking whether a server was rebuilt, its address changed, or the connection may be intercepted.

ssh 2 min read
How to Fix SSH Permission Denied (publickey)

Diagnose SSH public key authentication failures by checking the offered key, file permissions, server configuration, and authentication logs.