{"id":10068,"date":"2019-06-19T08:39:53","date_gmt":"2019-06-19T06:39:53","guid":{"rendered":"https:\/\/nzbusenet.com\/install-watcher-ubuntu-command-line\/"},"modified":"2023-07-22T14:10:34","modified_gmt":"2023-07-22T12:10:34","slug":"watcher-install-ubuntu-command-line","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/watcher-install-ubuntu-command-line\/","title":{"rendered":"Install Watcher Ubuntu command line"},"content":{"rendered":"\n<p>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.<\/p>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<h2 class=\"wp-block-heading\">Install Watcher Ubuntu<\/h2>\n\n<p>We need to do an update first.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get update<\/p>\n<\/blockquote>\n\n<p>We need to install the necessary software for Watcher. Unless you&#8217;ve already done this once.<\/p>\n\n<p>Add recent source for Python.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo add-apt-repository ppa:deadsnakes\/ppa<\/p>\n<\/blockquote>\n\n<p>Install Python 3<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install python3.8<\/p>\n<\/blockquote>\n\n<p>Download Watcher. And install it in the hidden folder watcher.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo git clone https:\/\/github.com\/nosmokingbandit\/watcher .\/watcher<\/p>\n<\/blockquote>\n\n<p>Set the folder rights correctly. Beware! Change username to your own username.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo chown -R <strong>Username<\/strong>:<strong>Username<\/strong> .\/watcher<\/p>\n<\/blockquote>\n\n<p>Go to the correct folder and start Watcher.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>cd .\/watcher<br \/>python watcher.py<\/p>\n<\/blockquote>\n\n<p>You are now done. With the installation of Watcher. And you can now access this via http: \/\/ ip-ubuntu-computer:9090<\/p>\n\n<h2 class=\"wp-block-heading\">Auto start<\/h2>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<p>It is of course very handy. If Watcher is started automatically. During the Ubuntu startup process.<\/p>\n\n<p>We are going to create the systemd configuration file for Watcher.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/etc\/systemd\/system\/watcher.service<\/p>\n<\/blockquote>\n\n<p>Copy the text below and paste it in watcher.service And adjust the <strong>user<\/strong>. To your own user name.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>[Unit]<br \/>Description=Watcher Daemon<br \/>[Service]<br \/>User=<strong>User<\/strong><br \/>Group=<strong>User<\/strong><br \/>Type=forking<br \/>GuessMainPID=no<br \/>ExecStart=\/usr\/bin\/python2.7 .\/watcher.py &#8211;address 0.0.0.0 -d<br \/>Restart=no<\/p>\n\n\n\n<p>[Install]<br \/>WantedBy=multi-user.target<\/p>\n<\/blockquote>\n\n<p>Press <strong>Ctrl+X<\/strong>. And <strong>y<\/strong> key to save. And exit the file.<\/p>\n\n<p>The systemd service must be activated for Watcher.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo systemctl enable watcher<\/p>\n<\/blockquote>\n\n<p>Start the Watcher service.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo service watcher start<\/p>\n<\/blockquote>\n\n<p>Watcher is now started when Ubuntu is restarted. You can test this by doing a reboot.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo reboot<\/p>\n<\/blockquote>\n\n<p>You are now done. With the installation of Watcher.<\/p>\n\n<p><strong>Watcher Ubuntu tutorial<\/strong><\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/watcher3-tutorial\/\">Watcher tutorials<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/ubuntu-watcher-install-from-the-command-line\/\">Install Watcher Ubuntu<\/a>.<\/li>\n<\/ol>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>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 <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/watcher-install-ubuntu-command-line\/\" title=\"Install Watcher Ubuntu command line\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":49542,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[736],"tags":[],"class_list":{"0":"post-10068","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-watcher3-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2017\/12\/Watcher-installeren-Ubuntu.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10068","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/users\/12223"}],"replies":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/comments?post=10068"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10068\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/49542"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=10068"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=10068"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=10068"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}