Cli
Mutt
I keep a copy of my mutt config here on the site. VimSince I use vim as my editor I also added the following line to my vim configuration file to autowrap my …
Tmux
InstallationTmux is available in the package manager of most Linux distributions. Install it using whatever is appropriate for your system (e.g. apt install …
Software RAID
InstallationThe mdadm package is required for software RAID: The mdadm package is available on most distributions (mdadm on Fedora/Arch/Debian). Array …
Gatekeeper Script for SSH
The gatekeeper pattern adds a post-authentication challenge to SSH sessions using ForceCommand. The concept was inspired by a scene in a movie where a system …
Session Recording
Bash BuiltinsThe script utility which I've found in Fedora as a default package (or it's a bash builtin). You can record a session and the timing data about it …