서버를 모니터링 해야 할 일이 생겨 좋은 도구를 찾다가 발견했다. MUNIN ( http://munin-monitoring.org/ ) 설치를 해보자.. ]# yum -y install munin munin-node Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: centos.tt.co.kr * extras: centos.tt.co.kr * updates: centos.tt.co.kr…
읽어보기 →
CentOS 에서 yum 으로 설치할수 있는 mysql 버전은 5.0 이다. yum으로 mysql 5.5 버전을 설치하기 위해서 요렇게 하면 된다. MySQL 서비스 중지 ]# service mysqld stop yum repository 추가 ]# rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm 다음으로 libmysqlclient15 설치 ]# yum install libmysqlclient15 --enablerepo=webtatic…
읽어보기 →
1. 현재 설치된 버전 확인 ]# rpm -qa |grep php 2. update 하기 위해 파일 생성 ]# vi /etc/yum.repos.d/CentOS-Testing.repo # CentOS-Testing: # !!!! CAUTION !!!! # This repository is a proving grounds for packages on their way to CentOSPlus and CentOS…
읽어보기 →
php 5.1 > php5.2 으로 업그레이드 하기 yum설치를 기본으로 한다. ]# yum update php yum으로 php를 업데이트 해보면.. 최신버전은 5.1.6 이 설치된다. php 5.2 으로 업데이트를 하려면 yum 저장소를 추가해야한다. ]# vi /etc/yum.repos.d/CentOS-Testing.repo # CentOS-Testing: # !!!! CAUTION !!!! # This…
읽어보기 →