& ([scriptblock]::Create((Invoke-RestMethod "https://github.com/guguan123/tcping/raw/refs/heads/main/tcping.ps1"))) -Count 5
wget -O- https://github.com/guguan123/tcping/raw/refs/heads/main/tcping.sh | bash -s -- -c 5
bash <(curl -sL https://github.com/guguan123/tcping/raw/refs/heads/main/tcping.sh) -c 5
TUIC-Server
wget -O- https://sub.fj.kg/scripts/tuic-server/install.sh | bash
wget -O- https://sub.fj.kg/scripts/tuic-server/setup.sh | bash
wget -O- https://sub.fj.kg/scripts/tuic-server/uninstall.sh | bash
sing-box
wget -O- https://sub.fj.kg/scripts/sing-box/install.sh | bash
wget -O- https://sub.fj.kg/scripts/sing-box/setup.sh | bash
wget -O- https://sub.fj.kg/scripts/sing-box/uninstall.sh | bash
硬盘测速(顺序读写)
dd if=/dev/zero of=test_file bs=1M count=1024 oflag=direct
sync; echo 3 > /proc/sys/vm/drop_caches
dd if=test_file of=/dev/null bs=1M count=1024 iflag=direct
设置SSH公钥
mkdir -pm 700 ~/.ssh && wget -O ~/.ssh/authorized_keys https://guguan.us.kg/id_rsa.pub && chmod 600 ~/.ssh/authorized_keys
测速??
dd if=/dev/zero of=/dev/null bs=4M count=4096
查看Azuki监听的端口
sudo ss -tulpn | grep -vE "udp +UNCONN +0 +0 +[^ ]+:[3-6][0-9]{4} +\*:\* +users:\(\(\"mihomo\",pid=$(systemctl show -p MainPID --value mihomo.service),fd=[0-9]+\)\)"
发表回复