Gateway未来科技

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 152|回复: 0

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

[复制链接]

219

主题

229

帖子

884

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
884
发表于 2022-11-12 10:18:54 | 显示全部楼层 |阅读模式
感谢以下大佬收集整理脚本
https://hostloc.com/thread-921605-1-1.html
https://blog.laoda.de/archives/useful-script
https://www.wrnxr.cn/163.html

DD网络重装脚本
PS:自定义密码直接 -p 你想要的密码就行!!!
部分机器需要设置网卡,否则可以VNC,但是不能远程SSH
  • -firmware                额外的驱动支持
  • -d                        Debian系统 后面是系统版本号
  • -c                        Centos系统 后面是系统版本号
  • -v                         后面写64位 32位
  • -a                        不清楚这个干啥的但是每个脚本都带
  • --mirror                后面是镜像源地址
  • -p                        后面写自定义密码
  • –ip-addr                 ifconfig -a 后获取到的 例:194.87.xxx.xxx
  • –ip-gate                 route -n    后获取到的 例   194.87.xxx.xxx
  • –ip-mask                 255.255.xxx.xx

[color=rgb(51, 102, 153) !important]复制代码


· 甲骨文、三毛、Vir、RN等大部分VPS通用,三毛、甲骨文 记得去掉 -firmware
  • bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a -firmware -p 自定义密码

[color=rgb(51, 102, 153) !important]复制代码


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 这个进程

[color=rgb(51, 102, 153) !important]复制代码


· 国内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 自定义密码

[color=rgb(51, 102, 153) !important]复制代码



镜像站地址
官方给出的地址列表: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/'

[color=rgb(51, 102, 153) !important]复制代码


· 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/fcur ... ter/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.sh


[color=rgb(51, 102, 153) !important]复制代码

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

https://github.com/8838/btpanel-v7.7.0

  • curl -sSO https://raw.githubusercontent.co ... ll/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


[color=rgb(51, 102, 153) !important]复制代码



常用脚本


一键开启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

[color=rgb(51, 102, 153) !important]复制代码



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

[color=rgb(51, 102, 153) !important]复制代码



Bench.sh
  • wget -qO- bench.sh | bash

[color=rgb(51, 102, 153) !important]复制代码



三网测速

[color=rgb(51, 102, 153) !important]复制代码



[color=rgb(51, 102, 153) !important]复制代码



yabs 机器跑分
  • curl -sL yabs.sh | bash

[color=rgb(51, 102, 153) !important]复制代码



一键安装docker
国外

[color=rgb(51, 102, 153) !important]复制代码


国内

[color=rgb(51, 102, 153) !important]复制代码



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

[color=rgb(51, 102, 153) !important]复制代码



流媒体测试
全媒体测试

[color=rgb(51, 102, 153) !important]复制代码


奈飞测试

[color=rgb(51, 102, 153) !important]复制代码





还没完 剩下的详见2楼

参考  https://blog.laoda.de/archives/useful-script
  https://www.wrnxr.cn/163.html





本帖最后由 hostlocmjj 于 2022-11-12 09:19 编辑


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

[color=rgb(51, 102, 153) !important]复制代码



不太常用脚本

杜甫测试

[color=rgb(51, 102, 153) !important]复制代码



单线程测试

[color=rgb(51, 102, 153) !important]复制代码



直接显示回程线路

[color=rgb(51, 102, 153) !important]复制代码



测试25端口是否开放
  • telnet smtp.aol.com 25

[color=rgb(51, 102, 153) !important]复制代码



测试IPv4优先还是IPv6优先
  • curl ip.p3terx.com

[color=rgb(51, 102, 153) !important]复制代码



WARP

[color=rgb(51, 102, 153) !important]复制代码



宝塔一键挂载硬盘脚本

[color=rgb(51, 102, 153) !important]复制代码



FunctionClub大佬的内存检测脚本
CentOS

[color=rgb(51, 102, 153) !important]复制代码


Ubuntu / Debian

[color=rgb(51, 102, 153) !important]复制代码



Aria2一键安装脚本
  • wget -N git.io/aria2.sh && chmod +x aria2.sh && ./aria2.sh


[color=rgb(51, 102, 153) !important]复制代码



qbittorrent安装 4.3.9

[color=rgb(51, 102, 153) !important]复制代码


输入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

[color=rgb(51, 102, 153) !important]复制代码

  • # 更新配置
  • systemctl daemon-reload
  • # 启动服务
  • systemctl start qbittorrent
  • # 查看状态
  • systemctl status qbittorrent

[color=rgb(51, 102, 153) !important]复制代码



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

剑皇脚本

[color=rgb(51, 102, 153) !important]复制代码




回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Comsenz Inc.

GMT+8, 2024-12-23 12:15 , Processed in 0.068266 second(s), 19 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc. Templated By 【未来科技 www.veikei.com】设计

快速回复 返回顶部 返回列表