본문 바로가기

BigJu's List152

Centos7 - ZABBIX 설치 설치 환경 : CENTOS7, VMWARE ​ * 기본적으로 APM설치가 되어있어야 합니다. Centos 7 APM YUM 설치 APM - 소스설치 : https://bigju.tistory.com/10 Centos7 APM 소스 설치 APM - 소스설치 : https://bigju.tistory.com/11 ​ # 자빅스 설치 ​ rpm -ivh http://repo.zabbix.com/zabbix/3.2/rhel/7/x86_64/zabbix-release-3.2-1.el7.noarch.rpm yum -y install zabbix-server-mysql zabbix-web-mysql # ZABBIX - MYSQL 연동를 위한 데이터 베이스 생성 ​ create database ZABBIXDB; (데이.. 2021. 9. 29.
NGINX + PHP 컴파일 소스 설치 설치 환경 : Centos 7.3 VMware ​ 1. NGINX 설치 ​ # 필요한 라이브러리 설치 ​ yum -y install gcc* make libtool-ltdl-devel openssl-devel pcre-devel ncurses-devel libxml2-devel bzip2-devel curl-devel gdbm-devel libjpeg-devel libpng-devel freetype-devel imap-devel libc-client-devel krb5-devel libmcrypt libmcrypt-devel libmhash-devel flex icu libicu libicu-devel gd gd-devel wget gzip libxslt-devel cmake ncurses ncurse.. 2021. 9. 28.
Centos7 - OTP 설치 (Google otp) 설치 환경 : Centos 7.3 , VMware ​ # 라이브러리 설치 yum install pam-devel gcc autoconf automake libtool git -y # git 소스 다운로드 git clone https://github.com/google/google-authenticator-libpam cd google-authenticator/libpam ./bootstrap.sh ./configure --libdir=/lib64 make && make install # 패키지 설치 yum install google-authenticator -y yum install epel-release -y yum install google-authenticator -y # PAM 설정 vi /etc.. 2021. 9. 28.
Centos 7 APM YUM 설치 설치 환경 : CentOS Linux release 7.9.2009 (Core) ​ ​ # 기복적으로 필요한 라이브러리 확인 rpm -qa libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel rpm -qa libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel ​ #라이브러리 설치 yum install libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel -y ​ ! 실수로 설치 중 취소 하게 되면 아래와 같은 오류가 발생 한다 Another app is currently holdi.. 2021. 9. 28.
Centos7 APM 소스 설치 설치 환경 : CentOS Linux release 7.9.2009 (Core), VMware ​ ​ 1. HTTPD 설치 ​ ​ # 필요 라이브러리 설치 ​ yum install -y wget yum install -y net-tools yum install -y gcc yum install -y gcc-c++ yum install -y make ​ # 설치에 필요한 파일 다운로드하기 ​ cd /usr/local/src wget https://sourceforge.net/projects/pcre/files/pcre/8.36/pcre-8.36.tar.gz/download //httpd 관련 파일 wget http://apache.tt.co.kr/httpd/httpd-2.4.46.tar.gz //httpd.. 2021. 9. 28.

메인으로가기


    

Big Ju

IT Engineer


항상 답을 위해 노력하는

엔지니어입니다.

 

 

    


 UP!