ERD 플러그인

근래 본것중 짱!!! (cray 버림)

http://ermaster.sourceforge.net/



FreeMind : GPL
마인드맵 툴
한글 지원
http://freemind.sourceforge.net


DESYEDIT : 무료
한글 지원
일단 잘 안죽는다. ^^
http://www.desyedit.com/

notepad++ : 오픈소스 무료
한글 지원
기능 막강. 잘 죽는다.. ㅜㅜ
http://notepad-plus.sourceforge.net/uk/site.htm

크림슨 에디터

아크로 에디터

GVim

등등.. 여기까지 찾은것들..

여기는 ttl 파일
==================================================
; sample macro of UTF-8 & SSH2 TeraTerm Pro
;
; File: ssh2login.ttl
; Description: auto login with SSH2 protocol
; Environment: generic
; Update: 2004/12/4
; Author: Yutaka Hirata

username = 'cute772'
hostname = 'cblxdblab1'

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

msg = 'Enter password for user '
strconcat msg username
passwordbox msg 'Get password'

msg = hostname
strconcat msg ':22 /ssh /auth=pageant /user=cute772'
strconcat msg username
strconcat msg ' /passwd='
strconcat msg inputstr

connect msg
============================================================

pageant.exe 를 시작프로그램에 등록하고 '속성>바로가기>대상' 에 파라매터로 키파일 패스를 지정하면 된다.

그럼 매번 키로드 할 필요 없음


관련정보 링크
  http://ttssh2.sourceforge.jp/manual/en/commandline/ttssh.html
  http://the.earth.li/~sgtatham/putty/0.53b/htmldoc/Chapter9.html


추가로 위에는 ttl 파일로 관리할 경우이고 TERATERM.INI 파일상 '[Hosts]' 필드에 인증 방식을 선택할 수 있다.

Host1=10.0.0.1:22 /ssh2 /user=foo /passwd=**** /auth=password  ; ssh2 를 이용, 패스워드 인증
Host2=192.168.0.1:22 /ssh2 /user=foo /auth=pageant ; pagent 를 이용 인증

TERMTERM UTF8 셋팅
 
To use UTF-8, changed from English to Japanese under Setup->General menu and select "Terminal" from the TeraTerm Pro "Setup" menu. Inside the dialog-box, select "UTF-8" from "Kanji(receive)" or "Kanji(transmit)". There is no need to restart TeraTerm Pro to activate these configuration changes.

위와 같이  터미널 셋팅에서 'Locale'를 'korean' or 'kor' 로 수정. 또한 'CodePage' 를 '50933'으로 변경할것!!








+ Recent posts