{"id":2785,"date":"2022-07-29T00:07:26","date_gmt":"2022-07-28T15:07:26","guid":{"rendered":"http:\/\/anyons.net\/?p=2785"},"modified":"2022-07-29T00:07:33","modified_gmt":"2022-07-28T15:07:33","slug":"git-%ed%8a%b9%ec%a0%95-%eb%94%94%eb%a0%89%ed%86%a0%eb%a6%ac-%ed%95%98%ec%97%90-%ec%9e%88%eb%8a%94-%eb%aa%a8%eb%93%a0-%ed%8f%b4%eb%8d%94%eb%a5%bc-cleanup-submodule-%ea%b9%8c%ec%a7%80","status":"publish","type":"post","link":"https:\/\/anyons.net\/?p=2785","title":{"rendered":"git \ud2b9\uc815 \ub514\ub809\ud1a0\ub9ac \ud558\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \ud3f4\ub354\ub97c cleanup (submodule \uae4c\uc9c0)"},"content":{"rendered":"\n<pre class=\"lang:sh decode:true \">#!\/bin\/bash\n\npushd ~\/Work\nfor i in *\/.git; do ( echo $i; cd $i\/..; git restore .; git clean -d -fx; git submodule foreach --recursive git restore .; git submodule foreach --recursive git clean -d -xf; ); done\npopd<\/pre>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p> #!\/bin\/bash pushd ~\/Work for i in *\/.git; do ( echo $i; cd $i\/..; git restore .; git clean -d -fx; git submodule foreach &#8211;recursive git restore .; git submodule foreach &#8211;recursive git clean -d -xf; ); done popd <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[93,165],"tags":[583,337,336,50,582,581],"class_list":["post-2785","post","type-post","status-publish","format-standard","hentry","category-command","category-system","tag-clean","tag-cleanup","tag-git","tag-recursive","tag-restore","tag-submodule","odd"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>git \ud2b9\uc815 \ub514\ub809\ud1a0\ub9ac \ud558\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \ud3f4\ub354\ub97c cleanup (submodule \uae4c\uc9c0) - anydragon<\/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:\/\/anyons.net\/?p=2785\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"git \ud2b9\uc815 \ub514\ub809\ud1a0\ub9ac \ud558\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \ud3f4\ub354\ub97c cleanup (submodule \uae4c\uc9c0) - anydragon\" \/>\n<meta property=\"og:description\" content=\"#!\/bin\/bash pushd ~\/Work for i in *\/.git; do ( echo $i; cd $i\/..; git restore .; git clean -d -fx; git submodule foreach --recursive git restore .; git submodule foreach --recursive git clean -d -xf; ); done popd\" \/>\n<meta property=\"og:url\" content=\"https:\/\/anyons.net\/?p=2785\" \/>\n<meta property=\"og:site_name\" content=\"anydragon\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/anydragon\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/anydragon\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-28T15:07:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-28T15:07:33+00:00\" \/>\n<meta name=\"author\" content=\"anydragon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@anydragon\" \/>\n<meta name=\"twitter:site\" content=\"@anydragon\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"anydragon\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2785#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2785\"},\"author\":{\"name\":\"anydragon\",\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"headline\":\"git \ud2b9\uc815 \ub514\ub809\ud1a0\ub9ac \ud558\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \ud3f4\ub354\ub97c cleanup (submodule \uae4c\uc9c0)\",\"datePublished\":\"2022-07-28T15:07:26+00:00\",\"dateModified\":\"2022-07-28T15:07:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2785\"},\"wordCount\":3,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"keywords\":[\"clean\",\"cleanup\",\"git\",\"recursive\",\"restore\",\"submodule\"],\"articleSection\":[\"Command\",\"System\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=2785#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2785\",\"url\":\"https:\\\/\\\/anyons.net\\\/?p=2785\",\"name\":\"git \ud2b9\uc815 \ub514\ub809\ud1a0\ub9ac \ud558\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \ud3f4\ub354\ub97c cleanup (submodule \uae4c\uc9c0) - anydragon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#website\"},\"datePublished\":\"2022-07-28T15:07:26+00:00\",\"dateModified\":\"2022-07-28T15:07:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2785#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=2785\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2785#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/anyons.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"git \ud2b9\uc815 \ub514\ub809\ud1a0\ub9ac \ud558\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \ud3f4\ub354\ub97c cleanup (submodule \uae4c\uc9c0)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/anyons.net\\\/#website\",\"url\":\"https:\\\/\\\/anyons.net\\\/\",\"name\":\"anydragon\",\"description\":\"mac, linux, aws, c, c++, mysql, mssql, redis, csharp, nodejs, rust, golang\",\"publisher\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/anyons.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\",\"name\":\"anydragon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\",\"url\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\",\"contentUrl\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\",\"width\":2560,\"height\":1440,\"caption\":\"anydragon\"},\"logo\":{\"@id\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\"},\"sameAs\":[\"http:\\\/\\\/anyons.net\",\"https:\\\/\\\/www.facebook.com\\\/anydragon\",\"https:\\\/\\\/x.com\\\/anydragon\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCr78KWpvmk398vPfpUTWNLg\"],\"url\":\"https:\\\/\\\/anyons.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"git \ud2b9\uc815 \ub514\ub809\ud1a0\ub9ac \ud558\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \ud3f4\ub354\ub97c cleanup (submodule \uae4c\uc9c0) - anydragon","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:\/\/anyons.net\/?p=2785","og_locale":"ko_KR","og_type":"article","og_title":"git \ud2b9\uc815 \ub514\ub809\ud1a0\ub9ac \ud558\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \ud3f4\ub354\ub97c cleanup (submodule \uae4c\uc9c0) - anydragon","og_description":"#!\/bin\/bash pushd ~\/Work for i in *\/.git; do ( echo $i; cd $i\/..; git restore .; git clean -d -fx; git submodule foreach --recursive git restore .; git submodule foreach --recursive git clean -d -xf; ); done popd","og_url":"https:\/\/anyons.net\/?p=2785","og_site_name":"anydragon","article_publisher":"https:\/\/www.facebook.com\/anydragon","article_author":"https:\/\/www.facebook.com\/anydragon","article_published_time":"2022-07-28T15:07:26+00:00","article_modified_time":"2022-07-28T15:07:33+00:00","author":"anydragon","twitter_card":"summary_large_image","twitter_creator":"@anydragon","twitter_site":"@anydragon","twitter_misc":{"\uae00\uc4f4\uc774":"anydragon"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/anyons.net\/?p=2785#article","isPartOf":{"@id":"https:\/\/anyons.net\/?p=2785"},"author":{"name":"anydragon","@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"headline":"git \ud2b9\uc815 \ub514\ub809\ud1a0\ub9ac \ud558\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \ud3f4\ub354\ub97c cleanup (submodule \uae4c\uc9c0)","datePublished":"2022-07-28T15:07:26+00:00","dateModified":"2022-07-28T15:07:33+00:00","mainEntityOfPage":{"@id":"https:\/\/anyons.net\/?p=2785"},"wordCount":3,"commentCount":0,"publisher":{"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"keywords":["clean","cleanup","git","recursive","restore","submodule"],"articleSection":["Command","System"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/anyons.net\/?p=2785#respond"]}]},{"@type":"WebPage","@id":"https:\/\/anyons.net\/?p=2785","url":"https:\/\/anyons.net\/?p=2785","name":"git \ud2b9\uc815 \ub514\ub809\ud1a0\ub9ac \ud558\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \ud3f4\ub354\ub97c cleanup (submodule \uae4c\uc9c0) - anydragon","isPartOf":{"@id":"https:\/\/anyons.net\/#website"},"datePublished":"2022-07-28T15:07:26+00:00","dateModified":"2022-07-28T15:07:33+00:00","breadcrumb":{"@id":"https:\/\/anyons.net\/?p=2785#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/anyons.net\/?p=2785"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/anyons.net\/?p=2785#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/anyons.net\/"},{"@type":"ListItem","position":2,"name":"git \ud2b9\uc815 \ub514\ub809\ud1a0\ub9ac \ud558\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \ud3f4\ub354\ub97c cleanup (submodule \uae4c\uc9c0)"}]},{"@type":"WebSite","@id":"https:\/\/anyons.net\/#website","url":"https:\/\/anyons.net\/","name":"anydragon","description":"mac, linux, aws, c, c++, mysql, mssql, redis, csharp, nodejs, rust, golang","publisher":{"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/anyons.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":["Person","Organization"],"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b","name":"anydragon","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg","url":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg","contentUrl":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg","width":2560,"height":1440,"caption":"anydragon"},"logo":{"@id":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg"},"sameAs":["http:\/\/anyons.net","https:\/\/www.facebook.com\/anydragon","https:\/\/x.com\/anydragon","https:\/\/www.youtube.com\/channel\/UCr78KWpvmk398vPfpUTWNLg"],"url":"https:\/\/anyons.net\/?author=1"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":2782,"url":"https:\/\/anyons.net\/?p=2782","url_meta":{"origin":2785,"position":0},"title":"git \ud2b9\uc815 \ub514\ub809\ud1a0\ub9ac \ud558\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \ud3f4\ub354\ub97c pull (submodule \uae4c\uc9c0)","author":"anydragon","date":"2022\ub144 07\uc6d4 29\uc77c","format":false,"excerpt":"#!\/bin\/bash pushd ~\/Work for i in *\/.git; do ( echo $i; cd $i\/..; git pull; git submodule update --recursive; ); done popd \u00a0","rel":"","context":"&quot;Command&quot;\uc5d0\uc11c","block_context":{"text":"Command","link":"https:\/\/anyons.net\/?cat=93"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1244,"url":"https:\/\/anyons.net\/?p=1244","url_meta":{"origin":2785,"position":1},"title":"git cleanup \uba85\ub839","author":"anydragon","date":"2017\ub144 06\uc6d4 09\uc77c","format":false,"excerpt":"untracked \ud30c\uc77c \uc81c\uac70 > git clean -fdx \uc6cc\ud0b9\ud2b8\ub9ac \uc6d0\ubcf5 > git reset --hard HEAD : \uc6cc\ud0b9\ud2b8\ub9ac \uc804\uccb4\ub97c \ub9c8\uc9c0\ub9c9 \ucee4\ubc0b \uc0c1\ud0dc\ub85c \ub418\ub3cc\ub9bc. \ub9c8\uc9c0\ub9c9 \ucee4\ubc0b \uc774\ud6c4 \uc6cc\ud0b9 \ud2b8\ub9ac\uc640 \uc218\uc815 \uc0ac\ud56d \ubaa8\ub450 \uc0ac\ub77c\uc9d0 > git checkout HEAD . : \uc6cc\ud0b9\ud2b8\ub9ac\uc758 \ubaa8\ub4e0 \uc218\uc815\ub41c \ud30c\uc77c\uc758 \ub0b4\uc6a9\uc744 HEAD\ub85c \uc6d0\ubcf5 * \ucc38\uc870 : reset \uc635\uc158 --soft :\u2026","rel":"","context":"&quot;Command&quot;\uc5d0\uc11c","block_context":{"text":"Command","link":"https:\/\/anyons.net\/?cat=93"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2442,"url":"https:\/\/anyons.net\/?p=2442","url_meta":{"origin":2785,"position":2},"title":"CR LF \ucc98\ub9ac","author":"anydragon","date":"2021\ub144 11\uc6d4 10\uc77c","format":false,"excerpt":"\ud504\ub85c\uc81d\ud2b8 \ud30c\uc77c\ub4e4 \uc548\uc5d0 CRLF \ub97c \uc0ac\uc6a9\ud558\ub294 \ud30c\uc77c\uacfc LF \ub97c \uc0ac\uc6a9\ud558\ub294 \ud30c\uc77c\uc774 \ud63c\uc7ac \ub418\uc5b4 \uc788\uc744\ub54c... git\uc744 \uc0ac\uc6a9\ud55c\ub2e4\uba74... lf \ub85c\ub9cc \ucc98\ub9ac\ub97c \ud558\uace0 \uc2f6\ub2e4\uba74... git config core.autocrlf false git rm --cached -r . git reset --hard P.S. \uc774 \ucc98\ub9ac \uc774\ud6c4\uc5d0 git\uc774 \uc5f0\uacb0\uc774 \uc548\ub418\ub294 \uc0c1\ud669\uc774 \ubc1c\uc0dd\ud588\ub2e4. \uadfc\ub370 \ub2e4\uc2dc \ud574\ubcf4\ub2c8\uae4c \uc798\ub41c\ub2e4..","rel":"","context":"&quot;Command&quot;\uc5d0\uc11c","block_context":{"text":"Command","link":"https:\/\/anyons.net\/?cat=93"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1766,"url":"https:\/\/anyons.net\/?p=1766","url_meta":{"origin":2785,"position":3},"title":"cmd \ub300\uc2e0 \uc0ac\uc6a9\ud558\ub294 powershell \uc758 prompt\uc5d0\uc11c git branch\ud655\uc778","author":"anydragon","date":"2020\ub144 07\uc6d4 30\uc77c","format":false,"excerpt":"Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh -Scope CurrentUser if (!(Test-Path -Path $PROFILE )) { New-Item -Type File -Path $PROFILE -Force } notepad.exe $PROFILE admin \uad8c\ud55c\uc73c\ub85c Set-ExecutionPolicy -Scope LocalMachine -ExecutionPolicy RemoteSigned -Force \u00a0","rel":"","context":"&quot;Command&quot;\uc5d0\uc11c","block_context":{"text":"Command","link":"https:\/\/anyons.net\/?cat=93"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2227,"url":"https:\/\/anyons.net\/?p=2227","url_meta":{"origin":2785,"position":4},"title":"Ubuntu zsh vim Setting","author":"anydragon","date":"2021\ub144 03\uc6d4 30\uc77c","format":false,"excerpt":"apt install build-essential apt install net-tools apt install openssh-server systemctl enable ssh systemctl restart ssh apt install curl apt install tmux apt install mc apt install git apt install zsh sh -c \"$(curl -fsSL https:\/\/raw.githubusercontent.com\/ohmyzsh\/ohmyzsh\/master\/tools\/install.sh)\" chsh -s \/usr\/bin\/zsh # logout \ud544\uc694 zsh # \uc77c\ub2e8 \ud55c\ubc88 \uc2e4\ud589 git clone https:\/\/github.com\/zsh-users\/zsh-autosuggestions.git $ZSH_CUSTOM\/plugins\/zsh-autosuggestions\u2026","rel":"","context":"&quot;Configuration&quot;\uc5d0\uc11c","block_context":{"text":"Configuration","link":"https:\/\/anyons.net\/?cat=94"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2796,"url":"https:\/\/anyons.net\/?p=2796","url_meta":{"origin":2785,"position":5},"title":"mac \uc5d0\uc11c dotnet core \uac1c\ubc1c\ud658\uacbd \ub9cc\ub4e4\uae30 &#8211; 1","author":"anydragon","date":"2022\ub144 08\uc6d4 20\uc77c","format":false,"excerpt":"\uc6b0\uc120\uc740 dotnet sdk\ub97c \uc124\uce58 \ud574\uc57c \ud55c\ub2e4. dotnet 5.0 \uae4c\uc9c0\ub294 brew\ub97c \ud1b5\ud574 \uc124\uce58\ud558\uae30\uac00 \ub9ce\uc774 \uc560\ub9e4 \ud588\uc9c0\ub9cc 6.0\ub300\ub85c \uac00\uba74\uc11c brew\ub97c \ud1b5\ud574 \uc124\uce58\uac00 \uac00\ub2a5\ud558\ub2e4. \uc77c\ub2e8 brew\ub97c \uc124\uce58\ud55c\ub2e4. \/bin\/bash -c \"$(curl -fsSL https:\/\/raw.githubusercontent.com\/Homebrew\/install\/HEAD\/install.sh)\" brew\ub85c dotnet sdk \ub97c \uc124\uce58 \ud55c\ub2e4. brew install --cask dotnet-sdk \uadf8\ub9ac\uace0 vscode\ub97c \uc124\uce58\ud55c\ub2e4 brew install --cask visual-studio-code vscode\uc5d0\uc11c dotnet \uac1c\ubc1c\uc744 \ud558\uae30\u2026","rel":"","context":"&quot;Configuration&quot;\uc5d0\uc11c","block_context":{"text":"Configuration","link":"https:\/\/anyons.net\/?cat=94"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts\/2785","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2785"}],"version-history":[{"count":0,"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts\/2785\/revisions"}],"wp:attachment":[{"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2785"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2785"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2785"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}