wulabing 单用户V2版本 2023/12/22 | 域名/vps | gang | 暂无评论 | 7096 views 安装 curl、wget CentOS系统安装命令: yum -y install wget yum update -y && yum install curl -y Ubuntu/Debian系统安装命令: apt-get install wget apt-get update -y && apt-get……
multi-v2 多用户管理脚本 2023/12/22 | 域名/vps | gang | 暂无评论 | 7355 views 安装Curl依赖包,在Ubuntu/Debian上执行命令: apt-get update -y && apt-get install curl -y 安装Curl依赖包,在CentOS上执行命令: yum update -y && yum install curl -y 安装命令 source <(……
X-ui V2Ray 脚本 2023/12/20 | 域名/vps | gang | 暂无评论 | 6205 views 更新组件 以防万一 ## 以下为 CentOS 命令 yum update -y yum install curl wget -y ## 以下为 Debian / Ubuntu 命令 apt update -y apt install curl wget -y 一键安装 X-ui 面板 #仅限境外VPS bash <(c……
aaPanel NGINX 233boy Xray 脚本 并存 2023/12/18 | 域名/vps | gang | 暂无评论 | 6216 views VPS配置 NGINX WEB服务, 233boy脚本无法一键配置服务,需要NGINX转发端口流量 第一步安装 bash <(wget -qO- -o- https://github.com/233boy/Xray/raw/main/install.sh) 按照提示 选择VMess-H2……
NGINX程序转发no-auto-tls INFO 2023/12/18 | 域名/vps | gang | 暂无评论 | 4126 views location /vpn { #与 no-auto-tls INFO 路径path proxy_pass http://127.0.0.1:8844; # 与no-auto-tls INFO端口一致 proxy_redirect off; proxy_http_version 1.1; proxy_set_header Upgrade ……
宝塔面板国际版aaPanel 2023/12/14 | 域名/vps | gang | 1 条评论 | 4605 views Centos yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh aapanel Ubuntu/Deepin wget -O install…….
VPS提示 curl: command not found 2021/08/06 | 域名/vps | gang | 暂无评论 | 7179 views curl: command not found ,因为系统缺少 Curl ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y centos 系统安装 Curl 方法: yum update -y && yum in……
Debian 10配置IPV6隧道 2021/07/29 | 域名/vps | gang | 暂无评论 | 5517 views 1.在/etc/sysctl.conf中填写以下内容,填写完成后执行sysctl -p使之生效。 2.在/etc/resolv.conf填写以下内容用以解析Ipv6: 3.把he.net 中Example Configurations,然后选择 Debian/Ubuntu。会出现几行代码 复制到/etc/network/interface……