環境設定:全新安裝的Fedora 14,並更新到最新版
# yum -y update
重開機讓部分更新設定生效( 這很重要喔!! 如果更新系統一定要記得做這個動作! )
# sync;sync;sync;reboot
安裝 wine
# yum -y install wine
下載utorrent,我一開始用 wine + µTorrent Stable (2.2) 竟然裝不起來, 所以我就下載了beta版的 µTorrent beta (2.2.1 build 24266)
# cd ~
# wget http://download.utorrent.com/beta/utorrent-2.2.1-beta-beta-24266.upx.exe
設定開機跑 runlevel 3
# vim /etc/inittab
id:3:initdefault:
檢查 vnc-server 執行狀態
# netstat -tnlp | grep vnc
tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN 1351/Xvnc
tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 1379/Xvnc
使用VNC連線到桌面環境
應用程式-->Wine-->Wine Software Uninstaller
安裝 -> 點選剛剛下載的utorrent -> 開啟
之後就一直下一步就安裝完成了
重頭戲來了!接下在教大家怎麼在Fedora 14 中使用µTorrent 的 WebUI
如上圖,點選 uTorrent的功能表中的選項(O) -> 選項 可出現設定畫面
請依照圖中設定方式先設定好網頁介面的選項
接下來開啟瀏覽器: http://IP:8080/gui
他會跟你說
" The µTorrent WebUI does not seem to be installed. Click here to try to install it, or see the guide for more details. "
但是點選 here 安裝時又會告訴你....
" There was a problem installing µTorrent WebUI, please see the µTorrent log for more details."
發生錯誤!
這是因為我們是在wine的環境中執行uTorrent,所以只要手動去下載WebUI放到相對應的資料夾就可以了
# cd ~/.wine/drive_c/users/user1/Application\ Data/uTorrent/
# wget