Learning guides
Build the concepts behind practical cloud and DevOps work.
Start with a plain-English explanation, see where the idea appears in real systems, then answer a matching question in Labs. A free profile keeps your answers and progress.
Suggested path
One useful sequence, not an endless library.
These three lessons build on one another and finish with a practical check.
Understand the terminalLearn why engineers use a text interface and how to think about commands.
Find the evidenceUse grep to pull relevant lines from a large file.
Watch change happenFollow a log live with tail -f and connect cause to effect.
Read, then do
Choose the concept you need next.
Start here · terminal foundations
Why engineers live in the terminal
Understand what the terminal is, why professionals choose it, and why command-line fluency transfers across cloud tools.
Read the guide →Linux · finding evidence
Search inside files with grep
Turn a huge log into the few lines that matter, with flags you will use repeatedly.
Read the guide →Linux · live investigation
Watch a log with tail -f
Follow new log lines as they arrive and carry the same habit into containers and clusters.
Read the guide →Networking · foundation
What DNS actually does
See how a remembered name becomes a machine address, why caching matters, and what to check when a healthy service cannot be reached.
Read the guide →