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
  • Tags
  • Docker

Docker

Getting started

  14 Mar 2023
Install Docker Windows Windows Download Docker for Windows from www.docker.com Check the system requirements for Docker: Install on Windows | Docker …
 Docker   Linux   Windows 

Useful Docker commands

  14 Mar 2023
Basic Docker commands List all local images docker images The above is the same as: docker image ls The parameter -q will ensure only Ids are listed. …
 Docker