一、CentOS7安装qBittorrent
1、用SSH连接CentOS7,我用的Esxi虚拟机安装的centos7系统的ip地址为:192.168.1.199
2、下载qBittorrent安装脚本:(需要一定的上网环境)
wget https://lala.im/static/script/qBittorrentCentOS7install.sh
3.设置脚本权限:
qBittorrentCentOS7install.sh
4、运行编译安装脚本:
./qBittorrentCentOS7install.sh
脚本会安装如下软件:
qBittorrent4.1.1
libtorrent1.1.9(https://github.com/arvidn/libtorrent/releases/)
5、管理命令:
systemctl start qbittorrent
systemctl stop qbittorrent
systemctl restart qbittorrent
二、设置群辉共享盘
1.启动NFS服务
打开需要编辑的共享文件夹
*:号代表所有服务器
完成后群辉端就设置完成了。
2、linux端配置
用root权限运行:
yum install nfs-utils
创建本地文件夹:(我这里在根目录下创建名为NFSfile
的文件夹,这个视情况修改)
mkdir /NFSfile
将远程文件夹挂载到本地NFSfile
文件夹:
我这里的群辉地址是192.168.1.20
,群辉文件夹路径为/volume2/Downloader
mount -t nfs 192.168.1.20:/volume2/Downloader /NFSfile
挂载完成后,本地NFSfile
文件夹内就会显示群辉对应文件夹的内容
三、qBittorrent内设置挂载到本地CentOS
的群辉文件夹
登录qBittorrent的web页面,我这里地址是:192.168.1.199:8080
修改相应的下载文件夹为挂载群辉盘的文件夹:
四、结束
这样你就可以愉快的用qBittorrent下载各种资源了。
顺便说说我的硬件配置,我这边用的闲置主机,安装Esxi 7.0
虚拟机,虚拟机中,安装了群辉 6.22
,然后再安装了CentOS 7
系统。两个同时运行。