Files
shell/README.md
2024-03-01 10:18:35 +08:00

39 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### acme.sh 证书一键申请脚本
多功能管理
```
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/acme.sh && bash acme.sh
```
### 一键搭建LNMP环境的WordPress脚本
适用于Debian、Ubuntu、Kali Linux 系统。需先把域名解析到公网IP并开放80和443端口用于自带配置TLS证书
```
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/wordpress.sh && bash wordpress.sh
```
### 快速批量搭建二级代理脚本
适用于Debian、Ubuntu、Kali Linux 系统。xray内核 vmess入站多sk5出站
```
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/vmess.sh && bash vmess.sh
```
### 域名注册查询Python脚本
1首先进入`Python`官网安装最新版本,双击下载的安装程序,勾选`Add Python to PATH`选项,然后点击 `Install Now`
2安装完成后打开电脑的`CMD`命令行输入`python --version`如果安装成功则会显示版本。
3在命令行输入`python -m pip install python-whois`安装whois模块
4安装完成后[复制这里的代码](https://github.com/taotao1058/shell/blob/main/com.py),将其保存在桌面的`txt`文件中,并修改文件后缀为`py`,不会修改文件后缀请网上搜索。
5然后双击这个`Python`脚本,按照提示输入查询位数和后缀,查询速度根据你的网速快慢决定,查询完成后结果将输出到桌面的`com.txt`文件中。