전체 글 썸네일형 리스트형 애플 맥북 실리콘 M1에서 도커 컨테이너 실행 시 오류 애플 맥북 실리콘 M1에서 도커 컨테이너 실행 시 오류 The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 해당 오류는 이미지 플랫폼이 호스트 플랫폼과 일치하지 않을 때 발생합니다. 예를 들어, linux/amd64 플랫폼의 이미지를 linux/arm64/v8 플랫폼의 호스트에서 실행하려고 할 때 이 오류가 발생할 수 있습니다. 이 문제를 해결하기 위해 다음 중 하나를 시도할 수 있습니다. 1. 호스트 플랫폼과 일치하는 이미지 사용: 호스트의 플랫폼에 맞는 이미지를 사용해야 합니다. 예를 들어, linu.. 더보기 [draft] HAProxy 컴파일을 통해 설치하는 방법(source compile) HAProxy 컴파일을 통해 설치하는 방법(source compile)테스트 환경$ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core)의존성 패키지 설치yum install -y make gcc perl pcre-devel zlib-devel openssl-devel lua-devel systemd-devel$ lua -vLua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Riolua 5.3 업그레이드(lua-5.3.0)wget http://www.nosuchhost.net/~cheese/fedora/packages/epel-7/x86_64/cheese-release-7-1.noarch.rpmyum install .. 더보기 [draft] Visual Studio Code(vscode) unins000.exe 액세스 거부 오류 Visual Studio Code(vscode) unins000.exe 액세스 거부 오류액세스 거부 오류 사용 권한을 모든 권한 허용DIR : C:\Users\Administrator\AppData\Local\Programs\Microsoft VS Code 참고URL- https://github.com/microsoft/vscode/issues/75367 더보기 [draft] 원도우 10 제품 키 조회(시리얼 번호 조회) 원도우 10 제품 키 조회(시리얼 번호 조회)cmd >>reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v BackupProductKeyDefaultWindows 정품 인증원도우11 제품 키 조회(시리얼 번호 조회)cmd >>wmic path softwarelicensingservice get oa3xoriginalproductkey 더보기 [draft] glances 명령어 glances 명령어Glances는 리눅스 시스템 모니터링 도구로, 시스템의 리소스 사용률, 네트워크 활동, 디스크 상태 등을 실시간으로 모니터링할 수 있습니다.테스트 환경$ cat /etc/redhat-releaseCentOS Linux release 7.9.2009 (Core) Glances를 설치하고 사용하는 방법은 다음과 같습니다.glances 설치sudo yum install epel-releasesudo yum install -y glancesglances 실행하기터미널에서 glances 명령을 실행합니다.Glances는 기본적으로 터미널 환경에서 실행되며, 실시간으로 시스템의 상태를 모니터링합니다.Glances는 키보드에서 다양한 명령을 사용할 수 있습니다. 아래는 일부 주요 명령입니다:h:.. 더보기 [draft] influxdb, grafana, telegraf 연동 influxdb, grafana, telegraf 연동influxdb 설치 : https://sangchul.kr/335grafana 설치 : https://sangchul.kr/334telegraf 설치 : https://sangchul.kr/333influxdb와 telegraf 연동하기influxdb에서 telegraf 설정 생성http://{Server-IP}:8086influxdb output pluginexport INFLUX_TOKEN=OwkgzsNcgkcrwQj4Rq-wtFBjM45W64e2R1kZsHHUQHZSMnwMGsVURSyN1LJG-3vpFZTAv30XJNNIAq4bYmP-TQ==telegraf --config http://192.168.70.234:8086/api/v2/teleg.. 더보기 우분투에서 influxdb를 설치하는 방법 우분투에서 influxdb(influxdb 2.x)를 설치하는 방법 테스트 환경 $ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.4 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.4 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-po.. 더보기 우분투에 Grafana를 설치하는 방법 우분투에 Grafana를 설치하는 방법테스트 환경$ cat /etc/os-release PRETTY_NAME="Ubuntu 22.04 LTS"NAME="Ubuntu"VERSION_ID="22.04"VERSION="22.04 (Jammy Jellyfish)"VERSION_CODENAME=jammyID=ubuntuID_LIKE=debianHOME_URL="https://www.ubuntu.com/"SUPPORT_URL="https://help.ubuntu.com/"BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"UBUN.. 더보기 이전 1 ··· 132 133 134 135 136 137 138 ··· 175 다음