Monthly Archives: 8월 2020

You are here:--8월

OpenSSH 8.3p1 update with OpenSSL 1.1.1g on CentOS 7

What's new? OpenSSL 1.1.1g & OpenSSH 8.3p1 https://www.openssl.org/blog/blog/2018/09/11/release111/ https://www.openssh.com/releasenotes.html   1. remove openssl yum remove openssl -y 2. compiler yum group install 'Development Tools' yum install perl-core zlib-devel -y 3. openssl download cd /usr/local/src wget https://www.openssl.org/source/openssl-1.1.1g.tar.gz gzip -d openssl-1.1.1g.tar.gz tar -xvf openssl-1.1.1g.tar.gz 4. openssl compile cd openssl-1.1.1g ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib make make test

By |2024-02-24T11:17:26+09:008월 14th, 2020|Categories: Tech|OpenSSH 8.3p1 update with OpenSSL 1.1.1g on CentOS 7 댓글 닫힘

관리 DEMO

※ PLURA V5 업데이트로 일부 메뉴 및 기능이 아래와 같이 변경되었습니다. (2022-06-16) 업데이트 ▶ Syslog 연동 메뉴 위치 이동 - 기존 : 관리 → 그룹알림 → Syslog - 변경 : 관리 → 연동 → Syslog ▶ Syslog 연동 → 개별, 묶음 설정 삭제 ▶ HAProxy 설정 메뉴 추가 (2022-05-18) 업데이트 ▶ 관리 → 멤버 →

By |2024-02-24T11:17:26+09:008월 10th, 2020|Categories: Video, Video-function, Video-function-SIEM|관리 DEMO 댓글 닫힘

CentOS 의 yum command lock 현상

CentOS 시스템 운영 상의 문제로 /var/run/yum.pid 파일이 있는 상태에서 yum 이 강제 종료되면 이후 모든 yum 명령이 영구적으로 lock 상태로 남아있게 됩니다. 1. /var/run/yum.pid 파일이 남아있는 상태   2. yum 프로세스가 강제로 종료된 상태   3. 문제점 이런 상태에서 yum 명령이 실행되면 lock 상태로 계속 남아있어 실행되지 않으며, 반복 실행 시 프로세스가 누적되어 시스템 자원을

By |2024-02-24T11:17:26+09:008월 5th, 2020|Categories: Tech|CentOS 의 yum command lock 현상 댓글 닫힘