Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
windows:wsl [2022/03/29 17:51] – [WSL2 port forwarding] admin | windows:wsl [2022/12/27 17:56] (current) – [WSL2 port forwarding high cpu] admin | ||
---|---|---|---|
Line 9: | Line 9: | ||
</ | </ | ||
++++ | ++++ | ||
+ | |||
+ | ====== WSL2 high cpu ====== | ||
+ | < | ||
+ | taskkill -IM " | ||
+ | wsl --shutdown | ||
+ | </ | ||
====== WSL2 port forwarding ====== | ====== WSL2 port forwarding ====== | ||
Line 73: | Line 79: | ||
++++ PowerShell Script for udp port forward socat| | ++++ PowerShell Script for udp port forward socat| | ||
<code bash> | <code bash> | ||
+ | # https:// | ||
+ | # udp forward https:// | ||
+ | # distr https:// | ||
+ | socat UDP4-RECVFROM: | ||
</ | </ | ||
++++ | ++++ |