1.v2ray一键安装脚本
wget -N https://raw.githubusercontent.com/fivestrong/Scripts/master/v.sh && bash v.sh
2.Linux内核升级以及bbr开启脚本
wget -N https://raw.githubusercontent.com/fivestrong/Scripts/master/tcp.sh && bash tcp.sh
3.Parted分区T级别硬盘为xfs格式脚本
wget https://raw.githubusercontent.com/fivestrong/Scripts/master/date_parted.sh
请根据服务器实际硬盘编号更改脚本,否则可能会丢失数据。
3.mysql 定时备份并传到远端服务器脚本
wget https://raw.githubusercontent.com/fivestrong/Scripts/master/sql-backup.sh
修改脚本中配置,以适应个人环境。