{"id":97,"date":"2020-08-11T21:34:33","date_gmt":"2020-08-11T21:34:33","guid":{"rendered":"https:\/\/truxgoservers.com\/blog\/?p=97"},"modified":"2020-08-11T23:09:59","modified_gmt":"2020-08-11T23:09:59","slug":"linux-uncompress-and-compress-tar-files","status":"publish","type":"post","link":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/","title":{"rendered":"Linux &#8211; Uncompress and compress &#8220;TAR&#8221; files"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Information about linux:<\/h2>\n\n\n\n<p>If in Windows it is common to see ZIP or RAR compressed files, in Linux the most common format is compressed .tar files and their variables.<\/p>\n\n\n\n<p>To unzip tar it is not necessary to install any program either necessary  install any software, you can unzip tar from the installation using the command line and it is very simple.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-open-tar-gz-files-sensorstechforum-com-300x300-1.png\" alt=\"\" class=\"wp-image-103\" width=\"187\" height=\"187\" srcset=\"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-open-tar-gz-files-sensorstechforum-com-300x300-1.png 300w, https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-open-tar-gz-files-sensorstechforum-com-300x300-1-150x150.png 150w\" sizes=\"auto, (max-width: 187px) 100vw, 187px\" \/><\/figure><\/div>\n\n\n\n<p><strong>Short explanation of the commands:<\/strong><\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-tar:<\/strong> Command.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-vcf:<\/strong> Options.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-v:<\/strong> (verbs) shows on screen the operations that it is performing file by file (optional).<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-c:<\/strong> Create a tar File.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-f:<\/strong> Indicates that the tar file will be named.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>filename.tar:<\/strong> Name to be given to the tar file. folder_name_to_package: name of the folder to be packaged.<\/p>\n\n\n\n<p><br>To compress a folder or directory it is only necessary to insert the following:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><em>tar -vcf file_name.tar folder_name_to_pack<\/em><\/p>\n\n\n\n<p class=\"has-text-align-left\">Instead to unzip tar the following is inserted:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><em>tar -vxf my_file.tar<\/em><\/p>\n\n\n\n<p class=\"has-text-align-left\">The following commands are used to compress and decompress the &#8220;tar&#8221; variables:<\/p>\n\n\n\n<p class=\"has-text-align-left\"><strong>Tar.gz files<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-left\">Compress:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><em>tar -czfv archive.tar.gz files<\/em><\/p>\n\n\n\n<p class=\"has-text-align-left\">Decompress:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><em>tar -xzvf file.tar.gz<\/em><\/p>\n\n\n\n<p class=\"has-text-align-left\"><strong>Tar.bz2 files<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-left\">Compress:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><em>tar -c files | bzip2&gt; file.tar.bz2<\/em><\/p>\n\n\n\n<p class=\"has-text-align-left\">Decompress:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><em>bzip2 -dc file.tar.bz2 | tar -xv<\/em><\/p>\n\n\n\n<p><strong><em>And thats it!!<\/em><\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>More information about .tar and all references: <a href=\"https:\/\/es.wikipedia.org\/wiki\/Tar\">https:\/\/es.wikipedia.org\/wiki\/Tar<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Information about linux: If in Windows it is common to see ZIP or RAR compressed files, in Linux the most common format is compressed .tar files and their variables. To unzip tar it is not necessary to install any program either necessary install any software, you can unzip tar from the installation using the command [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":105,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,1],"tags":[41,27,40,33,42],"class_list":["post-97","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","category-tutorial","tag-compress","tag-linux","tag-tar","tag-tutorial","tag-uncompress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Linux - Uncompress and compress &quot;TAR&quot; files - Truxgo Server Blog<\/title>\n<meta name=\"description\" content=\"Descompress, Compress with Linux, information of this variables, commands and all the help you need for better use of this one!!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Linux - Uncompress and compress &quot;TAR&quot; files - Truxgo Server Blog\" \/>\n<meta property=\"og:description\" content=\"Descompress, Compress with Linux, information of this variables, commands and all the help you need for better use of this one!!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/\" \/>\n<meta property=\"og:site_name\" content=\"Truxgo Server Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-11T21:34:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-11T23:09:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/descomprimir.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"855\" \/>\n\t<meta property=\"og:image:height\" content=\"570\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Truxgo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Truxgo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/\"},\"author\":{\"name\":\"Truxgo\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#\\\/schema\\\/person\\\/8b409c26449db6aa09724b45331e333e\"},\"headline\":\"Linux &#8211; Uncompress and compress &#8220;TAR&#8221; files\",\"datePublished\":\"2020-08-11T21:34:33+00:00\",\"dateModified\":\"2020-08-11T23:09:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/\"},\"wordCount\":227,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/descomprimir.jpg\",\"keywords\":[\"Compress\",\"Linux\",\"Tar\",\"Tutorial\",\"Uncompress\"],\"articleSection\":[\"Linux\",\"Tutorial\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/\",\"name\":\"Linux - Uncompress and compress \\\"TAR\\\" files - Truxgo Server Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/descomprimir.jpg\",\"datePublished\":\"2020-08-11T21:34:33+00:00\",\"dateModified\":\"2020-08-11T23:09:59+00:00\",\"description\":\"Descompress, Compress with Linux, information of this variables, commands and all the help you need for better use of this one!!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/descomprimir.jpg\",\"contentUrl\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/descomprimir.jpg\",\"width\":855,\"height\":570},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/linux-uncompress-and-compress-tar-files\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Linux &#8211; Uncompress and compress &#8220;TAR&#8221; files\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/\",\"name\":\"Truxgo Server Blog\",\"description\":\"Cloud Server and Hosting Tutorials.\",\"publisher\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#organization\",\"name\":\"Truxgo Server Blog\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/cropped-truxgo-logo-blanco.png\",\"contentUrl\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/cropped-truxgo-logo-blanco.png\",\"width\":1250,\"height\":278,\"caption\":\"Truxgo Server Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#\\\/schema\\\/person\\\/8b409c26449db6aa09724b45331e333e\",\"name\":\"Truxgo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g\",\"caption\":\"Truxgo\"},\"sameAs\":[\"https:\\\/\\\/truxgoservers.com\\\/blog\"],\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/author\\\/truxgo\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Linux - Uncompress and compress \"TAR\" files - Truxgo Server Blog","description":"Descompress, Compress with Linux, information of this variables, commands and all the help you need for better use of this one!!","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:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/","og_locale":"es_MX","og_type":"article","og_title":"Linux - Uncompress and compress \"TAR\" files - Truxgo Server Blog","og_description":"Descompress, Compress with Linux, information of this variables, commands and all the help you need for better use of this one!!","og_url":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/","og_site_name":"Truxgo Server Blog","article_published_time":"2020-08-11T21:34:33+00:00","article_modified_time":"2020-08-11T23:09:59+00:00","og_image":[{"width":855,"height":570,"url":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/descomprimir.jpg","type":"image\/jpeg"}],"author":"Truxgo","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Truxgo","Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/#article","isPartOf":{"@id":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/"},"author":{"name":"Truxgo","@id":"https:\/\/truxgoservers.com\/blog\/#\/schema\/person\/8b409c26449db6aa09724b45331e333e"},"headline":"Linux &#8211; Uncompress and compress &#8220;TAR&#8221; files","datePublished":"2020-08-11T21:34:33+00:00","dateModified":"2020-08-11T23:09:59+00:00","mainEntityOfPage":{"@id":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/"},"wordCount":227,"commentCount":0,"publisher":{"@id":"https:\/\/truxgoservers.com\/blog\/#organization"},"image":{"@id":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/#primaryimage"},"thumbnailUrl":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/descomprimir.jpg","keywords":["Compress","Linux","Tar","Tutorial","Uncompress"],"articleSection":["Linux","Tutorial"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/","url":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/","name":"Linux - Uncompress and compress \"TAR\" files - Truxgo Server Blog","isPartOf":{"@id":"https:\/\/truxgoservers.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/#primaryimage"},"image":{"@id":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/#primaryimage"},"thumbnailUrl":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/descomprimir.jpg","datePublished":"2020-08-11T21:34:33+00:00","dateModified":"2020-08-11T23:09:59+00:00","description":"Descompress, Compress with Linux, information of this variables, commands and all the help you need for better use of this one!!","breadcrumb":{"@id":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/#primaryimage","url":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/descomprimir.jpg","contentUrl":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/descomprimir.jpg","width":855,"height":570},{"@type":"BreadcrumbList","@id":"https:\/\/truxgoservers.com\/blog\/linux-uncompress-and-compress-tar-files\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truxgoservers.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Linux &#8211; Uncompress and compress &#8220;TAR&#8221; files"}]},{"@type":"WebSite","@id":"https:\/\/truxgoservers.com\/blog\/#website","url":"https:\/\/truxgoservers.com\/blog\/","name":"Truxgo Server Blog","description":"Cloud Server and Hosting Tutorials.","publisher":{"@id":"https:\/\/truxgoservers.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truxgoservers.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/truxgoservers.com\/blog\/#organization","name":"Truxgo Server Blog","url":"https:\/\/truxgoservers.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/truxgoservers.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/cropped-truxgo-logo-blanco.png","contentUrl":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/cropped-truxgo-logo-blanco.png","width":1250,"height":278,"caption":"Truxgo Server Blog"},"image":{"@id":"https:\/\/truxgoservers.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/truxgoservers.com\/blog\/#\/schema\/person\/8b409c26449db6aa09724b45331e333e","name":"Truxgo","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g","caption":"Truxgo"},"sameAs":["https:\/\/truxgoservers.com\/blog"],"url":"https:\/\/truxgoservers.com\/blog\/author\/truxgo\/"}]}},"_links":{"self":[{"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/posts\/97","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/comments?post=97"}],"version-history":[{"count":5,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/posts\/97\/revisions"}],"predecessor-version":[{"id":112,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/posts\/97\/revisions\/112"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/media\/105"}],"wp:attachment":[{"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/media?parent=97"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/categories?post=97"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/tags?post=97"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}