The Wayback Machine - https://web.archive.org/web/20220526164851/https://github.com/topics/wsl
Skip to content
#

Windows Subsystem for Linux

The Windows Subsystem for Linux lets developers run a GNU/Linux environment -- including most command-line tools, utilities, and applications -- directly on Windows, unmodified, without the overhead of a traditional virtual machine, or dualboot setup.

You can:

  • Choose your favorite GNU/Linux distributions from the Microsoft Store.
  • Run common command-line tools such as grep, sed, awk, or other ELF-64 binaries.
  • Run Bash shell scripts and GNU/Linux command-line applications including:
    • Tools: vim, emacs, tmux
    • Languages: NodeJS, Javascript, Python, Ruby, C/C++, C# & F#, Rust, Go, etc.
    • Services: SSHD, MySQL, Apache, lighttpd, MongoDB, PostgreSQL.
    • Install additional software using your own GNU/Linux distribution package manager.
    • Invoke Windows applications using a Unix-like command-line shell.
    • Invoke GNU/Linux applications on Windows.
    • Source: Microsoft Docs

      Here are 603 public repositories matching this topic...

      Kage-Yami
      Kage-Yami commented Jan 19, 2021

      Describe the bug
      If the destination import directory is marked as "compressed", the import stage will fail due to .vhdx files not being compressable.

      Please add terminal output if possible:

      jdsmi@YAMI ❯ ~\dev\scripts ❯
      ❯ .\Move-WSL.ps1
      Getting distros...
      Select distro to move:
      1: docker-desktop
      2: Arch
      3: docker-desktop-data
      1
      Enter WSL target directory:
      F:\docke
      
      enhancement help wanted good first issue
      Wikipedia
      Wikipedia