The BalziBox site offers IT insights that include the visualization of Linux terminal sessions. These sessions, which may look like videos, are actually captured with the Asciinema program, which presents interactions in the shell window in a lightweight and intuitive text format. The BalziBox ecosystem is based on the use of free software and operating systems, making the adoption of Linux a central element of its independent approach.

Getting started - asciinema docs

Installation can be done via the Linux Package Manager or from the terminal.

ASCIINEMA commands

Installation from Terminal

sudo apt-get install asciinema

Recording

asciinema rec demo.cast -i1

Play

asciinema play demo.cast -s2

Viewing a terminal cast

Possible Display Issues

The program requires permissions for JavaScript JIT. The Vanadium app (web browser) of the GrapheneOS operating system needs specific enabling to display asciinema correctly.