2018年搜集的 Linux/Ubuntu/CentOS/Unix 实用一键脚本安装集合(2018年7月持续更新中)

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
tiancai321
帖子: 1
注册时间: 2018-07-28 21:52
系统: Ubuntu14.04

2018年搜集的 Linux/Ubuntu/CentOS/Unix 实用一键脚本安装集合(2018年7月持续更新中)

#1

帖子 tiancai321 » 2018-07-28 21:55

1.Linux网络优化加速一键脚本
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... 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/WhosY ... s/hosts.sh“; chmod +x hosts.sh;sudo bash ./hosts.sh

4.一键安装ghost轻博客
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... t/ghost.sh“; chmod +x ghost.sh;sudo bash ./ghost.sh

5.Linux/Ubuntu一键测试性能脚本bench.sh
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... h/bench.sh“; chmod +x bench.sh;sudo bash ./bench.sh

6.Linux一键测试性能脚本UnixBench
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... ixbench.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/WhosY ... 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/WhosY ... TP/l2tp.sh“; chmod +x l2tp.sh;sudo bash ./l2tp.sh
具体使用方法可以参照下面的文章
https://teddysun.com/448.html

https://down.vpsmm.com/shell/l2tp.sh
一键安装l2tp的v7n服务器端,输入3个指令即可

11.LAMP一键安装脚本
https://teddysun.com/410.html

12.Ubuntu/Debian/Centos一键安装FTP脚本
http://vpsxyz.com/archives/21

13.网速测试
主要包括国内的一些节点进行专项测试,电信、联通、移动
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x superspeed.sh;sudo bash ./superspeed.sh

14.html5网速测试
https://down.vpsmm.com/php/speedtest.zip
需要php环境,下载后解压即可运行,无须安装

15.SS一键包4版本
一键安装ss服务器端4合1版本,自主选择:python版、R版(推荐)、go版、libev版(省内存)。
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x ss_all.sh;sudo bash ./ss_all.sh

16.锐速一键包
一键安装锐速破解全功能版,不支持openvz架构,来自91yun
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x serverspeeder.sh;sudo bash ./serverspeeder.sh

另一位爱好者开发的锐速一键安装脚本,开发:https://github.com/0oVicero0/serverSpeeser_Install
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x serverspeeder_appex.sh;sudo bash ./serverspeeder_appex.sh

17.FS/finalspeed一键包
一键安装finalspeed功能,支持全系架构
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x finalspeed.sh;sudo bash ./finalspeed.sh

18.mysql一键备份脚本
每天自动备份MYSQL及打包网站目录
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x AutoBackupToFtp.sh;sudo bash ./AutoBackupToFtp.sh

19.transfer.sh 中文一键安装脚本
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x transfer.sh;sudo bash ./transfer.sh

20.腾讯云CVM服务中文一键移除脚本
该脚本可以一键移除您腾讯云CVM内部所预装的阿里云后台服务。
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x service_removal_tencent.sh;sudo bash ./service_removal_tencent.sh

21.阿里云服务中文一键移除脚本
该脚本可以一键移除您阿里云ECS内部所预装的阿里云后台服务。
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x service_removal_ali.sh;sudo bash ./service_removal_ali.sh

22.WordPress + LNMP 中文一键安装脚本
HTTP版
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x wp_lnmp.sh;sudo bash ./wp_lnmp.sh

HTTPS版(带自动跳转HTTPS、自动申请Let’s Encrypt SSL证书)
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x wp_lnmp_le.sh;sudo bash ./wp_lnmp_le.sh

23.WordPress + SQLite 一键安装脚本
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x wp_sqlite.sh;sudo bash ./wp_sqlite.sh

24.Debian & Ubuntu 中文一键TCP网络优化脚本(集成锐速、BBR,自动更换内核)
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x net_acc.sh;sudo bash ./net_acc.sh

25.Debian(Ubuntu)网络安装/重装系统一键脚本
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x DebianNET.sh;sudo bash ./DebianNET.sh

26.Ubuntu一键配置脚本
https://blog.csdn.net/rovast/article/details/49686565

27.CENTOS/UBUNTU一键安装IPSEC/IKEV2 VPN服务器
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x ikev2.sh;sudo bash ./ikev2.sh
使用方法如下:
http://www.linuxdiyf.com/linux/13378.html

28.linux shell之简单一键优化脚本
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x init.sh;sudo bash ./init.sh
使用方法如下:
http://blog.51cto.com/chocolee/1424587

29.锐速破解版Linux一键安装脚本
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x appex.sh;sudo bash ./appex.sh
使用方法如下:
https://xpsss.com/859.html

30.Linux下一键http配置脚本
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x httpauto.sh;sudo bash ./httpauto.sh
使用方法如下:
http://www.pengqi.club/blog/264.html

31.Linux一键评测跑分脚本——ZBench
英文版
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x ZBench.sh;sudo bash ./ZBench.sh
中文版
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x ZBench-CN.sh;sudo bash ./ZBench-CN.sh

32.一键优化centos脚本
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x centos.sh;sudo bash ./centos.sh

33.linux shell之简单一键优化脚本
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x linux.sh;sudo bash ./linux.sh

34.shell脚本一键安装redis
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x redis.sh;sudo bash ./redis.sh

35.V2ray一键安装脚本及V2ray使用方法
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x v2ray.sh;sudo bash ./v2ray.sh
使用方法
https://zshttp.com/1190.html

36.Linux下实现SNMP一键安装的Shell脚本linux shell
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x snmp.sh;sudo bash ./snmp.sh
使用方法
http://www.yuedudg.cn/script/article/2150001.html

37.安装完Ubuntu后通过shell脚本一键安装软件
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x software.sh;sudo bash ./software.sh

38.一个用于批量下载网络图片的Shell脚本
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x image1.sh;sudo bash ./image1.sh
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x image2.sh;sudo bash ./image2.sh

39.Ubuntu一键安装docker的脚本
wget -N –no-check-certificate “https://raw.githubusercontent.com/WhosY ... .sh“;chmod +x docker.sh;sudo bash ./docker.sh

40.一键备份数据库脚本
https://teddysun.com/469.html
头像
mjp123
帖子: 702
注册时间: 2009-04-09 15:06

Re: 2018年搜集的 Linux/Ubuntu/CentOS/Unix 实用一键脚本安装集合(2018年7月持续更新中)

#2

帖子 mjp123 » 2018-07-29 8:13

谢谢分享,做个记号
头像
男菜鸟
帖子: 1351
注册时间: 2008-12-16 14:01
来自: 漂在江湖

Re: 2018年搜集的 Linux/Ubuntu/CentOS/Unix 实用一键脚本安装集合(2018年7月持续更新中)

#3

帖子 男菜鸟 » 2018-08-10 23:13

mark!
头像
aerowolf
帖子: 1778
注册时间: 2006-02-25 17:09
来自: 西安

Re: 2018年搜集的 Linux/Ubuntu/CentOS/Unix 实用一键脚本安装集合(2018年7月持续更新中)

#4

帖子 aerowolf » 2018-08-13 8:53

Mark下,感谢分享!
早起的鸟儿有虫吃
早起的虫儿被鸟吃

http://aerowolf.blog.sohu.com/
亲,点一下免费获得Dropbox空间!
头像
皮亚
帖子: 20
注册时间: 2007-12-10 21:13
系统: win7
来自: sh

Re: 2018年搜集的 Linux/Ubuntu/CentOS/Unix 实用一键脚本安装集合(2018年7月持续更新中)

#5

帖子 皮亚 » 2018-09-08 11:37

Mark
CPU : Celeron 1000 or 1350
主板 : AsusTek Tusl2-c
显卡:ELSA(艾尔莎)Ti4200
内存:Kingstone256M/333
硬盘:WD 80G
回复