教程教程

帮助分类
教程
文档首页> 教程> 站长服务器常用代码整理

站长服务器常用代码整理

发布时间:2025-02-21 17:06        更新时间:2025-02-22 07:25
代码提示框组件
服务器到手后需要部署的代码整理

yum install wget -y // Centos安装wget命令

apt-get install wget -y // Debian/ubuntu安装wget命令

yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh // Centos磁盘自动挂载

wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && sudo bash auto_disk.sh // Ubuntu磁盘自动挂载

wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh // Debian磁盘自动挂载


wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh
chmod +x bbr.sh
./bbr.sh
// BBR手动安装centos的安装指令 wget -N "https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh // BBR 锐速一键安装 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh // 安装宝塔 请使用centos 7.x 镜像安装 yum -y install wget;wget http://kangle.cccyun.cn/start;sh start // kangle面板一键安装脚本
扫一扫访问手机版
30+ 高防云产品
1000+企业的共同选择