首页
关于
留言板
友情链接
Search
1
提取并下载谷歌应用商店软件(Google Play APK download)教程
4,809 阅读
2
常用VPS测试脚本代码:综合性能/硬件/IO Speed/CPU跑分/回程路由/硬盘读写/测速ping延迟测试一键脚本
362 阅读
3
不知道自己的VPS速度有多快?VPS测速脚本分享
348 阅读
4
一次在CentOS系统单用户模式下使用passwd命令破密失败的案例
305 阅读
5
宝塔面板首次登录,提示填入绑定手机号,强制提示且不能关闭
273 阅读
Windows
Linux
Kvm
程序源码
主机教程
NAS
登录
Search
标签搜索
命令
文件
服务器
etc
root
服务
server
重启
yum
程序
start
install
界面
windows
安装
update
宝塔
权限
chmod
默认
Typecho
累计撰写
160
篇文章
累计收到
11
条评论
首页
栏目
Windows
Linux
Kvm
程序源码
主机教程
NAS
页面
关于
留言板
友情链接
搜索到
2
篇与
的结果
2022-02-17
查看硬盘时间的脚本
wget -q https://github.com/Aniverse/A/raw/i/a && bash a
2022年02月17日
27 阅读
0 评论
0 点赞
2021-04-30
常用VPS测试脚本代码:综合性能/硬件/IO Speed/CPU跑分/回程路由/硬盘读写/测速ping延迟测试一键脚本
使用Xshell通过SSH连接上VPS后,先要安装 wget 和 curlCentos系统: yum install wget -y Ubuntu / Debian系统: apt install -y wget Centos系统: yum install curl -y Ubuntu / Debian系统: apt-get update && apt-get install curl服务器基本信息与IO读写,国内三网下载测试 延迟脚本wget -qO- git.io/superbench.sh | bash回程测试脚本wget -qO- git.io/besttrace | bash回程线路检测脚本curl http://tutu.ovh/bash/returnroute/test.sh|bash
2021年04月30日
362 阅读
0 评论
0 点赞