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
  • Bash

Bash

Bash for noobs

  16 Mar 2023
Basic Bash commands Refresh/reload profile . ~/.bashrc Create a symlink ln -s [target_path] [link_path] # Example: Links the .ssh folder inside a WSL …
 Bash   Linux