记录一些命令

连接服务器

xxx为ip地址

ssh root@xxx

运行以下代码 

yum -y install wget
wget -N --no-check-certificate https://softs.fun/Bash/ssr.sh && chmod +x ssr.sh && bash ssr.sh

备用:

wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh

根据提示安装完毕,快捷管理命令为:bash ssr.sh 

安装加速:

yum -y install wget

wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh

chmod +x bbr.sh

./bbr.sh

最后根据提示重启服务器即可

猜你喜欢

转载自blog.csdn.net/kisick/article/details/85776554
今日推荐