ELK filebeat 설치(RPM)
# DataBase/Elasticsearch2021. 4. 2. 16:02ELK filebeat 설치(RPM)

설치환경 # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) # java -version openjdk version "1.8.0_282" OpenJDK Runtime Environment (build 1.8.0_282-08) OpenJDK 64-Bit Server VM (build 25.282-b08, mixed mode) 호환성확인 www.elastic.co/kr/support/matrix Elastic Support Matrix | Elasticsearch Everything you need to launch the Elastic (ELK stack). From Oracle to IBM, Ubuntu to Windows, Firefox t..

centos6x openssl 및 nginx 업데이트
# Operation System/Linux2021. 2. 15. 16:38centos6x openssl 및 nginx 업데이트

# wget ftp://ftp.pbone.net/mirror/vault.centos.org/6.10/updates/x86_64/Packages/openssl-1.0.1e-58.el6_10.i686.rpm # rpm -Uvh openssl-1.0.1e-58.el6_10.i686.rpm # wget https://nginx.org/packages/centos/6/i386/RPMS/nginx-1.18.0-2.el6.ngx.i686.rpm --no-check-certificate # rpm -Uvh nginx-1.18.0-2.el6.ngx.i686.rpm

centos5 curl 버전 업그레이드
# Operation System/Linux2020. 3. 26. 10:59centos5 curl 버전 업그레이드

1 2 3 4 5 6 7 8 9 10 11 12 # curl --version curl 7.15.5 (i386-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5 Protocols: tftp ftp telnet dict ldap http file https ftps Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz # wget https://curl.haxx.se/download/curl-7.69.1.tar.gz # ./configure --with-ssl=/usr/local/ssl --disable-ldap # make # make install Colored by Color..

[모니터링툴]자빅스 3.5 설치
# Operation System/Linux2018. 8. 2. 16:24[모니터링툴]자빅스 3.5 설치

설치환경 : centos7.5 yum -y install epel-release rpm -ivh http://repo.zabbix.com/zabbix/3.5/rhel/7/x86_64/zabbix-release-3.5-1.el7.noarch.rpm yum -y install zabbix-server-mysql zabbix-web-mysql mysql mariadb-server httpd php mariaDB시작 #systemctl start mariadb # systemctl enable mariadb mysql 기본설정 # mysql_secure_installation mysql 접속 # mysql -u root -p 자빅스DB생성 # create database ZABBIXDB; 압축해제 # cd /u..

각 센토스(centos) 버전별 다운로드
# Operation System/Linux2015. 8. 16. 04:58각 센토스(centos) 버전별 다운로드

경로 : http://wiki.centos.org/Download

image