服务器运维常用脚本收藏

2,406 次浏览次阅读
没有评论

共计 2132 个字符,预计需要花费 6 分钟才能阅读完成。

服务器运维常用脚本收藏

1、SuperBench + SpeedTest 全国内节点 测速脚本

wget -qO- http://depot.treesky.link/speedtest/superbench_n.sh | bash

2、SuperBench 测速脚本——显示系统版本,配置,国内网速等

wget -qO- git.io/superbench.sh | bash

3、SpeedTest 全国内节点测速脚本——全国内节点网速全面测速

bash <(curl -Lso- https://git.io/superspeed)

4、ZBench 测速脚本——显示系统版本,配置,网络(更详细)等

wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

5、bench 测速脚本——显示系统版本,配置,网络(只下行速度)

wget -qO- bench.sh | bash

6、TestRace 回程路由测试脚本——可快速四网路由测试 或手动输入 ip 进行测试

wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh

bash testrace.sh

7、安装最新内核并开启 BBR 一键脚本 系统支持:CentOS 6+,Debian 7+,Ubuntu 12+

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

8、BBR+BBR 魔改 +Lotsever(锐速) 一键脚本 for Centos/Debian/Ubuntu

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

9、腾讯 TCPA 加速一键脚本

wget http://depot.treesky.link/tcpa/tcpa.sh

sh tcpa.sh

参数设置文件:vi /usr/local/storage/tcpav2/start.sh

vi /usr/local/storage/tcpav2/sysctl.conf

10、一键重装到 Debian 8(请先注意备份)

bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 8 -v 64 -a -p 这里几个字改成自定义密码 

11、一键重装到 Windows Thin PC(请先注意备份)

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://moeclub.org/get-win7embx86-auto'

重装后默认登录密码为:Vicer

请重装完成后 3 分钟内更改密码避免爆破风险

12、一键重装到 Windows 8.1 32 位(请先注意备份)

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://dd.treesky.link/windows8-1x32.vhd.gz'

重装后默认登录密码为:treesky

请重装完成后 3 分钟内更改密码避免爆破风险

二、 宝塔面板安装

Centos 安装命令:

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

Ubuntu/Deepin 安装命令:

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh

Debian 安装命令:

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh

三、Peerflix Server 一键安装管理脚本(BT 下载):

wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/pserver.sh && chmod +x pserver.sh && bash pserver.sh
正文完
 
admin
版权声明:本站原创文章,由 admin 2020-07-24发表,共计2132字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
评论(没有评论)