wsl.rst
changeset 2469 d6eb5318b6ff
parent 2459 607f6d056e26
child 2486 796bbf279e20
equal deleted inserted replaced
2468:cab0464c11f4 2469:d6eb5318b6ff
    10 
    10 
    11 https://docs.microsoft.com/en-us/windows/wsl/
    11 https://docs.microsoft.com/en-us/windows/wsl/
    12   Windows Subsystem for Linux Documentation.
    12   Windows Subsystem for Linux Documentation.
    13 https://github.com/sirredbeard/Awesome-WSL
    13 https://github.com/sirredbeard/Awesome-WSL
    14   Awesome list dedicated to Windows Subsystem for Linux.
    14   Awesome list dedicated to Windows Subsystem for Linux.
       
    15 https://devblogs.microsoft.com/commandline/automatically-configuring-wsl/
       
    16   Automatically Configuring WSL.
    15 
    17 
    16 wsl utility
    18 wsl utility
    17 ===========
    19 ===========
    18 
    20 
    19 Run Linux command from default distro::
    21 Run Linux command from default distro::
    67   sudo mkdir /mnt/f
    69   sudo mkdir /mnt/f
    68   sudo mount -t drvfs f: /mnt/f
    70   sudo mount -t drvfs f: /mnt/f
    69 
    71 
    70 https://docs.microsoft.com/en-us/windows/wsl/wsl-config
    72 https://docs.microsoft.com/en-us/windows/wsl/wsl-config
    71   ``/etc/wsl.conf`` configuration options.
    73   ``/etc/wsl.conf`` configuration options.
    72