BLOG.REZARD.COM ≫ Linux Command TIP Project ≫ Interest

2% 부족한 top을 위해 hot한~ htop

Linux_Command


htop


down url : http://sourceforge.net/projects/htop/files/

[yum install htop]로 죽어도 설치안된다.. 포기.. 소스컴파일 추천...

시작~

]# wget http://sourceforge.net/projects/htop/files/latest/download?source=files

]# tar xzfp htop-1.0.1.tar.gz 

]# cd htop-1.0.1/

]# ./configure --prefix=/usr/local/htop

]# make

]# make install

]# ln -s /use/local/htop/bin/htop /usr/sbin/

끝~

설치 쉽당~

마지막 ln 은 htop를 아무데서나 쳐도 되게 하기 위해.. 링크건거인데.. 

굳이 안걸고 다른 방법써도 된다~ 각자 알아서 하기 바람. 이상!

'Linux_Command' 카테고리의 다른 글

crontab 사용법  (0) 2012.03.27
mysqldump를 이용한 remote 백업  (0) 2011.09.06
VI편집기 SET  (0) 2011.09.06
grep의 검색 결과에 색상 넣기(하이라이트)  (0) 2011.01.05
문자열 검색과 일괄 치환  (0) 2011.01.05