Debian amule install
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
| Line 14: | Line 14: | ||
apt-get install amule-daemon | apt-get install amule-daemon | ||
| - | + | ||
| + | Configuration of the aMule-daemon | ||
| + | Go to the path where aMule was installed, which in our case is ~/bin and run ./amuled. When this is done, the configuration file ~/.aMule/amule.conf is created. | ||
| + | |||
| + | Quit the daemon again. Find and replace the follwoing lines in ~/.aMule/amule.conf. | ||
| + | |||
| + | * AcceptExternalConnections=1 <-- To let aMule listen to external connections. | ||
| + | * ECPassword=56f491c56340a6fa5c158863c6bfb39f <-- MD5 of the password you wish to use. | ||
| + | |||
| + | Use the command md5sum to create a MD5-string of a password: | ||
| + | |||
| + | $ echo -n password | md5sum | ||
| + | 56f491c56340a6fa5c158863c6bfb39f - | ||
| + | |||
Revision as of 11:25, 13 April 2007
Install Amule as a daemon
Under construction
Switch to debian unstable
nano /etc/apt/sources.list replace stable to unstable in "deb" lines //deb http://security.debian.org stable/updates main contrib //deb ftp://ftp.fr.debian.org/debian unstable main contrib //deb ftp://ftp.de.debian.org/debian-non-US stable/non-US main contrib //deb-src ftp://ftp.fr.debian.org/debian unstable main contrib //deb-src ftp://ftp.de.debian.org/debian-non-US stable/non-US main contrib
apt-get install amule-daemon
Configuration of the aMule-daemon
Go to the path where aMule was installed, which in our case is ~/bin and run ./amuled. When this is done, the configuration file ~/.aMule/amule.conf is created.
Quit the daemon again. Find and replace the follwoing lines in ~/.aMule/amule.conf.
* AcceptExternalConnections=1 <-- To let aMule listen to external connections. * ECPassword=56f491c56340a6fa5c158863c6bfb39f <-- MD5 of the password you wish to use.
Use the command md5sum to create a MD5-string of a password:
$ echo -n password | md5sum 56f491c56340a6fa5c158863c6bfb39f -
restart :
/etc/init.d/amule-daemon start
configure as daemon

