-
시에라 처음 설치후MAC 2020. 1. 9. 01:59
일단 터미널을 연다.
sudo spctl --master-disable
일종의 보안 옵션이긴 한데.. 뭐.
command lint tools
gcc -v
이건 C 인터 프리터를 보는건데 기본적으로 맥에 안깔려 있다.
이런 류를 통채로 설치할때 xcode 를 사용하는데 굳이 거대한 xcode 를 설치하지 않고 간단히 하는 것이
command line tools 이다.
원본 명령은
xcode-select --install
귀찮다 기억도 잘 안나고
그래서 걍
gcc -v
이렇게 하면 command line tools 가 설치 안되어 있을 경우 걍 설치한다.
화면 스삿 음영 없에기
기본
shift + cmd + 4 + space바
단독으로 스삿이 가능해 진다.
문재는 그림자.
그림자를 없엘땐 alt(option) 을 같이 눌러 준다.
아예 없에 줄려면 터미널에서
$ defaults write com.apple.screencapture disable-shadow -bool TRUE
$ killall SystemUIServer
파인더 다음으로 열기 중복 항목 제거
터미널에서
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user;killall Finder