특정폴더 php 실행금지 admin 2013.02.27 apache 특정 폴더 php 실행금지 [crayon-6741ee34e8663653691337/] apache httpd.conf 파일에 넣으면 된다 Read More..
bash 어제(과거) , 내일(미래) 날짜, 시간 구하기 admin 2013.02.22 과거 date –d ‘yesterday’ # 어제 date –d ‘1 day ago’ # 1일전 = 어제 date –d ‘2 day ago’ # 2일전 date –d ’35 day ago’ # 20일전 date –d ‘1 week ago’ # 1주일전 date –d ‘2 month ago’ # 1달전 date –d ‘3 year ago’ # 3년전 date –d ’10 second ago’ # 10초전 date –d ’20 minute ago’ # 20분전 date –d ’30 hour ago’ # 30시간전 date –d ‘3 year 7 month ago’ # 3년 7개월전 미래 * 과거에서 ago 를 빼면 됨 date –d ‘tomorrow’ # 내일 date –d ‘1 day’ # 1일후 = 내일 d... Read More..
oops-firewall-7 버전 설치 admin 2013.02.20 다운로드 http://mirror.oops.org/pub/oops/oops-firewall/여기서 oops-firewall-7.0.0.tar.bz2 다운로드 후 빌딩 작업rpmbuild -tb oops-firewall-7.0.0.tar.bz2cd /usr/src/redhat/RPMS/noarch설치 진행rpm -Uvh oops-firewall-7.0.0-1.noarch.rpm Read More..
configure error dba could not find necessary header file(s) admin 2013.02.19 configure error dba could not find necessary header file(s) yum -y install gdbm-devel Read More..
PHP 5.3 설치 진행시 작업 안내 admin 2013.02.05 우선 PHP 5.3 설치시에는 몇가지 조건이 발생한다 1. 아파치를 prefork 로 설치를 진행해야 한다 worker 방식으로 설치 진행하는 경우 최종 설치 진행후 Zend Guard Loader 설치 직 후 ZendGuardLoader.so: undefined symbol: compiler_globals 에러가 발생한다 그러기 위해서 꼭 아파치 설치시에 ./configure \–prefix=/usr/local/apache \–enable-mods-shared=all \–enable-module=shared \–enable-rewrite \–enable-ssl \–with-ssl \–with-mpm=prefork \–with-included-apr 2. PHP 설치시에도 역시 config 옵션이... Read More..
php 5.3 install error configure: error: Please reinstall the BZip2 distribution admin 2013.02.04 configure: error: Please reinstall the BZip2 distribution yum -y install bzip2 bzip2-devel configure: error: xslt-config not found. Please reinstall the libxsl yum -y install libxslt-devel Read More..
php 설치시 configure: error: Unable to locate gmp.h admin 2013.02.04 php 설치시에 아래와 같이 메세지가 출력되는 경우 configure: error: Unable to locate gmp.h yum -y install gmp gmp-devel 라이브러리 설치를 진행한다 Read More..
mysql my.cnf 튜닝 admin 2013.01.31 MySQL 성능 개선 파라미터 For better performance, we recommend replacing the existing MySQL parameters mentioned in startDB.bat/sh, available under <FirewallAnalyzerHome>\bin directory, with the following MySQL parameters changes for the corresponding RAM Size. Apart from MySQL parameter changes, you can also tune MySQL table sizes based on RAM availabililty to improve MySQL performance. RAM Size MySQL Par... Read More..