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

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

2年前 (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常用脚本合集(持续更新中)” 的相关文章

青蛇探针serverMmon

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

Oracle Cloud/甲骨文云 下Centos 7拓展硬盘操作

首先是rootecho root:tss1******** |sudo chpasswd rootsudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;sudo sed -i...

centos系统如何安装squid,并设置开机启动,以及如何检测squid是否正常启动服务

在CentOS系统中安装Squid并设置开机启动,可以按照以下步骤进行操作:· 打开终端,输入以下命令安装Squid: 复制sudo yum updatesudo yum install squid安装完成后,可以通过以下命令检查Squid是否已经安装成功:复制squid -v输...

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

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

在Docker中安装安卓11、12+Appium【web端android】

Docker-Android是一个docker镜像,建立在与移动网站测试和安卓项目有关的一切。仿真器--三星设备仿真器--Nexus设备真实设备目标使用 appium为移动网站运行UI测试用最新的构建工具构建Android项目并运行单元测试使用不同的框架为Android应用程序运行UI测试...

AList客户端AL Client v1.0.2

本帖最后由 anwen 于 2023-6-17 10:21 编辑AList是什么应该不需要过多赘述了吧,不知道的可以在官网看看,或者去看看我之前的一篇如何使用方便快捷使用AList用法虽然已经挺方便了,但是WebDav方式总有些太好使这不有大佬使用 AList的API 手搓的一份 Client(客户...

发表评论

访客

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