一键安装linux教程交流 (linux安装源码教程学习)

Linux 一键安装脚本集

1.Linux网络优化加速一键脚本

wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosYourFathe/UsefulScripts/master/tcp/tcp.sh“; chmod +x tcp.sh;sudo bash ./tcp.sh

2.Ubuntu一键配置脚本

https://blog.csdn.net/rovast/article/details/49686565

3.Linux 环境下的 hosts 一键部署脚本

wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosYourFathe/UsefulScripts/master/hosts/hosts.sh“; chmod +x hosts.sh;sudo bash ./hosts.sh

4.一键安装ghost轻博客

wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosYourFathe/UsefulScripts/master/ghost/ghost.sh“; chmod +x ghost.sh;sudo bash ./ghost.sh

5.Linux/Ubuntu一键测试性能脚本bench.sh

wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosYourFathe/UsefulScripts/master/bench/bench.sh“; chmod +x bench.sh;sudo bash ./bench.sh

6.Linux一键测试性能脚本UnixBench

wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosYourFathe/UsefulScripts/master/unixbench/unixbench.sh“; chmod +x unixbench.sh;sudo bash ./unixbench.sh

7.ftp上传一键脚本

https://teddysun.com/484.html

8.一键安装kms服务脚本

https://teddysun.com/530.html

9.一键安装最新内核并开启 BBR 脚本

wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosYourFathe/UsefulScripts/master/bbr/bbr.sh“; chmod +x bbr.sh;sudo bash ./bbr.sh

重启之后输入下面的命令如果有 BBR 说明 BBR 加速开启成功

sysctl net.ipv4.tcp_available_congestion_control

10.L2TP/IPSec一键安装脚本

wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosYourFathe/UsefulScripts/master/L2TP/l2tp.sh“; chmod +x l2tp.sh;sudo bash ./l2tp.sh

linux安装源码教程学习,批量给linux安装软件

linux安装源码教程学习,批量给linux安装软件

linux安装源码教程学习,批量给linux安装软件