记录我的一些生活写照、无聊的牢骚、内心世界的活动 注册 | 登陆

常用VPS脚本合集

常用VPS脚本合集

 
系统篇
查看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://cdn.jsdelivr.net/gh/missuo/OpenAI-Checker/openai.sh)
 
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)
 
八合一一键脚本 
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
或者
wget -P /root -N --no-check-certificate "https://www.v2ray-agent.com/v2ray-agent/install.sh" && chmod 700 /root/install.sh && /root/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

« 上一篇 | 下一篇 »

发表评论

评论内容 (必填):