首頁 > 軟體

Ubuntu 17.10 安裝BT用戶端 uTorrent

2020-06-16 16:54:44

uTorrent是由BitTorrent Inc擁有的封閉源的BitTorrent用戶端。uTorrent使用bt協定來傳輸更大的檔案,在p2p網路估計占所有網際網路流量的35%。uTorrent是輕量級的torrent用戶端,它使用非常少的計算機資源,同時提供與其他大型bt客戶(如Vuze或BitComet)類似的完整功能。

它適用於Microsoft Windows和Mac OS X作為用戶端軟體。在Linux中,uTorrent是作為伺服器軟體安裝的,它為管理下載提供了一個基於Web的介面。

不過最近爆出一個uTorrent安全漏洞 https://www.linuxidc.com/Linux/2018-02/151030.htm

以下是在Ubuntu 17.10 安裝 uTorrent的步驟。

如果您正在尋找最好的開源替代品uTorrent,那就去使用qBittorrent。

在Ubuntu上安裝uTorrent

$ sudo apt-get update

$ sudo apt-get install libssl1.0.0 libssl-dev

從官網下載最新的uTorrent Server:

64位元系統:

$ wget http://download-new.utorrent.com/endpoint/utserver/os/linux-x64-ubuntu-13-04/track/beta/ -O utserver.tar.gz

解壓檔案:

$ sudo tar -zxvf utserver.tar.gz -C /opt/

更改目錄許可權:

$ sudo chmod 777 /opt/utorrent-server-alpha-v3_3/

建立/usr/bin的連結:

$ sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver

啟動uTorrent Server:

$ utserver -settingspath /opt/utorrent-server-alpha-v3_3/

執行之後,使用瀏覽器存取:http://your-ip-:8080/gui

使用者名稱admin,密碼為空:

uTorrent主介面:

 

版本資訊:


IT145.com E-mail:sddin#qq.com