MirrorNest

Guides

Vrais logiciels serveur open source, depuis la source officielle de chaque projet. Pas un miroir : via le dépôt du projet, son image Docker ou son script d'installation.

9 guides

Git + SSH key authentication setup

Windows / MacOS / Linux

Install Git and generate an SSH key pair for authenticating with GitHub/GitLab/Bitbucket without typing a password on every push.

DevelopmentVersion Control

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.

Package ManagerDevelopment

MacOS Time Machine backup setup

MacOS

Configure 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.

Backup

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.

Development

Node.js development environment on Windows

Windows 10 2004+ or Windows 11

Install 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.

DevelopmentProgramming

Python development environment on Windows

Windows 10 2004+ or Windows 11

Install Python via winget and set up an isolated virtual environment per project -- the standard, officially recommended way to avoid dependency conflicts between projects.

DevelopmentProgramming

Visual Studio Code setup

Windows / MacOS / Linux

Install 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.

Development

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.

DevelopmentContainers

Windows Terminal + PowerShell 7

Windows 10 2004+ or Windows 11

Replace 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.

TerminalDevelopment