常用脚本合集

作者: admin 分类: 精品教程 发布时间: 2023-05-17 11:25

系统篇
查看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

玩鸡篇
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 –

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