{"id":330,"date":"2022-08-03T11:26:18","date_gmt":"2022-08-03T11:26:18","guid":{"rendered":"https:\/\/yohost.org\/library\/?p=330"},"modified":"2022-08-03T11:31:34","modified_gmt":"2022-08-03T11:31:34","slug":"tea-break-1-how-to-run-commands-in-background-linux","status":"publish","type":"post","link":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/","title":{"rendered":"(Tea\/\/break #1) How to run commands in background Linux"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">We are starting a new concept in our Privacy Library. We will call it &#8220;tea break&#8221;. The idea is to learn something new in less than 5 minutes. The topic of the tea break #1 is <em>How to run commands in background Linux<\/em>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Problem<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">We have all faced this annoying thing when installation over SSH has been interrupted by a sudden connection issue. Most of the times we had to re-start the script after we noticed that terminal session was aborted. This could be avoided if the install script was running in the background.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Solution: &#8220;screen&#8221;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>screen<\/em> allows to run a background session within your current session. You can connect to screen, run the install screen and disconnect from screen. You can run multiple screen sessions at a time.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Installation<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install screen<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Usage<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>start a new screen session: <em>#screen<\/em><\/li><li>exit current screen session: <em>Ctrl+a+d<\/em><\/li><li>list current sessions: <em>#screen -ls<\/em><br><span class=\"placeholder-el\" data-svq-align=\"\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"127\" class=\"wp-image-331 lazy\" style=\"height: 0; width: 500px; padding-bottom: 25.40%;\" src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/screen-ls-45x11.png\" alt=\"screen sessions\" data-srcset=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/screen-ls.png 429w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/screen-ls-300x76.png 300w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/screen-ls-45x11.png 45w\" data-sizes=\"auto, (max-width: 500px) 100vw, 500px\" data-width=\"500\" data-height=\"127\" data-src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/screen-ls.png\"><span class=\"svq-img-loader\"><\/span><\/span><noscript><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"127\" class=\"wp-image-331\" style=\"width: 500px;\" src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/screen-ls.png\" alt=\"screen sessions\" srcset=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/screen-ls.png 429w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/screen-ls-300x76.png 300w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/screen-ls-45x11.png 45w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/><\/noscript><\/li><li>reconnect to a session: <em>#screen -r &#8220;session ID&#8221;<\/em><br>(for example, <em>#screen -r 107699<\/em>)<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Enjoy your tea!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We are starting a new concept in our Privacy Library. We will call it &#8220;tea break&#8221;. The idea is to learn something new in less than 5 minutes. The topic of the tea break #1 is How to run commands in background Linux. Problem We have all faced this annoying thing when installation over SSH [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":333,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"stax_block_gap":"","stax_show_title_section":"","stax_single_post_media_panel_height":"","stax_single_post_media_panel_text":"","stax_single_post_cateory_breadcrumb":"","stax_single_post_title_position":"","stax_single_post_title_align":"","stax_single_post_title_extra_align":"","stax_single_post_title_size":"","stax_single_post_image_width":"","stax_single_post_image_format":"","stax_single_post_audio_panel":"","stax_single_post_video_panel":"","stax_single_post_video_width":"","stax_single_post_gallery_panel":"","stax_single_post_gallery_width":"","stax_single_post_gallery_slides":"","stax_single_post_meta_author_avatar":"","stax_single_post_meta_author_name":"","stax_single_post_meta_post_date":"","stax_single_post_meta_reading_time":"","stax_single_post_shapes":"","footnotes":""},"categories":[58],"tags":[59,60],"class_list":["post-330","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tea-break","tag-run-comman-in-background-linux","tag-screen"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.12 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>(Tea\/\/break #1) How to run commands in background Linux<\/title>\n<meta name=\"description\" content=\"Enjoy your tea and learn how to run command in background Linux in less than 5 minutes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"(Tea\/\/break #1) How to run commands in background Linux\" \/>\n<meta property=\"og:description\" content=\"Enjoy your tea and learn how to run command in background Linux in less than 5 minutes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"Privacy Dedicated Library\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-03T11:26:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-03T11:31:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/tea-icon-14700.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Paul M\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@yohostorg\" \/>\n<meta name=\"twitter:site\" content=\"@yohostorg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Paul M\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/\"},\"author\":{\"name\":\"Paul M\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#\\\/schema\\\/person\\\/69f04ef60b945341f65db69ad70c0faf\"},\"headline\":\"(Tea\\\/\\\/break #1) How to run commands in background Linux\",\"datePublished\":\"2022-08-03T11:26:18+00:00\",\"dateModified\":\"2022-08-03T11:31:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/\"},\"wordCount\":171,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/yohost.org\\\/library\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/tea-icon-14700.png\",\"keywords\":[\"run comman in background Linux\",\"screen\"],\"articleSection\":[\"Tea\\\/\\\/break\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/\",\"url\":\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/\",\"name\":\"(Tea\\\/\\\/break #1) How to run commands in background Linux\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/yohost.org\\\/library\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/tea-icon-14700.png\",\"datePublished\":\"2022-08-03T11:26:18+00:00\",\"dateModified\":\"2022-08-03T11:31:34+00:00\",\"description\":\"Enjoy your tea and learn how to run command in background Linux in less than 5 minutes.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/#primaryimage\",\"url\":\"https:\\\/\\\/yohost.org\\\/library\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/tea-icon-14700.png\",\"contentUrl\":\"https:\\\/\\\/yohost.org\\\/library\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/tea-icon-14700.png\",\"width\":512,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/tea-break-1-how-to-run-commands-in-background-linux\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/yohost.org\\\/library\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"(Tea\\\/\\\/break #1) How to run commands in background Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#website\",\"url\":\"https:\\\/\\\/yohost.org\\\/library\\\/\",\"name\":\"Privacy Dedicated Library\",\"description\":\"Everything about privacy protection, Bitcoin, encryption and technology\",\"publisher\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/yohost.org\\\/library\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#organization\",\"name\":\"Yohost.org\",\"url\":\"https:\\\/\\\/yohost.org\\\/library\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/yohost.org\\\/library\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/yhscree2.png\",\"contentUrl\":\"https:\\\/\\\/yohost.org\\\/library\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/yhscree2.png\",\"width\":431,\"height\":466,\"caption\":\"Yohost.org\"},\"image\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/yohostorg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#\\\/schema\\\/person\\\/69f04ef60b945341f65db69ad70c0faf\",\"name\":\"Paul M\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6d68ca6c8d2150c879f23586b6734b585aca8528d5f9d6158a28685239857aee?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6d68ca6c8d2150c879f23586b6734b585aca8528d5f9d6158a28685239857aee?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6d68ca6c8d2150c879f23586b6734b585aca8528d5f9d6158a28685239857aee?s=96&d=mm&r=g\",\"caption\":\"Paul M\"},\"sameAs\":[\"https:\\\/\\\/yohost.org\\\/library\"],\"url\":\"https:\\\/\\\/yohost.org\\\/library\\\/author\\\/admin_31kufsla\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"(Tea\/\/break #1) How to run commands in background Linux","description":"Enjoy your tea and learn how to run command in background Linux in less than 5 minutes.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/","og_locale":"en_US","og_type":"article","og_title":"(Tea\/\/break #1) How to run commands in background Linux","og_description":"Enjoy your tea and learn how to run command in background Linux in less than 5 minutes.","og_url":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/","og_site_name":"Privacy Dedicated Library","article_published_time":"2022-08-03T11:26:18+00:00","article_modified_time":"2022-08-03T11:31:34+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/tea-icon-14700.png","type":"image\/png"}],"author":"Paul M","twitter_card":"summary_large_image","twitter_creator":"@yohostorg","twitter_site":"@yohostorg","twitter_misc":{"Written by":"Paul M","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/#article","isPartOf":{"@id":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/"},"author":{"name":"Paul M","@id":"https:\/\/yohost.org\/library\/#\/schema\/person\/69f04ef60b945341f65db69ad70c0faf"},"headline":"(Tea\/\/break #1) How to run commands in background Linux","datePublished":"2022-08-03T11:26:18+00:00","dateModified":"2022-08-03T11:31:34+00:00","mainEntityOfPage":{"@id":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/"},"wordCount":171,"commentCount":0,"publisher":{"@id":"https:\/\/yohost.org\/library\/#organization"},"image":{"@id":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/tea-icon-14700.png","keywords":["run comman in background Linux","screen"],"articleSection":["Tea\/\/break"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/","url":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/","name":"(Tea\/\/break #1) How to run commands in background Linux","isPartOf":{"@id":"https:\/\/yohost.org\/library\/#website"},"primaryImageOfPage":{"@id":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/#primaryimage"},"image":{"@id":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/tea-icon-14700.png","datePublished":"2022-08-03T11:26:18+00:00","dateModified":"2022-08-03T11:31:34+00:00","description":"Enjoy your tea and learn how to run command in background Linux in less than 5 minutes.","breadcrumb":{"@id":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/#primaryimage","url":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/tea-icon-14700.png","contentUrl":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2022\/08\/tea-icon-14700.png","width":512,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/yohost.org\/library\/tea-break-1-how-to-run-commands-in-background-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/yohost.org\/library\/"},{"@type":"ListItem","position":2,"name":"(Tea\/\/break #1) How to run commands in background Linux"}]},{"@type":"WebSite","@id":"https:\/\/yohost.org\/library\/#website","url":"https:\/\/yohost.org\/library\/","name":"Privacy Dedicated Library","description":"Everything about privacy protection, Bitcoin, encryption and technology","publisher":{"@id":"https:\/\/yohost.org\/library\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yohost.org\/library\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/yohost.org\/library\/#organization","name":"Yohost.org","url":"https:\/\/yohost.org\/library\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yohost.org\/library\/#\/schema\/logo\/image\/","url":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2021\/12\/yhscree2.png","contentUrl":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2021\/12\/yhscree2.png","width":431,"height":466,"caption":"Yohost.org"},"image":{"@id":"https:\/\/yohost.org\/library\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/yohostorg"]},{"@type":"Person","@id":"https:\/\/yohost.org\/library\/#\/schema\/person\/69f04ef60b945341f65db69ad70c0faf","name":"Paul M","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/6d68ca6c8d2150c879f23586b6734b585aca8528d5f9d6158a28685239857aee?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6d68ca6c8d2150c879f23586b6734b585aca8528d5f9d6158a28685239857aee?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6d68ca6c8d2150c879f23586b6734b585aca8528d5f9d6158a28685239857aee?s=96&d=mm&r=g","caption":"Paul M"},"sameAs":["https:\/\/yohost.org\/library"],"url":"https:\/\/yohost.org\/library\/author\/admin_31kufsla\/"}]}},"_links":{"self":[{"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/posts\/330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/comments?post=330"}],"version-history":[{"count":1,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/posts\/330\/revisions"}],"predecessor-version":[{"id":332,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/posts\/330\/revisions\/332"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/media\/333"}],"wp:attachment":[{"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/media?parent=330"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/categories?post=330"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/tags?post=330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}