Tagged articles
5 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Oct 8, 2020 · Operations

Master tmux: Keep Long‑Running Scripts Alive on Remote Servers

This guide explains how to use tmux—a terminal multiplexer—to create, detach, reattach, and manage sessions, windows, and panes on Linux servers, ensuring scripts continue running even when SSH connections drop or terminals close.

LinuxOperationsSession Management
0 likes · 15 min read
Master tmux: Keep Long‑Running Scripts Alive on Remote Servers
Liangxu Linux
Liangxu Linux
Jan 8, 2020 · Fundamentals

Master GNU Screen: Install, Use, and Customize Your Linux Sessions

This tutorial explains how to install GNU Screen on various Linux distributions, start and manage screen sessions, use key bindings for window and pane control, detach and reattach sessions, and customize behavior through a .screenrc file, providing practical commands and examples for reliable remote work.

GNU ScreenSession Managementcommand-line
0 likes · 8 min read
Master GNU Screen: Install, Use, and Customize Your Linux Sessions
Liangxu Linux
Liangxu Linux
Nov 6, 2019 · Fundamentals

Master Terminal Sessions with Tmux: A Complete Beginner’s Guide

This article introduces Tmux, a powerful terminal multiplexer, explains its core concepts such as sessions, windows, and panes, and provides step‑by‑step commands for installation, basic usage, session management, pane manipulation, and window control, enabling developers to work more efficiently in the command line.

Session Managementcommand-linepane
0 likes · 10 min read
Master Terminal Sessions with Tmux: A Complete Beginner’s Guide
21CTO
21CTO
May 7, 2019 · Fundamentals

Why Mastering the Command Line Is Still Essential for Developers

This article explains why command‑line tools remain vital for modern developers, covering their efficiency, automation potential, essential shells, editors, multiplexers, package managers, and practical tips that boost productivity compared to graphical interfaces.

CLIShellcommand-line
0 likes · 16 min read
Why Mastering the Command Line Is Still Essential for Developers
Qunar Tech Salon
Qunar Tech Salon
Jun 28, 2015 · Fundamentals

Understanding tmux: Concepts, Usage, and Custom Scripts

This article explains what tmux is, describes its client‑server architecture, sessions, windows and panes, and shows how to use copy‑mode, scripting with split‑window and send‑keys, custom configuration, and troubleshooting tips for effective terminal multiplexing.

Session ManagementShell scriptingcopy mode
0 likes · 8 min read
Understanding tmux: Concepts, Usage, and Custom Scripts