FIELD NOTES

Practical technology,
explained like a conversation.

Tutorials, operational lessons and verified industry developments from the point where infrastructure, security and software meet.

155published notes
Containers & Kubernetes

Choose Docker CMD and ENTRYPOINT by override behavior

CMD and ENTRYPOINT both influence the process a container starts, but they answer different questions. ENTRYPOINT defines the executable identity; CMD supplies defaults that an operator can replace. Most produ…

Read note →
Tech News

GitHub Mobile can fix failing Actions checks with Copilot

Published 2026-07-23. This is a sourced Emmanuel Corels field briefing, written for builders who need the operational meaning behind the headline.What was actually announcedGitHub Mobile now presents a “Fix …

Read note →
Cloud & DevOps

Use AWS CLI identities safely

The fastest safe route here begins with narrowing the question. We will collect evidence first and change nothing until the output points somewhere specific.Our specific objective is use aws cli identities s…

Read note →
Databases & Reliability

Run SQLite integrity checks

Before touching configuration, we will turn the symptom into a precise question and collect a baseline that can be compared after the work.Our specific objective is run sqlite integrity checks. Integrity che…

Read note →
Web Infrastructure

Verify HTTP/2 negotiation

A good diagnosis should be repeatable by another engineer. We will record the environment, run a bounded test and verify the result from the service boundary.Our specific objective is verify http/2 negotiati…

Read note →
Linux & Server Operations

Rotate logs without losing evidence

There are several ways to get a plausible answer here. This guide focuses on the path that preserves evidence and minimizes accidental change.Our specific objective is rotate logs without losing evidence. Dr…

Read note →
Page 1 of 13 · 155 posts