

Salut, je suis Canan
Oups ...
N'oubliez jamais que l'impossible est possible
:(
Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.
0% complete

For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode
If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION

Ajouter les Terminaux Linux
Windows
Étapes
Microsoft Windows Terminal
- Télécharger et installer "Microsoft Windows Terminal v1.2.2381" (ou plus récent)
- Automatique : https://www.microsoft.com/fr-fr/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab
- Manuel : https://github.com/microsoft/terminal/releases
- Se rendre dans votre menu "Turn Windows features on or off" et activer "Windows Subsystems for Linux"
- Redémarrer comme demandé
- Se rendre dans le "Microsoft Store" et installer "Ubuntu 18.04 LTS"
- Automatique : https://www.microsoft.com/fr-fr/p/ubuntu-1804-lts/9n9tngvndl3q?activetab=pivot:overviewtab
- Manuel : https://docs.microsoft.com/fr-fr/windows/wsl/install-manual
- Lancer la console d'Ubuntu
Il vous demandera un username et un mot de passe
- /!\ Le username doit être le même que sur votre Windows !
- Executer la commande "uuidgen" pour récupérer l'ID unique nécessaire au Terminal de Windows
- Ouvrez le Terminal de Windows
- Effectuez un bouton droit -> Paramètres
Ajouté une entrée comme suit :
{
"guid" : "{__VOTRE_GUID__}",
"name" : "Ubuntu",
"commandline" : "wsl.exe -d Ubuntu",
"hidden" : false,
"icon" : "__VOTRE_ICO__",
"startingDirectory" : "__VOTRE_PATH__"
}
- Sauvegarder
GIT
Vous pouvez faire parreil pour GIT (après l'avoir installé)
{
"guid" : "{__VOTRE_GUID__}",
"name" : "Git Bash",
"commandline" : "\"C:/Program Files/Git/bin/bash.exe\" -i -l",
"hidden" : false,
"icon" : "__VOTRE_ICO__",
"startingDirectory": "__VOTRE_PATH__"
}
Trouver vos fichiers Ubuntu (sous Windows)
Tout votre arborescence est dans :
C:\Users\__VOTRE_USERNAME__\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs
Accéder à vos fichiers Windows (sous Ubuntu)
cd /mnt/c (or /mnt/d)
ls
Mettre à jour Ubuntu
sudo apt update
sudo apt upgrade