{"id":11676,"date":"2019-09-05T07:55:06","date_gmt":"2019-09-05T05:55:06","guid":{"rendered":"https:\/\/nzbusenet.com\/install-mylar-ubuntu-via-the-command-line\/"},"modified":"2023-07-23T12:40:13","modified_gmt":"2023-07-23T10:40:13","slug":"mylar-install-ubuntu","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/mylar-install-ubuntu\/","title":{"rendered":"Mylar install Ubuntu to download comic books"},"content":{"rendered":"\n<p>In this tutorial Install Mylar Ubuntu. We are going to install Mylar via the command line. On a computer with Ubuntu. To download comic books.<\/p>\n\n<p><strong>For a recent guide see<\/strong> <a href=\"https:\/\/nzbusenet.com\/en\/install-mylar3-ubuntu-for-comic-books\/\">Installing Mylarr3 Ubuntu<\/a>.<\/p>\n\n<h2 class=\"wp-block-heading\">Install Mylar Install Ubuntu old version<\/h2>\n\n<p>You have to take into account that this project is not very active. So like, for example, the program SickRage or CouchPotato. This fixes bugs less quickly. But there is currently no other alternative to automatically downloading comic books.<\/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<p>Chances are that git, is already installed. But just to be sure, execute the above command.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install git-core<\/p>\n<\/blockquote>\n\n<p>Now install Python and Cherrypy. If that hasn&#8217;t been done yet.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install python python-cherrypy git -y<\/p>\n<\/blockquote>\n\n<p>We will now download the beta version. Go to the &#8220;.\\Mylar&#8221; folder Note, the dot! This ensures that the folder is hidden.<\/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\/evilhero\/mylar -b development \/.\/Mylar<\/p>\n<\/blockquote>\n\n<p>Now put the rights on the Mylar folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo chown username:username -R .\/Mylar<\/p>\n<\/blockquote>\n\n<p>Now we are going to start Mylar.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>python \/opt\/Mylar\/Mylar.py -d<\/p>\n<\/blockquote>\n\n<p>You can now access Mylar via<strong>http:\/\/your.ip.addres:8090<\/strong>.<\/p>\n\n<h2 class=\"wp-block-heading\">Autostart Mylar Ubuntu<\/h2>\n\n<p>It is very useful if Mylar is started, while starting Ubuntu. So we are going to do that now.<\/p>\n\n<p>Create startup script. Note !, change the username!<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>MYLAR_USER=Your Username<br \/>MYLAR_HOME=.\/Mylar<br \/>MYLAR_DATA=.\/Mylar<br \/>MYLAR_PORT=8090<\/p>\n<\/blockquote>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/etc\/default\/mylar<\/p>\n<\/blockquote>\n\n<p>Now press Ctrl+X. Then press <strong>Y<\/strong>key. And then <strong>enter<\/strong>.<\/p>\n\n<p>Copy the startup script to the right place.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo cp .\/Mylar\/init-scripts\/ubuntu.init.d \/etc\/init.d\/mylar<\/p>\n<\/blockquote>\n\n<p>Now the file rights<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo chmod +x \/etc\/init.d\/mylar<\/p>\n<\/blockquote>\n\n<p>Update the default values \u200b\u200bof Mylar.<\/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<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo update-rc.d mylar defaults<\/p>\n<\/blockquote>\n\n<p>You can now start Mylar with the following.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo service mylar start<\/p>\n<\/blockquote>\n\n<p>You can restart Mylar with the following.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo service mylar restart<\/p>\n<\/blockquote>\n\n<p>Or stop.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>mylar service stop<\/p>\n<\/blockquote>\n\n<p><span style=\"color: #2b2b2b;\">You are now done with the startup script. Mylar, will now start automatically<\/span>.<span style=\"color: #2b2b2b;\">When the computer restarts<\/span>.<\/p>\n\n<p>You are now done installing the Mylar Ubuntu tutorial.<\/p>\n\n<p><strong>Mylarr Ubuntu tutorial<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/mylarr-tutorial\/\">Mylarr tutorial<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/mylar-install-ubuntu\/\">Mylarr Ubuntu install<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this tutorial Install Mylar Ubuntu. We are going to install Mylar via the command line. On a computer with Ubuntu. To download comic books. For a recent guide see Installing Mylarr3 Ubuntu. Install Mylar <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/mylar-install-ubuntu\/\" title=\"Mylar install Ubuntu to download comic books\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":50675,"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":[718],"tags":[],"class_list":{"0":"post-11676","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-mylarr-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/Mylar-installeren-Ubuntu.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/11676","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=11676"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/11676\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/50675"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=11676"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=11676"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=11676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}