eclipse toad plugin offline install

To install or update from the downloaded ZIP archive: Download the ZIP archive Extract the ZIP archive In menu Help, choose Install New Software… option Click Add… button and choose Local.. Navigate […]

vimScript 도움말 문서

:help vim-script-intro reference site url : https://www.ibm.com/developerworks/linux/library/l-vim-script-1/index.html\_

Stream Server & client 빌드 & 사용하기

STEP1: DOWNLOAD SOURCE site: https://github.com/miseri/live555-CMake STEP2: CMAKE BUILD —> XCODE 동영상 STEP3: XCODE BUILD 동영상 STEP4: SERVER START 동영상 STEP4: CLIENT COMFIRM 동영상

chrome 확장 프로그램 만들기

step 1 사이트 : google chrome extension started step 2 manifest.json 파일 만들기 { "manifest_version": 2, "name": "Getting started example", "description": "This extension shows a Google Image search result for the current […]

android build error

[ 1% 673/36150] Yacc: aidl <= system/tools/aidl/aidl_language_y.yy FAILED: /bin/bash -c “prebuilts/misc/linux-x86/bison/bison -d –defines=out/host/linux-x86/obj/STATIC_LIBRARIES/libaidl-common_intermediates/aidl_language_y.h -o out/host/linux-x86/obj/STATIC_LIBRARIES/libaidl-common_intermediates/aidl_language_y.cpp system/tools/aidl/aidl_language_y.yy” /bin/bash: prebuilts/misc/linux-x86/bison/bison: 그런 파일이나 디렉터리가 없습니다 ninja: build stopped: subcommand failed. build/core/ninja.mk:148: ‘ninja_wrapper’ 타겟에 대한 명령이 […]

install ctage & cscope at gvim

ctags install download : http://ctags.sourceforge.net/ cscope insall

대/중괄호 찾기, 문자열 찾기, 폴딩기능

reference: http://screwsliding.tistory.com/entry/vim-%EC%9C%A0%EC%9A%A9%ED%95%9C-%ED%8C%81_

ssh RSA 공유키 충돌 문제

@ WARNING: POSSIBLE DNS SPOOFING DETECTED! @ The RSA host key for raspberrypi.local has changed, and the key for the corresponding IP address fe80::3378:11e0:cb79:156b%en0 is unknown. This could either mean that DNS […]

how to kill Windows Process

1.step Ctrl+R -> cmd 2.step tasklist 3.step taskkill /PID {PID number} /F