Run cat /etc/resolv.conf.
cat /etc/resolv.conf
Separate local name-resolution evidence from web-service health.
Troubleshootingcatgrepsystemctlss
Click any instruction for the command details, the why, and the common mistake to avoid.
Run cat /etc/resolv.conf.
cat /etc/resolv.conf
Run grep clairos /etc/hosts.
grep clairos /etc/hosts
Run systemctl status nginx.
systemctl status nginx
Run ss -tulpn.
ss -tulpn
Create a free account to sync completed lessons, XP, streaks, course status, and your next lesson across sessions.
Checking account status...
Progress sync is idle.
Progress sync stores completion IDs, scores, streaks, badges, and game settings. Terminal contents, editor snippets, lab scratch, email, and real names are never published on leaderboards or share cards.
Build repeatable confidence with triaging a name-resolution complaint without assuming a service outage.
Start with cat /etc/resolv.conf, inspect the result, then continue in order.
Triaging a name-resolution complaint without assuming a service outage helps operators explain what they know before they change anything.
cat <file>
Print text file contents.
grep [-i] <text> <file>
Find literal text inside a file.
systemctl status <service>
Inspect simulated service status.
ss|ip
Inspect simulated sockets and addresses.
ssh|scp|ssh-keygen
Practice SSH inspection and dry-run transfer shapes without network access.