2013. 6. 13. 11:00

Opera / 오페라 웹브라우저 도움말, tip

== Extention 목록 ==

 * Instant Dictionary

    - 단어 선택 후 Shift 키를 눌러 단어 뜻을 볼수 있다. 아래 Translator(Google Translator 사용)보다 좋다.

 * Add block

 * Translator


== User Style sheet ==

 a. default.dark.css 가 어두운 회색(?) 바탕에 흰글씨로 좋다.

   - http://extendopera.org/css/content/dark-themes-msdn-stackoverflow-codeproject-google-search


 a. How to install

   - Copy the css file under the path, 'C:\Users\<name>\AppData\Roaming\Opera\Opera\styles\user' and select the default.dark on the menu>Page>Styles.


== RSS Feeds ==

 * List를 export하면 Thunderbird와 호환 가능하다.


== Installation ==

 a. Ubuntu에서 12.16과 26 버전 함께 설치하기

- 다른 한 버전은 tar 패키지 버전의 압축을 풀고 해당 디렉토리에서 바로 실행시키면 된다.

- 12.16 버전은 sync등 기존 기능을 사용가능하고 26버전은 거기에서 여러 기능들이 빠져 있다.

2013. 6. 11. 16:07

FreeCommander 도움말

FreeCommander 도움말


== URL ==

 * http://www.freecommander.com/


== Tip ==

* Unicode를 지 로 서 럼 야 다.

FreeCommander is non-unicode program. You have to tell windows what language to use for non-unicode applications:
- In Windows XP select Start menu -> Settings -> Control Panel.
- In the Control Panel select Regional and Language Options.
- Select the Advanced tab.
- Set the Language for non-Unicode programs to the correct language. => 요부분을 Korean으로 설정해줬다.

2013. 6. 11. 11:30

Putty 간단 설명

== Putty & PuttyCM ==

 a. Putty :  Telnet/ssh client, Free software

 a. Putty Connection Manager : Connection(host) 리스트 관리 유틸



 == Putty와 PuttyCM 설치 방법 ==
a. putty-0.63-installer or zip 파일 설치
a. PuttyCm.zip
: Putty에서 multi-tabbed 기능을 사용하기 위한 툴
: 압축을 풀고 실행만 시켜주면 된다.
: 더 이상 new version은 release 되지 않는 것 같다. 배포 site가 죽어 있음


== Putty의 세션정보와 PuttyCM의 Database Backup ==
:putty session 정보와 puttyCM의 database는 아래 참조하여 주기적으로 백업 필요

 a. Putty session 정보 백업하기

   * Session이 저장되는 registry를 백업하거나

-  regedit /e "%userprofile%\desktop\putty_bkup.reg" HKEY_CURRENT_USER\Software\Simontatham

   * PuttyCM 메뉴에서, Tool >> Options 선택해서 옵션창에서

- Export Putty Session 메뉴를 이용해 Registry파일 형태로 export하여 저장할 수 있다.


 a. PuttyCM Database 정보 백업하기

   * DataBase 저장 위치 : Tool > Options > Database에서 디렉토리와 파일이름 지정

   * 현재 Database 백업 : Database > Backup 하면 <DB_name>_날짜.data로 저장됨

   * 원하는 파일로 저장 : File > Database Save As 로 저장

   * xml로 export/import : Database > import and export


== Tips for Putty and PuttyCM ==

 a. Reference

 * 10 Awesome PuTTY Tips and Tricks You Probably Didn’t Know

 * Turbocharge PuTTY with 12 Powerful Add-Ons – Software for Geeks #3

 * Putty Manager

 a. Log 파일 저장

- Putty Configuation창에서 Session > Logging 옵션에서 'log file name' 부분에 아래처럼 설정

   C:\\LOG\putty.&H_&M&D.&T.log

- 설정 후 Session에서 'Default settings'를 선택후 save 해준다.

 a. Login Macro Mode 사용

- 로긴을 자동으로 할때 id입력 부분에 id가 아닌 password가 입력 되기도 하는데 Connection timeout 등을 조정하면 되려나?

 a. PuttyCM의 Tab 관련 tip 

 * Windows 7 에서는 putty session을 open하면 Tab으로 붙지 않는 경우가 있다. 이때는 puttycm.exe 파일을 선택하고 마우스 오른쪽 메뉴의 properties에서 Compatibility mode를 "Windows Vista"로 설정해야 한다.

    : http://www.pimp-my-rig.com/2011/10/tabbed-putty-with-puttycm-windows7.html

 a. 윈도우즈 CMD 창에서 putty를 이용해서 ssh 접속하기

* ssh : putty.exe -ssh <user_id>@<ip>

* telnet : putty.exe -telnet <user_id>@<ip>

* 또는 아래와 같은 ssh.bat이라는 batch 파일을 만들어 사용한다.

  - putty.exe -ssh %1