Canan

Hi, I'm Canan

Oups ...

Never forget impossible is 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

Add Linux Terminals

Add Linux Terminals

Windows




Steps

Microsoft Windows Terminal

  1. Download and install "Microsoft Windows Terminal v1.2.2381" (or newer)
  2. Automatic: https://www.microsoft.com/fr-fr/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab
  3. Manuel: https://github.com/microsoft/terminal/releases
  4. Go to your "Turn Windows features on or off" menu and activate "Windows Subsystems for Linux"
  5. Restart as requested
  6. Go to the "Microsoft Store" and install "Ubuntu 18.04 LTS"
  7. Automatic: 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. Launch the Ubuntu console
  10. It will ask you for a username and password
  11. /!\ The username must be the same as on your Windows!
  12. Execute the "uuidgen" command to retrieve the unique ID needed for the Windows Terminal
  13. Open the Windows Terminal
  14. Right click -> Settings
  15. Added an entry as follows:
  16. {
  17. "guid" : "{__YOUR_GUID__}",
  18. "name" : "Ubuntu",
  19. "commandline" : "wsl.exe -d Ubuntu",
  20. "hidden" : false,
  21. "icon" : "__YOUR_ICO__",
  22. "startingDirectory" : "__YOUR_PATH__"
  23. }
  24. Save

GIT

  1. You can do the same for GIT (after installing it)
  2. {
  3. "guid" : "{__YOUR_GUID__}",
  4. "name" : "Git Bash",
  5. "commandline" : "\"C:/Program Files/Git/bin/bash.exe\" -i -l",
  6. "hidden" : false,
  7. "icon" : "__YOUR_ICO__",
  8. "startingDirectory": "__YOUR_PATH__"
  9. }

Find your Ubuntu files (on Windows)

  1. Your whole tree is in:
  2. C:\Users\__VOTRE_USERNAME__\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs

Access your Windows files (under Ubuntu)

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

Update Ubuntu

  1. sudo apt update
  2. sudo apt upgrade