Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Talk:Windows Subsystem for Linux"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
Xming uses ssh x11 forwarding to render x11 under windows: | Xming uses ssh x11 forwarding to render x11 under windows: | ||
*http://www.geo.mtu.edu/geoschem/docs/putty_install.html | *http://www.geo.mtu.edu/geoschem/docs/putty_install.html | ||
== Bind USB to WSL == | |||
*https://learn.microsoft.com/en-us/windows/wsl/connect-usb | |||
to attach usb devices to wsl you need to add usbipd. | |||
*https://github.com/dorssel/usbipd-win/releases | |||
{{console|body= | |||
###i## emerge usbip | |||
}} |
Revision as of 21:30, November 25, 2023
https://docs.microsoft.com/en-us/windows/wsl/wsl-config
- copy debian kernel to windows system:
cp /boot/kernel-debian-sources-x86_64-6.4.13_p1-r1 /mnt/c/Users/*your user name*/
- gwsl in the microsoft store can run graphical applications that are installed.
Xming uses ssh x11 forwarding to render x11 under windows:
Bind USB to WSL
to attach usb devices to wsl you need to add usbipd.
root # emerge usbip