728x90 반응형 개발49 go access 정리 1. 설치 (ubuntu) Step 1: system update sudo apt-get update sudo apt-get -y upgrade Step 2: dependency 다운로드 GoAccess - c로 만들어짐 --> 실행시 gcc 필요 sudo apt-get -y install libncursesw5-dev gcc make optional 패키지 다운 sudo apt-get -y install libgeoip-dev libtokyocabinet-dev Step 3: GoAccess 설치 다운로드, 압축풀기 wget http://tar.goaccess.io/goaccess-1.2.tar.gz tar -xzvf goaccess-1.2.tar.gz 최신 goaccess 확인 official dow.. 2020. 3. 16. git rebase vs merge 차이? Git merge 커밋 순서를 바꾸지않는다(Non desdtructive operation: does not change commit order) 존재하는 브랜치가 변경되지 않는다 (Existing branches are not changed in any way) 새로운 merge commit을 생성한다. (Creates a new merge commit in the feature branch) 1. merge 전 2. merge 후 Git rebase - 전체 브랜치를 마스터 브랜치 끝에 잇는다.( moves the entire branch to begin on the tip of the master branch) Git Merge | Atlassian Git Tutorial Git Merge | At.. 2020. 3. 13. git submodule errors fatal: in unpopulated submodule 원인: 다른 곳과 submodule 연동이 안됨. 해결 1. 최상단에 .gitmodules 파일 안에 정보를 넣는다. 2. git module 초기화, update rm -rf .git/modules rm -rf build git submodule update --init ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to xxxx 원인: 현재 submodule에 remote repository의 가장 최신의 것이 반영되지 않음 해결 1. 최신의 remote repo 정보 끌어오기 git pull git submodule .. 2020. 3. 13. TRON 기반 개발 기초 정리(로컬 개발) TRON 특징 https://developers.tron.network/docs/getting-started tron이 내세우는 장점? 퍼포먼스가 높다(TPS) 확장성이 좋다(scalability) 사용성이 좋다 낮은 비용 유저 친화적 Unique DPOS(Delegated Proof of Stake) 지분 증명 방식 Installation TRONBOX (npm) https://github.com/TRON-US/tronbox Wallet-cli https://github.com/tronprotocol/wallet-cli Tron quickstart docker git clone https://github.com/tronprotocol/docker-tron-quickstart Installation Tr.. 2020. 3. 13. 이전 1 ··· 8 9 10 11 12 13 다음 728x90