Capslock 한영키 속도 문제
Karabiner 설치 후 Karabiner Preference에서 Capslock -> F17
System Preference의 Keyboard - Shortcuts - Input Sources에서 next source를 F17에 할당
작업 스케쥴러
crontab -e : 예약작업 설정 및 수정
crontab -l : 예약작업 목록
crontab -r : 예약작업 삭제
분 시간 일 월 요일(0:일요일) command
ex) 0 0 * * * rm -rf ~/goinfre : 매일 자정에 삭제
크롬 자동완성 지우기
- shift + delete
맥북 로그인 사진 변경
- 시스템 환경설정 - 유저 및 그룹 - 왼쪽 아래 잠금 해제 - 파인더에서 오른쪽 사진으로 드래그
애니메이션 동작 줄이기 (데스크탑 이동 등)
- 시스템 환경설정 - 손쉬운 사용 - 디스플레이 - Reduce motion
아이클라우드 절대경로
~/Library/Mobile\ Documents/com\~apple\~CloudDocs
unmount 안될 때
Easier and faster workaround that solves the problem most of the time: Hold the option key (alt) and right-click the Finder icon, click Relaunch, wait a few seconds for the disk activity to stop, then eject the disk normally.
터미널 -> df -> hdiutil eject /dev/disk2s3
맥북 ~ 아이패드 인식 안될 때
- usb서비스 종료 : sudo killall -STOP -c usbd
안드로이드 연결
- Android File Transfer
도커 none 이미지 지우기
- docker rmi -f $(docker images -f "dangling=true" -q)
주모니터 설정
- Display - arrangement 화면 위의 흰색 바 옮기기
Mac OS 런치패드 그리드
defaults write com.apple.dock springboard-rows -int 10
defaults write com.apple.dock springboard-columns -int 6
killall Dock
직접 쳐야함
Mac OS 특수키 해제
- defaults write -g ApplePressandHoldEnabled -bool false
맥북 외장모니터 소리 조절
- Soundflower
컨테이너 내부 파일 옮기기
- docker cp [container name]:[container 내부 경로] [host 파일경로]
vim 명령어를 우측 하단에 표시
- set showcmd
카카오톡 메뉴바에서 바로 열기
- defaults write com.kakao.KakaoTalkMac HideMenuBarIconMenu YES
맥북 시작프로그램
- 시스템 환경설정 - 사용자 및 그룹 - 로그인 아이템
Mac OS 넥시 usb 3.0 이더넷
키보드 중복 입력 방지
- unshaky
텍스트 편집기 auto-numbering
- pulldown menu in toolbar - select “none”시스템 환경설정 - 키보드 - 텍스트
adb 카메라 무음
- adb devices -> add shell settings put system csc_pref_camera_forced_shuttersound_key 0
ffmpeg
- m3u8 : ./ffmpeg -i “link” -c copy out.mp4
맥북 블루투스 파일 전송
- 시스템 환경설정 > Sharing > Bluetooth Sharing
맥북 덮개 열 때 자동 부팅 방지
sudo nvram AutoBoot=%00
해제 : sudo nvram AutoBoot=%03
'MacOS' 카테고리의 다른 글
MacOS VoiceOver 단축키 비활성화 (0) | 2023.01.04 |
---|---|
MacOS hosts file 경로 (0) | 2023.01.04 |
macOS 특정 IP 열린 포트번호 확인 (0) | 2023.01.01 |
맥북 클램쉘 모드로 외부 모니터 연결 시 알림이 울리지 않는 현상 (0) | 2022.10.09 |
VSCode remote-ssh 플러그인 localhost port forwarding (0) | 2021.11.11 |