Tagged articles
5 articles
Page 1 of 1
Efficient Ops
Efficient Ops
Nov 14, 2019 · Operations

Master Terminal Session Recording with Asciinema: Install, Record, Play & Audit

This guide explains how to install the open‑source Asciinema tool, record and replay terminal sessions with various options, understand its compact .cast file format, and set up automatic session logging for comprehensive audit trails, making terminal activity tracking efficient and lightweight.

Audit loggingCLIasciinema
0 likes · 8 min read
Master Terminal Session Recording with Asciinema: Install, Record, Play & Audit
Liangxu Linux
Liangxu Linux
Oct 5, 2019 · Operations

Record and Replay Linux Terminal Sessions with script & scriptreplay

Learn how to capture every command and its output in a Linux terminal using the script command, store it as a text session file, and later replay the exact sequence with scriptreplay, including useful options for teaching, auditing, and demonstrations.

Tutorialcommand-linescript
0 likes · 4 min read
Record and Replay Linux Terminal Sessions with script & scriptreplay