image
type
Post
status
Published
date
Jan 29, 2024
slug
star01
summary
VPS工具集合
tags
工具
VPS
category
技术分享
icon
password
comments
AI 摘要

脚本来源:油管大佬科技lion

notion image

工具二,来源不清楚

notion image

工具三

curl

or

notion image
若提示curl或wget未找到,说明vps上未安装此依赖,安装后再运行即可,对应系统安装命令如下:
Ubuntu/Debian:apt-get install -y curl wget
Alpine:apk add curl wget
Fedora:dnf install -y curl wget
CentOS/Rocky/Almalinux/Oracle-linux/Amazon-linux:yum install -y curl wget
 
命令行的艺术,玩机新手的进阶之路在 Windows 中如何清理 DNS 缓存
Loading...