banner
xingli

xingli

猫娘爱好者

2023常用脚本备份

2023 常用脚本备份#

感谢以下大佬收集整理脚本

https://hostloc.com/thread-921605-1-1.htmlhttps://blog.laoda.de/archives/useful-scripthttps://www.wrnxr.cn/163.html

DD 网络重装脚本#

PS:自定义密码直接 -p 你想要的密码就行!!!

部分机器需要设置网卡,否则可以 VNC,但是不能远程 SSH

 -firmware                额外的驱动支持
 -d                        Debian系统 后面是系统版本号
 -c                        Centos系统 后面是系统版本号
 -v                         后面写64位 32位
 -a                        auto,全自动无人值守安装
 --mirror                后面是镜像源地址
 -p                        后面写自定义密码
 –ip-addr                 ifconfig -a 后获取到的 例:194.87.xxx.xxx
 –ip-gate                 route -n    后获取到的   194.87.xxx.xxx
 –ip-mask                 255.255.xxx.xx

甲骨文、三毛、Vir、RN 等大部分 VPS 通用,三毛、甲骨文 记得去掉 -firmware

bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a -firmware -p 自定义密码

#

bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p 密码 -port 端口 -a -firmware
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p 123456 -port 44 -a -firmware

PS: 如果你是腾讯云记得卸载组件 否则会导致报错 DD 失败#

 systemctl stop tat_agent
 systemctl disable tat_agent
 rm -rf /etc/systemd/system/tat_agent.service
 rm -fr /usr/local/qcloud
 
 ps -A | grep agent
 # 检查看是否还有腾讯云组件
 # kill 这个进程

国内 VPS 需要更换镜像源否则很慢!我这里使用的华为源,如果你是腾讯云后面可以换成内网源,节省流量,下面有写!

bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a --mirror 'https://mirrors.huaweicloud.com/debian/' -p 自定义密码

镜像站地址#

官方给出的地址列表:https://www.debian.org/mirror/list

 一些国内的
 ftp.cn.debian.org
 mirror.bjtu.edu.cn
 mirror.lzu.edu.cn
 mirror.nju.edu.cn
 mirrors.163.com
 mirrors.bfsu.edu.cn
 mirrors.hit.edu.cn
 mirrors.huaweicloud.com
 mirror.sjtu.edu.cn
 mirrors.tuna.tsinghua.edu.cn
 mirrors.ustc.edu.cn
 
 使用方法:(大致都是一样的)
 
 清华源
 --mirror 'https://mirrors.ustc.edu.cn/debian/'
 腾讯源
 --mirror 'http://mirrors.tencent.com/debian/'
 --mirror 'http://mirrors.cloud.tencent.com/debian/'
 腾讯源内网(dd完毕后可以修改 走内网速度更快)
 http://mirrors.tencentyun.com/
 阿里源
 --mirror 'https://mirrors.aliyun.com/debian/'
 华为源
 --mirror 'https://mirrors.huaweicloud.com/debian/'

DD windows#

https://git.beta.gs/

 安装重装系统的前提组件:
 Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file wget screen && screen -S os
 
 RedHat/CentOS:
yum install -y xz openssl gawk file glibc-common wget screen && screen -S os
 
 如果出现异常,请刷新Mirrors缓存或更换镜像源。
 RedHat/CentOS:
 yum makecache && yum update -y
 Debian/Ubuntu:
 apt update -y && apt dist-upgrade -y
 
 
 使用:
wget --no-check-certificate -O NewReinstall.sh https://git.io/newbetags && chmod a+x NewReinstall.sh && bash NewReinstall.sh
 
 如为CN主机(部分主机商已不能使用),可能出现报错或不能下载脚本的问题,可执行以下命令开始安装.
wget --no-check-certificate -O NewReinstall.sh https://cdn.jsdelivr.net/gh/fcurrk/reinstall@master/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.sh

41 合一系统密码:

1、CentOS 7.7 (已关闭防火墙及SELinux,默认密码Pwd@CentOS)
2、CentOS 7 (默认密码cxthhhhh.com)
3、CentOS 7 (支持ARM64、UEFI,默认密码cxthhhhh.com)
4、CentOS 8 (默认密码cxthhhhh.com)
5、Rocky 8 (默认密码cxthhhhh.com)
6、Rocky 8 (支持UEFI,默认密码cxthhhhh.com)
7、Rocky 8 (支持ARM64、UEFI,默认密码cxthhhhh.com)
8、CentOS 9 (默认密码cxthhhhh.com)
9、CentOS 6 (官方源原版,默认密码Minijer.com)
10、Debian 11 (官方源原版,默认密码Minijer.com)
11、Debian 10 (官方源原版,默认密码Minijer.com)
12、Debian 9 (官方源原版,默认密码Minijer.com)
13、Debian 8 (官方源原版,默认密码Minijer.com)
14、Ubuntu 20.04 (官方源原版,默认密码Minijer.com)
15、Ubuntu 18.04 (官方源原版,默认密码Minijer.com)
16、Ubuntu 16.04 (官方源原版,默认密码Minijer.com)
17、Windows Server 2022 (默认密码cxthhhhh.com)
18、Windows Server 2022 (支持UEFI,默认密码cxthhhhh.com)
19、Windows Server 2019 (默认密码cxthhhhh.com)
20、Windows Server 2016 (默认密码cxthhhhh.com)
21、Windows Server 2012 (默认密码cxthhhhh.com)
22、Windows Server 2008 (默认密码cxthhhhh.com)
23、Windows Server 2003 (默认密码cxthhhhh.com)
24、Windows 10 LTSC (默认密码Teddysun.com)
25、Windows 10 LTSC (支持UEFI,默认密码Teddysun.com)
26、Windows 7 x86 Lite (默认密码nat.ee)
27、Windows 7 x86 Lite (阿里云专用,默认密码nat.ee)
28、Windows 7 x64 Lite (默认密码nat.ee)
29、Windows 7 x64 Lite (支持UEFI,默认密码nat.ee)
30、Windows 10 LTSC Lite (默认密码nat.ee)
31、Windows 10 LTSC Lite (阿里云专用,默认密码nat.ee)
32、Windows 10 LTSC Lite (支持UEFI,默认密码nat.ee)
33、Windows Server 2003 Lite (C盘默认10G,默认密码WinSrv2003x86-Chinese)
34、Windows Server 2008 Lite (默认密码nat.ee)
35、Windows Server 2008 Lite (支持UEFI,默认密码nat.ee)
36、Windows Server 2012 Lite (默认密码nat.ee)
37、Windows Server 2012 Lite (支持UEFI,默认密码nat.ee)
38、Windows Server 2016 Lite (默认密码nat.ee)
39、Windows Server 2016 Lite (支持UEFI,默认密码nat.ee)
40、Windows Server 2022 Lite (默认密码nat.ee)
41、Windows Server 2022 Lite (支持UEFI,默认密码nat.ee)
99、自定义镜像

宝塔面板 7.7.0#

curl -sSO https://raw.githubusercontent.com/8838/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh
 
 1,屏蔽手机号
sed -i "s|bind_user == 'True'|bind_user == 'XXXX'|" /www/server/panel/BTPanel/static/js/index.js
 2,删除强制绑定手机js文件
rm -f /www/server/panel/data/bind.pl
 3,手动解锁宝塔所有付费插件为永不过期
 文件路径:/www/server/panel/data/plugin.json
 搜索字符串:"endtime": -1全部替换为"endtime": 999999999999
 4,给plugin.json文件上锁防止自动修复为免费版
chattr +i /www/server/panel/data/plugin.json

常用脚本#

一键开启 BBR(适用于较新的 Debian、Ubuntu)#

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
sysctl net.ipv4.tcp_available_congestion_control
lsmod | grep bbr

superbench#

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

Bench.sh#

wget -qO- bench.sh | bash

三网测速#

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

wget -O jcnf.sh https://raw.githubusercontent.com/Netflixxp/jcnfbesttrace/main/jcnf.sh
bash jcnf.sh

yabs 机器跑分#

curl -sL yabs.sh | bash

curl -sL yabs.sh | bash -s -- -flags
-b此选项强制使用来自repo的预编译二进制文件而不是本地包
-f/-d此选项禁用fio(磁盘性能)测试
-i此选项禁用iperf(网络性能)测试
-g此选项禁用Geekbench(系统性能)测试
-h此选项打印包含用法、检测到的标志和本地包(fio/iperf)状态的帮助消息
-r此选项减少了iperf位置的数量(Online.net/Clouvider LON+NYC),以减少带宽使用
-4此选项将覆盖Geekbench 5性能测试,并运行Geekbench4测试
-9此选项除了运行Geekbench 5测试外,还运行Geekbench 4测试
-j此选项将结果的JSON表示打印到屏幕上
-w<filename>此选项使用提供的文件名将JSON结果写入文件
-s<url>此选项将结果的JSON表示发送到指定的url(请参阅下面的部分)

一键安装 docker#

国外#

curl -sSL https://get.docker.com/ | sh

国内#

curl -sSL https://get.daocloud.io/docker | sh

卸载 docker#

sudo apt-get remove docker docker-engine
rm -fr /var/lib/docker/

流媒体测试#

全媒体测试#

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

奈飞测试#

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.5/nf_2.5_linux_amd64 && chmod +x nf && clear && ./nf

#第一个
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

# 第二个
bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")

Glances:跨平台的系统性能监控利器#

curl -L https://bit.ly/glances | bash
wget -O- https://bit.ly/glances | bash

综合工具箱(强烈推荐,集成了很多脚本)#

wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh

不太常用脚本#

杜甫测试#

wget -q https://github.com/Aniverse/A/raw/i/a && bash a

单线程测试#

bash <(curl -Lso- https://bench.im/hyperspeed)

直接显示回程线路#

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash

# 第一个
wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh
bash testrace.sh

# 第二个
wget -qO- git.io/besttrace | bash

测试 25 端口是否开放#

telnet smtp.aol.com 25

测试 IPv4 优先还是 IPv6 优先#

curl ip.p3terx.com

WARP#

wget -N --no-check-certificate https://cdn.jsdelivr.net/gh/YG-tsj/CFWarp-Pro/multi.sh && chmod +x multi.sh && ./multi.sh

宝塔一键挂载硬盘脚本#

Centos系统请使用以下命令:
yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh

Ubuntu系统请使用以下命令:
wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && sudo bash auto_disk.sh

Debian系统请使用以下命令:
wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh

FunctionClub 大佬的内存检测脚本#

CentOS

yum install wget -y
yum groupinstall "Development Tools" -y
wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp
gcc -l stdc++ memtester.cpp
./a.out

Ubuntu / Debian

apt-get update
apt-get install wget build-essential -y
wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp
gcc -l stdc++ memtester.cpp
./a.out

Aria2 一键安装脚本#

wget -N git.io/aria2.sh && chmod +x aria2.sh && ./aria2.sh

qbittorrent 安装 4.3.9#

cd /root
wget https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-4.3.9_v1.2.15/x86_64-qbittorrent-nox
chmod +x x86_64-qbittorrent-nox
./x86_64-qbittorrent-nox

输入 y 然后 ctrl+c 退出就行

cat << "EOF" > /etc/systemd/system/qbittorrent.service
[Unit]
Description=qBittorrent Daemon Service
After=network.target

[Service]
LimitNOFILE=512000
User=root
ExecStart=/root/x86_64-qbittorrent-nox

[Install]
WantedBy=multi-user.target
EOF
# 更新配置
systemctl daemon-reload
# 启动服务
systemctl start qbittorrent
# 查看状态
systemctl status qbittorrent

如需重启 / 关闭程序
请使用 kill 命令关闭程序
ps -aux | grep qbittorrent
kill 对应序号
如 kill 11111
再使用进程守护打开即可使用

剑皇脚本#

wget https://github.com/maintell/webBenchmark/releases/download/0.6/webBenchmark_linux_x64
chmod +x webBenchmark_linux_x64
./webBenchmark_linux_x64 -c 32 -s https://target.url

其他脚本#

swap 添加 / 删除脚本#

wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh

dd windows#

萌咖大佬的脚本,应该用这个新的,这个比老地址的成功率更高,兼容性也更好

bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p 密码 -port 端口 -a -firmware

一键修改默认 SSH 端口,自行替换 2222#

sed -i 's/#Port\ 22/Port\ 2222/' /etc/ssh/sshd_config && systemctl reload ssh

一键清理 /var/log/ 目录下的过期日志#

find /var/log/ -name "*.1" -exec rm -rf {} \; && find /var/log/ -name "*.log.1" -exec rm -rf {} \; && find /var/log/ -name "*.gz" -exec rm -rf {} \;

流媒体检测:#

bash <(curl -L -s check.unlock.media)

目前用过的最好用,功能最全的套 warp 脚本#

wget -N https://raw.githubusercontent.com/fscarmen/warp/main/warp-go.sh && bash warp-go.sh [option] [lisence]

楼主求把主贴更新,一键 DD Linux 系统可以加上我的,支持 Redhat 7 8 9,包括 CentOS,AlmaLinux,RockyLinux,Fedora,Debian 系 Redhat 系,ARM64 AMD64 自动识别转换,免去手动添加硬件架构参数,grub1 和 grub2 丝滑切换,Debian 系和 Redhat 系可无限互装,自动设置访客时区,连接国内源优化,以及更加智能的动态、静态网络参数配置,对 IPv4 IPv6 双栈机,IPv6 单栈机,甲骨文优化良好,Github 地址:https://github.com/leitbogioro/Tools

下载:

wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

安装依赖:

把 wget 装好即可

Debian series 系列:

apt update -y

apt install wget -y

Redhat 系列 (CentOS / AlmaLinux / RockyLinux / OracleLinux / Fedora / VzLinux):

yum update --allowerasing -y

yum install wget -y

ddLinux 快速上手:#

#debian
bash InstallNET.sh -debian
#centos
bash InstallNET.sh -centos
#RockyLinux
bash InstallNET.sh -rockylinux
#almalinux
bash InstallNET.sh -almalinux
#fedora
bash InstallNET.sh -fedora
#ubuntu
bash InstallNET.sh -ubuntu
参数详情:
-debian 9/10/11 : Debian 9+

-centos 7/8/9-stream: CentOS 7+

-almalinux/alma 8/9: AlmaLinux 8+

-rockylinux/rocky 8/9: RockyLinux 8+

-fedora 34/35/36/37: Fedora 34+

-ubuntu 16.04/18.04/20.04: Ubuntu 16.04~20.04

-mirror "有效的源链接"

-port "1~65535"

-pwd '自定义密码,不可太复杂,不推荐带特殊符号,默认:LeitboGi0ro'

--network "dhcp/auto or static/manual" #动态或静态网络,可选,可不添加,脚本自动识别

#带两个横杠的参数应该放在脚本运行最后面。

vimsa#

wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh

更稳定的翻墙软件

v2ray#

安装命令#

source <(curl -sL https://multi.netlify.app/v2ray.sh) --zh

升级命令 (保留配置文件更新)#

source <(curl -sL https://multi.netlify.app/v2ray.sh) -k

卸载命令#

source <(curl -sL https://multi.netlify.app/v2ray.sh) --remove
v2ray/xray [-h|help] [options]
-h, help 查看帮助
-v, version 查看版本号
start 启动 V2Ray
stop 停止 V2Ray
restart 重启 V2Ray
status 查看 V2Ray 运行状态
new 重建新的v2ray json配置文件
update 更新 V2Ray 到最新Release版本
update [version] 更新 V2Ray 到指定版本
update.sh 更新 multi-v2ray 到最新版本
add 新增端口组
add [protocol] 新增一种协议的组, 端口随机, 如 v2ray add utp 为新增utp协议
del 删除端口组
info 查看配置
port 修改端口
tls 修改tls
tfo 修改tcpFastOpen
stream 修改传输协议
cdn 走cdn
stats v2ray流量统计
iptables iptables流量统计
clean 清理日志
log 查看日志
rm 卸载core

一个网络重装 alpine Linux 发行版的脚本~**#

sh <(curl -k 'https://cdn.jsdelivr.net/gh/52fancy/NetInstallAlpine/alpine.sh')

【2023 脚本收集】常用脚本备份

https://hostloc.com/thread-1097221-1-1.html
(出处:全球主机交流论坛)

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.