Record terminal sessions as SVG animations
https://github.com/nbedos/termtosvg
#1ospd #opensource #animation #cli #recorder #recording #shell #svg #svganimations #terminal
Title: P0: I collected logs from several nodes to one file [2023-08-13 Sun]
From result of execution of python scripts to a one server.
With this commands:
For nodes:
: script -c python param.py |& sed -u "s/^/S{who}: /" |& perl -ne use IO::Handle printf " ", scalar time(), S_ STDOUT->autoflush(1) |& tee -a S{who}.log
For one server:
: watch "cat chief_0.log worker_0.log worker_1.log | sort -ns -k1 | tail"\n#k8s #shell #bash #terminal #console
Title: P0: I collected logs from several nodes to one file [2023-08-13 Sun]
From result of execution of python scripts to a one server.
With this commands:
For nodes:
: script -c python param.py |& sed -u "s/^/S{who}: /" |& perl -ne use IO::Handle printf " ", scalar time(), S_ STDOUT->autoflush(1) |& tee -a S{who}.log
For one server:
: watch "cat chief_0.log worker_0.log worker_1.log | sort -ns -k1 | tail"\n#k8s #shell #bash #terminal #console
Kent Pitman on the #climate crisis, #ai #llm #security and the #commonLisp Condition System wrt John Mashey, DM, Vassil

#lispyGopherClimate Tuesday-night-in-the-Americas
https://toobnix.org/w/88ZPfUcso2HNSKX6gNYShW #archive <- should have full audio
- This brave new world's #AI #vulns
+ #climateCrisis with e.g. oil
- The #commonLisp #conditionSystem #programming thread (& #shell ) https://gamerplus.org/@screwlisp/116390562771940285
Featuing @kentpitman @dougmerritt @vnikolov and more
- Also a note from @JohnMashey #unix when I tagged him (mostly, "haven't touched #lisp since the 70s").
- Live chat on #lambdaMOO !
@sdf can someone validate @artemis .
¿Sabían que el término shell en informática se utiliza para describir la capa de software que envuelve al kernel, funcionando como una "cáscara" o "caparazón" para la interacción con el usuario?
Mientras que el kernel gestiona los recursos internos del hardware, el shell es el programa que interpreta los comandos ingresados por el usuario y los traduce en instrucciones que el sistema operativo puede ejecutar. El concepto fue introducido por primera vez por Louis Pouzin a mediados de la década de 1960 para el sistema Multics, y posteriormente fue adoptado y refinado en el ecosistema UNIX. Esta estructura permite que el núcleo del sistema permanezca protegido, mientras que el shell actúa como una interfaz lógica externa.
Existen dos tipos principales de shell: la interfaz de línea de comandos (CLI), como Bash o Zsh, donde la interacción es puramente textual, y la interfaz gráfica de usuario (GUI), que utiliza elementos visuales como ventanas e iconos. Algo importante en la historia de estas herramientas fue el lanzamiento del Bourne Shell (sh) en 1977, desarrollado por Stephen Bourne en los Laboratorios Bell. Este se convirtió en el estándar de facto y sentó las bases para el desarrollo de Bash (Bourne Again Shell), que es actualmente el intérprete de comandos predeterminado en la mayoría de las distribuciones de Linux.
El shell no es simplemente un lanzador de aplicaciones, sino un lenguaje de programación completo. A través de los denominados shell scripts, los usuarios pueden automatizar tareas complejas, gestionar flujos de datos y administrar servidores de forma remota. Esta versatilidad es la que permite que, a pesar del avance de las interfaces gráficas, el uso de la terminal siga siendo la herramienta fundamental para la administración de sistemas y el desarrollo de software profesional.
I couldn't find a tool to easily display command output in a limited scrolling region of the terminal, so I built a bash script that does that. It uses the terminal's built-in scrolling region capability.
I call it "peek" 👀 . You can think of it as a combination of watch + tail.
Source: https://gist.github.com/literallylara/fb2d47789ac3cd0ff9b771f5e7dc86f3
@jean_dupont
U don't have to ditch fish shell 😃. Nushell's external completion options let us use any completions as we like. Like carapace, fish or any custom completions.
I use fish completions in nushell for some commands. Coz nushell completions are still not that good compared to fish as of now.
Shell und Programmieren
Beschriftung "Name“ in "Nutzernummer“ ändern in GDM3
https://forum.ubuntuusers.de/topic/beschriftung-name-in-nutzernummer-aendern-in-g/
14.04.2026 um 09:23 Uhr
#ubuntuusers #forumuu #linux #opensource #fragenistmenschlich #programming #coding #shell #bash #dash #sh #python #terminal #skript
@noboilerplate
Here is the article I told you about yesterday to use #nushell as main #shell on #nixos:
https://determinate.systems/blog/nuenv/
Not completely there yet, but closer than it seems. And this was in 2023, maybe there are some improvements on that front.