update
This commit is contained in:
68
docs/nas-skill/12-xunlei.md
Normal file
68
docs/nas-skill/12-xunlei.md
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 12
|
||||||
|
---
|
||||||
|
|
||||||
|
# 安装迅雷下载程序
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 64-bit 系统获取安装程序
|
||||||
|
|
||||||
|
目前仅支持 64 位的海纳思系统安装迅雷下载;
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
目前 mv200, mv300 的机型均支持64位海纳思系统
|
||||||
|
:::
|
||||||
|
|
||||||
|
终端输入以下命令即可获取内置脚本:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install install-xunlei
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
## 一键安装迅雷
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
你必须事先插入一个 U 盘或者 USB 硬盘或 TF 卡, 作为迅雷下载的目的地磁盘。
|
||||||
|
并使用 format-disk.sh 将它格式化为 ext4 文件系统、
|
||||||
|
:::
|
||||||
|
|
||||||
|
接着运行一键脚本即可安装:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo install-xunlei.sh
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 打开迅雷管理页面
|
||||||
|
|
||||||
|
迅雷管理页面端口为 `2345`
|
||||||
|
|
||||||
|
加入你的盒子IP地址是 192.168.111.219
|
||||||
|
|
||||||
|
那么迅雷管理页面就是 `http://192.168.111.219:2345`
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
扫码登录你的迅雷账号即可。
|
||||||
|
|
||||||
|
## 一键卸载迅雷
|
||||||
|
|
||||||
|
运行一键脚本即可卸载:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo uninstall-xunlei.sh
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
BIN
docs/nas-skill/img/xunlei1.jpg
Normal file
BIN
docs/nas-skill/img/xunlei1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
docs/nas-skill/img/xunlei2.jpg
Normal file
BIN
docs/nas-skill/img/xunlei2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
docs/nas-skill/img/xunlei3.jpg
Normal file
BIN
docs/nas-skill/img/xunlei3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
docs/nas-skill/img/xunlei4.jpg
Normal file
BIN
docs/nas-skill/img/xunlei4.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user