Canan

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



QR Code

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

Ajouter les Terminaux Linux

Windows




Étapes

Microsoft Windows Terminal

  1. Télécharger et installer "Microsoft Windows Terminal v1.2.2381" (ou plus récent)
  2. Automatique : https://www.microsoft.com/fr-fr/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab
  3. Manuel : https://github.com/microsoft/terminal/releases
  4. Se rendre dans votre menu "Turn Windows features on or off" et activer "Windows Subsystems for Linux"
  5. Redémarrer comme demandé
  6. Se rendre dans le "Microsoft Store" et installer "Ubuntu 18.04 LTS"
  7. Automatique : https://www.microsoft.com/fr-fr/p/ubuntu-1804-lts/9n9tngvndl3q?activetab=pivot:overviewtab
  8. Manuel : https://docs.microsoft.com/fr-fr/windows/wsl/install-manual
  9. Lancer la console d'Ubuntu
  10. Il vous demandera un username et un mot de passe
  11. /!\ Le username doit être le même que sur votre Windows !
  12. Executer la commande "uuidgen" pour récupérer l'ID unique nécessaire au Terminal de Windows
  13. Ouvrez le Terminal de Windows
  14. Effectuez un bouton droit -> Paramètres
  15. Ajouté une entrée comme suit :
  16. {
  17. "guid" : "{__VOTRE_GUID__}",
  18. "name" : "Ubuntu",
  19. "commandline" : "wsl.exe -d Ubuntu",
  20. "hidden" : false,
  21. "icon" : "__VOTRE_ICO__",
  22. "startingDirectory" : "__VOTRE_PATH__"
  23. }
  24. Sauvegarder

GIT

  1. Vous pouvez faire parreil pour GIT (après l'avoir installé)
  2. {
  3. "guid" : "{__VOTRE_GUID__}",
  4. "name" : "Git Bash",
  5. "commandline" : "\"C:/Program Files/Git/bin/bash.exe\" -i -l",
  6. "hidden" : false,
  7. "icon" : "__VOTRE_ICO__",
  8. "startingDirectory": "__VOTRE_PATH__"
  9. }

Trouver vos fichiers Ubuntu (sous Windows)

  1. Tout votre arborescence est dans :
  2. C:\Users\__VOTRE_USERNAME__\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs

Accéder à vos fichiers Windows (sous Ubuntu)

  1. cd /mnt/c (or /mnt/d)
  2. ls

Mettre à jour Ubuntu

  1. sudo apt update
  2. sudo apt upgrade