2013. 7. 31. 11:29

Port Query(Portqry.exe) in Windows

< Port Query tool >
== download and HELP URL ==
a. http://support.microsoft.com/kb/310099

== Usage Example ==
a. reference
 * http://www.petri.co.il/quickly_find_remote_open_ports.htm

a. Scanning one port
  * C:'WINDOWS>portqry -n www.petri.co.il -p tcp -e 80
a. Scanning a range of ports
  * portqry -n server1.dpetri.net -p tcp -r 21:143

2013. 7. 31. 11:06

VMware vSphere Cleint Tips

== Ports used by Sphere Client ==

 a. The three ports vSphere client needs are 443, 902 and 903.


== VMWare vSphere Remote Access via SSH Tunnel ==

 a. http://mediarealm.com.au/articles/2013/01/vmware-vsphere-remote-access-via-ssh-tunnel/

2013. 7. 16. 14:02

Notepad++ 도움말

== Notepad++ ==

 * notepad++ : http://notepad-plus-plus.org/


== 폰트 설정 ==

 a. 설정 - 스타일 환경설정 - Global Styles 언어의 Default Style 글꼴을 바꾼다


== Blank Line 처리하기 ==

 : http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Lines_And_Blocks


 * 전체 문서에서 empty line 삭제 

- 메뉴 > Edit > Line Operations

a. Remove empty lines 

      a. Remove empty lines (Containing Blank characters)


 * 문서내 선택된 부분에서 empty line 삭제

- TextFX 플러그인 필요

- 메뉴 > TextFX > TextFX Edit

a. Delete blank lines

a. Delete surplus blank lines

 * 아쉬운 점

- 선택된 부분에서 ' Remove empty lines (Containing Blank characters)' 기능이 없다. 


== Folding 기능 사용하기 ==

 * 2-level까지만 title만(본문은 안보이게) 보이게 하기

0. 전체가 folding된 상태에서 (Alt + 0)

1. Alt + 2 : 2-level만 unfolding

2. Alt + Shift + 2 : 2-level만 folding


 * Define a user defined Folding
  a. Menu : View > User Defined Dialogue
    - Folder Open Keywords Setting : "==" # 따옴표(") 빼고
    - Folder Close Keywords Settings : "-- --" #중간에 공백 있다. 

    : 여러가지 조합을 사용해 봤는데 이상하게 요 조합이 가장 잘 동작하는듯 하다.


* Folding 관련 단축키

  a. Fold All : <Alt + 0>

  a. Unfold All : <Alt + Shift + 0>


* Apply the User-defined Folding
  a. Menu : Language > myFolding


* To do list
  a. Folding을 정의할 때, Close 부분 정의 안하고 Open 부분만 정의해서 쓸수 있으면 좋겠다.


* 참고사항
  a. Folding할때 처음과 끝이 매칭이 안되면 그 다음 Folding 시작 부분이 다음것과 겹치게 된다.
  a. Folding의 Close 부분이 정의되어 있지 않으면 folding할 때 그 이후로 전부 접히게 된다.
  a. ----, -- -, 등으로 시험해 봤는데 -- -- 또는 --*--< 등이 잘 동작한다.
  a. 이상하게 folding이 처리가 잘 안되는 경우도 있다.


== Backup 기능 사용하기 ==

* Menu

  a. Setting > Preferences > Backup/Automation

- Verbose backup 으로 설정하고 Customer Backup Directory 설정을 해주면 백업본이 항상 저장된다.