맥(솔라리스) 썸네일형 리스트형 macOS 버전 정보 확인(command) macOS 버전 정보 확인(command)macOS 버전 확인$ sw_vers -hUsage: sw_vers [-productName|-productVersion|-buildVersion] sw_vers$ sw_versProductName: macOSProductVersion: 12.5BuildVersion: 21G72system_profiler 명령$ system_profiler -hUsage: system_profiler [-listDataTypes] system_profiler [-xml | -json] [-timeout n] [-detailLevel n] system_profiler [-xml | -json] [-timeout n] [dataType1 ... dataTypeN.. 더보기 Mac에서 IPSec VPN(VPN 클라이언트) 구성 Mac에서 IPSec VPN(VPN 클라이언트) 구성 Configure MAC Built in Client We will now configure the MAC Built in Client. Step 1 Navigate to the apple icon in the tool bar. Choose System Preferences. Step 2 Navigate to Network Step 3 Go to Add button and then select interface tab will appear. Step 4 Select Interface as VPN, VPN Type as Cisco IPSec, and enter the Service Name to match the Tunnel name that was c.. 더보기 vscode 단축키(keyboard shortcuts) vscode 단축키(keyboard shortcuts) macOS Windows macos : https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf windows : https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf 참고URL - https://code.visualstudio.com/docs/getstarted/keybindings - https://mansu.tistory.com/46?category=850460 더보기 애플 맥북 실리콘 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.. 더보기 Mac Spring Boot 프로젝트 생성(vscode) Spring Boot 프로젝트 생성(vscode)JAVA PATH 설정(for MAC)$ vim .zshrcexport JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Homeexport PATH=$PATH:$JAVA_HOME/bin$ source ~/.zshrcecho $JAVA_HOME/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Homevscode JAVA HOME 설정(for MAC)Command + , > 검색창에서 "javahome" 검색 > settings.json에서 편집 "JAVA_HOME" : "/Library/Java/JavaVirtualMac.. 더보기 macOS에서 Karabiner-Elements로 INS/DEL/HOME/END 키 매핑하기 macOS에서 Karabiner-Elements로 INS/DEL/HOME/END 키 매핑하기Karabiner-Elements는 macOS에서 키보드 입력을 세밀하게 제어할 수 있는 대표적인 키 매핑 도구입니다.1. Karabiner-Element 설치Karabiner-Element : https://karabiner-elements.pqrs.org2. 설정 파일 위치Karabiner 설정은 다음 파일에서 관리됩니다.~/.config/karabiner/karabiner.json3. 주요 키 매핑 구성아래 설정은 다음과 같은 목적을 기준으로 구성되어 있습니다.키(원도우)동작Ctrl + Insert복사 (⌘ + C)Shift + Insert붙여넣기 (⌘ + V)Shift + Delete잘라내기 (⌘ + X)H.. 더보기 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.. 더보기 이전 1 2 3 4 5 6 7 8 9 다음