Skip to content
View Youngv's full-sized avatar
Block or Report

Block or report Youngv

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 给 WSL2 和 Host 设置静态 IP 地址,每次重启 Host 或... 给 WSL2 和 Host 设置静态 IP 地址,每次重启 Host 或 WSL2 后运行
    1
    @ECHO OFF
    2
    wsl -d Ubuntu-20.04 -u root ip addr del $(ip addr show eth0 ^| grep 'inet\b' ^| awk '{print $2}' ^| head -n 1) dev eth0
    3
    wsl -d Ubuntu-20.04 -u root ip addr add 192.168.50.2/24 broadcast 192.168.50.255 dev eth0
    4
    wsl -d Ubuntu-20.04 -u root ip route add 0.0.0.0/0 via 192.168.50.1 dev eth0
    5
    wsl -d Ubuntu-20.04 -u root echo nameserver 192.168.50.1 ^> /etc/resolv.conf
  2. DSVPNMotion DSVPNMotion Public

    DSVPN GUI Client for macOS (only tested on Catalina)

    Ruby 1

  3. ESP32MouseTo ESP32MouseTo Public

    Forked from per1234/MouseTo

    Arduino ESP32 S3 library for moving mouse pointer to absolute screen coordinates

    C++

  4. OpenWrt-AX6 OpenWrt-AX6 Public

    Forked from SCys/lede_build

    Shell