Anleitungen
Echte Open-Source-Serversoftware — direkt aus der offiziellen Quelle jedes Projekts. Kein Mirror: läuft über das eigene Repository, Docker-Image oder Installationsskript.
9 Anleitungen
Git + SSH key authentication setup
Windows / MacOS / LinuxInstall Git and generate an SSH key pair for authenticating with GitHub/GitLab/Bitbucket without typing a password on every push.
Homebrew on MacOS
MacOS (Intel or Apple Silicon)The de facto package manager for MacOS -- installs command-line tools and apps that Apple doesn't ship, via a single terminal command.
MacOS Time Machine backup setup
MacOSConfigure MacOS's built-in, automatic, versioned backup system -- to an external drive, a network share, or a Time Capsule -- so a drive failure or bad update doesn't cost you your files.
Managing multiple WSL distros
Windows 11 (or Windows 10 2004+)Install and switch between several Linux distributions side by side under WSL2 -- useful for testing across distros, or keeping a clean distro per project without them interfering with each other.
Node.js development environment on Windows
Windows 10 2004+ or Windows 11Install Node.js via a version manager (nvm-windows) rather than a single fixed installer -- lets you switch Node versions per project, matching what most real-world Node projects expect.
Python development environment on Windows
Windows 10 2004+ or Windows 11Install Python via winget and set up an isolated virtual environment per project -- the standard, officially recommended way to avoid dependency conflicts between projects.
Visual Studio Code setup
Windows / MacOS / LinuxInstall VS Code and a small set of genuinely essential extensions -- the widely-used, free code editor, configured for a real day-to-day development workflow rather than the bare default install.
WSL2 + Docker Desktop on Windows 11
Windows 11 (or Windows 10 2004+)Run a real Linux kernel alongside Windows and containerize workloads with Docker Desktop -- the standard dev environment setup for Windows 11.
Windows Terminal + PowerShell 7
Windows 10 2004+ or Windows 11Replace the legacy Windows console with the modern, tabbed Windows Terminal and upgrade from Windows PowerShell 5.1 to the actively-developed, cross-platform PowerShell 7.