Linux

  • NixOS
  • Bash for noobs

Docker

  • Getting started
  • Useful Docker commands

PowerShell

  • Useful scripts
  • PowerShell
  • Terminal

Build tool & automation

  • Maven

Other

  • Yazi
  • Falcon LogScale
  • Git
  • Regex

Windows

  • AutoHotkey
  • Komorebi
  • Windows Subsystem for Linux
  • Home
  • Other

Other

Yazi

  10 Mar 2026
Basic starter configuration Useful links: Yazi documentation Available Yazi plugins on GitHub Install required packages I suggest using Glow for …
 Yazi   Windows   Starters 

Falcon LogScale

  7 Dec 2023
Converting timestamps to hh:ss natural_message=/PROCESSING REQUEST method=.*/ | Time := format("%tH:%tM",field=[@timestamp,@timestamp]) | …
 LogScale   Logs 

Git

  23 May 2023
Useful Git workflows Temporarily undoing changes Regular one-off stash: # Moves all local changes to the stash git stash # Moves last stashed changes …
 Git   GitHub 

Regex

  15 Mar 2023
Key resources Compose and testing expressions: https://regex101.com/ Regex number range generator: Regex Numeric Range Generator — Regex Tools — …
 Regex   Java