Watcher tutorial

Install Watcher Ubuntu command line

In this tutorial install Watcher Ubuntu command line. We are going to install the Watcher program via the command line. Watcher makes it possible to automatically download your films from the newsgroups. Unfortunately, Torrent files are not supported with Watcher.

Install Watcher Ubuntu

We need to do an update first.

sudo apt-get update

We need to install the necessary software for Watcher. Unless you’ve already done this once.

Add recent source for Python.

sudo add-apt-repository ppa:deadsnakes/ppa

Install Python 3

sudo apt-get install python3.8

Download Watcher. And install it in the hidden folder watcher.

sudo git clone https://github.com/nosmokingbandit/watcher ./watcher

Set the folder rights correctly. Beware! Change username to your own username.

sudo chown -R Username:Username ./watcher

Go to the correct folder and start Watcher.

cd ./watcher
python watcher.py

You are now done. With the installation of Watcher. And you can now access this via http: // ip-ubuntu-computer:9090

Auto start

It is of course very handy. If Watcher is started automatically. During the Ubuntu startup process.

We are going to create the systemd configuration file for Watcher.

sudo nano /etc/systemd/system/watcher.service

Copy the text below and paste it in watcher.service And adjust the user. To your own user name.

[Unit]
Description=Watcher Daemon
[Service]
User=User
Group=User
Type=forking
GuessMainPID=no
ExecStart=/usr/bin/python2.7 ./watcher.py –address 0.0.0.0 -d
Restart=no

[Install]
WantedBy=multi-user.target

Press Ctrl+X. And y key to save. And exit the file.

The systemd service must be activated for Watcher.

sudo systemctl enable watcher

Start the Watcher service.

sudo service watcher start

Watcher is now started when Ubuntu is restarted. You can test this by doing a reboot.

sudo reboot

You are now done. With the installation of Watcher.

Watcher Ubuntu tutorial

  1. Watcher tutorials.
  2. Install Watcher Ubuntu.
Admin

Gepubliceerd door
Admin

Recente berichten

Usenet download not complete, what to do?

It may happen that a Usenet download does not come in completely. You try to…

1 week geleden

House-of-usenet.com German usenet community

House-of-Usenet.com is a popular German-language Usenet forum where members can find NZB files for downloading…

1 week geleden

Usenet-4all.pw German usenet community forum

Usenet-4all.pw is a predominantly German-language Usenet forum focused on sharing and finding NZB files. Using…

2 weeks geleden

Sky-of-use.net german usenet community

Sky-of-Use is a German-language Usenet forum where users can find NZB files to download content…

1 month geleden

Publicdomaintorrents.info Torrent site for old movies

PublicDomainTorrents is a website entirely dedicated to films in the public domain. This means that…

3 months geleden

Anonynews Usenet provider

In this Anonynews Usenet review, we look at the key features, performance, and costs of…

4 months geleden

Deze website gebruikt cookies.