본문 바로가기
소프트웨어/운영체제

MAC | 설정

by KISCH 2018. 6. 8.
반응형

맥 설정



이번 포스트는Mac 관련 여러가지 설정에 관한 글입니다.


  • 시스템폴더
  • 시작프로그램설정
  • 핫코너
  • 우클릭메뉴정리
  • 숨김파일보이기/ 숨김
  • 파인더리플래시
  • 명령어



시스템폴더



MacOS에서 사용하는 임시 폴더

/private/var/folders : 

 

Xcode 관련 폴더

프로젝트 인덱스, 컴파일 중간단계 파일

/Library/Developer/Xcode/DerivedData

잘 사용하지 않는 버전의 시뮬레이터는 삭제

/Library/Developer/Xcode/iOS Device Support

앱스토어 배포용 파일

/Library/Developer/Xcode/Archives

Xcode SDK 레퍼런스 문서

/Library/Developer/Shared/Documentation

Xcode시뮬레이터 사용시 생성되는 데이터

/Library/Developer/CoreSimulator 




시작프로그램 설정


시스템 환경설정 -> 사용자 및 그룹

로그인 항목 -> 선택 후 하단 '-' 로 제거




핫 코너


시스템 환경설정 -> Mission Control -> 핫 코너

화면 모서리로 마우스 이동 시 화면 동작 지정 가능 합니다.


(ex)

Mission Control

Launchpad

디스플레이 잠자기 

데스크탑 보기 (바탕화면)




우클릭 메뉴


프로그램 설치 후 삭제 시 다음으로 열기 메뉴에 남아있는 경우


터미널

/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user


우클릭 메뉴 정리

finder > 서비스 > 서비스환경설정




숨김파일 보이기 / 숨김


보이기: default write com.apple.Finder AppleShowAllFiles -bool ture

숨김 : default write com.apple.Finder AppleShowAllFiles -bool false




파인더 리플래시


killall Finder




명령어


ls : 목록보기

cd : 디렉토리 바꾸기

jar -x 파일이름.jar : jar압축파일 풀기




반응형

댓글