免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1351 | 回复: 0
打印 上一主题 下一主题

MLdonkey的安装及配置 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-07-04 17:38 |只看该作者 |倒序浏览

                                apt-get install mldonkey-server
图形界面可以使用sancho
http://sancho-gui.sourceforge.net/
配置mldonkey
终端下执行 ./mlnet,然后运行sancho文件夹下的sancho,命令./sancho,依照配置向导完成即可。
mldonkey初步设置:
max connected servers 500
max hard upload rate 10
max hard download rate 1000
ed2k max connected servers 300
kad网络 选择打勾 (enable kademlia)
此外,还需钩选 Ed2k-force_client_high_id,ED2K-force_client_high_id、ED2K- force_high_id、ED2k-keep_best_server
还可以添加常用的服务器,比如电驴用的http://www.emule.org.cn/server.met,还可以用浏览器控制和观察mldonkey,地址是 http://localhost:4080/
最大服务器数 一般改成50
kad网络 选择打勾 (enable kademlia)
强制高ID 选择打勾 (ed2k force high id)
设置好之后,一般下载速度还是很乐观的。
可以修改~/.mldonkey/downloads.ini文件,来更改默认下载目录
用文本编辑器打开,
$gedit ~/.mldonkey/downloads.ini
找到
               
               
               
               
               
shared_directories = [           
        {     dirname = shared            
        strategy = all_files                  
        priority = 0                              
        };                                             
        {     dirname = "incoming/files"
        strategy = incoming_files        
        priority = 0                              
        };                                            
        {     dirname = "incoming/directories"
        strategy = incoming_directories
        priority = 0                              
        };]              
*****浏览器ed2k连接直接点击设置*****
firefox浏览器下输入about:config
添加布尔类型network.protocol-handler.external.ed2k为true
   布尔类型network.protocol-handler.warn-external.ed2k为false
   字符串类型network.protocol-handler.app.ed2k为/home/user/.mldonkey/submit
编辑/home/user/.mldonkey/submit
#!/bin/bash
echo dllink $*|nc -q 1 127.0.0.1 4000
设置submit这个脚本具有可执行权限
chmod +x submit
测试一下脚本是否可行,运行 mlnet, 然后使用 ./submit "ed2k://********"
看看是否出现在下载队列中
-----------------------------------------------------------------------
mldonkey下再BT文件
startbt ****.torrent
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/30950/showart_1073341.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP