windows_subsystem_for_linux_wsl
Table of Contents
Windows Subsystem for Linux (WSL)
Installation WSL (Windows 10)
- Paramètres → Applications → Programmes et fonctionnalités → Activer ou désactiver des fonctionnalités Windows :
- Cocher “Hyper-V”
- Cocher “Sous-système Windows pour Linux”
- Redémarrer Windows
- Ouvrir le Microsoft Store → Rechercher “Windows Terminal” → Installer l'application
- Ouvrir Windows Terminal
- Mettre à jour WSL :
wsl --update
- Installer la distribution de votre choix. Pour avoir la liste de toutes les distributions disponible :
wsl --list --online
- Pour installer par exemple Debian : `wsl –install -d Debian`
- Rentrer le nom utilisateur et mot de passe de votre choix puis rentrer
exit
- Fermer Windows Terminal ;
- Réouvrir Windows Terminal ;
- Vous aurez alors la possibilité d'ouvrir (bouton à droite du + pour ouvrir un nouvel onglet) un nouvel onglet pour lancer la distribution linux précédemment installée.
Installation SSH
- Ouvrir Windows Terminal et lancer votre distribution linux ;
sudo apt-get install openssh-client
cd /mnt/c/Users/Mithiriath/Downloads
ssh -i ~/.ssh/id_ed25519_digitech_api digitech@10.185.33.153
Commandes
Update
wsl --update
Check wsl distros & status
wsl -l -v
Shutdown the running wsl host
wsl --shutdown
Passer la distrib en WSL 2
wsl --set-version Debian 2 wsl --set-default-version 2
windows_subsystem_for_linux_wsl.txt · Last modified: 2023/09/13 19:51 by nygudgyxxqwiaodogzkt