{"id":2454,"date":"2022-03-12T15:03:13","date_gmt":"2022-03-12T06:03:13","guid":{"rendered":"http:\/\/anyons.net\/?p=2454"},"modified":"2022-07-12T14:42:44","modified_gmt":"2022-07-12T05:42:44","slug":"ethereum-geth","status":"publish","type":"post","link":"https:\/\/anyons.net\/?p=2454","title":{"rendered":"ethereum geth"},"content":{"rendered":"\n<ul>\n<li>\ud658\uacbd\n<ul>\n<li>Ubuntu 20.04<\/li>\n<\/ul>\n<\/li>\n<li>\uc124\uce58\n<ul>\n<li>\uc18c\uc2a4\ub97c \ubc1b\uc544\uc11c \ube4c\ub4dc\ud558\ub294 \ubc29\ubc95\ub3c4 \uc788\uaca0\uc9c0\ub9cc \uac04\ud3b8\ud558\uac8c \uc2dc\uc2a4\ud15c\uc744 \uc6b4\uc601\ud558\uae30 \uc704\ud574 apt\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\uc2dd\uc73c\ub85c \uc124\uce58<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<pre class=\"lang:sh decode:true\">sudo apt install ethereum<\/pre>\n<ul>\n<li>\uac1c\ubc1c \ud658\uacbd \uad6c\uc131\n<ul>\n<li>genesis.json \uad6c\uc131 : \ud2b9\ubcc4\ud788 eiplxxblock \ubd80\ubd84\uc740 ethereum\uc774 \ubc1c\uc804\ub418\uc5b4 \uac00\uba74\uc11c \uacc4\uc18d \ud56d\ubaa9\uc774 \ucd94\uac00 \ub418\ub294 \uac83 \uac19\ub2e4. \ub9cc\uc57d \uc774 \uae00\uc744 \ubcf4\uace0 \uadf8 \ud6c4\uc5d0 \ub3cc\ub9ac\ub824 \ud558\ub294\ub370 \uc81c\ub300\ub85c \uc548 \ub3c4\ub294 \uacbd\uc6b0 \uc0c8\ub85c \uc0dd\uc131\ub41c \ubd80\ubd84\uc774 \uc788\ub294\uc9c0 \ud655\uc778\uc774 \ud544\uc694<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<pre class=\"lang:xhtml decode:true\">{\n  \"config\": {\n        \"chainId\": 8484,\n        \"homesteadBlock\": 0,\n        \"eip150Block\": 0,\n        \"eip155Block\": 0,\n        \"eip158Block\": 0,\n\t\"byzantiumBlock\": 0,\n\t\"constantinopleBlock\": 0,\n\t\"petersburgBlock\": 0,\n\t\"istanbulBlock\": 1000\n    },\n  \"alloc\"      : {},\n  \"coinbase\"   : \"0x0000000000000000000000000000000000000000\",\n  \"difficulty\" : \"0x2\",\n  \"extraData\"  : \"\",\n  \"gasLimit\"   : \"0x47e7c5\",\n  \"nonce\"      : \"0x0000000000000042\",\n  \"mixhash\"    : \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n  \"parentHash\" : \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n  \"timestamp\"  : \"0x00\"\n}<\/pre>\n<ul>\n<li>geth \ucd08\uae30\ud654 (\ucd5c\ucd08 \ube14\ub85d \uc0dd\uc131 genesis.json \uc0ac\uc6a9)<\/li>\n<\/ul>\n<pre class=\"lang:sh decode:true\">geth  --datadir  ethereum  init genesis.json<\/pre>\n<ul>\n<li>geth \uc2e4\ud589<\/li>\n<\/ul>\n<pre class=\"lang:sh decode:true \">geth --networkid 8484 \\\n        --nodiscover \\\n        --maxpeers 0 \\\n        --http --http.corsdomain \"*\" \\\n        --http.api web3,miner,eth,debug,personal,net,admin,clique \\\n        --allow-insecure-unlock \\\n        --snapshot=false \\\n        --unlock 0xbaeea1f241f74a95e33db04a70c3c115868c58b9 \\\n        --password pword \\\n        --ethstats bootnode1:anydragon@0.0.0.0:8080 \\\n        console 2&gt;&gt; eth.log<\/pre>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p> \ud658\uacbd Ubuntu 20.04 \uc124\uce58 \uc18c\uc2a4\ub97c \ubc1b\uc544\uc11c \ube4c\ub4dc\ud558\ub294 \ubc29\ubc95\ub3c4 \uc788\uaca0\uc9c0\ub9cc \uac04\ud3b8\ud558\uac8c \uc2dc\uc2a4\ud15c\uc744 \uc6b4\uc601\ud558\uae30 \uc704\ud574 apt\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\uc2dd\uc73c\ub85c \uc124\uce58 sudo apt install ethereum \uac1c\ubc1c \ud658\uacbd \uad6c\uc131 genesis.json \uad6c\uc131 : \ud2b9\ubcc4\ud788 eiplxxblock \ubd80\ubd84\uc740 ethereum\uc774 \ubc1c\uc804\ub418\uc5b4 \uac00\uba74\uc11c \uacc4\uc18d \ud56d\ubaa9\uc774 \ucd94\uac00 \ub418\ub294 \uac83 \uac19\ub2e4. \ub9cc\uc57d \uc774 \uae00\uc744 \ubcf4\uace0 \uadf8 \ud6c4\uc5d0 \ub3cc\ub9ac\ub824 \ud558\ub294\ub370 \uc81c\ub300\ub85c \uc548 \ub3c4\ub294 \uacbd\uc6b0 \uc0c8\ub85c \uc0dd\uc131\ub41c \ubd80\ubd84\uc774 [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","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":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[1],"tags":[489,486,488,487,210],"class_list":["post-2454","post","type-post","status-publish","format-standard","hentry","category-uncategoryed","tag-development","tag-ethereum","tag-genesis-json","tag-geth","tag-ubuntu","odd"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ethereum geth - 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=2454\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ethereum geth - anydragon\" \/>\n<meta property=\"og:description\" content=\"\ud658\uacbd Ubuntu 20.04 \uc124\uce58 \uc18c\uc2a4\ub97c \ubc1b\uc544\uc11c \ube4c\ub4dc\ud558\ub294 \ubc29\ubc95\ub3c4 \uc788\uaca0\uc9c0\ub9cc \uac04\ud3b8\ud558\uac8c \uc2dc\uc2a4\ud15c\uc744 \uc6b4\uc601\ud558\uae30 \uc704\ud574 apt\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\uc2dd\uc73c\ub85c \uc124\uce58 sudo apt install ethereum \uac1c\ubc1c \ud658\uacbd \uad6c\uc131 genesis.json \uad6c\uc131 : \ud2b9\ubcc4\ud788 eiplxxblock \ubd80\ubd84\uc740 ethereum\uc774 \ubc1c\uc804\ub418\uc5b4 \uac00\uba74\uc11c \uacc4\uc18d \ud56d\ubaa9\uc774 \ucd94\uac00 \ub418\ub294 \uac83 \uac19\ub2e4. \ub9cc\uc57d \uc774 \uae00\uc744 \ubcf4\uace0 \uadf8 \ud6c4\uc5d0 \ub3cc\ub9ac\ub824 \ud558\ub294\ub370 \uc81c\ub300\ub85c \uc548 \ub3c4\ub294 \uacbd\uc6b0 \uc0c8\ub85c \uc0dd\uc131\ub41c \ubd80\ubd84\uc774 [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/anyons.net\/?p=2454\" \/>\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-03-12T06:03:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-12T05:42:44+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=2454#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2454\"},\"author\":{\"name\":\"anydragon\",\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"headline\":\"ethereum geth\",\"datePublished\":\"2022-03-12T06:03:13+00:00\",\"dateModified\":\"2022-07-12T05:42:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2454\"},\"wordCount\":12,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"keywords\":[\"development\",\"ethereum\",\"genesis.json\",\"geth\",\"ubuntu\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=2454#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2454\",\"url\":\"https:\\\/\\\/anyons.net\\\/?p=2454\",\"name\":\"ethereum geth - anydragon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#website\"},\"datePublished\":\"2022-03-12T06:03:13+00:00\",\"dateModified\":\"2022-07-12T05:42:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2454#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=2454\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2454#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/anyons.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ethereum geth\"}]},{\"@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":"ethereum geth - 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=2454","og_locale":"ko_KR","og_type":"article","og_title":"ethereum geth - anydragon","og_description":"\ud658\uacbd Ubuntu 20.04 \uc124\uce58 \uc18c\uc2a4\ub97c \ubc1b\uc544\uc11c \ube4c\ub4dc\ud558\ub294 \ubc29\ubc95\ub3c4 \uc788\uaca0\uc9c0\ub9cc \uac04\ud3b8\ud558\uac8c \uc2dc\uc2a4\ud15c\uc744 \uc6b4\uc601\ud558\uae30 \uc704\ud574 apt\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\uc2dd\uc73c\ub85c \uc124\uce58 sudo apt install ethereum \uac1c\ubc1c \ud658\uacbd \uad6c\uc131 genesis.json \uad6c\uc131 : \ud2b9\ubcc4\ud788 eiplxxblock \ubd80\ubd84\uc740 ethereum\uc774 \ubc1c\uc804\ub418\uc5b4 \uac00\uba74\uc11c \uacc4\uc18d \ud56d\ubaa9\uc774 \ucd94\uac00 \ub418\ub294 \uac83 \uac19\ub2e4. \ub9cc\uc57d \uc774 \uae00\uc744 \ubcf4\uace0 \uadf8 \ud6c4\uc5d0 \ub3cc\ub9ac\ub824 \ud558\ub294\ub370 \uc81c\ub300\ub85c \uc548 \ub3c4\ub294 \uacbd\uc6b0 \uc0c8\ub85c \uc0dd\uc131\ub41c \ubd80\ubd84\uc774 [...]","og_url":"https:\/\/anyons.net\/?p=2454","og_site_name":"anydragon","article_publisher":"https:\/\/www.facebook.com\/anydragon","article_author":"https:\/\/www.facebook.com\/anydragon","article_published_time":"2022-03-12T06:03:13+00:00","article_modified_time":"2022-07-12T05:42:44+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=2454#article","isPartOf":{"@id":"https:\/\/anyons.net\/?p=2454"},"author":{"name":"anydragon","@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"headline":"ethereum geth","datePublished":"2022-03-12T06:03:13+00:00","dateModified":"2022-07-12T05:42:44+00:00","mainEntityOfPage":{"@id":"https:\/\/anyons.net\/?p=2454"},"wordCount":12,"commentCount":0,"publisher":{"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"keywords":["development","ethereum","genesis.json","geth","ubuntu"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/anyons.net\/?p=2454#respond"]}]},{"@type":"WebPage","@id":"https:\/\/anyons.net\/?p=2454","url":"https:\/\/anyons.net\/?p=2454","name":"ethereum geth - anydragon","isPartOf":{"@id":"https:\/\/anyons.net\/#website"},"datePublished":"2022-03-12T06:03:13+00:00","dateModified":"2022-07-12T05:42:44+00:00","breadcrumb":{"@id":"https:\/\/anyons.net\/?p=2454#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/anyons.net\/?p=2454"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/anyons.net\/?p=2454#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/anyons.net\/"},{"@type":"ListItem","position":2,"name":"ethereum geth"}]},{"@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":2820,"url":"https:\/\/anyons.net\/?p=2820","url_meta":{"origin":2454,"position":0},"title":"ubuntu openvpn client \uad6c\uc131","author":"anydragon","date":"2022\ub144 09\uc6d4 04\uc77c","format":false,"excerpt":"openvpn \uc124\uce58 sudo apt install openvpn \uc11c\ubc84\uc5d0\uc11c ca.crt, ta.key, client.conf, client.ovpn, client.crt, client.key \ud30c\uc77c\uc744 \uc900\ube44 \uc704 \ud30c\uc77c\ub4e4\uc744 \/etc\/openvpn\uc73c\ub85c \ubcf5\uc0ac \/etc\/default\/openvpn \ud30c\uc77c \uc218\uc815 AUTOSTART=\"all\" \ub2e4\uc74c \uba85\ub839\uc73c\ub85c \uc11c\ube44\uc2a4 \ub4f1\ub85d, \uc2dc\uc791 sudo systemctl enable openvpn@client.service sudo systemctl daemon-reload sudo service openvpn@client start \u00a0","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":2340,"url":"https:\/\/anyons.net\/?p=2340","url_meta":{"origin":2454,"position":1},"title":"golang VSCode\uc5d0 Debugging \ud658\uacbd \uad6c\ucd95","author":"anydragon","date":"2021\ub144 04\uc6d4 14\uc77c","format":false,"excerpt":"vscode\uc5d0 launch.json { \/\/ IntelliSense\ub97c \uc0ac\uc6a9\ud558\uc5ec \uac00\ub2a5\ud55c \ud2b9\uc131\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc138\uc694. \/\/ \uae30\uc874 \ud2b9\uc131\uc5d0 \ub300\ud55c \uc124\uba85\uc744 \ubcf4\ub824\uba74 \uac00\ub9ac\ud0b5\ub2c8\ub2e4. \/\/ \uc790\uc138\ud55c \ub0b4\uc6a9\uc744 \ubcf4\ub824\uba74 https:\/\/go.microsoft.com\/fwlink\/?linkid=830387\uc744(\ub97c) \ubc29\ubb38\ud558\uc138\uc694. \"version\": \"0.2.0\", \"configurations\": [ { \"name\": \"Launch Package geth\", \"type\": \"go\", \"request\": \"launch\", \"mode\": \"debug\", \"program\": \"${workspaceFolder}\/cmd\/geth\/\" \/\/ main.go \uac00 \uc788\ub294 \ud3f4\ub354 path } ] } \u00a0","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":507,"url":"https:\/\/anyons.net\/?p=507","url_meta":{"origin":2454,"position":2},"title":"\uc6b0\ubd84\ud22c \uc62e\uae34\ud6c4\uc5d0 \ubd80\ud2b8 \uc2dc\uc2a4\ud15c \uc62e\uae38\ub54c","author":"anydragon","date":"2013\ub144 01\uc6d4 22\uc77c","format":false,"excerpt":"\uc708\ub3c4\uc6b0\ub97c \uc124\uce58\ud558\uba74 GRUB \uc774 \ub728\uc9c0 \uc54a\uace0 \ubc14\ub85c \uc708\ub3c4\uc6b0 \ubd80\ud2b8\ub85c\ub354\ub85c \uc810\ud504\ud55c\ub2e4 \uc774\uc0c1\ud669\uc5d0\uc11c\ub294 \uc6b0\ubd84\ud22c \ubd80\ud305\uc774 \ubd88\uac00\ub2a5\ud55c\ub370 GRUB \uc744 \uc7ac\uc124\uce58 MBR \uc5d0 \uc7ac \uc124\uce58 \ud574\uc57c\ud55c\ub2e4 \uba3c\uc800 \uc6b0\ubd84\ud22c \uc124\uce58 \uc2dc\ub514\ub85c \ubd80\ud305\ud574\uc11c \ud130\ubbf8\ub110\uc744 \uc2e4\ud589\ud558\uace0 mount \/dev\/sdb1 \/mnt\/new cd \/mnt\/new mount --bind \/proc\/ proc mount --bind \/sys\/ sys mount --bind \/dev\/ dev chroot . grub-install \/dev\/sdb\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":2313,"url":"https:\/\/anyons.net\/?p=2313","url_meta":{"origin":2454,"position":3},"title":"Ubuntu 20.04 \uc5d0 Bitcoin Core \uc124\uce58","author":"anydragon","date":"2021\ub144 04\uc6d4 05\uc77c","format":false,"excerpt":"# Install Dependencies # ----------------------------------------------------------------------------------------------------------- # Build requirements: sudo apt install git build-essential libtool autotools-dev autoconf automake pkg-config bsdmainutils python3 libssl-dev libssl-dev # Install required dependencies sudo apt install libevent-dev libboost-system-dev libboost-filesystem-dev libboost-test-dev libboost-thread-dev # Install the BerkeleyDB from Ubuntu repositories: sudo apt install libdb-dev libdb++-dev libsqlite3-dev # Optional: upnpc\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":379,"url":"https:\/\/anyons.net\/?p=379","url_meta":{"origin":2454,"position":4},"title":"openvpn \uc124\uce58","author":"anydragon","date":"2012\ub144 05\uc6d4 19\uc77c","format":false,"excerpt":"yum install openvpn \uadf8\ub7ec\uba74 \uc124\uce58\uac00 \uc644\ub8cc\ub41c\ub2e4. \u314b\u314b \uc774\uc81c CA \uc778\uc99d\uc11c\ub97c \uc0dd\uc131\ud558\uace0 Server \uc778\uc99d\uc11c\ub97c \uc0dd\uc131\ud558\uace0\u00a0Client\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc778\uc99d\uc11c\ub97c \uc0dd\uc131\ud558\uace0 \uc11c\ubc84\uc640 \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \ud658\uacbd\ud30c\uc77c\uc744 \ub9de\ucdb0 \uc900\ud6c4\uc5d0 \uc7ac\uc2dc\uc791\ud558\uba74 \ub41c\ub2e4. \uba3c\uc800 \/usr\/share\/doc\/openvpn-X.X.X\/easy-rsa\/2.0 \uc5d0 vars \ud30c\uc77c \uac00\uc7a5 \uc544\ub798\ucabd \uc778\uc99d\uc11c \uad6c\uc131\ud55c\ud6c4 export KEY_COUNTRY=KR export KEY_PROVINCE=NA export KEY_CITY=SEOUL export KEY_ORG=\"anyons\" export KEY_EMAIL=\"anyxxxxxxx@anyons.net\" source .\/vars \ub85c \ud658\uacbd\uad6c\uc131 1-1. CA \uc778\uc99d\uc11c\u2026","rel":"","context":"&quot;Command&quot;\uc5d0\uc11c","block_context":{"text":"Command","link":"https:\/\/anyons.net\/?cat=93"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/anyons.net\/wp-content\/uploads\/2012\/05\/cacertcreate.png?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/anyons.net\/wp-content\/uploads\/2012\/05\/cacertcreate.png?resize=350%2C200 1x, https:\/\/i0.wp.com\/anyons.net\/wp-content\/uploads\/2012\/05\/cacertcreate.png?resize=525%2C300 1.5x"},"classes":[]},{"id":2525,"url":"https:\/\/anyons.net\/?p=2525","url_meta":{"origin":2454,"position":5},"title":"mac\uc5d0 dotnet \ud658\uacbd \uc124\uc815","author":"anydragon","date":"2022\ub144 04\uc6d4 24\uc77c","format":false,"excerpt":"\uc9c0\uae08\uae4c\uc9c0 \uac1c\ubc1c\uc744 .net 5.0 \uc5d0\uc11c \ud574\uc624\ub2e4\uac00 \uc774\ubc88\uc5d0 \ud658\uacbd\uc744 .net 6.0 \uc73c\ub85c \ubc14\uafb8\uba74\uc11c mac \uc5d0\uc11c\ub294 5.0 \uc774\ud558 \ubc84\uc804\uc758 .net \uc740 \uc9c1\uc811 \uc124\uce58\ub97c \ud574\uc654\ub2e4. \uadf8\ub7ec\ub2e4 6.0\uc73c\ub85c \ubc14\uafb8\uba74\uc11c brew \ub97c \uc0ac\uc6a9\ud574\uc11c \uc124\uce58\uac00 \uac00\ub2a5\ud55c\uac83\uc744 \ud655\uc778\ud588\ub2e4. \/\/ \uc77c\ub2e8 \uae30\uc874 dotnet\uc744 remove \ud558\uae30 \uc704\ud574 brew \ub85c dotnet \uc124\uce58 brew install --cask dotnet brew uninstall dotnet \/\/\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\/2454","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=2454"}],"version-history":[{"count":0,"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts\/2454\/revisions"}],"wp:attachment":[{"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2454"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2454"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2454"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}