整理一些常用的脚本(持续更新中)

[color=blue] // [/color] 更新列表

2023-0525 检测是否可以访问ChatGPT脚本


markdown</s><i> </i>bash &lt;(curl -Ls https://raw.githubusercontent.com/missuo/OpenAI-Checker/main/openai.sh)<i> </i><e>

**2023-4-29 修改检测是否可以访问ChatGPT脚本**

```markdown 1. bash <(curl -Ls https://ourl.co/oaic) 2. bash <(curl -Ls https://cdn.jsdelivr.net/gh/missuo/OpenAI-Checker/openai.sh) ```

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

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

**杜甫测试**

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

[color=blue] **//** [/color] **DD相关**

**1、甲骨文DD脚本**

**DD成Debian 10**

```markdown bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 10 -v 64 -p "自定义root密码" -port "自定义ssh端口" ```

**DD成Ubuntu 20.04**

```markdown bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -u 20.04 -v 64 -p "自定义root密码" -port "自定义ssh端口" ```

**2、GCP DD脚本**

```markdown bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') --ip-addr 10.128.0.8 --ip-gate 10.138.0.1 --ip-mask 255.255.255.0 -d 11 -v 64 -p 123456 -port 22 ```
----

[color=blue] **//** [/color] 测试相关

**单线程测试**

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

**速度测试**

**显示延迟、抖动**

```markdown bash <(wget -qO- https://bench.im/hyperspeed) ```

**三网测速**

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

**测试25端口是否开放**

```markdown telnet smtp.aol.com 25 ```

**开机改密码脚本:**

```markdown #!/bin/bash echo root:Vicer |sudo chpasswd root sudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config; sudo sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config; sudo reboot ```

另一位大佬的脚本

```markdown wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh ```

CentOS默认密码Pwd@CentOS 其它系统Pwd@Linux

OpenVZ / LXC 架构系统不适用

**IP质量体检脚本**

```markdown https://github.com/xykt/IPQuality ```

有字数限制吗?写的内容太多了,就发不出来了。总是提示,你没有权限。

@“阿郎”#p13617 可能内容被waf检测了,代码类的有时候会被waf误报。

@“[未知用户]”#p13619 那就不好分享了。呵呵!

还行,给个赞

{“sticky”:true}

所以怎么使用,小白


@“[未知用户]”#p13655 复制到终端,运行

@“[未知用户]”#p13667 本机win+r可以吗?

@“[未知用户]”#p13670 要Linux服务器,看来是真白:ac01:

@“[未知用户]”#p13672 :ac01:

@“[未知用户]”#p13622 限制不是很严格,一般的应该都没有问题的。

@“[未知用户]”#p13643 谢谢支持! 有新的脚本会继续补充的。:yct01:

@“[未知用户]”#p13685 好几个脚本分享不出来,呵呵!

@“[未知用户]”#p13729 直接私James让他给你改

@“[未知用户]”#p13730 好的,我私一下@“[已注销]”#1

@“[未知用户]”#p13763 上次被攻击了,所以现在安全措施做得稍微强了一点。。

@“James”#p13764 嗯嗯,理解,现在可以了,谢谢!:huaji01:


哇,挺实用的脚本,脚本多长时间更新一次?期待…………

写的很好