This commit is contained in:
teasiu
2023-12-23 19:31:05 +08:00
parent 8a22eec1a4
commit bbc63c3488
5 changed files with 15 additions and 71 deletions

View File

@@ -20,7 +20,7 @@ sidebar_position: 1
- 建议使用 SSH 终端管理器登录后台
Windows 操作系统可以使用 [putty](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) 工具或者 [MobaXterm](https://dl.histb.com/#/list/189cn/82531180155783956) 工具,
Windows 操作系统可以使用 [putty](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) 工具或者 [MobaXterm](https://node2.histb.com/update/soft_init/MobaXterm.zip) 工具,
Linux 操作系统直接 `ssh root@<IP>`
@@ -47,7 +47,7 @@ passwd: password updated successfully
root@hi3798mv200:~#
```
提示输入两次新的密码,回车后,提示修改成功的英文 success
提示输入两次新的密码,回车后,提示修改成功的英文 successfully
**注意**:密码是不会显示的,盲敲输入后按回车即可。

View File

@@ -4,7 +4,7 @@ sidebar_position: 2
# 管理服务器文档
😀️建议使用 [FileZilla](https://www.filezilla.cn/download/client) 或者 [WinSCP](https://winscp.net/eng/download.php) 进行文件传输管理
😀️建议使用 [FileZilla](https://www.filezilla.cn/download/client) 或者 [MobaXterm](https://node2.histb.com/update/soft_init/MobaXterm.zip) 工具进行文件传输管理
## 说明

View File

@@ -2,11 +2,11 @@
sidebar_position: 6
---
# 网盘使用
# h5ai网盘使用
采用H5ai开源软件nginx+php环境搭建一个轻量而又强大的个人网盘分享程序。
## 使用
程序位置: /var/www/html/files/
程序和文档位置: /var/www/html/files/
默认登陆用户名和密码 ***admin*** ***admin***
@@ -40,11 +40,13 @@ echo "## 这是外置磁盘链接到home的页脚说明" > /mnt/sda1/files/_h5ai
一旦修改到外置磁盘位置,上传小插件也跟随到了新位置。
## 访问密码修改
- 更改密码
- 更改密码
- 下面例子的`admin`是用户名,你可以自己自定义比如`zhangsan`
```bash
echo -n 'admin:' | tee /etc/nginx/passwords-h5ai.list
openssl passwd -apr1 | tee -a /etc/nginx/passwords-h5ai.list
#在这个位置需要输入两次密码
nginx -s reload
```