在Linux上面如果要跑eDonkey或是eMule,
可以安裝Xmule,Amlue,lmule,以及這邊所要介紹的mldonkey,
由於Xmule需要安裝X windows所以在Linkstation上直接放棄,
mldonkey可以使用Web,GUI來進行操作,因而選擇mldonkey,
BT方面則可以使用torrentflux,torrentflux是一套執行在
APACHE+PHP+MYSQL的BT檔案共享軟體,由於是採用WEB介面,因此適合LINKSTATION
這種沒有CONCOLE的LINUX BOX
一、安裝MLDONKEY-SERVER方法:
1.
之前的SOURCE LIST上面有些連結已經不提供mldonkey-server,
mldonkey-server好像是被歸在unstable的distribution因此需加入
ftp://debian.linux.org.tw/debian unstable main contrib non-free這個SERVER
在 /etc/apt/sources.list 內加入
deb ftp://debian.linux.org.tw/debian unstable main contrib non-free
apt-get update
apt-get install mldonkey-server
可順利安裝MLDONKEY
2.
介紹大家用另外一個UI來操作MLDONKEY
SANCHO
http://sancho-gui.sourceforge.net/
SANCHO可以裝在WINDOWS的平台上面,由WINDOWS直接控制LINKSTATION的MLDONKEY,
使用相當有親和性,速度也比較快,也不會有WEB控制斷斷續續的問題。
二、安裝torrentflux 2.1方法:
LINKSTATION:/var/www# tar zxvf torrentflux-2.1.tar.gz
LINKSTATION:/var/www# mv torrentflux_2.1/html bt
LINKSTATION:/var/www# cd bt
LINKSTATION:/var/www/bt# mysqladmin create torrentflux -u root -p
Enter password:<- br="br" mysql="mysql">
LINKSTATION:/var/www/bt# mysql torrentflux < ../torrentflux_2.1/sql/torrentflux.sql -u root -p
Enter password:<- br="br" mysql="mysql">
LINKSTATION:/var/www/bt# nano config.php
$cfg["db_type"] = "mysql"; // mysql, postgres7 view adodb/drivers/
$cfg["db_host"] = "localhost"; // DB host computer name or IP
$cfg["db_name"] = "torrentflux"; // Name of the Database
$cfg["db_user"] = "root"; // username for your MySQL database
$cfg["db_pass"] = "******"; // password for database <- br="br" mysql="mysql">
然後以網頁方式進入http://linkstation/bt 輸入login 、password 就可以執行->->->