전체 글 1447

tig CUI git Browser

CUI な Git ブラウザ tig を入れてみた Tig: text-mode interface for Git : 소스코드 The Tig Manual : 공식 문서 Tig(text-mode interface for git)を使う : 좀 더 친절한 설명 문서(일본어) 설치 # mac brew install tig # linux debian sudo aptitude install tig # git 작업 폴더에서 tig를 실행한다. cd gitWorkFolder/ tig h 도움말 j, k 커서 이동 m 메인 화면 표시. tig 기본 시작 확면. 자세한 내용은 커밋을 선택한 상태에서 Enter를 하면 diff 화면이 표시 Tab 포커서 이동 t 저장소 파일 트리 보기 /, ? 키워드 검색

vcs/git 2017.05.03

HAProxy Install

L4/L7 스위치의 대안, 오픈 소스 로드 밸런서 HAProxy HAProxy vs nginx: Why you should NEVER use nginx for load balancing! Nginx virtual host traffic status module Introducing Dynamic Modules in NGINX 1.9.11 Tuning NGINX for Better Performance Performance Tuning HAProxy BalancerBattle How To Use HAProxy to Set Up HTTP Load Balancing on an Ubuntu VPS CentOS - HAProxy 설치 [개발] HAProxy 설치 및 기본 설정 Cent7 Package manage..

server-side/haproxy 2017.04.28

MAC iterm split window move

iTerm2 DocumentationiTerm2 Alternatives for Windows General Usage brew cask install iterm2 탭 사이 탐색 Cmd+left arrow, Cmd+right arrow navigates among tabs. So does Cmd-{ and Cmd-}. 탭 번호 이동 Cmd+number navigates directly to a tab. 윈도우 번호 이동 Cmd+Option+Number navigates directly to a window. 분할된 창 탐색 Cmd+Option+Arrow keys navigate among split panes. 분살된 창 순서대로 탐색 Cmd+] and Cmd+[ navigates among split p..

os/MAC 2017.04.27

Protocol buffers 프로토콜 버퍼

마이크로서비스 아키텍처 구축 구글 프로토콜 버퍼 (Google Protocol Buffer) 란? 프로토콜 버퍼 구글에서 개발한 구조화된 데이터직렬화 방법으로, 네트워크 통신과 데이터 저장에 사용된다. 데이터 구조(메시지)와 서비스를 proto 정의파일에 저장하고 다양한 언어로 인/디코딩하여 이기종간 호환이 가능하다. 유사한 기술로는 아파치 쓰리프트와 아브로가 있다. 참고 사이트 https://developers.google.com/protocol-buffers/ 언어별 튜토리얼 https://developers.google.com/protocol-buffers/docs/tutorials 개발자 가이드 문서 https://developers.google.com/protocol-buffers/docs/ov..

반응형