Merge branch 'main' of https://github.com/teasiu/doc
@@ -4,11 +4,63 @@ sidebar_position: 10
|
||||
|
||||
# 可道云安装与使用
|
||||
|
||||
|
||||
海纳思系统适配了可道云的一键安装脚本,
|
||||
用户可以直接安装使用。
|
||||
|
||||
## 获取
|
||||
## 一、获取
|
||||
|
||||
如果你的海纳思系统发行版本是20231201以后的,直接以下命令安装:
|
||||
|
||||
```bash
|
||||
apt update && apt upgrade -y
|
||||
install-kod.sh install
|
||||
```
|
||||
|
||||
如果是更早的版本,或者非NAS版本,
|
||||
则先添加海纳思的专用 apt 仓库源:
|
||||
|
||||
```bash
|
||||
bash <(curl https://www.ecoo.top/ota.sh)
|
||||
histb-deb
|
||||
apt install install-kod -y
|
||||
insatll-kod.sh install
|
||||
```
|
||||
|
||||
然后刷新首页,即可看到以下图标和链接:
|
||||

|
||||
|
||||
或者你的web服务器地址+ `/kod/` 访问。
|
||||
|
||||
## 二、安装
|
||||
|
||||
安装流程很简单几步:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
## 三、使用
|
||||
|
||||
详细的使用方法,请参看:
|
||||
|
||||
可道云用户使用手册 [https://docs.kodcloud.com/user/](https://docs.kodcloud.com/user/)
|
||||
|
||||
|
||||
## 四、卸载
|
||||
|
||||
一句命令即可卸载:
|
||||
|
||||
```bash
|
||||
install-kod.sh uninstall
|
||||
```
|
||||
|
||||
注意:卸载后,php环境保留。可以借用给其他个人程序使用。
|
||||
|
||||
|
||||
|
||||
85
docs/nas-skill/13-qb.md
Normal file
@@ -0,0 +1,85 @@
|
||||
---
|
||||
sidebar_position: 13
|
||||
---
|
||||
|
||||
# 磁力qb下载程序
|
||||
|
||||
qBittorrent是一款免费的开源种子下载工具,作为µTorrent的替代品。它在所有平台上都提供相同的功能,包括Windows、Linux和macOS。该应用程序还配备了一个可扩展的搜索引擎以及WebUI遠端,以最大化你的torrent体验。使用qBittorrent,你可以在多个平台上轻松下载你喜爱的内容.
|
||||
|
||||
|
||||
## 获取安装程序
|
||||
|
||||
如果你的海纳思系统发行版本是20231201以后的,直接以下命令安装:
|
||||
|
||||
```bash
|
||||
|
||||
apt update && apt upgrade -y
|
||||
|
||||
apt install qbittorrent-histb -y
|
||||
```
|
||||
|
||||
如果是更早的版本,或者非NAS版本,
|
||||
则先添加海纳思的专用 apt 仓库源:
|
||||
|
||||
```bash
|
||||
bash <(curl https://www.ecoo.top/ota.sh)
|
||||
|
||||
histb-deb
|
||||
|
||||
apt install qbittorrent-histb -y
|
||||
|
||||
```
|
||||
|
||||
然后刷新首页,即可看到以下图标和链接:
|
||||

|
||||
|
||||
或者你的web服务器地址+ `9080` 端口访问。
|
||||
|
||||
注意: 默认登录用户名 `admin` 默认密码 `adminadmin`
|
||||
|
||||
注意:默认下载目的地文件夹 `/home/ubuntu/downloads` 强烈建议修改到外置磁盘空间。
|
||||
|
||||
|
||||
## 登录
|
||||
|
||||

|
||||
|
||||
## 修改密码
|
||||
|
||||

|
||||
|
||||
|
||||
## 修改下载到外置磁盘空间
|
||||
|
||||
:::tip
|
||||
你必须事先插入一个 U 盘或者 USB 硬盘或 TF 卡, 作为下载的目的地磁盘。
|
||||
并使用 format-disk.sh 将它格式化为 ext4 文件系统.
|
||||
:::
|
||||
|
||||
建立一个专用的文件夹,例如:
|
||||
|
||||
```
|
||||
mkdir -p /mnt/sda1/qbdownloads
|
||||
```
|
||||
|
||||

|
||||
|
||||
## 增强安全性
|
||||
|
||||

|
||||

|
||||
|
||||
## 卸载
|
||||
|
||||
```bash
|
||||
apt purge qbittorrent-histb -y
|
||||
```
|
||||
|
||||
|
||||
## 备注
|
||||
|
||||
本程序收集于开源网络,原址在 `https://github.com/c0re100/qBittorrent-Enhanced-Edition` 。
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 13
|
||||
sidebar_position: 14
|
||||
---
|
||||
|
||||
# TvHeadend 使用教程
|
||||
@@ -201,7 +201,7 @@ systemctl restart frpc #重启服务
|
||||
|
||||
## 拓展 (机智的用法)
|
||||
|
||||
如果你使用的是 [宝塔专用固件](/baota),你就可以轻松搭建自己的站点。
|
||||
如果你使用的是 [宝塔专用固件](/baota.html),你就可以轻松搭建自己的站点。
|
||||
|
||||
第一步: `kaitong-frp` 获得穿透分配的域名;
|
||||
|
||||
|
||||
@@ -194,6 +194,18 @@ curl --socks5 127.0.0.1:10808 google.com
|
||||

|
||||
|
||||
|
||||
## 卸载
|
||||
|
||||
终端输入:
|
||||
|
||||
```bash
|
||||
install-v2ray.sh --remove
|
||||
rm /usr/local/etc/v2ray/config.json
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
## 注意事项
|
||||
|
||||
- 注意配置文件的 json 格式问题。
|
||||
|
||||
BIN
docs/nas-skill/img/kod1.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
docs/nas-skill/img/kod2.jpg
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
docs/nas-skill/img/kod3.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
docs/nas-skill/img/kod4.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
docs/nas-skill/img/kod5.jpg
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
docs/nas-skill/img/kod6.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
docs/nas-skill/img/qb1.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
docs/nas-skill/img/qb2.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
docs/nas-skill/img/qb3.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
docs/nas-skill/img/qb4.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
docs/nas-skill/img/qb5.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
docs/nas-skill/img/qb6.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
docs/nas-skill/img/v2ray-remove.jpg
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
@@ -17,8 +17,8 @@ sidebar_position: 1
|
||||
|
||||
| 使用平台 | 国内高速下载地址 | 备用海外下载地址 |
|
||||
| ------------------ | --------------------- | ----------------- |
|
||||
| Windows | [海兔工具Windows版](https://node2.histb.com/update/soft_init/hitool/HiTool-windows.7z) | [海兔工具Windows版](https://node2.histb.com/update/soft_init/hitool/HiTool-windows.7z) |
|
||||
| Linux | [海兔工具Linux版](https://node2.histb.com/update/soft_init/hitool/hitool_linux.tar.gz)| [海兔工具Linux版](https://node2.histb.com/update/soft_init/hitool/hitool_linux.tar.gz)|
|
||||
| Windows | [海兔工具Windows版](https://node.histb.com:9088/update/soft_init/hitool/HiTool-windows.7z) | [海兔工具Windows版](https://node2.histb.com/update/soft_init/hitool/HiTool-windows.7z) |
|
||||
| Linux | [海兔工具Linux版](https://node.histb.com:9088/update/soft_init/hitool/hitool_linux.tar.gz)| [海兔工具Linux版](https://node2.histb.com/update/soft_init/hitool/hitool_linux.tar.gz)|
|
||||
|
||||
 
|
||||
|
||||
|
||||