The Wayback Machine - https://web.archive.org/web/20201207155758/https://github.com/topics/windows-subsystem-linux
Skip to content
#

windows-subsystem-linux

Windows Subsystem for Linux allows you run native Linux applications on Windows

  • WSL 1 uses a translation layer to translate Linux syscalls to Windows syscalls
  • WSL 2 uses lightweight utility virtual machine to run Linux apps

Here are 58 public repositories matching this topic...

lucasvc
lucasvc commented Feb 19, 2020

I have a shortcut on my shell:startup to open Pageant with my key and after start wsl-ssh-pageant using WSL socket:

"C:\Program Files\PuTTY\pageant.exe" "C:\Users\lucsavc\lucsavc.ppk" -c "C:\Users\lucsavc\software\wsl-ssh-pageant\wsl-ssh-pageant-amd64-gui.exe" --systray --wsl "%TMPDIR%\wsl-ssh-pageant.sock"

When shuting down the computer normally, seems that systray application i

Wikipedia
Wikipedia
You can’t perform that action at this time.