{"id":19,"date":"2025-05-18T22:59:07","date_gmt":"2025-05-18T22:59:07","guid":{"rendered":"http:\/\/ohsland.kr\/?p=19"},"modified":"2025-05-20T12:28:00","modified_gmt":"2025-05-20T03:28:00","slug":"macos-10-11-el-capitan%ec%97%90%ec%84%9c-homebrew-%ec%84%a4%ec%b9%98%ed%95%98%eb%8a%94-%eb%b0%a9%eb%b2%95-%ea%b3%b5%ec%8b%9d-%eb%af%b8%ec%a7%80%ec%9b%90-%eb%b2%84%ec%a0%84-%eb%8c%80%ec%9d%91","status":"publish","type":"post","link":"https:\/\/ohsland.kr\/?p=19","title":{"rendered":"macOS 10.11 El Capitan\uc5d0\uc11c Homebrew \uc124\uce58 (\uacf5\uc2dd \ubbf8\uc9c0\uc6d0 \ubc84\uc804)"},"content":{"rendered":"\n<p>macOS 10.11 El Capitan\uc740 \ud604\uc7ac(2025-05-19) Homebrew\uc758 \uacf5\uc2dd \uc9c0\uc6d0 \ub300\uc0c1\uc5d0\uc11c \uc81c\uc678\ub418\uc5b4 \uc788\uc5b4, \uc77c\ubc18\uc801\uc778 \ubc29\ubc95\uc73c\ub85c\ub294 Homebrew\ub97c \uc124\uce58\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc, \uc218\ub3d9\uc73c\ub85c \uad6c\ubc84\uc804 Homebrew\ub97c \uc124\uce58\ud558\ub294 \ubc29\uc2dd\uc73c\ub85c \uc5ec\uc804\ud788 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub2e4\uace0 \ud569\ub2c8\ub2e4. &#8211; <strong><em>2025-05-19 \ub9c9\uc0c1 \ud588\uc73c\ub098 \uacb0\uad6d\uc740 \uc2e4\ud328\ud588\ub124\uc694 \u3160\u3160<\/em><\/strong> .<\/p>\n\n\n\n<p><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Homebrew\uc758 \uacf5\uc2dd \uc9c0\uc6d0 \ubc84\uc804<\/h3>\n\n\n\n<p>\ud604\uc7ac Homebrew(\ubc84\uc804 4.x \uae30\uc900)\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 macOS \ubc84\uc804\ub9cc <strong>\uacf5\uc2dd\uc801\uc73c\ub85c \uc9c0\uc6d0<\/strong>\ud569\ub2c8\ub2e4:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>macOS 11 Big Sur \uc774\uc0c1<\/strong><\/li>\n<\/ul>\n\n\n\n<p>\ub530\ub77c\uc11c El Capitan\uc5d0\uc11c\ub294 \uc9c1\uc811 \uad6c\ubc84\uc804 Homebrew\ub97c \uc124\uce58\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\uad6c\ubc84\uc804 Homebrew \uc124\uce58 \ubc29\ubc95 (El Capitan\uc6a9)<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">1. Git\uc744 \uc774\uc6a9\ud55c \uc218\ub3d9 \uc124\uce58<\/h4>\n\n\n\n<p>\ud130\ubbf8\ub110\uc744 \uc5f4\uace0 \uc544\ub798 \uba85\ub839\uc5b4\ub97c \uc21c\uc11c\ub300\ub85c \uc2e4\ud589\ud558\uc138\uc694:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">bash\ubcf5\uc0ac\ud3b8\uc9d1<code>cd ~\ngit clone https:\/\/github.com\/Homebrew\/brew ~\/.homebrew\necho 'export PATH=\"$HOME\/.homebrew\/bin:$PATH\"' &gt;&gt; ~\/.bash_profile\nsource ~\/.bash_profile\n<\/code><\/pre>\n\n\n\n<p>\uc774\ub807\uac8c \ud558\uba74 \ucd5c\uc2e0 \ubc84\uc804\uc740 \uc544\ub2c8\uc9c0\ub9cc, El Capitan\uc5d0\uc11c \uc791\ub3d9 \uac00\ub2a5\ud55c Homebrew\uac00 \uc124\uce58\ub429\ub2c8\ub2e4.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">2. Xcode Command Line Tools \uc124\uce58<\/h4>\n\n\n\n<p>Homebrew\ub294 \uae30\ubcf8\uc801\uc73c\ub85c Xcode\uc758 \uba85\ub839\uc904 \ub3c4\uad6c\ub97c \ud544\uc694\ub85c \ud569\ub2c8\ub2e4. \uc544\ub798 \uba85\ub839\uc5b4\ub97c \uc785\ub825\ud574 \uc124\uce58\ud558\uc138\uc694:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">bash\ubcf5\uc0ac\ud3b8\uc9d1<code>xcode-select --install\n<\/code><\/pre>\n\n\n\n<p>\uc124\uce58 \ud31d\uc5c5\uc774 \ub728\uac70\ub098, \uc774\ubbf8 \uc124\uce58\ub418\uc5c8\ub2e4\ub294 \uba54\uc2dc\uc9c0\uac00 \ucd9c\ub825\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\uc8fc\uc758\uc0ac\ud56d<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ucd5c\uc2e0 \ubc84\uc804\uc758 Homebrew\ub294 macOS 10.11\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c, \uae30\ub2a5\uc774\ub098 \ubcf4\uc548 \uba74\uc5d0\uc11c \uc81c\uc57d\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\uc77c\ubd80 \ucd5c\uc2e0 \ud328\ud0a4\uc9c0\ub294 El Capitan\uc5d0\uc11c \ube4c\ub4dc\ub418\uc9c0 \uc54a\uac70\ub098, \uc124\uce58 \uc2dc \uc624\ub958\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\uc2dc\uc2a4\ud15c \uc5c5\ub370\uc774\ud2b8\uac00 \uc911\ub2e8\ub41c El Capitan\uc740 \ubcf4\uc548\uc0c1 \ucde8\uc57d\ud560 \uc218 \uc788\uc73c\ubbc0\ub85c \uac00\ub2a5\ud558\ub2e4\uba74 \uc5c5\uadf8\ub808\uc774\ub4dc\ub97c \uad8c\uc7a5\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\uadf8\ub7ec\ub098&#8230; <\/h3>\n\n\n\n<p>\ucd5c\uc885\uc801\uc73c\ub85c \uacb0\uad6d \uc2e4\ud328\ud588\uc74c \u3160\u3160 ..<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\uacb0\uad6d\uc740 macOS \uc5c5\uadf8\ub808\uc774\ub4dc \uace0\ub824\ud574\uc57c.<\/h3>\n\n\n\n<p>\uac00\ub2a5\ud558\ub2e4\uba74 <strong>macOS 11 Big Sur \uc774\uc0c1<\/strong>\uc73c\ub85c \uc5c5\uadf8\ub808\uc774\ub4dc\ud558\ub294 \uac83\uc744 \uad8c\uc7a5\ud569\ub2c8\ub2e4. \ub354 \ub9ce\uc740 \ud328\ud0a4\uc9c0\uc640 \ub3c4\uad6c\ub97c \uc548\uc815\uc801\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uace0, Homebrew\ub3c4 \ucd5c\uc2e0 \ubc84\uc804\uc73c\ub85c \uc124\uce58\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>macOS 10.11 El Capitan\uc740 \ud604\uc7ac(2025-05-19) Homebrew\uc758 \uacf5\uc2dd \uc9c0\uc6d0 \ub300\uc0c1\uc5d0\uc11c \uc81c\uc678\ub418\uc5b4 \uc788\uc5b4, \uc77c\ubc18\uc801\uc778 \ubc29\ubc95\uc73c\ub85c\ub294 Homebrew\ub97c \uc124\uce58\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc, \uc218\ub3d9\uc73c\ub85c \uad6c\ubc84\uc804 Homebrew\ub97c \uc124\uce58\ud558\ub294 \ubc29\uc2dd\uc73c\ub85c \uc5ec\uc804\ud788 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub2e4\uace0 \ud569\ub2c8\ub2e4. &#8211; 2025-05-19 \ub9c9\uc0c1 \ud588\uc73c\ub098 \uacb0\uad6d\uc740 \uc2e4\ud328\ud588\ub124\uc694 \u3160\u3160 . Homebrew\uc758 \uacf5\uc2dd \uc9c0\uc6d0 \ubc84\uc804 \ud604\uc7ac Homebrew(\ubc84\uc804 4.x \uae30\uc900)\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 macOS \ubc84\uc804\ub9cc \uacf5\uc2dd\uc801\uc73c\ub85c \uc9c0\uc6d0\ud569\ub2c8\ub2e4: \ub530\ub77c\uc11c El Capitan\uc5d0\uc11c\ub294 \uc9c1\uc811 \uad6c\ubc84\uc804 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[26,25],"class_list":["post-19","post","type-post","status-publish","format-standard","hentry","category-filing-information","tag-homebrew","tag-macos10-11"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>macOS 10.11 El Capitan\uc5d0\uc11c Homebrew \uc124\uce58 (\uacf5\uc2dd \ubbf8\uc9c0\uc6d0 \ubc84\uc804) - Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c<\/title>\n<meta name=\"description\" content=\"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c -\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ohsland.kr\/?p=19\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"macOS 10.11 El Capitan\uc5d0\uc11c Homebrew \uc124\uce58 (\uacf5\uc2dd \ubbf8\uc9c0\uc6d0 \ubc84\uc804) - Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c\" \/>\n<meta property=\"og:description\" content=\"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c -\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ohsland.kr\/?p=19\" \/>\n<meta property=\"og:site_name\" content=\"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100092592720482\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/profile.php?id=100092592720482\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-18T22:59:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-20T03:28:00+00:00\" \/>\n<meta name=\"author\" content=\"Oh Kwangho\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oh Kwangho\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ohsland.kr\/?p=19#article\",\"isPartOf\":{\"@id\":\"https:\/\/ohsland.kr\/?p=19\"},\"author\":{\"name\":\"Oh Kwangho\",\"@id\":\"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90\"},\"headline\":\"macOS 10.11 El Capitan\uc5d0\uc11c Homebrew \uc124\uce58 (\uacf5\uc2dd \ubbf8\uc9c0\uc6d0 \ubc84\uc804)\",\"datePublished\":\"2025-05-18T22:59:07+00:00\",\"dateModified\":\"2025-05-20T03:28:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ohsland.kr\/?p=19\"},\"wordCount\":49,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90\"},\"keywords\":[\"homebrew\",\"macos10.11\"],\"articleSection\":[\"Filing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ohsland.kr\/?p=19#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ohsland.kr\/?p=19\",\"url\":\"https:\/\/ohsland.kr\/?p=19\",\"name\":\"macOS 10.11 El Capitan\uc5d0\uc11c Homebrew \uc124\uce58 (\uacf5\uc2dd \ubbf8\uc9c0\uc6d0 \ubc84\uc804) - Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c\",\"isPartOf\":{\"@id\":\"https:\/\/ohsland.kr\/#website\"},\"datePublished\":\"2025-05-18T22:59:07+00:00\",\"dateModified\":\"2025-05-20T03:28:00+00:00\",\"description\":\"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c -\",\"breadcrumb\":{\"@id\":\"https:\/\/ohsland.kr\/?p=19#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ohsland.kr\/?p=19\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ohsland.kr\/?p=19#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ohsland.kr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"macOS 10.11 El Capitan\uc5d0\uc11c Homebrew \uc124\uce58 (\uacf5\uc2dd \ubbf8\uc9c0\uc6d0 \ubc84\uc804)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ohsland.kr\/#website\",\"url\":\"https:\/\/ohsland.kr\/\",\"name\":\"OhsLAND \uc9c0\uc2dd\ubcf4\uad00\uc18c\",\"description\":\"\uc811\ud574\ubcf8 \ub2e4\uc591\ud55c \uc9c0\uc2dd\uc744 \uc815\ub9ac\ud568.\",\"publisher\":{\"@id\":\"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90\"},\"alternateName\":\"OhsLAND \uc9c0\uc2dd\ubcf4\uad00\uc18c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ohsland.kr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90\",\"name\":\"Oh Kwangho\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ohsland.kr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/ohsland.kr\/wp-content\/uploads\/2025\/05\/storeCI.png\",\"contentUrl\":\"https:\/\/ohsland.kr\/wp-content\/uploads\/2025\/05\/storeCI.png\",\"width\":610,\"height\":609,\"caption\":\"Oh Kwangho\"},\"logo\":{\"@id\":\"https:\/\/ohsland.kr\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/ohsland.kr\",\"https:\/\/www.facebook.com\/profile.php?id=100092592720482\",\"https:\/\/www.instagram.com\/ohslandcom\/\",\"https:\/\/www.youtube.com\/channel\/UCspZ3lvUc7OV8mTx8txqbEw\"],\"url\":\"https:\/\/ohsland.kr\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"macOS 10.11 El Capitan\uc5d0\uc11c Homebrew \uc124\uce58 (\uacf5\uc2dd \ubbf8\uc9c0\uc6d0 \ubc84\uc804) - Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c","description":"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c -","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:\/\/ohsland.kr\/?p=19","og_locale":"en_US","og_type":"article","og_title":"macOS 10.11 El Capitan\uc5d0\uc11c Homebrew \uc124\uce58 (\uacf5\uc2dd \ubbf8\uc9c0\uc6d0 \ubc84\uc804) - Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c","og_description":"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c -","og_url":"https:\/\/ohsland.kr\/?p=19","og_site_name":"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100092592720482","article_author":"https:\/\/www.facebook.com\/profile.php?id=100092592720482","article_published_time":"2025-05-18T22:59:07+00:00","article_modified_time":"2025-05-20T03:28:00+00:00","author":"Oh Kwangho","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oh Kwangho"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ohsland.kr\/?p=19#article","isPartOf":{"@id":"https:\/\/ohsland.kr\/?p=19"},"author":{"name":"Oh Kwangho","@id":"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90"},"headline":"macOS 10.11 El Capitan\uc5d0\uc11c Homebrew \uc124\uce58 (\uacf5\uc2dd \ubbf8\uc9c0\uc6d0 \ubc84\uc804)","datePublished":"2025-05-18T22:59:07+00:00","dateModified":"2025-05-20T03:28:00+00:00","mainEntityOfPage":{"@id":"https:\/\/ohsland.kr\/?p=19"},"wordCount":49,"commentCount":0,"publisher":{"@id":"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90"},"keywords":["homebrew","macos10.11"],"articleSection":["Filing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ohsland.kr\/?p=19#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ohsland.kr\/?p=19","url":"https:\/\/ohsland.kr\/?p=19","name":"macOS 10.11 El Capitan\uc5d0\uc11c Homebrew \uc124\uce58 (\uacf5\uc2dd \ubbf8\uc9c0\uc6d0 \ubc84\uc804) - Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c","isPartOf":{"@id":"https:\/\/ohsland.kr\/#website"},"datePublished":"2025-05-18T22:59:07+00:00","dateModified":"2025-05-20T03:28:00+00:00","description":"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c -","breadcrumb":{"@id":"https:\/\/ohsland.kr\/?p=19#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ohsland.kr\/?p=19"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ohsland.kr\/?p=19#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ohsland.kr\/"},{"@type":"ListItem","position":2,"name":"macOS 10.11 El Capitan\uc5d0\uc11c Homebrew \uc124\uce58 (\uacf5\uc2dd \ubbf8\uc9c0\uc6d0 \ubc84\uc804)"}]},{"@type":"WebSite","@id":"https:\/\/ohsland.kr\/#website","url":"https:\/\/ohsland.kr\/","name":"OhsLAND \uc9c0\uc2dd\ubcf4\uad00\uc18c","description":"\uc811\ud574\ubcf8 \ub2e4\uc591\ud55c \uc9c0\uc2dd\uc744 \uc815\ub9ac\ud568.","publisher":{"@id":"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90"},"alternateName":"OhsLAND \uc9c0\uc2dd\ubcf4\uad00\uc18c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ohsland.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90","name":"Oh Kwangho","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ohsland.kr\/#\/schema\/person\/image\/","url":"https:\/\/ohsland.kr\/wp-content\/uploads\/2025\/05\/storeCI.png","contentUrl":"https:\/\/ohsland.kr\/wp-content\/uploads\/2025\/05\/storeCI.png","width":610,"height":609,"caption":"Oh Kwangho"},"logo":{"@id":"https:\/\/ohsland.kr\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/ohsland.kr","https:\/\/www.facebook.com\/profile.php?id=100092592720482","https:\/\/www.instagram.com\/ohslandcom\/","https:\/\/www.youtube.com\/channel\/UCspZ3lvUc7OV8mTx8txqbEw"],"url":"https:\/\/ohsland.kr\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/ohsland.kr\/index.php?rest_route=\/wp\/v2\/posts\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ohsland.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ohsland.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ohsland.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ohsland.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=19"}],"version-history":[{"count":2,"href":"https:\/\/ohsland.kr\/index.php?rest_route=\/wp\/v2\/posts\/19\/revisions"}],"predecessor-version":[{"id":73,"href":"https:\/\/ohsland.kr\/index.php?rest_route=\/wp\/v2\/posts\/19\/revisions\/73"}],"wp:attachment":[{"href":"https:\/\/ohsland.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=19"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ohsland.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=19"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ohsland.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}