{"id":2814,"date":"2022-09-06T19:59:41","date_gmt":"2022-09-06T10:59:41","guid":{"rendered":"http:\/\/anyons.net\/?p=2814"},"modified":"2023-03-26T08:13:15","modified_gmt":"2023-03-25T23:13:15","slug":"azure-ubuntu-%ec%84%a4%ec%b9%98-ver-2022","status":"publish","type":"post","link":"https:\/\/anyons.net\/?p=2814","title":{"rendered":"azure ubuntu \uc124\uce58 ver 2022"},"content":{"rendered":"\n<h3>TimeZone Setting<\/h3>\n<pre class=\"lang:sh decode:true\">ls -l \/etc\/localtime\ncd \/etc\nsudo rm -rf localtime\nsudo ln -s \/usr\/share\/zoneinfo\/Asia\/Seoul localtime\n\n# time changed UTC -&gt; KST\ndate<\/pre>\n<h3>package update<\/h3>\n<pre class=\"lang:sh decode:true\">sudo apt update\nsudo apt upgrade\ndo-release-upgrade\nsudo apt autoclean\nsudo apt autoremove<\/pre>\n<h3>Util Install &amp; Setting<\/h3>\n<pre class=\"lang:sh decode:true \"># install Utils\nsudo apt install build-essential\nsudo apt install net-tools colordiff colortail mc subversion neofetch fortune-mod lolcat cowsay bat htop btop exa fd-find ripgrep colortail\n\nsudo ln -s $(whih fdfind) \/usr\/local\/bin\/fd\n<\/pre>\n<h3>.ssh login \ucc98\ub9ac<\/h3>\n<p>after edit <mark>~\/.ssh\/authorized_keys<\/mark> from have to login client&#8217;s <mark>~\/.ssh\/id_rsa.pub\u00a0<\/mark><\/p>\n<h3>sudoer \ucc98\ub9ac<\/h3>\n<p>after modify <mark>\/etc\/sudoers.d\/init-user<\/mark><\/p>\n<h3>zsh Install &amp; Setting<\/h3>\n<pre class=\"lang:c# decode:true\">sudo apt install zsh\nchsh -s \/usr\/bin\/zsh\n\n# install ohmyzsh\nsh -c \"$(curl -fsSL https:\/\/raw.github.com\/ohmyzsh\/ohmyzsh\/master\/tools\/install.sh)\"\n\n# zsh plugin install\ngit clone https:\/\/github.com\/zsh-users\/zsh-autosuggestions.git $ZSH_CUSTOM\/plugins\/zsh-autosuggestions\ngit clone https:\/\/github.com\/zsh-users\/zsh-syntax-highlighting.git $ZSH_CUSTOM\/plugins\/zsh-syntax-highlighting<\/pre>\n<p>after copy <mark>.zshrc<\/mark> to ~<\/p>\n<h3>tmux Install &amp; Setting<\/h3>\n<pre class=\"lang:sh decode:true \"># install tmux\nsudo apt install tmux\ngit clone https:\/\/github.com\/gpakosz\/.tmux.git\nln -s ~\/.tmux\/.tmux.conf\ncp ~\/.tmux\/.tmux.conf.local ~<\/pre>\n<p>after edit <mark>.tmux.conf.local<\/mark><\/p>\n<h3>nvim \uc124\uc815<\/h3>\n<pre class=\"lang:sh decode:true\"># install neovim \nsudo add-apt-repository ppa:neovim-ppa\/stable\nsudo apt update\nsudo apt install neovim\n\n# install spacevim\ncurl -sLf https:\/\/spacevim.org\/install.sh | bash\n\n# install plug.vim\nsh -c 'curl -fLo \"${XDG_DATA_HOME:-$HOME\/.local\/share}\"\/nvim\/site\/autoload\/plug.vim --create-dirs \\\n       https:\/\/raw.githubusercontent.com\/junegunn\/vim-plug\/master\/plug.vim'\n<\/pre>\n<p>after copy <mark>init.vim<\/mark> to ~\/.SpaceVim\/<\/p>\n<p>after copy <mark>init.toml<\/mark> to ~\/.SpaceVim.d\/<\/p>\n<pre class=\"lang:sh decode:true\"># have to do cause when do sudo vi to execute nvim\nrm -rf \/usr\/bin\/vi\nln -s \/usr\/bin\/nvim \/usr\/bin\/vi<\/pre>\n<p>after run vi<\/p>\n<pre class=\"lang:vim decode:true\">:PlugInstall<\/pre>\n<h3>root zsh &amp; nvim \ucc98\ub9ac<\/h3>\n<pre class=\"lang:sh decode:true\">sudo su -\n\n# install ohmyzsh sh -c \"$(curl -fsSL https:\/\/raw.github.com\/ohmyzsh\/ohmyzsh\/master\/tools\/install.sh)\"\n\n# zsh plugin install\ngit clone https:\/\/github.com\/zsh-users\/zsh-autosuggestions.git $ZSH_CUSTOM\/plugins\/zsh-autosuggestions\ngit clone https:\/\/github.com\/zsh-users\/zsh-syntax-highlighting.git $ZSH_CUSTOM\/plugins\/zsh-syntax-highlighting\n\ncp \/home\/user\/.zshrc ~<\/pre>\n<p>after modify oh-my-zsh pass on export ZSH &#8220;\/home\/user\/.oh-my-zsh&#8221; to &#8220;\/root\/.oh-my-zsh&#8221; on <mark>.zshrc<\/mark><\/p>\n<pre class=\"lang:sh decode:true\"># install spacevim\ncurl -sLf https:\/\/spacevim.org\/install.sh | bash\n\n# install plug.vim\nsh -c 'curl -fLo \"${XDG_DATA_HOME:-$HOME\/.local\/share}\"\/nvim\/site\/autoload\/plug.vim --create-dirs \\\n       https:\/\/raw.githubusercontent.com\/junegunn\/vim-plug\/master\/plug.vim'\n\ncp \/home\/usr\/.SpaceVim\/init.vim ~\/.SpaceVim\/\ncp \/home\/usr\/.SpaceVim.d\/init.toml ~\/.SpaceVim.d\/<\/pre>\n<p>after run vi<\/p>\n<pre class=\"lang:vim decode:true\">:PlugInstall<\/pre>\n<h3>pip Install &amp; Setting (for nvim)<\/h3>\n<pre class=\"lang:sh decode:true\" style=\"padding-left: 40px;\">sudo apt install python3-pip\npip install neovim pyright pynvim<\/pre>\n<h3>nodejs &amp; npm Install &amp; Setting (for nvim)<\/h3>\n<pre class=\"lang:sh decode:true\">sudo npm -g update\nsudo npm -g install bash-language-server create-react-app emmet-ls eslint intelephense jshint neovim nodemon prettier tree-sitter-cli typescript-language-server typescript vim-language-server vscode-langservers-extracted \n<\/pre>\n<h3>LogWatcher<\/h3>\n<pre class=\"lang:sh decode:true\">sudo apt install mailutils postfix<\/pre>\n<p>after modify <mark>\/etc\/postfix\/main.cf<\/mark><\/p>\n<pre class=\"lang:sh decode:true\">sudo apt install logwatch\nsudo cp \/usr\/share\/logwatch\/default.conf\/logwatch.conf \/etc\/logwatch\/conf\/\n<\/pre>\n<p>after modify <mark>\/etc\/logwatch\/conf\/logwatch.conf<\/mark><\/p>\n<p>after modify <mark>\/etc\/mailname<\/mark><\/p>\n<h3>OpenVpn Server \ucc98\ub9ac<\/h3>\n<pre class=\"lang:sh decode:true \">sudo apt install openvpn easy-rsa\n\nmkdir easy-rsa\ncd easy-rsa\nln -s \/usr\/share\/easy-rsa\/* ~\/easy-rsa\ncp vars.example vars<\/pre>\n<p>after modify <mark>vars<\/mark><\/p>\n<pre class=\"lang:sh decode:true\">. .\/vars\n\n# generate ca\n.\/easyrsa init-pki\n.\/easyrsa build-ca\n\n# generate server cert\n.\/easyrsa gen-req myservername nopass\n.\/easyrsa gen-dh\n.\/easyrsa sign-req server myservername\nopenvpn --genkey --secret ta.key\n\n# generate client cert\n.\/easyrsa gen-req myclient1 nopass\n.\/easyrsa sign-req client myclient1<\/pre>\n<h3>OpenVpn Client \ucc98\ub9ac<\/h3>\n<pre class=\"lang:sh decode:true\">sudo apt install oepnvpn<\/pre>\n<p>after copy <mark>ca.crt, ta.key, client.key, client.crt, client.ovpn<\/mark> to \/etc\/openvpn<\/p>\n<p>after edit <mark>\/etc\/default\/openvpn<\/mark> for openvpn auto start<\/p>\n<pre class=\"lang:sh decode:true\">sudo systemctl enable openvpn@client.service\nsudo systemctl daemon-reload\nsudo service openvpn@client start\n\n# testing after reboot\nip addr<\/pre>\n<h3>APM \ucc98\ub9ac<\/h3>\n<pre class=\"lang:sh decode:true \">sudo apt install apache2 mysql-server php libapache2-mod-php php-mysql php-{bcmath,gd,mbstring,xml,imagick,zip,xmlrpc,intl,curl}<\/pre>\n<h3>SVN Server \ucc98\ub9ac<\/h3>\n<pre class=\"lang:sh decode:true \">sudo apt install subversion sasl2-bin<\/pre>\n<p>after copy \/etc\/init.d\/svnserve<\/p>\n<pre class=\"lang:c# decode:true\">sudo chmod 755 svnserve\nsudo update-rc.d svnserve defaults\nsudo service svnserve start\n\n# user manage\nsudo saslpasswd2 -c id -u group # create user\nsudo sasldblistusers2\nsudo saslpasswd2 -d anydragon # delete user<\/pre>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p> TimeZone Setting ls -l \/etc\/localtime cd \/etc sudo rm -rf localtime sudo ln -s \/usr\/share\/zoneinfo\/Asia\/Seoul localtime # time changed UTC -&gt; KST date package update sudo apt update sudo apt upgrade do-release-upgrade sudo apt autoclean sudo apt autoremove Util Install &amp; Setting # install Utils sudo apt install build-essential sudo apt install net-tools colordiff [&#8230;]<\/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":[94,165],"tags":[602,490,341,604,336,605,324,448,349,352,599,168,173,601,600,606,319,597,603,598,118,596,320,210,447],"class_list":["post-2814","post","type-post","status-publish","format-standard","hentry","category-configuration","category-system","tag-apache2","tag-apt","tag-azure","tag-easyrsa","tag-git","tag-logwatcher","tag-mysql","tag-neovim","tag-nodejs","tag-npm","tag-nvim","tag-openvpn","tag-php","tag-pip","tag-pluginstall","tag-postfix","tag-python","tag-seoul","tag-subversion","tag-sudoer","tag-svn","tag-timezone","tag-tmux","tag-ubuntu","tag-zsh","odd"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>azure ubuntu \uc124\uce58 ver 2022 - 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=2814\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"azure ubuntu \uc124\uce58 ver 2022 - anydragon\" \/>\n<meta property=\"og:description\" content=\"TimeZone Setting ls -l \/etc\/localtime cd \/etc sudo rm -rf localtime sudo ln -s \/usr\/share\/zoneinfo\/Asia\/Seoul localtime # time changed UTC -&gt; KST date package update sudo apt update sudo apt upgrade do-release-upgrade sudo apt autoclean sudo apt autoremove Util Install &amp; Setting # install Utils sudo apt install build-essential sudo apt install net-tools colordiff [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/anyons.net\/?p=2814\" \/>\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-09-06T10:59:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-25T23:13:15+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\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2814#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2814\"},\"author\":{\"name\":\"anydragon\",\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"headline\":\"azure ubuntu \uc124\uce58 ver 2022\",\"datePublished\":\"2022-09-06T10:59:41+00:00\",\"dateModified\":\"2023-03-25T23:13:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2814\"},\"wordCount\":163,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"keywords\":[\"apache2\",\"apt\",\"azure\",\"easyrsa\",\"git\",\"logwatcher\",\"mysql\",\"neovim\",\"nodejs\",\"npm\",\"nvim\",\"openvpn\",\"php\",\"pip\",\"PlugInstall\",\"postfix\",\"python\",\"seoul\",\"subversion\",\"sudoer\",\"svn\",\"timezone\",\"tmux\",\"ubuntu\",\"zsh\"],\"articleSection\":[\"Configuration\",\"System\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=2814#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2814\",\"url\":\"https:\\\/\\\/anyons.net\\\/?p=2814\",\"name\":\"azure ubuntu \uc124\uce58 ver 2022 - anydragon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#website\"},\"datePublished\":\"2022-09-06T10:59:41+00:00\",\"dateModified\":\"2023-03-25T23:13:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2814#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=2814\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2814#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/anyons.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"azure ubuntu \uc124\uce58 ver 2022\"}]},{\"@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":"azure ubuntu \uc124\uce58 ver 2022 - 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=2814","og_locale":"ko_KR","og_type":"article","og_title":"azure ubuntu \uc124\uce58 ver 2022 - anydragon","og_description":"TimeZone Setting ls -l \/etc\/localtime cd \/etc sudo rm -rf localtime sudo ln -s \/usr\/share\/zoneinfo\/Asia\/Seoul localtime # time changed UTC -&gt; KST date package update sudo apt update sudo apt upgrade do-release-upgrade sudo apt autoclean sudo apt autoremove Util Install &amp; Setting # install Utils sudo apt install build-essential sudo apt install net-tools colordiff [...]","og_url":"https:\/\/anyons.net\/?p=2814","og_site_name":"anydragon","article_publisher":"https:\/\/www.facebook.com\/anydragon","article_author":"https:\/\/www.facebook.com\/anydragon","article_published_time":"2022-09-06T10:59:41+00:00","article_modified_time":"2023-03-25T23:13:15+00:00","author":"anydragon","twitter_card":"summary_large_image","twitter_creator":"@anydragon","twitter_site":"@anydragon","twitter_misc":{"\uae00\uc4f4\uc774":"anydragon","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"3\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/anyons.net\/?p=2814#article","isPartOf":{"@id":"https:\/\/anyons.net\/?p=2814"},"author":{"name":"anydragon","@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"headline":"azure ubuntu \uc124\uce58 ver 2022","datePublished":"2022-09-06T10:59:41+00:00","dateModified":"2023-03-25T23:13:15+00:00","mainEntityOfPage":{"@id":"https:\/\/anyons.net\/?p=2814"},"wordCount":163,"commentCount":0,"publisher":{"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"keywords":["apache2","apt","azure","easyrsa","git","logwatcher","mysql","neovim","nodejs","npm","nvim","openvpn","php","pip","PlugInstall","postfix","python","seoul","subversion","sudoer","svn","timezone","tmux","ubuntu","zsh"],"articleSection":["Configuration","System"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/anyons.net\/?p=2814#respond"]}]},{"@type":"WebPage","@id":"https:\/\/anyons.net\/?p=2814","url":"https:\/\/anyons.net\/?p=2814","name":"azure ubuntu \uc124\uce58 ver 2022 - anydragon","isPartOf":{"@id":"https:\/\/anyons.net\/#website"},"datePublished":"2022-09-06T10:59:41+00:00","dateModified":"2023-03-25T23:13:15+00:00","breadcrumb":{"@id":"https:\/\/anyons.net\/?p=2814#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/anyons.net\/?p=2814"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/anyons.net\/?p=2814#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/anyons.net\/"},{"@type":"ListItem","position":2,"name":"azure ubuntu \uc124\uce58 ver 2022"}]},{"@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":2313,"url":"https:\/\/anyons.net\/?p=2313","url_meta":{"origin":2814,"position":0},"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":2820,"url":"https:\/\/anyons.net\/?p=2820","url_meta":{"origin":2814,"position":1},"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":2227,"url":"https:\/\/anyons.net\/?p=2227","url_meta":{"origin":2814,"position":2},"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":2454,"url":"https:\/\/anyons.net\/?p=2454","url_meta":{"origin":2814,"position":3},"title":"ethereum geth","author":"anydragon","date":"2022\ub144 03\uc6d4 12\uc77c","format":false,"excerpt":"\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\u2026","rel":"","context":"&quot;\ubbf8\ubd84\ub958&quot;\uc5d0\uc11c","block_context":{"text":"\ubbf8\ubd84\ub958","link":"https:\/\/anyons.net\/?cat=1"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1377,"url":"https:\/\/anyons.net\/?p=1377","url_meta":{"origin":2814,"position":4},"title":"node.js \uc5c5\uadf8\ub808\uc774\ub4dc","author":"anydragon","date":"2017\ub144 08\uc6d4 15\uc77c","format":false,"excerpt":"\ud604\uc7ac node.js \ubc84\uc804 \ud655\uc778 $ node -v v5.6.0 \uce90\uc2dc \uc0ad\uc81c $ sudo npm cache clean -f n \ubaa8\ub4c8 \uc124\uce58 $ sudo npm install -g n n \ubaa8\ub4c8\uc744 \uc0ac\uc6a9\ud558\uc5ec nodejs \uc124\uce58 $ sudo n stable \uc0c8\ub85c\uc6b4 node.js \ubc84\uc804 \ud655\uc778 $ sudo npm cache clean -f","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":2389,"url":"https:\/\/anyons.net\/?p=2389","url_meta":{"origin":2814,"position":5},"title":"ubuntu sudo \uc554\ud638 \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uac8c","author":"anydragon","date":"2021\ub144 05\uc6d4 28\uc77c","format":false,"excerpt":"\uad00\ub9ac\uc790 \uad8c\ud55c\uc73c\ub85c \/etc\/sudoers.d\/init-users \ud30c\uc77c \uc0dd\uc131\ud558\uc5ec \ub2e4\uc74c\uacfc \uac19\uc774 \uc791\uc131 # User rules for id id ALL=(ALL) NOPASSWD:ALL \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":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts\/2814","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=2814"}],"version-history":[{"count":0,"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts\/2814\/revisions"}],"wp:attachment":[{"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2814"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2814"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}