본문 바로가기

MBP3

[issue] Kensington SlimBlade Trackball & mac OS crash issue M2 mbp 14 사용하고 있음, 하루에 적어도 한번씩 freezing 걸리면서 reboot 되는 현상 발생. 이유 "kensington driver" 때문이었음, kensingtonWorks제거 & steerMouse 사용하세요. 트랙볼을 연결하지 않은 상황에서 일주일동안 정상동작 확인함. 메모리와 cpu를 거의 풀로 땡기는 ML 트레이닝 중에도 프리징이 발생하지 않는다. 최신 driver 3.1.10 Uninstall 후 쾌적하게 맥을 사용하고 있다. kensingtonworks 에 있는 트랙스크롤을 너무 잘 사용하고 있어서, 다시 사용할 방법을 찾고 있음 legacy driver (kensingtonworks_2.3.2.pkg) 설치하고 사용해 볼 예정, 문제는 없는 것으로 판단된다. ** 추가 *.. 2024. 4. 22.
맥북 제일 먼저 설치할 것 : Home-brew, ohmyzsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" brew install fzf bat neovim zsh-autosuggestions zsh-syntax-highlighting fd fasd stats maccy 2023. 4. 3.
추천: MAC 맥 개발자를 위한 설치 프로그램 이번에 맥 초기화 / 셋팅하면서 설치했던 앱들 정리, 무료/개발용으로 잘 사용하고 있는 것들. 하나씩 적었는데, 내용 bottom 에 가면 brew 랑, zshrc 전체 내용이 있습니다 맥초기화 셋팅 - 설치 프로그램 sudo spctl —master-disable fuzzy finder : command search 자동완성 -> 커맨드 일부만 치고 Ctrl+r brew install fzf add ~/.zshrc [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh bat -> syntax 추가된 cat brew install bat add ~/.zshrc alias cat='bat --paging=never' vim brew install neovim add ~/.zshrc alia.. 2023. 3. 21.