1、宝塔面板
1 |
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh |
2、后端一键脚本 Centos 7
yum install wget -y && wget https://raw.githubusercontent.com/Toxic-Cat/Airport-toolkit/master/ssr_node_c7.sh && chmod +x ssr_node_c7.sh && ./ssr_node_c7.sh
服务器地址 填写ip 无http
3、BBR Plus
1 |
wget -N --no-check-certificate "https://raw.githubusercontent.com/dlxg/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh |
wget –N —no–check–certificate “https://github.000060000.xyz/tcpx.sh” && chmod +x tcpx.sh && ./tcpx.sh
4、BBR加速
1 |
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh |
5、 # GCP 启用root密码登陆
passwd
sed -i “s/PermitRootLogin.*/PermitRootLogin yes/g” /etc/ssh/sshd_config
sed -i “s/PasswordAuthentication.*/PasswordAuthentication yes/g” /etc/ssh/sshd_config
reboot
6、 v
1 |
bash <(curl -s -L https://git.io/v2ray.sh) |