Some High-Efficiency Tools for Ubuntu

Some High-Efficiency Tools for Ubuntu

Click on the above“Xiaobai Learns Vision”, select to add “Star” or “Top”Important content delivered first time Have you ever frantically pressed ↑ to find a historical command while using Ubuntu? Have you ever made mistakes in commands due to shaky hands or forgetting the names? Do you need to multitask but struggle with frequently switching … Read more

The Ultimate Tmux Tool for Linux Terminal Multiplexing: Focusing on the Most Useful Features

The Ultimate Tmux Tool for Linux Terminal Multiplexing: Focusing on the Most Useful Features

We often encounter situations where we need to monitor log outputs while also starting services during environment deployment. At such times, you wish you had multiple monitors. Switching terminals using ctrl+alt+F1, F2, etc., can severely disrupt your workflow and reduce efficiency. This is where tmux plays a crucial role; it allows you to create multiple … Read more

Linux Learning Notes – tmux

Linux Learning Notes - tmux

🌈 <span>tmux</span> (Terminal Multiplexer) is a terminal multiplexer that allows you to manage multiple terminal sessions within a single terminal window and reconnect to those sessions after disconnection. 1. Installing tmux Most Linux distributions come with <span>tmux</span> pre-installed. If not, you can install it using the following commands: Debian/Ubuntu: sudo apt install tmux CentOS/RHEL: sudo … Read more

Mastering Linux Tmux: The Ultimate Multi-Tasking Terminal Management Tutorial

Mastering Linux Tmux: The Ultimate Multi-Tasking Terminal Management Tutorial

Tmux is what? A typical usage of session and process command line is to open a terminal window (terminal window, hereinafter referred to as “window”) and enter commands inside it. “The temporary interaction between the user and the computer is called a session.” One important characteristic of a session is that the window is connected … Read more