리눅스 썸네일형 리스트형 [aws] Amazon Linux 2(AMZN2)에서 fluent-bit을 설치하는 방법 Amazon Linux 2(AMZN2)에서 fluent-bit을 설치하는 방법 테스트 환경 $ cat /etc/os-release NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2" PRETTY_NAME="Amazon Linux 2" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" HOME_URL="https://amazonlinux.com/" epel 패키지 설치 amazon-linux-extras install -y epel fluent-bit.repo 저장소 추가 'EOF' : 작은따옴표로 감싸야지 변수($releasever)를 그대로 입.. 더보기 [draft] SecureCRT에서 SSH 키 교환 알고리즘 설정과 관련된 오류 SecureCRT에서 SSH 키 교환 알고리즘 설정과 관련된 오류sshd[1543]: userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]이 오류는 서버 및 클라이언트 간의 SSH 키 교환 알고리즘 설정에 관련된 문제를 나타냅니다.테스트 환경SSH Client(SecureCRT)SSH Server$ lsb_release -dDescription: Ubuntu 22.04.1 LTSssh server 로그 확인tail -f /var/log/auth.logtail -f /var/log/auth.log...Feb 20 00:51:45 ip-10-201-9-166 sshd[1543]: userauth_pubkey: key ty.. 더보기 Tsunami UDP Protocol을 설치하는 방법 Tsunami UDP Protocol을 설치하는 방법 Tsunami는 TCP/UDP 기반으로 동작하는 네트워크 취약점 스캐너 Tsunami UDP Protocol은 Google에서 개발한 대규모 데이터 전송 도구로, 대량의 데이터를 안정적으로 전송하고자 할 때 사용됩니다. 다양한 네트워크 환경에서 데이터 전송 속도를 최적화하고 네트워크 대역폭을 효과적으로 활용할 수 있도록 설계되었습니다. Tsunami는 UDP 기반의 프로토콜을 사용하여 속도 및 효율성을 극대화합니다. 주의: Tsunami는 고급 사용자를 대상으로 하는 도구로, 주의해서 사용해야 합니다. 또한 Tsunami를 사용하기 전에 해당 시스템 및 네트워크에 대한 적절한 권한을 확보하고 시험용으로 사용하는 것이 좋습니다. 1. 의존성 패키지 설치.. 더보기 [draft] 우분투에 Go를 설치하는 방법 우분투에 Go를 설치하는 방법패키지 매니저를 통한 설치대부분의 리눅스 배포판은 패키지 매니저를 통해 Go를 설치할 수 있습니다. Go 설치 패키지 업데이트sudo apt-get updateGo 언어 패키지 설치sudo apt-get install -y golang소스 코드를 통한 설치기존 Go 버전 제거sudo apt-get remove golang-gosudo apt-get remove --auto-remove golang-go공식 Go 웹사이트에서 설치 파일 다운로드Go 언어의 공식 웹사이트(go.dev)에서 다운로드 페이지로 이동합니다.wget https://golang.org/dl/go1.15.linux-amd64.tar.gz압축 해제tar -C /usr/local -xzf go1.15.linux.. 더보기 free 명령어 free 명령어 free 명령어는 시스템의 메모리 사용 현황을 보여주는 유틸리티입니다. 기본 구문 free [옵션] 주요 옵션 -h, --human : 사용량을 사람이 이해하기 쉬운 형식으로 출력합니다. GB, MB 등의 단위로 표시됩니다. -b, --bytes : 바이트 단위로 메모리 사용량을 표시합니다. -k, --kilo : 킬로바이트(KB) 단위로 메모리 사용량을 표시합니다. -m, --mega : 메가바이트(MB) 단위로 메모리 사용량을 표시합니다. -g, --giga : 기가바이트(GB) 단위로 메모리 사용량을 표시합니다. -s , --seconds : 지정된 시간 간격으로 메모리 사용량을 출력합니다. 는 초 단위의 시간 간격을 나타냅니다. -t, --total : 메모리 총량을 포함하여 출력.. 더보기 [리눅스] 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: .. 더보기 우분투에서 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.. 더보기 [리눅스] 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.. 더보기 이전 1 ··· 73 74 75 76 77 78 79 ··· 133 다음