instalacion_de_amule_como_servicio_en_systemd
Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
instalacion_de_amule_como_servicio_en_systemd [2025/04/13 08:41] – hispa | instalacion_de_amule_como_servicio_en_systemd [2025/04/13 09:08] (actual) – hispa | ||
---|---|---|---|
Línea 8: | Línea 8: | ||
< | < | ||
sudo apt install amule amule-daemon amule-utils amule-utils-gui amule-gnome-support | sudo apt install amule amule-daemon amule-utils amule-utils-gui amule-gnome-support | ||
+ | sudo systemctl stop amule-daemon | ||
+ | sudo systemctl disable amule-daemon | ||
+ | sudo nano / | ||
</ | </ | ||
+ | < | ||
+ | (Cambiamos la siguiente línea) | ||
+ | AMULED_USER=" | ||
+ | (Guardamos y salimos) | ||
+ | </ | ||
+ | < | ||
+ | sudo systemctl start amule-daemon | ||
+ | sudo systemctl stop amule-daemon | ||
+ | echo -n tu_nick_de_amule | md5sum | ||
+ | (Copiar el hash que devuelve para pegarlo en su lugar correspondiente del archivo amule.conf) | ||
+ | nano / | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | [eMule] | ||
+ | AppVersion=2.3.3 | ||
+ | <color yellow> | ||
+ | QueueSizePref=50 | ||
+ | MaxUpload=1536 | ||
+ | MaxDownload=0 | ||
+ | SlotAllocation=50 | ||
+ | Port=44662 | ||
+ | UDPPort=44672 | ||
+ | UDPEnable=1 | ||
+ | Address= | ||
+ | Autoconnect=1 | ||
+ | MaxSourcesPerFile=600 | ||
+ | MaxConnections=1000 | ||
+ | MaxConnectionsPerFiveSeconds=100 | ||
+ | RemoveDeadServer=1 | ||
+ | DeadServerRetry=3 | ||
+ | ServerKeepAliveTimeout=0 | ||
+ | Reconnect=1 | ||
+ | Scoresystem=1 | ||
+ | Serverlist=1 | ||
+ | AddServerListFromServer=0 | ||
+ | AddServerListFromClient=0 | ||
+ | SafeServerConnect=0 | ||
+ | AutoConnectStaticOnly=0 | ||
+ | UPnPEnabled=0 | ||
+ | UPnPTCPPort=50000 | ||
+ | SmartIdCheck=1 | ||
+ | ConnectToKad=1 | ||
+ | ConnectToED2K=1 | ||
+ | TempDir=/ | ||
+ | IncomingDir=/ | ||
+ | ICH=1 | ||
+ | AICHTrust=0 | ||
+ | CheckDiskspace=1 | ||
+ | MinFreeDiskSpace=1 | ||
+ | AddNewFilesPaused=0 | ||
+ | PreviewPrio=0 | ||
+ | ManualHighPrio=0 | ||
+ | StartNextFile=0 | ||
+ | StartNextFileSameCat=0 | ||
+ | StartNextFileAlpha=0 | ||
+ | FileBufferSizePref=70 | ||
+ | DAPPref=1 | ||
+ | UAPPref=1 | ||
+ | AllocateFullFile=1 | ||
+ | OSDirectory=/ | ||
+ | OnlineSignature=0 | ||
+ | OnlineSignatureUpdate=5 | ||
+ | EnableTrayIcon=0 | ||
+ | MinToTray=0 | ||
+ | Notifications=0 | ||
+ | ConfirmExit=1 | ||
+ | StartupMinimized=0 | ||
+ | 3DDepth=5 | ||
+ | ToolTipDelay=1 | ||
+ | ShowOverhead=0 | ||
+ | ShowInfoOnCatTabs=1 | ||
+ | VerticalToolbar=0 | ||
+ | GeoIPEnabled=0 | ||
+ | ShowVersionOnTitle=0 | ||
+ | VideoPlayer= | ||
+ | StatGraphsInterval=3 | ||
+ | statsInterval=30 | ||
+ | DownloadCapacity=300 | ||
+ | UploadCapacity=100 | ||
+ | StatsAverageMinutes=5 | ||
+ | VariousStatisticsMaxValue=100 | ||
+ | SeeShare=2 | ||
+ | FilterLanIPs=1 | ||
+ | ParanoidFiltering=1 | ||
+ | IPFilterAutoLoad=1 | ||
+ | IPFilterURL=http:// | ||
+ | FilterLevel=127 | ||
+ | IPFilterSystem=0 | ||
+ | FilterMessages=1 | ||
+ | FilterAllMessages=0 | ||
+ | MessagesFromFriendsOnly=0 | ||
+ | MessageFromValidSourcesOnly=1 | ||
+ | FilterWordMessages=0 | ||
+ | MessageFilter= | ||
+ | ShowMessagesInLog=1 | ||
+ | FilterComments=0 | ||
+ | CommentFilter= | ||
+ | ShareHiddenFiles=1 | ||
+ | AutoSortDownloads=0 | ||
+ | NewVersionCheck=0 | ||
+ | AdvancedSpamFilter=1 | ||
+ | MessageUseCaptchas=1 | ||
+ | Language= | ||
+ | SplitterbarPosition=75 | ||
+ | YourHostname= | ||
+ | DateTimeFormat=%A, | ||
+ | AllcatType=0 | ||
+ | ShowAllNotCats=0 | ||
+ | SmartIdState=1 | ||
+ | DropSlowSources=0 | ||
+ | KadNodesUrl=http:// | ||
+ | Ed2kServersUrl=http:// | ||
+ | ShowRatesOnTitle=0 | ||
+ | GeoLiteCountryUpdateUrl=http:// | ||
+ | StatsServerName=Shorty' | ||
+ | StatsServerURL=http:// | ||
+ | CreateSparseFiles=1 | ||
+ | StatColor0=4194304 | ||
+ | StatColor1=16761024 | ||
+ | StatColor2=8454016 | ||
+ | StatColor3=53760 | ||
+ | StatColor4=32768 | ||
+ | StatColor5=8421631 | ||
+ | StatColor6=200 | ||
+ | StatColor7=140 | ||
+ | StatColor8=16750230 | ||
+ | StatColor9=12583104 | ||
+ | StatColor10=8454143 | ||
+ | StatColor11=0 | ||
+ | StatColor12=8454016 | ||
+ | StatColor13=53760 | ||
+ | StatColor14=32768 | ||
+ | TableOrderingServer=N: | ||
+ | TableWidthsServer=N: | ||
+ | TableOrderingDownload=a: | ||
+ | TableWidthsDownload=a: | ||
+ | TableOrderingSources=N: | ||
+ | TableWidthsSources=N: | ||
+ | TableOrderingShared=N: | ||
+ | TableWidthsShared=N: | ||
+ | TableOrderingPeers=N: | ||
+ | TableWidthsPeers=N: | ||
+ | [Browser] | ||
+ | OpenPageInTab=1 | ||
+ | CustomBrowserString= | ||
+ | [Proxy] | ||
+ | ProxyEnableProxy=0 | ||
+ | ProxyType=0 | ||
+ | ProxyName= | ||
+ | ProxyPort=1080 | ||
+ | ProxyEnablePassword=0 | ||
+ | ProxyUser= | ||
+ | ProxyPassword= | ||
+ | [ExternalConnect] | ||
+ | UseSrcSeeds=0 | ||
+ | AcceptExternalConnections=1 | ||
+ | ECAddress= | ||
+ | ECPort=4712 | ||
+ | ECPassword=(Pegar aquí el hash obtenido antes sin los paréntesis) | ||
+ | UPnPECEnabled=0 | ||
+ | ShowProgressBar=1 | ||
+ | ShowPercent=1 | ||
+ | UseSecIdent=1 | ||
+ | IpFilterClients=1 | ||
+ | IpFilterServers=1 | ||
+ | TransmitOnlyUploadingClients=0 | ||
+ | [WebServer] | ||
+ | Enabled=1 | ||
+ | Password=(Pegar aquí el hash obtenido antes sin los paréntesis) | ||
+ | PasswordLow= | ||
+ | Port=44711 | ||
+ | WebUPnPTCPPort=50001 | ||
+ | UPnPWebServerEnabled=0 | ||
+ | UseGzip=1 | ||
+ | UseLowRightsUser=0 | ||
+ | PageRefreshTime=120 | ||
+ | Template=default | ||
+ | Path=amuleweb | ||
+ | [GUI] | ||
+ | HideOnClose=0 | ||
+ | [GUI/ | ||
+ | Splitter=386 | ||
+ | ShowClientList=1 | ||
+ | [Razor_Preferences] | ||
+ | FastED2KLinksHandler=1 | ||
+ | MAIN_X_POS=42 | ||
+ | MAIN_Y_POS=-1 | ||
+ | MAIN_X_SIZE=1877 | ||
+ | MAIN_Y_SIZE=1080 | ||
+ | Maximized=1 | ||
+ | SRV_SPLITTER_POS=463 | ||
+ | [SkinGUIOptions] | ||
+ | Skin= | ||
+ | [Statistics] | ||
+ | MaxClientVersions=0 | ||
+ | [Obfuscation] | ||
+ | IsClientCryptLayerSupported=1 | ||
+ | IsCryptLayerRequested=1 | ||
+ | IsClientCryptLayerRequired=0 | ||
+ | CryptoPaddingLenght=254 | ||
+ | CryptoKadUDPKey=911052936 | ||
+ | [PowerManagement] | ||
+ | PreventSleepWhileDownloading=0 | ||
+ | [UserEvents] | ||
+ | [UserEvents/ | ||
+ | CoreEnabled=0 | ||
+ | CoreCommand= | ||
+ | GUIEnabled=0 | ||
+ | GUICommand= | ||
+ | [UserEvents/ | ||
+ | CoreEnabled=0 | ||
+ | CoreCommand= | ||
+ | GUIEnabled=0 | ||
+ | GUICommand= | ||
+ | [UserEvents/ | ||
+ | CoreEnabled=0 | ||
+ | CoreCommand= | ||
+ | GUIEnabled=0 | ||
+ | GUICommand= | ||
+ | [UserEvents/ | ||
+ | CoreEnabled=0 | ||
+ | CoreCommand= | ||
+ | GUIEnabled=0 | ||
+ | GUICommand= | ||
+ | [HTTPDownload] | ||
+ | URL_1=http:// | ||
+ | URL_2=http:// | ||
+ | URL_5=http:// | ||
+ | URL_3=http:// | ||
+ | |||
+ | (Guardamos y salimos) | ||
+ | </ | ||
+ | < | ||
+ | sudo nano / | ||
+ | </ | ||
+ | < | ||
+ | [Unit] | ||
+ | Description=Amuled P2P File Sharing Daemon | ||
+ | After=network.target | ||
+ | |||
+ | [Service] | ||
+ | Type=simple | ||
+ | User=tu_usuario | ||
+ | WorkingDirectory=/ | ||
+ | ExecStart=/ | ||
+ | Restart=always | ||
+ | |||
+ | [Install] | ||
+ | WantedBy=multi-user.target | ||
+ | |||
+ | (Guardamos y salismo) | ||
+ | </ | ||
+ | < | ||
+ | sudo systemctl daemon-reload | ||
+ | sudo systemctl status amuled.service | ||
+ | sudo systemctl enable amuled.service | ||
+ | sudo systemctl start amuled.service | ||
+ | sudo systemctl status amuled.service | ||
+ | </ | ||
+ | |||
+ | Luego, abrir con amulegui | ||
+ | |||
+ | === Origen === | ||
+ | [[https:// | ||
+ | |||
+ | {{tag> chuletas_y_apuntes_diversos arduino}} |
instalacion_de_amule_como_servicio_en_systemd.1744526464.txt.gz · Última modificación: 2025/04/13 08:41 por hispa