'Windows/Utility'에 해당되는 글 9건

  1. 2007.11.29 dllexp
  2. 2007.10.29 가벼운 telnet program zterm
  3. 2007.10.09 [Util] 파일 비교 프로그램
  4. 2007.10.04 VPN 프로그램 Hamachi
  5. 2007.09.28 사진 편집 프로그램 PicBear 2.0
  6. 2006.10.12 Source Highlight - c/c++ 을 html 로 변환 하는 방법 2
  7. 2006.08.23 백신 unicure
  8. 2006.08.08 SmartSniff
  9. 2006.07.22 Style XP

dllexp

가벼운 telnet program zterm

 
  설치
Windows 95/98/ME/2000에서 Zterm을 적당한 디렉토리에 복사합니다.
  사용
Zterm의 사용은 바로 실행하거나 단축 아이콘을 만들어 사용할 수 있습니다.
바로가기를 만들어 프로그램의 인수로 호스트주소와 포트를 주어 사용할 수 있습니다.
바로가기의 대상에서 < "C:\바탕화면\Zterm.exe" [-h host] [-l login] [-p password] [-n port] > 처럼 설정하여 사용하시면 편리합니다.
  제거
Zterm을 삭제하시면 됩니다.

invalid-file

다운로드

[Util] 파일 비교 프로그램

Beyond Compare is a powerful time-saving utility for comparing files and folders on your Windows system.

Use it to manage source code, keep folders in sync, compare program output, and validate copies of your data.  Beyond Compare can create a snapshot of a live directory structure, and compare it against the live copy at a later date.

Beyond Compare helps you analyze differences in detail and carefully reconcile them.  It commands a wide range of file and text operations, as well as script commands for automating tasks.

click for screenshot  
compare text files
compare folders, zip archives, ftp sites
update websites
merge code changes
compare program output
and more
출처 : http://www.scootersoftware.com/

VPN 프로그램 Hamachi

VPN의 새로운 기능


LogMeIn Hamachi: 즉석 제로 구성 VPN

• 인터넷을 통한 LAN  여러 대의 컴퓨터를 물리적인 케이블로 연결한 것처럼 독립적인 보안 네트워크로 만듬
• 원격 액세스  원격 데스크톱에서 네트워크의 모든 컴퓨터를 원격 제어가능
• 파일 및 네트워크 드라이브  중요한 파일과 네트워크 드라이브에 액세스 가능
• 제로 구성  방화벽 또는 라우터를 조정할 필요가 없다
• 보안  최고 수준의 암호화 및 인증 기능

출처 : https://secure.logmein.com/home.asp

사진 편집 프로그램 PicBear 2.0

포토샵만큼 강력한 프로그램은 아니지만, 프리웨어로 쓸만한 유틸리티

설치 중 오류는 무시!!


Download : pbse200rc5.exe

Source Highlight - c/c++ 을 html 로 변환 하는 방법

C/C++ 소스 코드를 HTML로 변환하는 방법을 소개 한다.

GNU source-highlight 툴을 사용하여 소스 코드를 Visual Assist의 Syntax 컬러링과 유사한 색상의 HTML 문서로 쉽게 변환하는 팁입니다.
source-highlight 상당히 강력한 유틸리티이긴한데 콘솔 유틸리티라서 사용하기가 번거롭고 디폴트 설정으로 변경한 HTML 문서의 색상은 그다지 만족스럽지 못합니다.
Visual Assist의 색상과 비슷하게 변환하게 해주면서 익스플로러나 VC6에서 간단하게 원 클릭만으로 사용할 수 있게만들어 봤습니다.

■ source-highlight 다운로드/설치하기

우선 다음 링크에서 source-highlight를 다운로드 받아서 설치합니다.
이 글이 쓰여지고 있는 시점 에서는 최신버젼이 Source-highlight 2.1.1 입니다.

GNU Source-highlight
http://www.gnu.org/software/src-highlite/

Src-Highlite for Windows
http://gnuwin32.sourceforge.net/packages/src-highlite.htm

설치하면 기본적으로 C:\Program Files\GnuWin32 폴더로 파일들이 복사됩니다. source-highlight.exe 는 bin 폴더에 생성됩니다.

Style 파일 다운로드 style.rar

  • 콘솔창에서 Visual Assist와 유사한 색상으로 변환하기

    share/source-highlight/ 폴더에 포맷 옵션을 결정하는확장자가 style 라는 이름의 텍스트 파일이 있습니다.
    기본적으로 default.style 로 설정 되어 있으며 변경을 하려면 --style-file=style3.style 와 같은 형식으로 변경 할수 있습니다.

    style 파일은 아래와 같은 형식으로 존재하면 색상의 값을 직접 #ffffff 와 같은 방법으로 변경이 가능 합니다
    (단, Source Highlight에서 지원하지 않는 색상값 darkgray 와같은 방법으로 색상을 입력 하면 오류가 발생 합니다 이때에는 darkgray에 맞는 rgb 코드로 직접 입력 하시면 해결 가능합니다.)
    ------------------------------------------------------------------------
    keyword blue b ;
    type darkgreen ;
    string red ;
    comment brown i ;
    number purple ;
    preproc teal b ;
    symbol darkred ;
    function #ffffff b;
    cbracket red;
    lineno orange b;
    ------------------------------------------------------------------------

    콘솔 창 에서는 다음과 같은 옵션을 사용하여 변환하면 됩니다.
    >> source-highlight.exe -s cpp -f html --data-dir="C:\Program Files\GnuWin32\share\source-highlight" --style-file=default.style --line-number-ref newcpp.cpp


  • 탐색기(explorer)에서 오른쪽 버튼 메뉴를 통해 HTML으로 변환하기

    아래 첨부를 REG파일로 만들어 등록 시킵니다.
    ------------------------------------------------------------------------
    Source-highlightFromExplorer.reg 파일
    ------------------------------------------------------------------------
    REGEDIT4
    [HKEY_CLASSES_ROOT\cppfile\shell\Convert to HTML]

    [HKEY_CLASSES_ROOT\cppfile\shell\Convert to HTML\command]
    @="\"C:\\Program Files\\GnuWin32\\bin\\source-highlight.exe\" -s cpp -f html --data-dir="C:\Program Files\GnuWin32\share\source-highlight" --style-file=default.style --line-number-ref \"%1\""

    [HKEY_CLASSES_ROOT\cxxfile\shell\Convert to HTML]
    [HKEY_CLASSES_ROOT\cxxfile\shell\Convert to HTML\command]
    @="\"C:\\Program Files\\GnuWin32\\bin\\source-highlight.exe\" -s cpp -f html --data-dir="C:\Program Files\GnuWin32\share\source-highlight" --style-file=default.style --line-number-ref \"%1\""
    [HKEY_CLASSES_ROOT\cfile\shell\Convert to HTML]
    [HKEY_CLASSES_ROOT\cfile\shell\Convert to HTML\command]
    @="\"C:\\Program Files\\GnuWin32\\bin\\source-highlight.exe\" -s cpp -f html --data-dir="C:\Program Files\GnuWin32\share\source-highlight" --style-file=default.style --line-number-ref \"%1\""
    [HKEY_CLASSES_ROOT\hfile\shell\Convert to HTML]
    [HKEY_CLASSES_ROOT\hfile\shell\Convert to HTML\command]
    @="\"C:\\Program Files\\GnuWin32\\bin\\source-highlight.exe\" -s cpp -f html --data-dir="C:\Program Files\GnuWin32\share\source-highlight" --style-file=default.style --line-number-ref \"%1\""
    [HKEY_CLASSES_ROOT\hppfile\shell\Convert to HTML]
    [HKEY_CLASSES_ROOT\hppfile\shell\Convert to HTML\command]
    @="\"C:\\Program Files\\GnuWin32\\bin\\source-highlight.exe\" -s cpp -f html --data-dir="C:\Program Files\GnuWin32\share\source-highlight" --style-file=default.style --line-number-ref \"%1\""
    [HKEY_CLASSES_ROOT\hxxfile\shell\Convert to HTML]
    [HKEY_CLASSES_ROOT\hxxfile\shell\Convert to HTML\command]
    @="\"C:\\Program Files\\GnuWin32\\bin\\source-highlight.exe\" -s cpp -f html --data-dir="C:\Program Files\GnuWin32\share\source-highlight" --style-file=default.style --line-number-ref \"%1\""
    ------------------------------------------------------------------------

    위의 파일은 source-highlight 가 C:\Program Files\GnuWin32\ 폴더에 설치되었다고 (디폴트) 가정합니다.
    다른 폴더에 설치했을 경우 그에 맞게 경로를 수정해야 합니다.
    style 파일은 default.style로 설정 되어 있지만 본인이 직접 만든 style 파일로 변경이 가능 합니다.

    .cpp, .cxx, .c, .h, .hpp, .hxx 확장자를 가지는 파일에서 오른쪽 마우스 클릭 후 "Convert To HTML"을 선택하면 같은 폴더에 .html 파일을 생성합니다.


  • VC6 와 VC2005 에서 툴메뉴를 통해 직접 변환하기

     a) VC6 메뉴 중 Tools -> Customize 메뉴를 실행 -> Tools 탭을 선택 합니다.
         (VC2005 : 도구 -> 외부도구)
         
     b) 추가 버튼 (점선 네모)을 선택 후 "Menu contents:" 리스트 박스에
         (VC2005 : 추가 버튼을 누른후  제목에 입력)
        "Convert To HTML" 라고 Typing 합니다 (다른문자로 해도 상관 없습니다)

     c) "Command:" 필드에
         (VC2005 : 명령 필드)
         C:\Program Files\GnuWin32\bin\source-highlight.exe
         를 적습니다.

     d) "Arguments:" 필드에    
       -s cpp -f html --data-dir="C:\Program Files\GnuWin32\share\source-highlight" --style-file=user.style --line-number-ref "$(FilePath)"
     를 적습니다. (user.style 파일은 변경 가능 합니다.)

        (VC2005 : 인수 필드) FilePath가 ItemPath로 변경됨
      -s cpp -f html --data-dir="C:\Program Files\GnuWin32\share\source-highlight" --style-file=user.style --tab=3 --line-number-ref "$(ItemPath)"

     추가 적으로 아래와 같이 "-o STDOUT" 옵션을 추가하면 .html 을 생성해주는 대신에 VC6의 output 윈도에 변환된 HTML 내용을 바로 출력해줍니다.
     출력된 내용을 선택/복사/붙이기 하면 더 쉽게 사용할 수 있습니다.
      -s cpp -f html --data-dir="C:\Program Files\GnuWin32\share\source-highlight" --style-file=user.style --tab=3 --line-number-ref -o STDOUT "$(FilePath)"

    (VC2005 에서는 FilePath를 ItemPath로 변경)
      -s cpp -f html --data-dir="C:\Program Files\GnuWin32\share\source-highlight" --style-file=user.style --tab=3 --line-number-ref -o STDOUT "$(ItemPath)"

      e) "Initial directory:" 필드에 
       $(FileDir)
        (VC2005 에서는  $(ItemDir) 입력)
       
      를 적습니다.

     f) Use Output Window를 체크합니다.
        (VC2005 : 출력창 사용 체크)

     g) Close


재차 말하지만 위의 과정에서 source-highlight의 설치 폴더가 다른 경우 적절히 수정해줘야 합니다.
위의 과정 후 Tools 메뉴에 Conver To HTML 이란 메뉴가 생깁니다. 이 메뉴를 통해서 현재 VC6에서 열려진 소스 코드를 직접 HTML로 변경할 수 있습니다.

참고로 라인넘버가 필요없다면 source-highlight 의 명령 인자 중에서 --line-number-ref 를 제거하면 됩니다.


꼬릿말 : 이런한 방법이 귀찮다면, VC에서 소스를 복사한 후 마이크로소프트 워드에 붙여 넣은뒤 다시 복사하여 인터넷의 게시판등에 붙혀도 소스의 색이나 들여 쓰기 등이 원본 그대로 적용이 된다.

백신 unicure

SmartSniff

홈페이지 : http://www.nirsoft.net/utils/smsniff.html

Description

SmartSniff allows you to capture TCP/IP packets that pass through your network adapter, and view the captured data as sequence of conversations between clients and servers. You can view the TCP/IP conversations in Ascii mode (for text-based protocols, like HTTP, SMTP, POP3 and FTP.) or as hex dump. (for non-text base protocols, like DNS)
SmartSniff provides 2 methods for capturing TCP/IP packets :
  • Raw Sockets (Only for Windows 2000/XP or greater): Allows you to capture TCP/IP packets on your network without installing a capture driver. This method has some limitations and problems.
  • WinPcap Capture Driver: Allows you to capture TCP/IP packets on all Windows operating systems. (Windows 98/ME/NT/2000/XP/2003) In order to use it, you have to download and install WinPcap Capture Driver from this Web site. (WinPcap is a free open-source capture driver.)
    This method is generally the preferred way to capture TCP/IP packets with SmartSniff, and it works better than the Raw Sockets method.

Capture and Display Filters

Starting from version 1.10, you can filter unwanted TCP/IP activity during the capture process (Capture Filter), or when displaying the captured TCP/IP data (Display Filter).

For both filter types, you can add one or more filter strings (separated by spaces or CRLF) in the following syntax:
[include|exclude] : [local|remote|both] : [tcp|udp|tcpudp|icmp|all] : [IP Range|Ports Range]

Style XP

 Style XP unleashes the full potential of your Windows XP desktop by allowing you to download and install XP themes. Themes are available for free from the websites listed in our Links page and won't slow your computer down while you work or play!






- 출처 : http://www.tgtsoft.com/
prev 1 next