본문 바로가기

반응형

전체 글

C276x260 td-agent plugin(td-agent 플러그) td-agent plugin(td-agent 플러그)설치된 플러그인 목록 표시(로컬)td-agent-gem list --local$ td-agent-gem list --local*** LOCAL GEMS ***addressable (2.8.1)async (1.30.3)async-http (0.59.2)async-io (1.34.0)async-pool (0.3.12)aws-eventstream (1.2.0)...uri (default: 0.10.0)webhdfs (0.10.2)webrick (1.7.0, default: 1.6.1)xmlrpc (0.3.0)yajl-ruby (1.4.3)yaml (default: 0.1.0)zip-zip (0.3)zlib (default: 1.1.0)원격 플러그인 목록 표시.. 더보기
C276x260 우분투에서 td-agent를 설치하는 방법 우분투에서 td-agent를 설치하는 방법 td-agent는 Treasure Data에서 제공하는 Fluentd 기반의 에이전트입니다. 테스트 환경 $ lsb_release -d Description: Ubuntu 22.04.1 LTS td-agent 설치 td-agent 패키지 저장소의 GPG 키 추가 curl https://packages.treasuredata.com/GPG-KEY-td-agent | sudo apt-key add - td-agent 패키지 저장소 추가 echo "deb [arch=amd64] http://packages.treasuredata.com/4/ubuntu/focal/ focal contrib" | sudo tee /etc/apt/sources.list.d/treasure.. 더보기
C276x260 AWS CLI 설치하는 방법 AWS CLI 설치하는 방법테스트 환경$ lsb_release -dDescription: Ubuntu 22.04.1 LTS$ uname -mx86_64** AWS CLI v2는 v1과 비교하여 더 많은 기능을 제공하며 보안 및 성능 개선이 이루어진 새로운 버전입니다.AWS CLI 설치(AWS CLI v1)더보기apt 저장소 업데이트sudo apt-get updatepip(파이썬 패키지 관리자) 설치sudo apt-get install -y python3-pippip3 --version$ pip3 --versionpip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)AWS CLI 설치sudo pip3 install awscliAWS CLI .. 더보기
C276x260 aws ec2 인스턴스에 goofys를 설치하고 S3 버킷을 마운트하는 방법 aws ec2 인스턴스(ubuntu)에 goofys를 설치하고 S3 버킷을 마운트하는 방법테스트 환경$ lsb_release -dDescription: Ubuntu 22.04.1 LTSFUSE 설치Goofys는 FUSE를 기반으로 작동하므로 FUSE를 설치해야 합니다.fuse 패키지와 libfuse-dev 패키지 설치sudo apt-get updateapt-get install -y fuse libfuse-devGoofys 설치Goofys를 Ubuntu 인스턴스에 설치합니다. Goofys는 Go 언어로 작성되었으며, Go 언어가 먼저 설치되어 있어야 합니다. Go 언어를 설치sudo apt-get install -y golangGo 언어가 설치되었다면, Goofys를 소스 코드를 사용하여 빌드하고 .. 더보기
C276x260 ubuntu 환경에서 elasticsearch와 kibana를 설치하는 방법 ubuntu 환경에서 elasticsearch와 kibana를 설치하는 방법(8.x) 테스트 환경 $ lsb_release -d Description:Ubuntu 22.04.1 LTS Elasticsearch 설치하기 Elasticsearch의 공식 GPG key 다운로드하기 wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - $ wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d inste.. 더보기
C276x260 SecureCRT 접속 시 Key exchange failed 오류 SecureCRT 접속 시 Key exchange failed 오류key exchange failed 오류No compatible key-exchange method. The server supports these methods: diffie-hellman-group14-sha256"No compatible key-exchange method. The server supports these methods: diffie-hellman-group14-sha256" 오류는 SecureCRT가 호환되는 키 교환 방법을 찾지 못하여 발생합니다. 이 오류를 해결하기 위해 다음 방법을 시도해 볼 수 있습니다. 1. SecureCRT 업데이트: SecureCRT의 최신 버전으로 업데이트하면 호환되는 키 교환 방법을 지.. 더보기
C276x260 리눅스 shasum 명령어 사용법 정리 리눅스 shasum 명령어 사용법 정리shasum은 SHA(Secure Hash Algorithm) 체크섬을 계산하는 명령어입니다. 파일의 무결성(Integrity)을 검증하거나 파일이 변조되지 않았는지 확인할 때 사용됩니다. 대표적인 사용 사례다운로드한 파일 검증소프트웨어 패키지 무결성 확인백업 파일 검증배포 파일 체크섬 생성1. SHA (Secure Hash Algorithm)SHA는 데이터의 고유한 해시값(Hash Value) 을 생성하는 알고리즘입니다.알고리즘해시 길이특징SHA-1160 bit오래된 알고리즘 (보안 취약 가능)SHA-224224 bitSHA-2 계열SHA-256256 bit현재 가장 널리 사용SHA-384384 bitSHA-2 계열SHA-512512 bit높은 보안 수준실무에서는 .. 더보기
C276x260 ec2 인스턴스(amazon linux 2)에 kibana를 설치하기 ec2 인스턴스(amazon linux 2)에 kibana를 설치하기kibana 설치하기wget -q https://artifacts.elastic.co/downloads/kibana/kibana-8.6.1-x86_64.rpmwget -q https://artifacts.elastic.co/downloads/kibana/kibana-8.6.1-x86_64.rpm.sha512shasum -a 512 -c kibana-8.6.1-x86_64.rpm$ shasum -a 512 -c kibana-8.6.1-x86_64.rpmshasum: kibana-8.6.1-x86_64.rpm: no properly formatted SHA1 checksum lines foundyum install -y kibana-8.6... 더보기

728x90
반응형