(filetype.vim 파일 변경)


" Oracle Pro*C/C++

" au BufNewFile,BufRead *.pc setf proc

au BufNewFile,BufRead *.pc setf esqlc


(출처 : http://junsik.tistory.com/16 )


:scriptnames


(

https://stackoverflow.com/questions/10921441/where-is-my-vimrc-file

)


https://s3-us-west-2.amazonaws.com/assets.sourceinsight.com/download/v4/doc/SourceInsight4UserGuide.pdf



1.

Options->Text 창에 Font 를  변경 : Consolas -> 바탕체 

Options->Text 창에 locale 을 변경 : ko_KR, eucKR  


<--- vi 사용하지 않고, tail 만 쓸 거면 이것만 해도 된다


2.

####### .bashrc 파일 설정 ##############

### export LANG=ko_KR.UTF-8 

alias ls='ls -F --show-control-chars --color=tty'


3.

####### .inputrc 파일 설정 ##############

# Allow 8-bit input/output

set meta-flag on

set convert-meta off

set input-meta on

set output-meta on


참조: https://m.blog.naver.com/PostView.nhn?blogId=msyang59&logNo=220062856338&proxyReferer=https%3A%2F%2Fwww.google.co.kr%2F




https://www.eclipse.org/downloads/packages/technologyeppdownloadsreleaseoxygenreclipse-cpp-oxygen-r-win32-x8664zip


jdk1.8

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html


http://eine.tistory.com/5




eclipse 에서 pro*c 파일 구문 강조


Window → Preferences → C/C++ → File Types.  New button 누른 뒤  입력 (보기 : *.pc)  

https://stackoverflow.com/questions/4886085/how-to-set-the-c-file-extension-to-cc-in-eclipse-for-files-created-when-start


* file > Reload as Encoding

UTF-8 > Korean Unified ....


참고: http://walk.tistory.com/43


geth --dev console




https://github.com/ethereum/go-ethereum/wiki/Command-Line-Options


이더리움 무료 이북 링크 (Mac 기준)