2011年1月26日 星期三

(尚未設定標題)

環境設定:全新安裝的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連線到桌面環境


vnc1 


應用程式-->Wine-->Wine Software Uninstaller


wine 


安裝 -> 點選剛剛下載的utorrent -> 開啟


w2 


之後就一直下一步就安裝完成了


重頭戲來了!接下在教大家怎麼在Fedora 14 中使用µTorrent 的 WebUI


影像 8.jpg 


如上圖,點選 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 


沒有留言:

張貼留言

如何在 golang 裡面引用 gitlab private repo

參考文章:https://stackoverflow.com/questions/27500861/whats-the-proper-way-to-go-get-a-private-repository 原文是用 gitlab.company.com 當範例,這邊改成一般帳號...