{"id":27641,"date":"2021-06-21T17:01:08","date_gmt":"2021-06-21T15:01:08","guid":{"rendered":"https:\/\/nzbusenet.com\/mylar3-install-ubuntu-to-download-comic-books\/"},"modified":"2023-07-21T12:36:21","modified_gmt":"2023-07-21T10:36:21","slug":"install-mylar3-ubuntu-for-comic-books","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/install-mylar3-ubuntu-for-comic-books\/","title":{"rendered":"Tutorial Install Mylar3 Ubuntu to download comic books"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/mylarlogo.png\" alt=\"Installing Mylar3 Ubuntu\" class=\"wp-image-3228\" title=\"\" srcset=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/mylarlogo.png 256w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/mylarlogo-250x250.png 250w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/mylarlogo-100x100.png 100w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/mylarlogo-150x150.png 150w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/mylarlogo-75x75.png 75w\" sizes=\"auto, (max-width: 256px) 100vw, 256px\" \/><\/figure>\n\n<p>In this tutorial Mylar3 install Ubuntu. We&#8217;re going to install Mylar3 on an Ubuntu system. And then we&#8217;re going to configure Mylar3 to download the comic books from the newsgroups.<\/p>\n\n<h2 class=\"wp-block-heading\">Mylar3 install requirements<\/h2>\n\n<p>Chances are that git, is already installed. But just to be sure, execute the command below.<\/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<h2 class=\"wp-block-heading\">Mylar3 Install Ubuntu<\/h2>\n\n<p>We will now download the beta version. To the folder &#8220;.\\Mylar&#8221; 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\/mylar3\/mylar3 -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\">Mylar3 installation start automatically Ubuntu<\/h2>\n\n<p>It is very useful if Mylar is started, while starting Ubuntu. So we are going to arrange that.<\/p>\n\n<p>We&#8217;re going to create a startup script. Beware! You have to change the username to your own.<\/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>Press Ctrl+X no. And then on the<strong> Y<\/strong> key. Then press the <strong>Enter <\/strong>key.<\/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>Even now, get the rights right.<\/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>Now apply the boot script.<\/p>\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 start Mylar now 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>You are now done with the startup script. Mylar will now be started automatically when the computer is restarted.<\/p>\n\n<p>You are now done with the Mylar3 installation on an Ubuntu system. Now mylar3 has yet to be configured.<\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this tutorial Mylar3 install Ubuntu. We&#8217;re going to install Mylar3 on an Ubuntu system. And then we&#8217;re going to configure Mylar3 to download the comic books from the newsgroups. Mylar3 install requirements Chances are <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/install-mylar3-ubuntu-for-comic-books\/\" title=\"Tutorial Install Mylar3 Ubuntu to download comic books\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":48680,"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-27641","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\/2021\/05\/Mylar3-installeren-Ubuntu.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/27641","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=27641"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/27641\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/48680"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=27641"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=27641"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=27641"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}