linux一些脚本收集

加速脚本
wget "https://github.com/chiakge/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
如果不成功,不显示正确的加速模块,建议多试几次,或者换这个(好像都是一样的)
wget "https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
检验有没有开启bbr成功的命令
lsmod |grep tcp

测速脚本
wget -qO- bench.sh|bash

盒子脚本
wget --no-check-certificate -qO inexistence.sh \
https://raw.githubusercontent.com/Aniverse/inexistence/master/inexistence.sh &&
bash inexistence.sh

饮料
wget --no-check-certificate -O shadowsocks-go.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-go.sh
chmod +x shadowsocks-go.sh
./shadowsocks-go.sh 2>&1 | tee shadowsocks-go.log

安装纯净版本linux
以安装ubuntu16.04为例
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -u 16.04 -v 64 -a
如果要安装debian9
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 9 -v 64 -a

dd win
以前用的命令行忘记了,先贴个moe的连接,以后实践过后再补充
https://moeclub.org/2018/10/31/670/
或者参考这个
http://down.80host.com/iso/dd/Readme.txt
又或者
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -dd "https://image.moeclub.org/GoogleDrive/1OVA3t-ZI2arkM4E4gKvofcBN9aoVdneh"
slmgr -skms kms.moeclub.org
slmgr -ato

又或者

[原创] 一键网络重装系统 – 魔改版(适用于Linux / Windows)

点赞

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注