Category Linux

How to Fix “zsh: command not found: codex”

You install the OpenAI Codex CLI, open a new terminal, type codex—and zsh throws this back at you: This error is almost never a broken installation. It simply means your shell can’t find an executable named codex in any directory listed in your PATH. There…

Filtering UDP Packets with the tcpdump Command

tcpdump is a powerful command-line packet analyzer that lets you capture and inspect network traffic in real time. When you need to troubleshoot services like DNS, DHCP, or NTP, filtering for UDP packets is often the quickest way to see what’s…

How to Fix CVE-2026-31431 (“Copy Fail”)

Overview CVE-2026-31431, nicknamed Copy Fail, is a local privilege escalation vulnerability in the Linux kernel, published on 29 April 2026 alongside a public proof-of-concept exploit. It allows an unprivileged local user to escalate to root. The flaw lives in the…