Ubuntu

Install Deluge Ubuntu via the command line Torrent client

In this tutorial, install Deluge Ubuntu. We are going to install Deluge on a computer with Ubuntu. Next we will make a startup script for Deluge. So that Deluge is started automatically, during the boot process. Deluge is a Bittorent program.

Install Deluge Ubuntu

We are going to add the Deluge repositry. So that we can download Deluge. and install.

sudo add-apt-repository ppa:deluge-team/ppa

Now we are going to update the software list.

sudo apt-get update

Then we will install Deluge.

sudo apt-get install deluged deluge-web -y

The installation of Deluge is now ready.

You can now acces Deluge via http://ip-address:58846

Start Deluge automatically

It is very handy. When the program Deluge, starts. During the boot process. Therefore, we set this now.

We will now create a startup script.

sudo nano /etc/init/deluged.conf

Copy and paste. Below in this file.

# Delugue opstart script.
# Nzbusenet.com
description “Deluge daemon”
author “Deluge”

start on filesystem and static-network-up
stop on runlevel [016]

respawn
respawn limit 5 30

env uid=deluge
env gid=deluge
env umask=007

exec start-stop-daemon -S -c $uid:$gid -k $umask -x /usr/bin/deluged — -d -l /var/log/deluge/daemon.log -L warnin

Press CTRL + Xkey. And then press Y key. To save this file.

Deluge will now be started automatically. While starting your Ubuntu system.

Admin

Gepubliceerd door
Admin

Recente berichten

What are the benefits of Prowlarr with Sonarr

Prowlarr is a powerful tool that, in combination with Sonarr, provides an optimized and automated…

4 weeks geleden

Ngroups Usenet provider

Ngroups is a well-known name in the Usenet world and is often cited as a…

1 month geleden

Giganews Usenet provider review

Giganews is one of the oldest and best-known Usenet providers in the world. The company…

2 months geleden

QuickSFV gedownloade bestanden controleren met SFV files

Very occasionally, it's necessary to check files with Quicksfv. This happens when there are no…

2 months geleden

What is the best newsreader?

The term "best newsreader" is often used, but rarely explained properly. Because what constitutes "the…

2 months geleden

Usenet program for smartphones

Usenet has been used for years to download files and follow newsgroups. While this used…

4 months geleden

Deze website gebruikt cookies.