How to force stop hang tmux and terminal session
What to do when tmux stops responding to every command and even force quit doesn't work.
Technical notes on Linux, DevOps, and web development — problems I ran into and how I fixed them.
What to do when tmux stops responding to every command and even force quit doesn't work.
Skip ngrok — the Stripe CLI can forward webhook events straight to your local development server.
With hooks in React 16.8+, functional components are the way to go for new projects — a side-by-side comparison of the same counter.
Ansible's user module creates a home directory for system users even though useradd -r doesn't — why it happens and how to avoid it.
apt doesn't record installation dates, but dpkg's info files do — two quick commands to see when a package was installed.
Why Python is a great language to pick up, and the first concept to learn: variables and dynamic typing.