系统篇
查看Linux内核版本
1 | uname -r |
查看本机绑定的IP地址
1 | ip a |
自动配置IPv6在ens3网卡上(网卡名字修改为自己的网卡)
1 | dhclient -6 ens3 |
测鸡篇
融合怪混合VPS测试脚本(10代目)
1 | curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh |
SuperBench By 秋水逸冰
1 | bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh) |
SuperBench 原版
1 | wget -qO- bench.sh | bash |
YABS(Yet Another Bench SH)
1 | curl -sL yabs.sh | bash |
硬盘性能/通电时间检测(独立服务器)
1 | wget -q https://github.com/Aniverse/A/raw/i/a && bash a |
LemonBench
1 | curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast |
ChatGPT检测
1 | bash <(curl -Ls https://cpp.li/openai) |
ChatGPT检测-Lite版
1 | bash <(curl -Ss "https://raw.githubusercontent.com/candyraws/OpenAI-Checker-lite/main/openai_check_lite.sh") |
NetFlix解锁检测
1 | wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.01/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf |
流媒体解锁测试
1 | bash <(curl -L -s check.unlock.media) |
回程网络测试
1 | wget -qO- git.io/besttrace | bash |
三网回程一键检测
1 | curl https://raw.githubusercontent.com/ludashi2020/backtrace/main/install.sh -sSf | sh |
玩鸡篇
Docker一键安装(官方)
1 | curl -sSL https://get.docker.com/ | sh |
NGINX+PHP80+MariaDB10.6-OneInStack
1 | curl -sSL https://get.docker.com/ | shwget -c http://mirrors.linuxeye.com/oneinstack-full.tar.gz && tar xzf oneinstack-full.tar.gz && ./oneinstack/install.sh --nginx_option 1 --php_option 10 --phpcache_option 1 --php_extensions zendguardloader,ioncube,sourceguardian,imagick,fileinfo,imap,ldap,phalcon,yaf,redis,memcached,memcache,mongodb,swoole,xdebug --phpmyadmin --db_option 5 --dbinstallmethod 1 --dbrootpwd auik2022 --node --pureftpd --redis --memcached --reboot |
FastPanel
1 | wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash - |
魔法篇
Wulabing-VLESS 2xmode
1 | wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/Xray_onekey/main/install.sh" && chmod +x install.sh && bash install.sh |
233Boy-V2Ray
1 | bash <(curl -s -L https://git.io/v2ray.sh) |
X-UI
1 | bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) |
v2ray-agent(八合一)
1 | wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh |
BBR大全
1 | wget --no-check-certificate -O tcp.sh https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh && chmod +x tcp.sh && ./tcp.sh |
监控篇
ServerStatus-Hotaru
1 | wget https://raw.githubusercontent.com/cokemine/ServerStatus-Hotaru/master/status.sh |