급조한 새로운 시스템

작년 6월에 중고로 구매해서 사용중이던 톨레도4400+ 시스템은
DDR1에 2GB의 메모리를 장착하였다.

DDR2 메모리의 경우 치킨게임으로 값이 하락하고,
중고 값의 경우는 품귀현상으로
 DDR1의 가격이 DDR2의 2배까지 올랐다.

결국, 과감히 기존 시스템을 중고로 처분 후
중고로 옆그레이드를 감행하고 말았는데~~

사용자 삽입 이미지
그것이 바로 65nm 공정을 사용한 브리즈번 시스템 구축이다.

일단 제조공정의 세밀화로 전력소모가 줄었고,
발열도 감소하여 전체적인 만족감 상승!

DDR2를 이용한 시스템에, 온보드 그래픽을 사용한 저소음 시스템 구축 성공.
AMD 브리즈번의 뛰어난(?) 오버 기능으로
1.9GHz에서 2.5GHz로 강제 업!!!

사용자 삽입 이미지
무엇보다도 핵심은 저렴한 메모리 가격으로
드디어 4기가 당에 진입하였다.
이제 앞으로 메모리에 대한 업그레이드 걱정은 없을 듯~

p.s. 당시 귀차니즘의 발동과 케이스의 불변으로 사진촬영은 없었습니다.
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by downright

2009/02/22 20:40 2009/02/22 20:40

Comments List

  1. 하어ㅓ어ㅓㄴ수 2009/02/22 21:03 # M/D Reply Permalink

    정보처리산업기사 공부하다보니

    단어여러개가 이해가 되네요

    1. downright 2009/02/24 11:36 # M/D Permalink

      자격증 공부하고 있었구나?^^;
      단어라고 말해서 생각는 사이트가 한군데 있어.
      http://www.terms.co.kr 추천!

  2. 해맑은탱쟈 2009/02/23 22:21 # M/D Reply Permalink

    업글 하셨군요~ ㅋㅋ 축하드립니다~ ㅎㅎ
    전 학교 연구실 컴퓨터 쓰다보니 ^^;
    근데 이 컴퓨터 쓸 날도 얼마 안남았군요 ㄱ-;
    그러면 다시 구형 노트북으로 돌아가야 하는군요.
    뭐 그렇게까지 절망할 정도의 사양은 아니지만 ;;

    1. downright 2009/02/24 11:37 # M/D Permalink

      요즘 중고로 나오는 매물들은
      버림 받기에는 아까운 고사양들이 많은 것 같습니다.
      가격도 저렴한 편이고...
      저는 몇 년째 핵심부품들은 중고로 산 것 같네요^^
      HDD는 중고로 안사요. ㅋㅋ;

Leave a comment
[로그인][오픈아이디란?]

Nyquist Plot - 나이퀴스트 선도

A Nyquist plot is used in automatic control and signal processing for assessing the stability of a system with feedback. It is represented by a graph in polar coordinates in which the gain and phase of a frequency response are plotted. The plot of these phasor quantities shows the phase as the angle and the magnitude as the distance from the origin. This plot combines the two types of Bode plot — magnitude and phase — on a single graph, with frequency as a parameter along the curve. The Nyquist plot is named after Harry Nyquist, a former engineer at Bell Laboratories.

Assessment of the stability of a closed-loop negative feedback system is done by applying the Nyquist stability criterion to the Nyquist plot of the open-loop system (i.e. the same system without its feedback loop). This method is easily applicable even for systems with delays which may appear difficult to analyze by means of other methods.

Nyquist and related plots are classic methods of assessing stability, but have been supplemented or supplanted by computer-based mathematical tools in recent years. Such plots remain a convenient method for an engineer to get an intuitive feel for a circuit.

< MATLAB 함수 설명 >

  - nyquist(sys) : plots the Nyquist response of an arbitrary LTI model sys.

  - nyquist(sys,w) : explicitly specifies the frequency range or frequency points to be used for the plot.
                                 To focus on a particular frequency interval, set w = {wmin,wmax}

  - nyquist(sys1,sys2,...,sysN) or nyquist(sys1,sys2,...,sysN,w)
                : superimposes the Nyquist plots of several LTI models on a single figure.
                  You can also specify a distinctive color, linestyle, and/or marker for each system plot
                   with the syntax nyquist(sys1,'PlotStyle1',...,sysN,'PlotStyleN')

      When invoked with left-hand arguments return the real and imaginary parts of the frequency
      response at the frequencies w (in rad/sec)
             [re,im,w] = nyquist(sys)   or   [re,im] = nyquist(sys,w)

< 예제 코드 및 출력 결과>

    - Plot the Nyquist response of the system
       

사용자 삽입 이미지
      Code: >> H = tf([2 5 1],[1 2 3])                           >> nyquist([2 5 1], [1 2 3])
               >> nyquist(H)                       또는             >> grid
               >> grid

* 참고: http://en.wikipedia.org/wiki/Nyquist_plot
          http://www.prosoundweb.com/install/sac/n26_4/nyquist/nyquist.shtml

크리에이티브 커먼즈 라이센스
Creative Commons License

"Matlab" 카테고리의 다른 글

Posted by downright

2008/06/30 15:23 2008/06/30 15:23

Leave a comment
[로그인][오픈아이디란?]

사용자 삽입 이미지
사용자 삽입 이미지
- 이전 시스템: Intel P4 2.6C, ASUS P4P800 Deluxe, DDR1 3200 512MB, ATI 9550
- 현재 시스템: AMD Athlon64 X2 4400+, ASUS A8N32-SLI Deluxe, DDR1 3200 2GB, ATI HD3650

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by downright

2008/06/29 15:09 2008/06/29 15:09

Leave a comment
[로그인][오픈아이디란?]

Unlocker - 파일 삭제

파일이 현재 실행 중이어서 삭제할 수 없을 때, 재부팅을 하거나,
안전모드를 이용할 수 있지만, 간편하게 파일을 삭제하는 방법이 있습니다.

그 방법은 바로 unlocker를 이용하는 것입니다.
프로그램을 설치하고 나면, 파일 또는 폴더를 클릭한 상태에서
마우스 우측 버튼에 Unlocker가 생긴 것을 볼 수 있습니다.

사용자 삽입 이미지
(위의 예는 pdf 파일을 foxit reader로 실행한 상태에서
pdf 파일을 삭제하려고 하는 상황입니다.)

지우려고 하는 파일 또는 폴더를 선택 후,
Unlocker를 누르면 아래와 같은 화면이 나타나게 됩니다.

사용자 삽입 이미지
이 상태에서 '프로세스 끝내기'를 누르게 되면,  foxit reader가 강제로 종료되게 됩니다.
만약 '풀기' 또는 '모두 풀기'를 누르게 되면 프로그램은 열려있는 상태지만
pdf 파일을 삭제할 수 있게 됩니다.

'동작 없음' 목록 상자를 누르게 되면 '삭제', '이름변경', '이동' 3가지 동작을
선택할 수 있게 되어있고, 선택하여 동작을 지정할 수 있습니다.

* 제작사 홈페이지: http://ccollomb.free.fr/unlocker/
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by downright

2008/02/28 23:04 2008/02/28 23:04

Leave a comment
[로그인][오픈아이디란?]

사용자 삽입 이미지

폴더 아이콘을 간편하게 변경할 수 있는 프리웨어입니다.
해당 폴더 내에 desktop.ini 파일을 생성하여 폴더의 아이콘을 변경해줍니다.

사용자 삽입 이미지
< 언어설정 화면 >

- 사용 방법 -
      1. 왼쪽에 보이는 드라이브에서 폴더를 탐색하여, 폴더를 선택합니다.
2. 아이콘 탐색 버튼을 눌러서 바꾸고자 하는 아이콘을 찾습니다.
          3. 설정 저장 버튼을 누르면, 해당 폴더에 desktop.ini 파일이 생성됩니다.

- desktop.ini 파일 내용 -
[.ShellClassInfo]
IconIndex=0
iconfile=아이콘파일 경로
infotip=정보 문구


* 제작 홈페이지: http://www.magictweak.com/

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by downright

2008/02/12 13:44 2008/02/12 13:44

Leave a comment
[로그인][오픈아이디란?]

CPU-Z - CPU 정보



CPU에 관련된 전반적인 정보 및 메인보드와 메모리에 대한 정보를 확인하는 프로그램입니다.
위의 그림에서 볼 수 있듯이, 처음 프로그램을 실행하면 저 화면이 나옵니다.

CPU 탭
프로세서의 종류 및 코어명, 패키지 형태, 제조공정, 코어의 전압 스테핑, 리비젼 등을 볼 수 있습니다.
그리고 하단에 클럭에 대한 정보가 나오는데, 오버시에 설정된 값을 프로그램으로 다시 확인해 볼 수 있습니다.
전압 정보와 클럭에 대한 정보는 실시간으로 변경부분이 반영됩니다.

Cache 탭 - CPU의 Cache에 대한 용량 및 정보를 볼 수 있습니다.



Mainboard 탭
제조사와 모델명 리비젼, 사용된 칩셋을 확인할 수 있습니다. 그리고 Biso 버젼과 날짜 정보도 보여줍니다.
추가적으로 보드에서 지원하는 그래픽 인터페이스에 대한 정보도 나옵니다.

Memory 탭
사용한 메모리의 종류 및 듀얼 채널 설정 유무, 퍼포먼스 모드 설정과 용량, 타이밍, 클럭 설정을 확인할 수
있습니다.

SPD 탭
메모리 슬롯별 장착된 메모리에 대한 자세한 정보가 나옵니다. 슬롯 번호를 선택하고 정보를 확인하면 됩니다.
모듈 크기, 대역폭, 제조사, 파트넘버, 제작시기, 시리얼 넘버, 타이밍에 대한 정보가 있습니다.



About 탭

프로그램에 대한 정보 및 현재 사용중인 운영체제에 대한 정보가 나옵니다.
서비스팩 버젼, 빌드를 포함하여 Directx 버젼도 표기됩니다.
Tools 에 보시면 3가지 버튼이 있는데,
Registers Dump는 CPU-Z를 통해 수집된 정보를 txt 파일로 저장합니다.
HTML Dump는 txt와 기능은 비슷하지만 html 형태로 파일을 저장합니다.

cpuz 실행파일 변수기능
cpuz.exe -txt=filename : 프로그램 실행창을 보이지 않고, 정보를 바로 설정한 파일명의 txt로 저장합니다.
cpuz.exe -html=filename : 프로그램 실행창을 보이지 않고, 정보를 바로 설정한 파일명의 html로 저장합니다.

단축키
F5 : 현재 보고있는 탭을 bmp 파일로 저장합니다.
F6 : 현재 보고있는 탭을 클립보드로 저장합니다.

제작사 홈페이지 / 심파일 리뷰

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by downright

2008/02/09 22:44 2008/02/09 22:44

Comments List

  1. fdf 2009/06/13 16:49 # M/D Reply Permalink

    전메인보드에서 graphic interface가않나오는데...

    1. downright 2009/06/13 17:48 # M/D Permalink

      내장 그래픽카드를 쓰고 계신건 아닌지요?

Leave a comment
[로그인][오픈아이디란?]
사용자 삽입 이미지
파일 확장자마다 마우스 우측 버튼을 눌렀을 때 뜨는 메뉴가 다른 것을 보았을 것입니다.
그것은 프로그램 설치시 확장자에 대해 레지스트리 항목을 추가하기 때문입니다.

예를 들어 포토샵은 psd, 한글은 hwp에 대한 shell 메뉴를 만들게 됩니다.
shell 메뉴를 삭제하려면 regedit를 이용하여서 'HKEY_CLASSES_ROOT' 항목을
직접 지우거나, 탐색기에서 '도구->폴더 옵션-> 파일 형식'에서 편집하게 됩니다.
하지만, 이 경우 한 번에 여러개를 지우기 불편하고, 많은 내용을 한번에 보기 어렵습니다.

위 프로그램은 쉘 메뉴 관리를 위해 만들어진 프로그램으로
프로그램을 실행하면 위와 같은 화면이 나오고, 모든 확장자에 대한 값이 보입니다.
처음에는 '기본 메뉴 항목 숨김' 메뉴의 기본값이 보이지 않음인데,
설정->'기본 메뉴 항목 숨김' 을 체크 해제하시면 기본 메뉴가 보이게 됩니다.

기본적인 이용방법은 해당 메뉴를 사용하려면 녹색 단추를,
사용하지 않으려면 빨간 단추를 누르면 됩니다.
편집 기능은 지원하지 않고 프로그램 이름과 마찬가지로 보기, 보이지 않기
기능을 수행하도록 만들어져 있습니다.

 심파일 리뷰 - http://simfile.chol.com/
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by downright

2008/01/04 01:01 2008/01/04 01:01

Leave a comment
[로그인][오픈아이디란?]



윈도우에서 컨트롤+알트+델 키를 눌러시 시스템이 현재 사용중인 프로세스 목록을 확인할 수 있지만,
이 프로그램은 ms사에서 따로 제공하는 프로세스 관리 프로그램입니다.
프로그램은 실행파일 하나와 도움말 파일로 되어 있습니다.

프로그램을 실행시키시면 기본적으로 위의 화면처럼 현재 프로그램의 목록과
프로세스에 대한 설명, CPU 사용율을 확인할 수 있습니다.
각 프로세스이름에서 마우스 우측 버튼을 눌러서 우선순위나 프로세스 재시작, 중지 명령을 사용할 수 있고
등록정보 창을 열어서 세부적인 내용을 확인할 수 있습니다.



이 화면은 view -> system information 을 실행하면 나오는 화면입니다.
이 화면은 현재 프로그램의 전반적인 사용에 대한 정보를 상세하게 보여줍니다.
Threads나 프로세스의 수와 메모리의 사용 현황에 대한 정보들이 보입니다.

Introduction

Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded.

The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode you'll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded.

The unique capabilities of Process Explorer make it useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work.

Process Explorer works on Windows 9x/Me, Windows NT 4.0, Windows 2000, Windows XP, Server 2003, and 64-bit versions of Windows for x64 and IA64 processors, and Windows Vista.

What's new in Version 11.0:

New treelist control for better UI responsiveness

Asynchronous thread symbol resolution on threads tab of process properties

More flags on groups in security tab and SID display

Thread IDs on threads tab

On-line search uses default web browser and search engine

Vista ASLR column for processes and DLLs

Vista Process and thread I/O and memory priorities in process and thread properties

Vista Process and thread I/O and memory columns

PROCESS_QUERY_LIMITED_INFORMATION support on process permissions on Vista

Run as limited user runs with low IL on Vista

Reports information for all object types on Vista

Show details for all processes elevation menu item on Vista

Supports replacement of task manager on Vista

/e to launch elevated

/s switch to select a process at startup

Compiled w/ASLR, DEP

Faster startup

Miscellaneous bug fixes and minor improvements


제작사 홈페이지 / 다운로드 링크 / 심파일 리뷰

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by downright

2007/09/13 20:16 2007/09/13 20:16

Leave a comment
[로그인][오픈아이디란?]

RegScanner 1.51 - 레지스트리

사용자 삽입 이미지

Regedit를 이용해서 원하는 값을 찾으려고 할 때에는
한번 검색후 다음 찾기를 이용해서 차례대로 찾아봐야 하지만,

이 프로그램을 이용하면 원하는 위치를 먼저 지정할 수 있습니다.
지정한 후에 검색을 하게 되면 전체적인 검색결과가 나오고
Regedit로 바로 연결되어 편집을 할 수 있습니다.

Description

RegScanner is a small utility that allows you to scan the Registry, find the desired Registry values that match to the specified search criteria, and display them in one list. After finding the Registry values, you can easily jump to the right value in RegEdit, simply by double-clicking the desired Registry item. You can also export the found Registry values into a .reg file that can be used in RegEdit.

Advantages over RegEdit find of Windows
  • RegScanner utility display the entire search result at once, so you don't have to press F3 in order to find the next value.
  • In addition to the standard string search (Like in RegEdit), RegScanner can also find Registry values by data length, value type (REG_SZ, REG_DWORD, and so on), and by modified date of the key.
  • RegScanner can find a unicode string located inside a binary value.
  • RegScanner allows you to make a case sensitive search.
  • While scanning the Registry, RegScanner display the current scanned Registry key, as opposed to RegEdit, that simply display a boring "Searching the registry" dialog-box.

Versions History

제작사 홈페이지 / 한글팩 출처(심파일)
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by downright

2007/08/07 00:42 2007/08/07 00:42

Leave a comment
[로그인][오픈아이디란?]

PCI(Peripheral Component Interconnect)

PCI(피씨-아이]는 고속운영을 위해 마이크로프로세서와 가깝게 위치해 있는 확장 슬롯들에 부착된 장치들 간의 상호접속 시스템이다. PCI를 사용하면 컴퓨터는 새로운 PCI 카드들과, 현재 가장 일반적인 확장카드의 종류인 ISA 확장카드를 함께 지원할 수 있다. 인텔에 의해 설계된 초기의 PCI는 VESA 로컬버스와 비슷했지만, PCI 2.0부터는 더 이상 로컬버스가 아니며, 마이크로프로세서 디자인과는 독립적으로 설계되었다. PCI는 20~33 MHz 범위의 마이크로프로세서 클록 속도에 동기화 되도록 설계되었다.
PCI는 이제 인텔 펜티엄 프로세서 기반의 시스템은 물론, PowerPC 기반의 시스템을 비롯한 대부분의 새로운 데스크탑 컴퓨터에 설치되었다. PCI는 124 핀의 접속으로 한번에 32 비트를 전송하며, 확장된 제품인 188 핀 접속에서는 64 비트를 전송한다. PCI는 주소와 데이터 신호를 전송하기 위해 모든 동적 경로들을 사용하며, 첫 번째 클록 사이클에 주소를 보내고 그 다음에 데이터를 보낸다. 많은 량의 데이터를 보낼 때에는 첫 번째 사이클에 시작 주소를 보낸 다음, 이어지는 일정횟수의 사이클 동안 계속해서 데이터 전송을 하는 것도 가능하다.
<출처 : 김동근의 텀즈 * 컴퓨터 용어사전 http://www.terms.co.kr/>


The Peripheral Component Interconnect, or PCI Standard (in practice almost always shortened to PCI) specifies a computer bus for attaching peripheral devices to a computer motherboard. These devices can take any one of the following forms:
 
   * An integrated circuit fitted onto the motherboard itself, called a planar device in the PCI specification.
   * An expansion card that fits into a socket.
The PCI bus is common in modern PCs, where it has displaced ISA and VESA Local Bus as the standard expansion bus, but it also appears in many other computer types. The bus will eventually be succeeded by PCI Express, which is standard in most new computers, and other technologies.
 
The PCI specification covers the physical size of the bus (including wire spacing), electrical characteristics, bus timing, and protocols. The specification can be purchased from the PCI Special Interest Group (PCISIG).
 
Conventional hardware specifications
These specifications represent the most common version of PCI used in normal PCs.
   * 33.33 MHz clock with synchronous transfers
   * peak transfer rate of 133 MB per second for 32-bit bus width
      (33.33 MHz × 32 bits ÷ 8 bits/byte = 133 MB/s)
   * peak transfer rate of 266 MB/s for 64-bit bus width
   * 32-bit or 64-bit bus width
   * 32-bit address space (4 gigabytes)
   * 32-bit I/O port space (now deprecated)
   * 256-byte configuration space
   * 5-volt signaling
   * reflected-wave switching
 
Variants
 - Conventional
   * Later versions of PCI allow (and in the latest versions require) 3.3V slots (keyed differently) on motherboards and allow
     for cards that are either double keyed for both voltages or even 3.3V only.
   * PCI 2.2 allows for 66 MHz signalling (requires 3.3 volt signalling) (peak transfer rate of 533 MB/s)
   * PCI 2.3 permits use of 3.3 volt and universal keying, but does not allow 5 volt keyed add in cards.
   * PCI 3.0 is the final official standard of the bus, completely removing 5-volt capability.
   * PCI-X doubles the width to 64-bit, revises the protocol, and increases the maximum signaling frequency to 133 MHz
     (peak transfer rate of 1014 MB/s)
   * PCI-X 2.0 permits a 266 MHz rate (peak transfer rate of 2035 MB/s) and also 533 MHz rate, expands the configuration
      space to 4096 bytes, adds a 16-bit bus variant and allows for 1.5 volt signaling
   * Mini PCI is a new form factor of PCI 2.2 for use mainly inside laptops
   * CardBus is a PC card form factor for 32-bit, 33 MHz PCI
   * CompactPCI, uses Eurocard-sized modules plugged into a PCI backplane.
   * PC/104-Plus is an industrial bus that uses the PCI signal lines with different connectors.

Physical card dimensions
 - Full-size card
The original "full-size" PCI card is specified as a height of 107 mm (4.2 inches) and a depth of 312 mm (12.283 inches). The height includes the edge card connector. However, most modern PCI cards are half-length or smaller (see below) and many PCs cannot fit a full size card.

 - Backplate
In addition to these dimensions the physical size and location of a card's backplate are also standardized. The backplate is the part that fastens to the card cage to stabilize the card and also contains external connectors,so it usually attaches in a window so it is accessible from outside the computer case.
The card itself can be a smaller size, but the backplate must still be full-size and properly located so that the card fits in any standard PCI slot.

 - Half-length extension card (de-facto standard)
This is in fact the practical standard now - the majority of modern PCI cards fit inside this length.
   * Width: 0.6 inches (15.24 mm)
   * Depth: 6.9 inches (175.26 mm)
   * Height: 4.2 inches (106.68 mm)
 
 - Low profile (half height) card
The PCI organisation has a defined a standard for "low profile" cards, which basically fit in the following ranges:
   * Height: 1.42 inches (36.07 mm) to 2.536 inches (64.41 mm)
   * Depth: 4.721 inches (119.91 mm) to 6.6 inches (167.64 mm)
The bracket is also reduced in height, to a standard 3.118 inches (79.2 mm).
These cards may be known by other names such as "slim".

 - Mini PCI
This is a specialist version of PCI slot intended for laptops and the like, and is not usually used by consumers.

 - Other physical variations
Typically consumers systems specify "N x PCI slots" without specifying actual dimensions of the space available. In some small form-factor systems, this may not be sufficient to allow even "half-length" PCI cards to fit. Despite this limitation, these systems are still useful because many modern PCI cards are considerably smaller than half-length.

 - Card keying
Typical PCI cards present either one or two key notches, depending on their signaling voltage. Cards requiring 3.3 volt have a notch near the front of the card (where the external connectors are) while those requiring 5 volt have a notch near on the other side. So called "Universal cards" have both key notches and can accept both types of signal.

출처: 위키백과
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by downright

2007/07/25 20:53 2007/07/25 20:53

Leave a comment
[로그인][오픈아이디란?]

사용자 삽입 이미지

최근에 나오는 프로그램들은 기본적으로 설정에
시스템 트레이로 보내는 기능이 있는 것 같습니다.

물론 없는 프로그램 들도 있고, 그 기능이 조금 부족하다고 생각 될 때도 있습니다.

위 프로그램은 모든 창을 시스템 트레이로 보낼 수 있도록 만들어진 프로그램입니다.

일단 소개를 더 하자면...프리웨어이고, 다양한 언어를 지원하고 있습니다.
원래는 영어 및 다른 나라 언어들을 지원하고 있었는데 메뉴 및 내용이 많지 않은 것 같아서

제가 급하게(?) 한글화 하였습니다. 짧은 시간에 한 거라 좀 이상한 번역이 있을 수 있는데...
그런 것은 lang.txt로 직접 수정하셔도 됩니다.^^;
(제 생각에는 그리...괜찮은 것 같아요~~)

그리고 이 프로그램은 키더라도 시스템 트레이에 표시를 설정할 수 있어서
실제로 켜있는지도 모를 정도 입니다. 메모리 점유는 처음에 대략 4MB 정도 먹고
창이 많아지면 약간씩 늘어나는 것 같습니다.
(각 창의 최소화 아이콘에 확장메뉴를 지원하다보니 그런 것 같습니다.)

또, 프로필 기능을 지원하고 있습니다.
그래서 한번 최소화 아이콘으로 보내기 기능을 설정해두면,
해당 프로그램은 최소화 아이콘을 누르게 되면 알아서 트레이 아이콘으로 보내집니다.

트레이 아이콘 그룹 기능도 굉장히 쓸만한 것 같고,
추가 적인 기능으로 창 투명도 설정도 가능합니다.

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by downright

2007/07/24 11:21 2007/07/24 11:21

Comments List

  1. 송호 2009/11/06 09:02 # M/D Reply Permalink

    감사합니다.

Leave a comment
[로그인][오픈아이디란?]