快捷搜索:   服务器  安全  linux 安全  MYSQL  dedecms

Linux管理应用技巧:amulecmd的使用方法

    amulecmd是aMule的命令行操作与管理程序。

  首先,为了拥有amuled 与 amulecmd 两个可执行文件,要在编译的时候指定:

  # ./configure --enable-amulecmd --enable-amule-daemon

  必须把一个用md5加密过的密码写在配置文件中,实际上执行amulecmd的时候不需要密码验证,但如果amulecmd问密码,那么一定是没有设置。

  # echo -n "password" | md5sum

  填上 ~/.aMule/amule.conf 中的下面两行:

  AcceptExternalConnections=1

  ECPassword=xxxxxxxxxxxxxxxxxxxxxxxxxxxx

  产生remote.conf文件:

  # amulecmd --create-config-from=~/.aMule/amule.conf

  运行守护进程:

  # amuled -f

  运行管理程序:

  # amulecmd

  This is amulecmd SVN Sun Apr 27 07:01:42 CEST 2008

  Creating client...

  Succeeded! Connection established to aMule SVN

  ---------------------------------------

  | aMule text client |

  ---------------------------------------

  Use 'Help' for command list

  aMulecmd$

 [2] 下一页

顶(0)
踩(0)

您可能还会对下面的文章感兴趣:

最新评论