passwd root 回车后键入新密码
reboot 重启服务器命令
安装锐速:
yum install -y wget
wget --no-check-certificate https://blog.asuhu.com/sh/ruisu.sh
bash ruisu.sh
重启后
wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/serverspeeder/master/serverspeeder-all.sh && bash serverspeeder-all.sh
查看运行状态
service serverSpeeder status
安装SSR:
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh
装完后
bash ssr.sh 配置用
reboot 重启
安装宝塔面板:
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
更改宝塔面板管理员密码
cd /www/server/panel && python tools.pyc root 123456