Tag: tmux

A Beginner’s Guide to tmux

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). Tmux also de...

Install tmux on OSX and Basics Commands for Beginners

Terminology First of all, you need to know a few terms before you learn how to use them. Prefix: This is the key combination that must be entered before entering the shortcut key. The default prefix for tmux is ctrl + b. If the shortcut is c then you need to type&nb...

A short tutorial on tmux command

Processing LLM on a huge corpus of documents takes a couple of hours. I would find it cumbersome to be waiting for the processing to complete. A few weeks back my colleague came to my rescue and showed me the tmux command. While I don’t suggest that you ABSOLUTELY need to learn it, but strongl...