In this tutorial, install NZBGet Ubuntu. We discuss how we install NZBGet, on a computer with a Ubuntu operating system. Via the command line. We will then configure NZBGet to download from the newsgroups.
We must first know for sure. That we can install NZBGet. We can see this by editing the sources.list.
sudo nano /etc/apt/sources.list
You must remove the # sign from the universe repository. We must then save this file. You do that with CTRL+X.
And then y to confirm.
When that is done. Let’s update Ubuntu.
sudo apt-get update
Je kan nu NZBGet installeren via het volgende commando.
sudo apt-get install nzbget
The installation of NZBGet is now finished.
It is of course very useful if NZBGet is started during the start-up of Ubuntu.
We will create a Deamon for this in Ubuntu.
sudo nano /etc/init.d/nzbget
Paste the following script here. Beware! Enter your own Ubuntu username under username.
description “nzbget”
#start on runlevel 2
stop on runlevel [!2345]
respawn
respawn limit 10 5
umask 022case “$1” in
start) echo -n “Start services: NZBget”
exec sudo -u rob nice -n 19 ionice -c3 /usr/local/bin/nzbget -D -c /home/username/.nzbget/nzbget.conf
;;
stop) echo -n “Stop services: NZBget”
exec sudo -u rob /usr/local/bin/nzbget -Q -c /home/username/.nzbget/nzbget.conf
;;
restart)
$0 stop
$0 start
;;
*) echo “Usage: $0 start|stop|restart”
exit 1
;;
esac
exit 0
Now give the rights to the folder.
sudo chmod 755 /etc/init.d/nzbget
And now make the default settings.
sudo update-rc.d nzbget defaults
Do you want to test the script to be sure? Then do the following command
sudo reboot
Your Ubuntu will then restart.
When Ubuntu has restarted. Then you must be able to access NZBget via “http://your-ip-adress:6789”.
You are now done with the tutorial Installing NZBGet Ubuntu.
install NZBGet Ubuntu from the command line
Prowlarr is a powerful tool that, in combination with Sonarr, provides an optimized and automated…
Ngroups is a well-known name in the Usenet world and is often cited as a…
Giganews is one of the oldest and best-known Usenet providers in the world. The company…
Very occasionally, it's necessary to check files with Quicksfv. This happens when there are no…
The term "best newsreader" is often used, but rarely explained properly. Because what constitutes "the…
Usenet has been used for years to download files and follow newsgroups. While this used…
Deze website gebruikt cookies.