Skip to content

Instantly share code, notes, and snippets.

@gda2it
gda2it / install_fnm.sh
Last active October 20, 2025 14:43
install_fnm
#!/bin/bash
set -e
RELEASE="latest"
OS="$(uname -s)"
case "${OS}" in
MINGW* | Win*) OS="Windows" ;;
esac
@gda2it
gda2it / windows.wsl2.docker.md
Last active October 20, 2025 14:42
Installing Docker on Windows without Docker Desktop

Installing Docker on Windows without Docker Desktop

WSL2 [1]

Newer versions of Windows

Open PowerShell with Admin rights and run wsl --install -d Ubuntu-24.04.

Older versions of Windows