安裝qbittorrent

在home下 安裝qbittorrent-nox3.3.11
適用於debian8.8 amd64   Feralhosting可用。git

最簡單安裝方法:
wget https://raw.githubusercontent.com/wyjok/FH/master/qb11.sh
bash qb11.sh
輸入y贊成免責條款github

ctrl+c退出web

後臺運行:
tips:若是使用共享ip服務器8080可能被佔用,若是ip:8080打不開webui請更換8080爲其餘小於65535的數字。bash

nohup qbittorrent-nox --webui-port=8080 &

回車服務器

非腳本安裝使用方法:  ssh

  1.   下載文件git  
cd ~  
git clone https://github.com/wyjok/FH.git

機子上沒有git還第二種方法:ui

cd ~  
wget https://raw.githubusercontent.com/wyjok/FH/master/FH.tar.gz
tar -zxvf FH.tar.gz

直接下載壓縮包並解壓,壓縮包不必定更新,然而也不太可能更新
2.code

設置連接庫搜索路徑  ip

export LD_LIBRARY_PATH=~/FH/link  
export PATH=~/FH:$PATH

或者若是不想每次鏈接ssh從新設置能夠將上兩行代碼寫入配置裏,每次登陸自動加載get

nano ~/.bashrc

把這兩行加進去

export LD_LIBRARY_PATH=~/FH/link  
export PATH=~/FH:$PATH

ctrl+o 回車 保存 ctrl+x 退出

source ~/.bashrc

注意若是原本有設置其餘路徑的話,請自行修改相關內容,即.bashr內原本就有內容的話請自行修改。
3.

接下來:   運行一遍  

qbittorrent-nox  

輸入y贊成免責條款

ctrl+c退出
4.

後臺運行
tips:若是使用共享ip服務器8080可能被佔用,若是ip:8080打不開webui請更換8080爲其餘小於65535的數字。

nohup qbittorrent-nox --webui-port=8080 &

回車

 

https://github.com/wyjok/FH

相關文章
相關標籤/搜索