Skip to content

Instantly share code, notes, and snippets.

连接解锁路由
http://192.168.31.1/cgi-bin/luci/;stok=<STOK>/api/misystem/extendwifi_connect?ssid=MEDIATEK-ARM-IS-GREAT&password=ARE-YOU-OK
http://192.168.31.1/cgi-bin/luci/;stok=<STOK>/api/xqsystem/oneclick_get_remote_token?username=xxx&password=xxx&nonce=xxx
scp ax3000.sh [email protected]:/etc/ax3000.sh
scp fuckax3000 [email protected]:/etc/fuckax3000
备份原厂固件
sh /etc/ax3000.sh dump
http://192.168.31.1/backup/log/bdata_mtd9.img
@JorWang
JorWang / AutoReinstall.txt
Last active September 23, 2021 13:24
一键安装纯净系统
hiCasper 版
wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
来自:https://github.com/hiCasper/Shell
MoeClub 版
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh' && chmod a+x InstallNET.sh
@JorWang
JorWang / Linux-NetSpeed.txt
Last active September 22, 2021 07:53
加速加本合集
https://github.com/ylx2016/Linux-NetSpeed
预先准备
centos:yum install ca-certificates wget -y && update-ca-trust force-enable
debian/ubuntu:apt-get install ca-certificates wget -y && update-ca-certificates
不卸载内核版本
wget -O tcpx.sh "https://git.io/JYxKU" && chmod +x tcpx.sh && ./tcpx.sh
卸载内核版本
wget -O tcp.sh "https://git.io/coolspeeda" && chmod +x tcp.sh && ./tcp.sh
@JorWang
JorWang / Shadowsocks-libev.txt
Last active November 4, 2021 01:52
Shadowsocks-libev
安装 Docker
Debian https://docs.docker.com/engine/install/debian/
Ubuntu https://docs.docker.com/engine/install/ubuntu/
CentOS https://docs.docker.com/engine/install/centos/
安装 Shadowsocks-libev
docker run -e METHOD=aes-256-gcm -e PASSWORD=password -p1234:8388 -p1234:8388/udp -d shadowsocks/shadowsocks-libev:edge
加密类型 Encrypt method:
rc4-md5,aes-128-gcm, aes-192-gcm, aes-256-gcm,aes-128-cfb, aes-192-cfb, aes-256-cfb,aes-128-ctr, aes-192-ctr, aes-256-ctr,camellia-128-cfb, camellia-192-cfb,camellia-256-cfb, bf-cfb,chacha20-ietf-poly1305,xchacha20-ietf-poly1305,salsa20, chacha20 and chacha20-ietf.