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

26次阅读

共计 2408 个字符,预计需要花费 7 分钟才能阅读完成。

内容最后由 WZ-Software 于 2023-5-15 22:55 编辑 玩鸡时常两年半,收藏了 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 复制代码 LemonBenchcurl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast 复制代码 ChatGPT 检测 bash <(curl -Ls https://cpp.li/openai) 复制代码 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-OneInStackcurl -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 复制代码 FastPanelwget http://repo.fastpanel.direct/install_fastpanel.sh -O – | bash - 复制代码魔法篇 Wulabing-VLESS 2xmodewget -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-V2Raybash <(curl -s -L https://git.io/v2ray.sh) 复制代码 X -UIbash <(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 复制代码小结目前还在继续更新,都是我日常用的脚本,分享给大家,后续会添加更多 番职男孩 2023-05-15 22:46 2 绑定 飘云 2023-05-15 22:46 3 关注一下                                         藏起来的小尾巴,不让你看!zxxx 2023-05-15 22:46 4 谢谢分享!睿智 2023-05-15 22:49 5 绑定 ttyang 2023-05-15 22:51 6 内容最后由 ttyang 于 2023-5-15 22:58 编辑 命令行咋能叫脚本?ls -lacp aaa bbb 这也算脚本?? hacn 2023-05-15 22:51 7 流媒体和回城重复了 满志雄心 2023-05-15 22:51 8 绑定 linearn 2023-05-15 22:53 9 收藏备用 WZ-Software 2023-05-15 22:55 10hacn 发表于 2023-5-15 22:51 流媒体和回城重复了已修改,感谢提醒 米老头 2023-05-15 22:59 11openai 检测不管用我用的是 bash <(curl -Ss "https://raw.githubusercontent.com/candyraws/OpenAI-Checker-lite/main/openai_check_lite.sh")

正文完
 0