1. 首页 > VPS&各类搭建

VPS常用代码分类整理大全!!

宝塔安装:


if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec
 

管理员权限:

sudo -i

Debian/Ubuntu安装下载工具:

apt update -y  && apt install -y curl

科技lion一键脚本:

curl -sS -O https://kejilion.pro/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh
curl -sS -O https://raw.githubusercontent.com/kejilion/sh/main/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh

VPS一键脚本:

wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh

VPS一键脚本2:

curl -fsSL https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh -o ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh

XUI面板:

   bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
 

H2协议:

wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh

融合怪:

bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)

八一合:

wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh

路由追踪:

curl nxtrace.org/nt |bash

测速:

bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh)

性能测试:

curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
IP体检:bash <(curl -Ls IP.Check.Place)

解锁测试:

bash <(curl -L -s    
bash <(curl -L -s check.unlock.media)
https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

优化脚本:

wget http://sh.nekoneko.cloud/tools.sh && chmod +x tools.sh && ./tools.sh

关闭IPV6:

编辑/etc/sysctl.conf,添加或者编辑以下变量:

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
sysctl -p
ip a

常用DNS设置:

国际优化:谷歌 8.8.8.8  1.1.1.1
国内优化:三网:114.114.114.114  阿里: 223.5.5.5   百度:180.76.76.76
微软:4.2.2.2   4.2.2.1

邮局端口:

25 587 465

本文采摘于网络,不代表本站立场,转载联系作者并注明出处:https://fq5396.cn/https://98blog.xyz/kuaixun/21.html

联系我们

在线咨询:点击这里给我发消息

微信号:15229472414