Hi there đź‘‹

Welcome to my blog. Here, I will try to post regularly about the things I learn over time. I want to share my learnings with more people here on the internet.

Tmux : Terminal Multiplexers

Why to learn Tmux? So, the main and important question to ask is: why use Tmux? If I can do all my work from a single terminal, then why would I even touch it? Because Tmux is a terminal multiplexer — it allows you to create several “pseudo-terminals” from a single terminal. This is very useful for running multiple programs with a single connection, such as when you’re remotely connecting to a machine using Secure Shell (SSH). ...

April 8, 2025 Â· 3 min Â· 453 words Â· Me