常用脚本合集(持续更新中)

本文阅读 1 分钟
首页 技术教程 正文

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

修改中文环境

apt update && apt install -y wget wget https://raw.githubusercontent.com/TheWhiteDog9487/ubuntu-language-onekey-zh_cn/main/language sudo chmod u+x language sudo ./language
本文来自投稿,不代表本站立场,如若转载,请注明出处:http://cnmini.net/index.php/archives/562/
go版xray xtls-rprx-vision 的一键安装脚本
« 上一篇 08-29
Discuz 3.5 PHP 8 count(): Argument #1 ($value) must be of type Countable|array
下一篇 » 09-11

发表评论

成为第一个评论的人