{"id":63,"date":"2010-02-01T14:53:07","date_gmt":"2010-02-01T13:53:07","guid":{"rendered":"http:\/\/toderu.ro\/blog\/?p=63"},"modified":"2010-02-01T14:53:07","modified_gmt":"2010-02-01T13:53:07","slug":"compression","status":"publish","type":"post","link":"https:\/\/kb.toderu.ro\/?p=63","title":{"rendered":"Compression"},"content":{"rendered":"<p>\t\t\t\t<code>tar cf file.tar files<\/code> \u2013 create a tar named file.tar containing files<br \/>\n<code>tar xf file.tar<\/code> \u2013 extract the files from file.tar<br \/>\n<code>tar czf file.tar.gz files<\/code> \u2013 create a tar with Gzip compression<br \/>\n<code>tar xzf file.tar.gz<\/code> \u2013 extract a tar using Gzip<br \/>\n<code>tar cjf file.tar.bz2<\/code> \u2013 create a tar with Bzip2 compression<br \/>\n<code>tar xjf file.tar.bz2<\/code> \u2013 extract a tar using Bzip2<br \/>\n<code>gzip file<\/code> \u2013 compresses file and renames it to file.gz<br \/>\n<code>gzip -d file.gz<\/code> \u2013 decompresses file.gz back to file\t\t<\/p>\n","protected":false},"excerpt":{"rendered":"<p>tar cf file.tar files \u2013 create a tar named file.tar containing files tar xf file.tar \u2013 extract the files from file.tar tar czf file.tar.gz files \u2013 create a tar with Gzip compression tar xzf file.tar.gz \u2013 extract a tar using Gzip tar cjf file.tar.bz2 \u2013 create a tar with Bzip2 compression tar xjf file.tar.bz2 \u2013 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19,5],"tags":[],"class_list":["post-63","post","type-post","status-publish","format-standard","hentry","category-bash","category-linux"],"_links":{"self":[{"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=\/wp\/v2\/posts\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=63"}],"version-history":[{"count":0,"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=\/wp\/v2\/posts\/63\/revisions"}],"wp:attachment":[{"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=63"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=63"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}