Perform system upgrades

Perform system upgrades 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

+
I have a fleet of ten web servers running the current stable kernel and packages. Schedule and…
I have a fleet of ten web servers running the current stable kernel and packages. Schedule and perform the system upgrades on the web cluster the night window this Friday, upgrade packages to the vendor-recommended versions, apply the latest security kernel, and reboot in a staggered fashion so at least six servers remain serving. Verify the app returns 200 for the health endpoint after each reboot and roll back any server that fails to return healthy.

Improve — make it easier to accept

+
Before I run the Friday upgrade, make the change easy for the ops reviewer: show the one-line…
Before I run the Friday upgrade, make the change easy for the ops reviewer: show the one-line command to snapshot the important config directories, list the exact package groups that will be upgraded, highlight the highest-risk package (the web server or database client), and flag two test steps that will catch a failing upgrade quickly.

Decide — diagnose the stuck moment

+
The staging upgrade candidate pulls in a newer glibc and I don't know if the in-house binary agent…

Upgrade candidate shows a new glibc version with unknown risks.

The staging upgrade candidate pulls in a newer glibc and I don't know if the in-house binary agent will survive. Who needs to sign off from dev or security, what quick compatibility checks can I run on a staging box, and if the agent fails after upgrade what is the safest rollback path that keeps production serving?

Become — change the pattern

+
We keep blowing the Friday window: upgrades overrun, apps flake, and we end up doing patch hotfixes…

Each upgrade window overruns and forces emergency hotfixes.

We keep blowing the Friday window: upgrades overrun, apps flake, and we end up doing patch hotfixes mid-day. Where are we losing control — risk classification, testing depth, or change gating — and what single process or habit would reduce rollback frequency and keep upgrade windows predictable?

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.