当前位置:首页 > 网站笔记 > 正文内容

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

3年前 (2023-05-18)网站笔记

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

复制代码


扫描二维码推送至手机访问。

版权声明:本文由私人专用发布,如需转载请注明出处。

本文链接:http://zb.openface.cc/?id=33

分享给朋友:

“VPS常用脚本合集(持续更新中)” 的相关文章

centos7新系统——基础配置(包括常用软件包安装、打开最大文件数、修改机器名、防火墙、时间同步、修改dns和ip、免密码使用sudo、创建新用户并授权)

一、下载必要软件包再安装操作系统的时候使用的最小化安装,有很多包没有安装,使用时发现好多命令没有如{vim、wget、tree…等},下面就安装命令,可以根据需求自行调整yum -y install wget net-tools screen lsof tcpdump nc mtr openssl-...

青蛇探针serverMmon

ServerMmon(青蛇探针)是使用nodeJs开发的一个酷炫高逼格的云探针、云监控、多服务器探针。拥有全球服务器分布地图,在线SSH,批量执行命令,服务器在线状态、网络使用率、负载情况等特色功能,项目距今上线一个月时间,作者还在继续完善,安装比较简单,支持通过一键脚本、docker安装、手动安装...

如何将python3.6.8升级到3.8以上,centos8系统

· 在CentOS 8系统中,可以使用以下步骤将Python 3.6.8升级到3.8以上版本:· 1. 安装依赖项2. 在终端中输入以下命令安装所需的依赖项:复制sudo dnf install -y gcc openssl-devel bzip2-...

部署Pandora,让ChatGPT更好用

Pandora简介Pandora不愧是这三个月以来最为突出的项目之一,它完美解决了ChatGPT使用中经常遇到的种种问题,而且部署是相当简单,方便。项目地址:https://github.com/pengzhile/pandora另外,今天(5.28)GPT再一次大范围风控,这似乎与sentry.i...

Virtual DSM – 在 Docker 里安装黑群晖 DSM 7.2

Virtual DSM 是一个可以在 Docker 里安装黑群晖的项目,甚至可以在 DSM 中再安装一个 DSM,无限套娃。@Appinn首先需要明确一下,群晖本身就可以在其系统内虚拟一个 DSM,就在 Virtual Machine Manager 套件中,新建虚拟机...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。