+ 리눅스 시스템 모니터링 glances admin 2012.02.17 환경 centos 6.0 64bit wget ftp://rpmfind.net/linux/epel/testing/6/x86_64/pystatgrab-0.5-9.el6.x86_64.rpm wget ftp://rpmfind.net/linux/epel/testing/6/x86_64/glances-1.3.6-1.el6.noarch.rpm rpm -Uvh pystatgrab-0.5-9.el6.x86_64.rpm rpm -Uvh glances-1.3.6-1.el6.noarch.rpm 실행 glances.py Read More..
centos cmake 설치 admin 2012.02.17 간혹 컴파일시 cmake 이용하는 경우가 있다 (mysql 5.5 버전시 사용) wget http://www.cmake.org/files/v2.8/cmake-2.8.7.tar.gz tar xvfz cmake-2.8.7.tar.gz cd cmake-2.8.7 ./bootstrap make make install Read More..
+ CentOS 5 Python 2.6 업그레이드 admin 2012.02.17 CentOS 5.6 Python 2.6 설치 OpenStack 을 설치하기 위해서는 최소한 python 2.6 이 설치되어 있어야 합니다. 이를 위해서 다음과 같이 해줍니다. rpm -ivvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm yum install python26 python26-tools python26-devel.x86_64 출저 : http://blog.naver.com/PostView.nhn?blogId=orion_203&logNo=130108652243&redirect=Dlog&widgetTypeCall=true [출처] 2. CentOS 5.6 Python 2.6 설치 |작성자 님프 Read More..