le CiEL usine

Boilerplate

Github 복수 계정 SSH Key 설정

하나의 서버에서 SSH Key를 이용한 다수의 Github 계정 사용

순서 ssh-keygen 을 이용해 각 계정에서 사용할 Key 생성 ~/.ssh/config 작성 git config 수정 또는 clone Key 생성 $ ssh-keygen -t rsa -C 'a@example.com' id_rsa 말고 별도 이름으로 키를 생성한다. Generating public/private rsa key ...

Amazon ECR 접근 권한 부여

connecting Amazon ECR from external

사용 예시 A Org 에서 B Org 에 있는 ECR 을 접근하여 pull, push 하고 싶을때 B Org 에 아래 정책을 참고하여 적용한다. ECR Repository policy --------------------------------- { "Version": "2008-10-17", "Statement": [ { "Sid...

Github Pages - Jekyll Blog 설치

jekyll

1. Github Repository 생성 username/username.github.io 로 생성한다. 참고 : https://pages.github.com/ git clone https://github.com/username/username.github.io cd username.github.io echo "Hello World" > i...

Bitcoin Core - RPC command

bitcoind rpc command lists

== Blockchain == getbestblockhash getblock "blockhash" ( verbosity ) getblockchaininfo getblockcount getblockhash height getblockheader "hash" ( verbose ) getblockstats hash_or_height ( stats ) g...