全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 5076|回复: 29

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

  [复制链接]
发表于 2023-5-15 22:45:03 | 显示全部楼层 |阅读模式
本帖最后由 WZ-Software 于 2023-5-15 23:01 编辑

玩鸡时常两年半,收藏了1些脚本/命令,分享出来

系统篇
查看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 -
复制代码



魔法篇
Wulabing-VLESS 2xmode
  1. 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
  1. bash <(curl -s -L https://git.io/v2ray.sh)
复制代码

 X-UI
  1. bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
复制代码

 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
复制代码


小结

目前还在继续更新,都是我日常用的脚本,分享给大家,后续会添加更多
发表于 2023-5-16 10:47:17 来自手机 | 显示全部楼层
修改为中文环境: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
发表于 2023-5-15 22:46:11 | 显示全部楼层
关注一下



                                            藏起来的小尾巴,不让你看!  
    发表于 2023-5-15 22:51:29 | 显示全部楼层
    本帖最后由 ttyang 于 2023-5-15 22:58 编辑

    命令行咋能叫脚本?
    ls -la
    cp aaa bbb
    这也算脚本?
    发表于 2023-5-15 22:51:36 来自手机 | 显示全部楼层
    流媒体和回城重复了
     楼主| 发表于 2023-5-15 22:55:24 | 显示全部楼层
    hacn 发表于 2023-5-15 22:51
    流媒体和回城重复了

    已修改,感谢提醒
    您需要登录后才可以回帖 登录 | 注册

    本版积分规则

    Archiver|手机版|小黑屋|全球主机交流论坛

    GMT+8, 2024-5-21 08:34 , Processed in 0.066244 second(s), 10 queries , Gzip On, MemCache On.

    Powered by Discuz! X3.4

    © 2001-2023 Discuz! Team.

    快速回复 返回顶部 返回列表