Skip to content

Instantly share code, notes, and snippets.

@mffseal
mffseal / Tenda U9 on linux.md
Created April 1, 2022 10:18 — forked from winguse/Tenda U9 on linux.md
Tenda U9 on linux

Two files:

  • /etc/usb_modeswitch.d/rtl8821cu
  • /usr/share/usb_modeswitch/0bda:1a2b
TargetVendor=0x0bda
TargetProduct=0x1a2b
StandardEject=1
@mffseal
mffseal / setip.bat
Created November 21, 2021 12:13 — forked from czl026/setip.bat
Windows IP 快速切换脚本
@echo off&color 1E&title IP地址快速切换器
echo ┌────────────────────────────┐
echo | |
echo | 切换网络环境,请输入当前所在位置 │
echo | |
echo └────────────────────────────┘
:choice
set choice=
set /p choice=【实验室无线】请选择1,【实验室有线】请选择2,【宿舍无线】请选择3,【宿舍有线】请选择4:[1,2,3,4]?