一、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系統,兩個同時運行,
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/218859.html
標籤:其他
