How to control a nested tmux session (send the prefix to the inner one)?
When one tmux runs inside another, forward the prefix with send-prefix to control the inner session.
15 articles in this category
When one tmux runs inside another, forward the prefix with send-prefix to control the inner session.
Kill one tmux session, every session except one, or the whole tmux server.
Jump from one tmux session to another from inside tmux, without detaching and re-attaching.
List who is attached to a tmux session, grab it back from another terminal, and detach other clients.
Rename a tmux session or window from the keyboard or the shell, and keep the name you typed.
Leave a tmux session running in the background, list what is alive, and jump back in, from the keyboard or the shell.
Create a detached tmux session, name its first window, and start it in a chosen directory, all in one command.
A single idempotent tmux command that creates a session or attaches to it if it already exists — perfect for scripts and shell startup files.
Use rel=prev and rel=next link tags to help search engines understand pagination structure on your website, improving crawling and indexing of paginated content.
Clean up merged git branches using git-sweep to remove outdated branches from both local and remote repositories, keeping your git tree organized.
Configure nginx to redirect non-www domains to www (or vice versa) for SEO consistency, including HTTP to HTTPS redirects with proper deep link support.
Run multiple asynchronous Python functions concurrently using asyncio.wait() to process tasks as they complete, with example code and sequence diagram.
Learn how to safely rollout new versions and rollback deployments on Kubernetes clusters using kubectl commands, with examples of rolling update strategies and health checks.
Manage software releases consistently using git-semver tool for semantic versioning, with step-by-step instructions for version generation, tagging, and PyPI publishing.
Bash shell tip: Get the real path of a running script using a cross-platform solution that handles symbolic links and relative paths.