VPS测试脚本
融合怪
export noninteractive=true && curl -L https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && bash goecs.sh env && bash goecs.sh install && goecs
国内加速
export noninteractive=true && curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && bash goecs.sh env && bash goecs.sh install && goecs
NodeQuality
bash <(curl -sL https://run.NodeQuality.com)
常用命令
Linux换源
https://github.com/SuperManito/LinuxMirrors
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
Docker安装
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
禁用Cloudflare IPV6
curl -X PATCH "https://api.cloudflare.com/client/v4/zones/替换成你的zone id/settings/ipv6" \
-H "X-Auth-Email: 登录邮箱" \
-H "X-Auth-Key: 替换成你的key" \
-H "Content-Type: application/json" \
-d '{
"value": "off"
}'
安装脚本
flexcdn开心版
curl -s https://list.yeqing.net/d/123%E4%BA%91%E7%9B%98/%E5%85%AC%E5%BC%80/Z%20-%20%E7%9B%B4%E9%93%BE%E8%B5%84%E6%BA%90/flexcdn/install-104.sh | bash