Difference between revisions of "Debian amule install"
From NAS-Central Buffalo - The Linkstation Wiki
m |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Template:Articles|Kurobox|Debian}} | ||
== Install Amule as a daemon == | == Install Amule as a daemon == | ||
Under construction | Under construction | ||
− | Switch to debian unstable | + | Switch to debian unstable (etch) |
nano /etc/apt/sources.list | nano /etc/apt/sources.list | ||
replace stable to unstable in "deb" lines | replace stable to unstable in "deb" lines | ||
Line 12: | Line 13: | ||
//deb-src ftp://ftp.de.debian.org/debian-non-US stable/non-US 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 | 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. | + | Go to the path where aMule was installed, which in our case is ~/bin and * AcceptExternalConnections=1 <-- To let aMule listen to external 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. | Quit the daemon again. Find and replace the follwoing lines in ~/.aMule/amule.conf. | ||
Line 30: | Line 32: | ||
− | + | Configure the daemon | |
− | + | * Edit /etc/default/amule-daemon | |
+ | * /etc/init.d/amule-daemon start | ||
Remote control with: | Remote control with: | ||
− | * | + | * Go to the web address http://hostname:4711, where hostname is the name of the computer running amuleweb and 4711 is the port amuleweb is using. In most cases this should be http://localhost:4711. |
− | * | + | * Use the program amule-gui |
Latest revision as of 00:04, 13 July 2007
Install Amule as a daemon
Under construction
Switch to debian unstable (etch)
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 * AcceptExternalConnections=1 <-- To let aMule listen to external 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 -
Configure the daemon
* Edit /etc/default/amule-daemon * /etc/init.d/amule-daemon start
Remote control with:
* Go to the web address http://hostname:4711, where hostname is the name of the computer running amuleweb and 4711 is the port amuleweb is using. In most cases this should be http://localhost:4711. * Use the program amule-gui