Configure DNS settings

Configure DNS settings in Linux — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
Update DNS records for the staging app to point staging.app.acme.co to 10.24.5.12 and set the TTL…
Update DNS records for the staging app to point staging.app.acme.co to 10.24.5.12 and set the TTL to 300. Add a TXT record for verification hosted at staging.acme.co with the value verify-2026-07, and then reload the DNS service. Confirm resolution from the CI runner and tell product that the change will propagate within five minutes.

Improve — make it easier to accept

+
Before I push DNS changes for the release, make them safe to approve. Show current A and CNAME…
Before I push DNS changes for the release, make them safe to approve. Show current A and CNAME records, highlight what the new A record will replace, surface existing TTLs and any overlapping wildcard entries, and flag any records that will break redirects or CDN mappings so the release manager can sign off without worrying about surprises.

Decide — diagnose the stuck moment

+
I updated the app staging A record at 08:00 to 10.24.5.12 and lowered TTL to 300, but several users…

I changed the A record but some users still hit the old host

I updated the app staging A record at 08:00 to 10.24.5.12 and lowered TTL to 300, but several users report hitting the old server until noon. I verified the authoritative zone has the new IP. I don't know whether intermediate resolvers are honoring TTL or whether clients cached the old address. What is the practical next step to ensure everyone sees the new IP quickly?

Become — change the pattern

+
We repeatedly roll back releases because of DNS errors: wrong records, forgotten subdomains, or…

DNS misconfigurations keep causing release rollbacks

We repeatedly roll back releases because of DNS errors: wrong records, forgotten subdomains, or long TTLs that prevent rapid cutovers. Each rollback costs deploy windows and credibility. What single operational habit or change to our DNS workflow would prevent these recurring rollbacks and save release day time?

Next to this one

Other operating system work people do in Linux.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.