常用脚本合集
系统篇
查看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 –
BBR大全
- wget –no-check-certificate -O tcp.sh https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh && chmod +x tcp.sh && ./tcp.sh