Ben Chuanlong Du's Blog

It is never too late to learn.

Zellij Is the Best Terminal Multiplexer

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

zellij options --disable-mouse-mode

https://github.com/zellij-org/zellij

Persistent Sessions

A detached session becomes a persistent session.

ctrol + o: d

You can re-attach a session using

zellij attach session_name

Spark Issue Libc Not Found

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Symptom

/lib64/libc.so.6: version `GLIBC_2.18' not found (required by ...)

Cause

The required version of GLIBC by the binary executor is not found on Spark nodes.

Solution

Recompile your …