摘要: > **VPS检测** (二选一) ``` wget -q https://github.com/Aniverse/A/raw/i/a && bash a ``` wget -qO- bench.sh | bash **三网测速脚本** bash > /etc/sysctl.conf echo "n 阅读全文
posted @ 2023-07-22 22:17 木瓜有点甜 阅读(53) 评论(0) 推荐(0) 编辑
摘要: ### 编辑 sshd_config ``` nano /etc/ssh/sshd_config ``` 例如:添加 33 端口,注释掉 22 端口 Port 33 ### 退出保存 - `crl+x` 退出 - `y` 确定保存 - 回车/ 重启 reboot ### 查看变更状态 ``` sys 阅读全文
posted @ 2023-07-22 21:27 木瓜有点甜 阅读(32) 评论(0) 推荐(0) 编辑
摘要: > ## 官方脚本 (推荐) ```bash curl -fsSL https://get.docker.com | sh curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(una 阅读全文
posted @ 2023-07-22 21:24 木瓜有点甜 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 为什么是 7.7.0 版本,而不是其他版本呢?因为这个版本没有很旧,也没有太多限制,还可以破解 ## 开始安装 **Centos/Ubuntu/Debian 安装命令独立运行环境(py 3.7)** ```shell curl -sSO https://raw.githubusercontent.c 阅读全文
posted @ 2023-07-22 20:36 木瓜有点甜 阅读(225) 评论(0) 推荐(0) 编辑
摘要: ## 一,设置 root 密码 1. 先选择从浏览器打开 ssh 连接服务器 2. 切换到 root 账号,输入代码:`sudo -i` 3. 设置 root 密码,输入代码:`passwd` ## 二,开启 SSH 权限 1. CentOS 和 Debian 通用,输入以下两条命令 ```shel 阅读全文
posted @ 2023-07-22 17:19 木瓜有点甜 阅读(122) 评论(0) 推荐(0) 编辑