출처 : http://www.econote.co.kr/event/content.asp?nid=49377

(예병일의 경제노트, 2008.5.20)


그는 대학 때 했던 것처럼 아이디어를 노트에 적기 시작했다. 머리에 떠오르는 것은 무엇이든 정리해 나갔다. 그리고 업종을 선택하기 위한 갖가지 조건들을 나열했다.

-벌지 못하면 사업을 하는 의미가 없다.
-선택한 업계가 앞으로 꾸준히 성장할 것으로 판단되는가.
-앞으로 50년 이상 그 일에 몰두할 수 있는가.
-자본이 너무 많이 필요한 사업은 안된다.
-젊었을 때는 적극적으로 도전하라.
-아무도 생각하지 못한 독특한 사업을 하자.
-10년 이내에 적어도 일본에서는 정상의 자리에 오른다.
-사업 성공의 열쇠는 바로 많은 사람을 행복하게 하는 데에 있다.

여기는 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