Linux
[CentOS] ELK Stack install
Elasticsearch 설치 1. GPG 공개키를 가져온다. # rpm -import https://artifacts.elastic.co/GPG-KEY-elasticsearch 2. repo 파일을 생성한다. # vi /etc/yum.repos.d/elasticsearch.repo [elasticsearch] name=Elasticsearch repository for 7.x packages baseurl=https://artifacts.elastic.co/packages/7.x/yum gpgcheck=1 gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch enabled=0 autorefresh=1 type=rpm-md 3. elasticsearch를..
[CentOS] cmake 최신버전 설치 및 업데이트
1. 홈페이지에서 최신버전 확인 https://cmake.org/download/ Download | CMake Current development distribution Each night binaries are created as part of the testing process. Other than passing all of the tests in CMake, this version of CMake should not be expected to work in a production environment. It is being produced so that us cmake.org ✓ 글 작성 시 최신 버전인 3.20.0으로 설치 # wget https://github.com/Kitware/CMake/..
[CentOS] yum 오류 Another app is currently holding the yum lock; waiting for it to exit.
해결법은 간단하다. 현재 사용중인 프로세스를 제거하거나 실행중인 yum을 제거하면 된다. 해결책 1. yum 프로세스 죽이기 # ps -ef | grep yum # kill -9 4602 해결책 2. yum.pid 파일 제거 # rm -rf /var/run/yum.pid
[CentOS] CentOS7 Putty 접속
1. 네트워크 설정 1) ifconfig로 IP 확인 2) #vi /etc/sysconfig/network-scripts/ifcfg-ens33 2. openssh 설정 1) openssh 설치 # yum -y install openssh* 2) ssh 시작 # service sshd start 3) 리부팅 후에도 ssh 자동으로 시작 # chkconfig sshd on 3. vmware NAT 설정 1) 포트포워딩 설정 edit - Virtual Network Editor 2) Network Adapter 설정 VM - settings... 4. 네트워크 연결 VMware Network Adapter VMnet8 - 사용함