맥(솔라리스) 썸네일형 리스트형 애플 맥북 실리콘 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.. 더보기 macOS에서 Brew 패키지 매니저를 사용하여 JAVA 11을 설치하는 방법 macOS에서 Brew 패키지 매니저를 사용하여 JAVA 11을 설치하는 방법 Homebrew가 설치되어 있는지 확인 brew --version Homebrew가 설치되어 있지 않다면, Homebrew를 설치 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Zulu JDK 11 설치 brew tap mdogan/zulu > brew tap mdogan/zulu ==> Tapping mdogan/zulu Cloning into '/opt/homebrew/Library/Taps/mdogan/homebrew-zulu'... remote: Enumerating objects: 530, do.. 더보기 Karabiner-Elements Karabiner-Elements를 사용하여 ins, del, home, end 키를 설정하는 방법맥 키보드 키 설정(맵핑) 프로그램Karabiner-Element 설치Karabiner-Element : https://karabiner-elements.pqrs.orgkarabiner.json 설정cat ~/.config/karabiner/karabiner.json{ "global": { "check_for_updates_on_startup": true, "show_in_menu_bar": true, "show_profile_name_in_menu_bar": false }, "profiles": [ { "complex_m.. 더보기 mac(macOS)에 Double Commander 설치 및 설정하기 mac(macOS)에 Double Commander 설치 및 설정하기 Double Commander는 두 개의 패널이 나란히 있는 무료 크로스 플랫폼 오픈 소스 파일 관리자입니다. Total Commander에서 영감을 받아 몇 가지 새로운 아이디어를 제공합니다. Double Commander : https://doublecmd.sourceforge.io/ Homebrew Formulae : https://formulae.brew.sh/cask/double-commander Double Commander 다운로드 페이지 - https://sourceforge.net/p/doublecmd/wiki/Download/ Double Commander 설치 brew install --cask double-comm.. 더보기 맥에 UTM Virtual Machines를 설치하는 방법 맥에 UTM Virtual Machines를 설치하는 방법 UTM(Virtual Machines)은 macOS에서 가상 머신을 생성하고 실행하는 무료 소프트웨어입니다. 이를 통해 다양한 운영 체제(Windows, Linux, Android 등)를 가상화하여 실행할 수 있습니다. 가상 머신 https://getutm.app/install/ https://mac.getutm.app/ https://apps.apple.com/us/app/utm-virtual-machines/id1538878817 무료 개발자 계정은 7일마다 재계약해야 합니다. 유료 개발자 계정은 1년마다 재계약해야 합니다. 참고: macOS에는 기본적으로 가상화 기능이 내장되어 있지 않으므로 UTM을 사용하기 위해서는 기존에 설치된 가상화 .. 더보기 macOS에서 시간 및 날짜 패턴을 변경하는 방법 macOS에서 시간 및 날짜 패턴을 변경하는 방법 시스템 시계와 Itsycal(달력 앱)에서의 날짜 및 시간 표시 패턴을 설정 Mac 시간 및 날짜 패턴 변경 시스템 환경설정 > Dock 및 메뉴 막대 > 시계(메뉴 막대) Itsycal 날짜 및 시간 패턴 변경 Date Pattern : y년 M월 d일 (E) W주 참고URL - Itsycal / Date & Time Patterns : https://www.mowglii.com/itsycal/datetime.html 더보기 [WARNING] : zsh 초기화 중 콘솔 출력이 감지되었습니다. [WARNING] : zsh 초기화 중 콘솔 출력이 감지되었습니다. [WARNING]: Console output during zsh initialization detected. [WARNING]: Console output during zsh initialization detected. When using Powerlevel10k with instant prompt, console output during zsh initialization may indicate issues. You can: - Recommended: Change ~/.zshrc so that it does not perform console I/O after the instant prompt preamble. See the link .. 더보기 macOS에서 Terraform을 설치하는 방법 macOS에서 Terraform을 설치하는 방법 1. 홈브류(Homebrew) 패키지 매니저를 사용하여 설치 만약 홈브류가 설치되어 있지 않다면, 먼저 홈브류를 설치합니다. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 설치 후에는 다음 명령어로 Terraform을 설치합니다. hashicorp tap 저장소 설치 brew tap hashicorp/tap terraform 설치 brew install hashicorp/tap/terraform 2. 수동 다운로드 및 설치 Terraform 공식 웹사이트에서 바이너리 파일을 다운로드하고 설치할 수도 있습니다. https://www.. 더보기 이전 1 2 3 4 5 6 7 다음