系统篇
查看Linux内核版本
- uname -r
复制代码
查看本机绑定的IP地址
- ip a
复制代码
自动配置IPv6在ens3网卡上(网卡名字修改为自己的网卡)
- dhclient -6 ens3
复制代码
测鸡篇
融合怪混合VPS测试脚本(10代目)
- curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
复制代码
SuperBench By 秋水逸冰
- bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh)
复制代码
SuperBench 原版
- wget -qO- bench.sh | bash
复制代码
YABS(Yet Another Bench SH)
- curl -sL yabs.sh | bash
复制代码
硬盘性能/通电时间检测(独立服务器)
- wget -q https://github.com/Aniverse/A/raw/i/a && bash a
复制代码
LemonBench
- curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
复制代码
ChatGPT检测
- bash <(curl -Ls https://cpp.li/openai)
复制代码
ChatGPT检测-Lite版
- bash <(curl -Ss “https://raw.githubusercontent.com/candyraws/OpenAI-Checker-lite/main/openai_check_lite.sh”)
复制代码
NetFlix解锁检测
- wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.01/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf
复制代码
流媒体解锁测试
- bash <(curl -L -s check.unlock.media)
复制代码
回程网络测试
- wget -qO- git.io/besttrace | bash
复制代码
玩鸡篇
Docker一键安装(官方)
- curl -sSL https://get.docker.com/ | sh
复制代码
NGINX+PHP80+MariaDB10.6-OneInStack
- 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
- wget http://repo.fastpanel.direct/install_fastpanel.sh -O – | bash –
复制代码
魔法篇
Wulabing-VLESS 2xmode
- 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
- bash <(curl -s -L https://git.io/v2ray.sh)
复制代码
X-UI
- bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
复制代码
BBR大全
- wget –no-check-certificate -O tcp.sh https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh && chmod +x tcp.sh && ./tcp.sh
复制代码
声明:本站所有文章或资源,均来自互联网分享。本站不参与制作或存储,内容仅用于互联网爱好者学习和研究,如不慎侵犯了您的权利,请及时联系站长处理删除。敬请谅解!
评论(0)