Linux

  • NixOS
  • Bash for noobs

Docker

  • Getting started
  • Useful Docker commands

Powershell

  • Useful scripts
  • Terminal & PowerShell

Build tool & automation

  • Maven

Other

  • Falcon LogScale
  • Git
  • Regex

Windows

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

Other

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