{"id":17240,"date":"2021-04-01T18:12:52","date_gmt":"2021-04-01T18:12:52","guid":{"rendered":"https:\/\/linuxiac.com\/?p=17240"},"modified":"2022-04-05T22:01:22","modified_gmt":"2022-04-05T22:01:22","slug":"how-to-burn-an-iso-file-to-a-usb-drive-in-linux-using-etcher","status":"publish","type":"post","link":"https:\/\/linuxiac.com\/how-to-burn-an-iso-file-to-a-usb-drive-in-linux-using-etcher\/","title":{"rendered":"How To Burn An ISO File To A USB Drive In Linux Using Etcher"},"content":{"rendered":"\n<p>Bootable USB drives are a great way to try out a new Linux distribution to see if you like it before installing it. But you can&#8217;t simply copy an ISO file to a USB drive. Instead, you must&nbsp;&#8220;burn&#8221;&nbsp;the ISO image to the USB drive so that it&#8217;s bootable.<\/p>\n\n\n\n<p>Etcher is software that allows you to easily <a href=\"https:\/\/linuxiac.com\/ventoy-is-a-tool-to-create-bootable-usb-drive-from-multiple-iso-images\/\">create bootable USB flash drives<\/a> to install or use operating systems.<\/p>\n\n\n\n<p>Of course, there is always the option to&nbsp;<a href=\"https:\/\/linuxiac.com\/how-to-create-bootable-usb-drive-using-dd-command\/\" target=\"_blank\" rel=\"noreferrer noopener\">use the dd command to create bootable media<\/a>&nbsp;on the command line, but that&#8217;s still a pain even for the experienced user. However, in this tutorial, we&#8217;ll use Etcher to accomplish the task.<\/p>\n\n\n\n<p>For those who don\u2019t know about Etcher, it is a free, open-source USB bootable tool available for Linux. It has a beautiful user interface and was created by <a href=\"https:\/\/www.balena.io\/etcher\/\" target=\"_blank\" rel=\"noreferrer noopener\">Balena<\/a>.<\/p>\n\n\n\n<p>Etcher help users quickly burn <a href=\"https:\/\/linuxiac.com\/ventoy-create-bootable-usb\/\">image files to USB devices<\/a> or flashcards. It has recently become trendy in the Linux community.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-install-etcher-on-linux-so-you-can-create-a-bootable-usb\">How to install Etcher on Linux so You Can Create a Bootable USB<\/h2>\n\n\n\n<p>To be able to install Etcher, you need to:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Add repository for Etcher<\/li>\n\n\n\n<li>Add the repository key to authenticate the package source<\/li>\n\n\n\n<li>Update the <a href=\"https:\/\/linuxiac.com\/list-installed-packages-in-ubuntu\/\">packages list<\/a><\/li>\n\n\n\n<li>Install Etcher<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-installing-etcher-on-ubuntu-linux-mint-debian\">Installing Etcher on <a href=\"https:\/\/linuxiac.com\/ubuntu\/\">Ubuntu<\/a> \/ <a href=\"https:\/\/linuxiac.com\/linux-mint\/\">Linux Mint<\/a> \/ <a href=\"https:\/\/linuxiac.com\/debian\/\">Debian<\/a><\/h3>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"PHP\" data-shcb-language-slug=\"php\"><span><code lang=\"bash\" class=\"hljs language-php language-bash\"><span class=\"hljs-keyword\">echo<\/span> <span class=\"hljs-string\">\"deb https:\/\/deb.etcher.io stable etcher\"<\/span> | sudo tee \/etc\/apt\/sources.<span class=\"hljs-keyword\">list<\/span>.d\/balena-etcher.<span class=\"hljs-keyword\">list<\/span>  \nsudo apt-key adv --keyserver hkps:<span class=\"hljs-comment\">\/\/keyserver.ubuntu.com:443 --recv-keys 379CE192D401AB61<\/span>\nsudo apt update\nsudo apt install balena-etcher-electron<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">PHP<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">php<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-installing-etcher-on-fedora-red-hat-almalinux-rocky-linux\">Installing Etcher on <a href=\"https:\/\/linuxiac.com\/fedora\/\">Fedora<\/a> \/ Red Hat \/ <a href=\"https:\/\/linuxiac.com\/almalinux-vs-rocky-linux\/\">AlmaLinux<\/a> \/ <a href=\"https:\/\/linuxiac.com\/rocky-linux\/\">Rocky Linux<\/a><\/h3>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-2\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code lang=\"bash\" class=\"hljs language-javascript language-bash\">sudo wget https:<span class=\"hljs-comment\">\/\/balena.io\/etcher\/static\/etcher-rpm.repo -O \/etc\/yum.repos.d\/etcher-rpm.repo<\/span>\nsudo yum update\nsudo yum install -y balena-etcher-electron<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-2\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-installing-etcher-on-arch-linux\">Installing Etcher on <a href=\"https:\/\/linuxiac.com\/archlinux\/\">Arch Linux<\/a><\/h3>\n\n\n\n<p>Arch Linux users must first be sure that <a href=\"https:\/\/aur.archlinux.org\/packages\/yay\/\" target=\"_blank\" rel=\"noreferrer noopener\"><code>yay<\/code><\/a> is installed. Then you can run the below command.<\/p>\n\n\n<pre class=\"wp-block-code\"><span><code lang=\"bash\" class=\"hljs language-bash\">yay -S balena-etcher<\/code><\/span><\/pre>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Once you have installed it successfully, launch the application.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"745\" height=\"378\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-2.png\" alt=\"balena Etcher icon in GNOME Dashboard\" class=\"wp-image-17318\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-2.png 745w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-2-360x183.png 360w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-2-480x244.png 480w\" sizes=\"(max-width: 745px) 100vw, 745px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-bootable-linux-usb-flash-drive\">Create a bootable Linux USB flash drive<\/h2>\n\n\n\n<p><strong>Warning<\/strong>: This will erase the contents of the target USB drive. To ensure you don&#8217;t accidentally write to the wrong USB drive by mistake, we recommend removing any other connected USB drives before continuing.<\/p>\n\n\n\n<p>1. Connect the USB flash drive to your system and Launch Etcher. Next, click on the &#8220;Flash from file&#8221; button. This lets you browse the ISO image you want to select for writing.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"802\" height=\"519\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-3.png\" alt=\"Etcher Select Image\" class=\"wp-image-17366\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-3.png 802w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-3-360x233.png 360w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-3-768x497.png 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-3-480x311.png 480w\" sizes=\"(max-width: 802px) 100vw, 802px\" \/><\/figure>\n\n\n\n<p>2. You will see the &#8220;Select target&#8221; button highlighted.&nbsp;Click on it.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"802\" height=\"519\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-4.png\" alt=\"Etcher Select Target\" class=\"wp-image-17372\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-4.png 802w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-4-360x233.png 360w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-4-768x497.png 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-4-480x311.png 480w\" sizes=\"(max-width: 802px) 100vw, 802px\" \/><\/figure>\n\n\n\n<p>3. Next, you need to select a USB drive to write this ISO file. Etcher finds a USB drive automatically, but make sure it has chosen the correct USB drive because if you have several USB drives connected to your computer, it might select the wrong one.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"802\" height=\"519\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-5.png\" alt=\"Etcher Select USB Drive\" class=\"wp-image-17378\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-5.png 802w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-5-360x233.png 360w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-5-768x497.png 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-5-480x311.png 480w\" sizes=\"(max-width: 802px) 100vw, 802px\" \/><\/figure>\n\n\n\n<p>4. When you have done this, all that is left to create your bootable USB device on Linux is to start the burning process. To do this, click on the&nbsp;&#8220;Flash!&#8221;&nbsp;button. Then, Etcher takes care of the rest of the process.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"802\" height=\"519\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-6.png\" alt=\"Etcher Flash Now\" class=\"wp-image-17384\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-6.png 802w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-6-360x233.png 360w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-6-768x497.png 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-6-480x311.png 480w\" sizes=\"(max-width: 802px) 100vw, 802px\" \/><\/figure>\n\n\n\n<p>5. Wait for the process to finish, and you should be done.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"802\" height=\"519\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-7.png\" alt=\"Etcher Burning ISO\" class=\"wp-image-17390\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-7.png 802w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-7-360x233.png 360w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-7-768x497.png 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-7-480x311.png 480w\" sizes=\"(max-width: 802px) 100vw, 802px\" \/><\/figure>\n\n\n\n<p>6. At the end of the whole process, you will see a window like this one.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"802\" height=\"519\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-8.png\" alt=\"Etcher Succeed\" class=\"wp-image-17396\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-8.png 802w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-8-360x233.png 360w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-8-768x497.png 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-8-480x311.png 480w\" sizes=\"(max-width: 802px) 100vw, 802px\" \/><\/figure>\n\n\n\n<p>Congratulations! That is it. The ISO has been burned to the flash drive successfully. Once Etcher alerts you that the image has been flashed, you can safely remove the USB drive.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>Etcher is a user-friendly and reliable program to make a bootable USB drive in Linux. And it does this with impressive speeds times.<\/p>\n\n\n\n<p>On top of that, it has a beautiful interface and works well. In addition, the process is pretty much the same when writing images on an SD card.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Etcher is a tool that helps you create a bootable USB flash drive from an ISO file. In this tutorial, we\u2019ll show you how to do it!<\/p>\n","protected":false},"author":10,"featured_media":17258,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,4417],"tags":[1672,3404,1671],"class_list":["post-17240","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","category-linux-knowledge","tag-bootable","tag-iso","tag-usb"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6},"post_title_panel":"","has_hero_section":"default","9b915e3e2b44cca82fd9e80ab85d620a":"","hero_section":"type-2","hero_elements":[{"id":"custom_title","enabled":true,"heading_tag":"h1","title":"Home","__id":"7T9W7j-tLODlPd5PSUgUs"},{"id":"custom_description","enabled":false,"description_visibility":{"desktop":true,"tablet":true,"mobile":false},"__id":"CLGuM22ionPMEth6Gfk_2"},{"id":"custom_meta","enabled":true,"meta_elements":[{"id":"author","enabled":true,"label":"By","has_author_avatar":"yes","avatar_size":50,"__id":"PWTy_ENaWQ7qx84RAu6gP"},{"id":"post_date","enabled":false,"label":"On","date_format_source":"default","date_format":"M j, Y","__id":"sKLyOIB10OwbXWsYDoqz-"},{"id":"updated_date","enabled":true,"label":"Updated","date_format_source":"default","date_format":"M j, Y","__id":"DkaSW__Flldrb4VgI_sZn"},{"id":"categories","enabled":false,"label":"In","style":"simple","__id":"4uJTq26Hw0fi3CNqIVFI6"},{"id":"comments","enabled":true,"__id":"p6vikaB5L-fXBduoii1bX"}],"page_meta_elements":{"joined":true,"articles_count":true,"comments":true},"__id":"BsDvq4inGK_2niEtWPdNP","meta_type":"label","meta_divider":"circle"},{"id":"breadcrumbs","enabled":false,"__id":"BiW_gjAtuOa9cHOuGEJER"}],"d1269a22510683cc87d7923f6bb95a4f":"","hero_alignment1":"CT_CSS_SKIP_RULE","hero_margin":40,"hero_alignment2":"center","hero_vertical_alignment":"center","e6e49f36b677d6e357092f3f76b00076":"","hero_structure":"normal","9b67fddbf4395118d1e79571ffedbc55":"","page_title_bg_type":"custom_image","custom_hero_background":{"attachment_id":44052,"url":"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/etcher-iso-to-usb-on-linux-header-1024x237.png"},"page_title_image_size":"full","parallax":{"desktop":false,"tablet":false,"mobile":false},"d6177ce04125de3c8306d8ae087d4f75":"","hero_height":"250px","pageTitleFont":{"family":"Default","variation":"Default","size":{"desktop":"2.8em","tablet":"2.8em","mobile":"2.8em","__changed":[]},"line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageTitleFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageMetaFont":{"family":"Default","variation":"n6","size":"12px","line-height":"1.3","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"pageMetaFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"page_meta_button_type_font_colors":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"page_meta_button_type_background_colors":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageExcerptFont":{"family":"Default","variation":"Default","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageExcerptColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"breadcrumbsFont":{"family":"Default","variation":"Default","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"breadcrumbsFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"initial":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageTitleOverlay":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"pageTitleBackground":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"var(--theme-palette-color-6)"}}},"pageTitlePadding":{"top":"50px","bottom":"50px","left":"auto","right":"auto","linked":true},"d758fd22dbe9eb14cfd341fef5859a20":"","page_structure_type":"default","44a1e239639b9c4623782507884f7a48":"","content_style_source":"inherit","content_style":"wide","825c80142b1d6eb57179acd5c11a5fb5":"","vertical_spacing_source":"inherit","content_area_spacing":"both","background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"content_background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"var(--theme-palette-color-8)"}}},"content_boxed_shadow":{"inherit":false,"blur":18,"spread":-6,"v_offset":12,"h_offset":0,"inset":false,"enable":true,"color":{"color":"rgba(34, 56, 101, 0.04)"}},"boxed_content_spacing":{"desktop":{"top":"40px","bottom":"40px","left":"40px","right":"40px","linked":true},"tablet":{"top":"35px","bottom":"35px","left":"35px","right":"35px","linked":true},"mobile":{"top":"20px","bottom":"20px","left":"20px","right":"20px","linked":true}},"content_boxed_radius":{"top":"3px","bottom":"3px","left":"3px","right":"3px","linked":true},"7d9b808167b8bbb56998298600675f51":"","disable_featured_image":"no","disable_post_tags":"no","disable_share_box":"no","disable_author_box":"no","disable_posts_navigation":"no","disable_subscribe_form":"no","32186f0a8c11df046a2c760fde43f57f":"","disable_related_posts":"no","disable_header":"no","disable_footer":"no","e69eba1887799a92ac8afb93b32d9c16":"","header_footer_scripts_panel":"","header_scripts":"","a4356a40200ad337193d306041f54f5f":"","header_after_body_scripts":"","52644cf6abadea63fb1da887ed8c13b8":"","footer_scripts":""},"_links":{"self":[{"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/posts\/17240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/comments?post=17240"}],"version-history":[{"count":0,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/posts\/17240\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/media\/17258"}],"wp:attachment":[{"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/media?parent=17240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/categories?post=17240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/tags?post=17240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}