{"id":727,"date":"2024-10-05T02:28:37","date_gmt":"2024-10-04T19:28:37","guid":{"rendered":"http:\/\/www.tneutron.net\/mikro\/?p=727"},"modified":"2024-10-01T11:02:26","modified_gmt":"2024-10-01T04:02:26","slug":"text-mode-administration-operating-systems","status":"publish","type":"post","link":"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/","title":{"rendered":"Text Mode Administration Operating Systems"},"content":{"rendered":"<p><span class=\"notranslate\">On Linux systems, there are more than a few types of text mode, the text mode from the terminal application or application init.<\/span> <span class=\"notranslate\"> Init is the main application on a Linux system for running various processes that exist when the computer is first turned on.<\/span> <span class=\"notranslate\"> To be able to understand more about how the computer is turned on by the following Linux given stages occur:<\/span><br \/>\n<span class=\"notranslate\"> &#8211; Phase BIOS<\/span><br \/>\n<span class=\"notranslate\"> &#8211; Phase Boot Loader.<\/span><br \/>\n<span class=\"notranslate\"> &#8211; Phase Kernel<\/span><br \/>\n<span class=\"notranslate\"> &#8211; Phase Initialization Service<\/span><\/p>\n<p><span class=\"notranslate\"> <strong>Phase Bios<\/strong><\/span><br \/>\n<span class=\"notranslate\"> At this stage the computer, in this case the CPU, will run the program in the BIOS first.<\/span> <span class=\"notranslate\"> The BIOS program is generally stored in the ROM of the computer.<\/span> <span class=\"notranslate\"> At this stage the BIOS will initialize the various hardware needed to run the operating system.<\/span> <span class=\"notranslate\"> If the process is successfully passed, the BIOS executes the boot loader program.<\/span><\/p>\n<p><span class=\"notranslate\"> <strong>Phase Boot Loader<\/strong><\/span><br \/>\n<span class=\"notranslate\"> BIOS will search for the boot loader program stored on the hard disk, either in the MBR or the other partition that contains the boot loader program.<\/span> <span class=\"notranslate\"> In addition it will also look for BIOS boot loader program on other media such as USB flash drives, CD ROM, or other media in accordance configuration in the BIOS boot order.<\/span> <span class=\"notranslate\"> After executing the boot loader, the next task left to the boot loader to locate and execute the operating system kernel program.<\/span><\/p>\n<p><a href=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image54.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb54.png\" alt=\"image\" width=\"444\" height=\"334\" border=\"0\" \/><\/a><br \/>\n<span class=\"notranslate\"> Figure 30. Phase execution of the boot loader<\/span><\/p>\n<p><span class=\"notranslate\"> <strong>Phase Kernel<\/strong><\/span> <strong><br \/>\n<\/strong> <span class=\"notranslate\"> The kernel is the main program of the operating system that provides the user access to a wide range of existing devices and connect to the computer.<\/span> <span class=\"notranslate\"> In this phase, the kernel will perform his duties in the form of program execution of various hardware drivers connected, and the last look for the root partition.<\/span> <span class=\"notranslate\"> The root partition is a primary partition on a Linux system.<\/span> <span class=\"notranslate\"> Linux boot loaders can run the operating system kernel with a different program.<\/span> <span class=\"notranslate\"> Uname is a program in Linux that can be used to determine the kernel is being used.<\/span> <span class=\"notranslate\"> The format of the command is as follows.<\/span><\/p>\n<p><a href=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image59.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb59.png\" alt=\"image\" width=\"182\" height=\"31\" border=\"0\" \/><\/a><\/p>\n<p><span class=\"notranslate\"> This is an example of the results displayed on this command.<\/span><br \/>\n<a href=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image63.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb62.png\" alt=\"image\" width=\"444\" height=\"98\" border=\"0\" \/><\/a><br \/>\n<span class=\"notranslate\"> Figure 31. Example of command execution results on the terminal uname -v<\/span><br \/>\n<span class=\"notranslate\"> The figures show that the kernel used is the kernel version 3.2.51-1.<\/span><\/p>\n<p><span class=\"notranslate\"> <strong>Initialization Phase Services<\/strong><\/span><br \/>\n<span class=\"notranslate\"> Once the root partition found the kernel will run the program init.<\/span> <span class=\"notranslate\"> Through these various services init program \/ services that exist in the operating system will run to the end user will be treated to a display either text-based login or GUI dependent init mode selection.<\/span> <span class=\"notranslate\"> Init mode in Linux can be divided into 7 types, known as run level, namely:<\/span><br \/>\n<span class=\"notranslate\"> &#8211; 0, halt.<\/span> <span class=\"notranslate\"> Mode to turn off the computer.<\/span><br \/>\n<span class=\"notranslate\"> &#8211; 1, single user text mode.<\/span> <span class=\"notranslate\"> Text mode for the root user.<\/span> <span class=\"notranslate\"> This mode is also known as the rescue mode or troubleshooting.<\/span> <span class=\"notranslate\"> In this mode the Debian system improvements include changing the root password can be done.<\/span><\/p>\n<p><span class=\"notranslate\"> In addition, in this mode there is no service \/ daemon active.<\/span> <span class=\"notranslate\"> To be able to enter into this init mode, add the word &#8220;single&#8221; without the quotes at the end of the kernel command in the boot loader (LILO or GRUB).<\/span><\/p>\n<p><a href=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image64.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb65.png\" alt=\"image\" width=\"444\" height=\"334\" border=\"0\" \/><\/a><br \/>\n<span class=\"notranslate\"> Figure 32. The addition of the word &#8220;single&#8221; to the kernel command<\/span><br \/>\n<span class=\"notranslate\"> &#8211; 2-5, full multiuser mode.<\/span> <span class=\"notranslate\"> Can be used in text mode or graphical (GUI).<\/span><br \/>\n<span class=\"notranslate\"> &#8211; 6, reboot.<\/span> <span class=\"notranslate\"> Init to restart the computer.<\/span><\/p>\n<p><span class=\"notranslate\"> Linux-related programs init is:<\/span><br \/>\n<span class=\"notranslate\"> &#8211; Runlevel, init to determine the mode currently active.<\/span> <span class=\"notranslate\"> If the results of the command runlevel is N 2, then N is the code to declare no change init mode since the computer is turned on, while the second is init mode currently active.<\/span><br \/>\n<span class=\"notranslate\"> &#8211; Telinit, this program can be used to switch between modes init.<\/span><br \/>\n<span class=\"notranslate\"> &#8211; Poweroff, a command to turn off the computer.<\/span><br \/>\n<span class=\"notranslate\"> &#8211; Halt, as poweroff.<\/span> <span class=\"notranslate\"> On older computers this command does not cause the computer is off, only the operating system only.<\/span><br \/>\n<span class=\"notranslate\"> &#8211; Shutdown, have some shutdown mode to set the parameters, such as turning off the computer (halt) or restart within a certain time interval.<\/span><br \/>\n<span class=\"notranslate\"> &#8211; Reboot, the program to restart the computer.<\/span><\/p>\n<p><span class=\"notranslate\"> All of the above program can only be run by the root user.<\/span> <span class=\"notranslate\"> So as to be able to use it through the terminal must move first into the root user.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>On Linux systems, there are more than a few types of text mode, the text mode from the terminal application<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"colormag_page_container_layout":"default_layout","colormag_page_sidebar_layout":"default_layout","footnotes":""},"categories":[1238],"tags":[799,806,800,805,801,808,802,804,803,807],"class_list":["post-727","post","type-post","status-publish","format-standard","hentry","category-english","tag-mode-administration","tag-mode-administration-acupan","tag-mode-administration-atropine","tag-mode-administration-cytotec","tag-mode-administration-humira","tag-mode-administration-insulin","tag-mode-administration-lithium","tag-mode-administration-medicament","tag-mode-administration-questionnaire","tag-mode-administration-suppositoire"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Text Mode Administration Operating Systems - TN Mikro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Text Mode Administration Operating Systems - TN Mikro\" \/>\n<meta name=\"twitter:description\" content=\"On Linux systems, there are more than a few types of text mode, the text mode from the terminal application\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb54.png\" \/>\n<meta name=\"twitter:creator\" content=\"@t_neutron\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Taufiqullah\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/text-mode-administration-operating-systems\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/text-mode-administration-operating-systems\\\/\"},\"author\":{\"name\":\"Taufiqullah\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/#\\\/schema\\\/person\\\/b57f791b694136047454bb6ac5cbe375\"},\"headline\":\"Text Mode Administration Operating Systems\",\"datePublished\":\"2024-10-04T19:28:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/text-mode-administration-operating-systems\\\/\"},\"wordCount\":709,\"image\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/text-mode-administration-operating-systems\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.tneutron.net\\\/mikro\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2015\\\/09\\\/image_thumb54.png\",\"keywords\":[\"Mode Administration\",\"mode administration acupan\",\"mode administration atropine\",\"mode administration cytotec\",\"mode administration humira\",\"mode administration insulin\",\"mode administration lithium\",\"mode administration medicament\",\"mode administration questionnaire\",\"mode administration suppositoire\"],\"articleSection\":[\"English\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/text-mode-administration-operating-systems\\\/\",\"url\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/text-mode-administration-operating-systems\\\/\",\"name\":\"Text Mode Administration Operating Systems - TN Mikro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/text-mode-administration-operating-systems\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/text-mode-administration-operating-systems\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.tneutron.net\\\/mikro\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2015\\\/09\\\/image_thumb54.png\",\"datePublished\":\"2024-10-04T19:28:37+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/#\\\/schema\\\/person\\\/b57f791b694136047454bb6ac5cbe375\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/text-mode-administration-operating-systems\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/text-mode-administration-operating-systems\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/text-mode-administration-operating-systems\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2015\\\/09\\\/image_thumb54.png\",\"contentUrl\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2015\\\/09\\\/image_thumb54.png\",\"width\":444,\"height\":334},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/text-mode-administration-operating-systems\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Text Mode Administration Operating Systems\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/#website\",\"url\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/\",\"name\":\"TN Mikro\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/#\\\/schema\\\/person\\\/b57f791b694136047454bb6ac5cbe375\",\"name\":\"Taufiqullah\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dcdf36434717ce57bea7f17eb3c140a2ff8def45941b720aa8fc1cccd6cdd505?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dcdf36434717ce57bea7f17eb3c140a2ff8def45941b720aa8fc1cccd6cdd505?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dcdf36434717ce57bea7f17eb3c140a2ff8def45941b720aa8fc1cccd6cdd505?s=96&d=mm&r=g\",\"caption\":\"Taufiqullah\"},\"description\":\"Taufiqullah\",\"sameAs\":[\"http:\\\/\\\/www.tneutron.net\",\"https:\\\/\\\/x.com\\\/t_neutron\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Text Mode Administration Operating Systems - TN Mikro","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:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/","twitter_card":"summary_large_image","twitter_title":"Text Mode Administration Operating Systems - TN Mikro","twitter_description":"On Linux systems, there are more than a few types of text mode, the text mode from the terminal application","twitter_image":"https:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb54.png","twitter_creator":"@t_neutron","twitter_misc":{"Written by":"Taufiqullah","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/#article","isPartOf":{"@id":"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/"},"author":{"name":"Taufiqullah","@id":"https:\/\/www.tneutron.net\/mikro\/#\/schema\/person\/b57f791b694136047454bb6ac5cbe375"},"headline":"Text Mode Administration Operating Systems","datePublished":"2024-10-04T19:28:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/"},"wordCount":709,"image":{"@id":"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/#primaryimage"},"thumbnailUrl":"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb54.png","keywords":["Mode Administration","mode administration acupan","mode administration atropine","mode administration cytotec","mode administration humira","mode administration insulin","mode administration lithium","mode administration medicament","mode administration questionnaire","mode administration suppositoire"],"articleSection":["English"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/","url":"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/","name":"Text Mode Administration Operating Systems - TN Mikro","isPartOf":{"@id":"https:\/\/www.tneutron.net\/mikro\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/#primaryimage"},"image":{"@id":"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/#primaryimage"},"thumbnailUrl":"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb54.png","datePublished":"2024-10-04T19:28:37+00:00","author":{"@id":"https:\/\/www.tneutron.net\/mikro\/#\/schema\/person\/b57f791b694136047454bb6ac5cbe375"},"breadcrumb":{"@id":"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/#primaryimage","url":"https:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb54.png","contentUrl":"https:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb54.png","width":444,"height":334},{"@type":"BreadcrumbList","@id":"https:\/\/www.tneutron.net\/mikro\/text-mode-administration-operating-systems\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.tneutron.net\/mikro\/"},{"@type":"ListItem","position":2,"name":"Text Mode Administration Operating Systems"}]},{"@type":"WebSite","@id":"https:\/\/www.tneutron.net\/mikro\/#website","url":"https:\/\/www.tneutron.net\/mikro\/","name":"TN Mikro","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tneutron.net\/mikro\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.tneutron.net\/mikro\/#\/schema\/person\/b57f791b694136047454bb6ac5cbe375","name":"Taufiqullah","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/dcdf36434717ce57bea7f17eb3c140a2ff8def45941b720aa8fc1cccd6cdd505?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/dcdf36434717ce57bea7f17eb3c140a2ff8def45941b720aa8fc1cccd6cdd505?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dcdf36434717ce57bea7f17eb3c140a2ff8def45941b720aa8fc1cccd6cdd505?s=96&d=mm&r=g","caption":"Taufiqullah"},"description":"Taufiqullah","sameAs":["http:\/\/www.tneutron.net","https:\/\/x.com\/t_neutron"]}]}},"_links":{"self":[{"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/posts\/727","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/comments?post=727"}],"version-history":[{"count":1,"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/posts\/727\/revisions"}],"predecessor-version":[{"id":2900,"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/posts\/727\/revisions\/2900"}],"wp:attachment":[{"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/media?parent=727"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/categories?post=727"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/tags?post=727"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}