Pinned Loading
-
给 WSL2 和 Host 设置静态 IP 地址,每次重启 Host 或...
给 WSL2 和 Host 设置静态 IP 地址,每次重启 Host 或 WSL2 后运行 1@ECHO OFF
2wsl -d Ubuntu-20.04 -u root ip addr del $(ip addr show eth0 ^| grep 'inet\b' ^| awk '{print $2}' ^| head -n 1) dev eth0
3wsl -d Ubuntu-20.04 -u root ip addr add 192.168.50.2/24 broadcast 192.168.50.255 dev eth0
4wsl -d Ubuntu-20.04 -u root ip route add 0.0.0.0/0 via 192.168.50.1 dev eth0
5wsl -d Ubuntu-20.04 -u root echo nameserver 192.168.50.1 ^> /etc/resolv.conf
-
-
ESP32MouseTo
ESP32MouseTo PublicForked from per1234/MouseTo
Arduino ESP32 S3 library for moving mouse pointer to absolute screen coordinates
C++ 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.