로딩...

macos

app

터미널 명령어

# 프로세서 이름
sysctl -n machdep.cpu.brand_string
# 현재 사용중인 키보드 레이아웃 상태
defaults read ~/Library/Preferences/com.apple.HIToolbox.plist AppleSelectedInputSources
# 센서 정보들
pmset -g therm
defaults read ~/Library/Preferences/com.apple.HIToolbox.plist AppleSelectedInputSources | grep -i "keyboardlayout name" | sed 's/KeyboardLayout Name = (\s);/_/'

error

versions

setup