IT > etc kafkacat kimstar2019년 12월 16일0 Windows10에 ubuntu 설치 후 kafkacat 설치하여 produce, consume 테스트를 간단하게 처리할 수 있습니다. ubuntu & hyper 설치 :...
IT > etc NginX 특정 파일/폴더만 허용 kimstar2019년 9월 14일0 개요 hello.html과 allow 디렉토리만 허용하고, 나머지 요청은 301 리다이렉트하도록 nginx.conf를 수정 http { .... server...
IT > etc 윈도우에서 NVM 설치 kimstar2019년 4월 18일0 node.js 버전이 다른 개발환경에서 필요시 version을 변경하기 위해 NVM(Node Version Manager)을 설치하였습니다.설치 환경은...
IT > etc JMeter kimstar2019년 2월 19일0 JMeter 개요 성능 테스트, 로드 테스트를 위한 오픈소스 SWApache JMeter 공식 : https://jmeter.apache.org/Jmeter Plugins...
IT > etc REDIS kimstar2018년 12월 20일0 REDIS 개요 REmote DIctionary Systemkey-value store원격 cache : network를 통해 get / set Windows Redis...