Categorieën: Ubuntu

Installl NZBMegasearch Ubuntu

In this NZBMegasearch install Ubuntu tutorial. We are going to install NZBMegasearch on an Ubuntu pc. So you have access to more search providers. For your automatic download programs.

We are going to install the necessities for NZBMegasearch.

sudo apt-get install python2.7 git python-openssl -y

Now download NZBMegasearch to the hidden folder NZBMegasearch. You do this with the dot! So “./nzbmegasearch”.

sudo git clone https://github.com/Mirabis/usntssearch ./nzbmegasearch

Now the right user. Giving permissions to the folder

sudo chown -R gebruiker:gebruiker ./nzbmegasearch

We try to start NZBmegasearch

python /opt/nzbmegasearch/NZBmegasearch/mega2.py daemon

The installation of NZBmegasearch is now ready.

Start NZBmegasearch automatically when Ubuntu starts

It is of course fine. When NZBmegasearch is started. While starting up your Ubuntu. We are going to do that now.

We are going to create the script file.

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

Next, we paste the script below. In the Nzbmegaserch.service file.

[Unit]
Description=NZBMegaSearch systemd
Wants=network-online.target
After=network.target network-online.target

[Service]
User=user
Group=user
Type=forking
ExecStart=/usr/bin/python ./nzbmegasearch/NZBmegasearch/mega2.py daemon
KillMode=process
Restart=on-failure

[Install]
WantedBy=multi-user.target

Make the script executable.

sudo systemctl enable nzbmegasearch

Start the startup script.

sudo service nzbmegasearch start

When the script is booted. Without problems. Then everything went well. You are now done with the tutorial install NZBMegasearch Ubuntu.

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…

3 months geleden

Deze website gebruikt cookies.