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

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

使用云服务器搭建Socks5最详细教程

近期有比较多的小伙伴在问如何搭建Socks5代理实现游戏加速,这里就给大家放出一个详细教程,截图全部都是亲自测试有效的。1、开通云服务器,要做游戏加速的话,可以开通香港或者美国的云服务器,服务器安装centos7以上的系统。这里就以蓝米云的云服务器为例,测试蓝米云的香港和美国服务器都可以使用教程正常...

盘点12个 yyds 的低代码开源项目

1. AppsmithAppsmith 是一款开源低代码框架,主要用于构建管理面板、内部工具和仪表板等,允许拖放 UI 组件来构建页面,通过连接到任何 API、数据库或 GraphQL 源,并使用 JavaScript 语言编写逻辑,可以在短时间内创建内部应用程序。Github(⭐️ 20.2k):...

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

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

部署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 套件中,新建虚拟机...

发表评论

访客

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