public:computer:mac_osx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
public:computer:mac_osx [2022/09/25 00:50] alexpublic:computer:mac_osx [2024/02/01 18:01] alex
Line 24: Line 24:
   * Magnet 마그넷 (유료)   * Magnet 마그넷 (유료)
   * 무비스트 (유료)   * 무비스트 (유료)
 +  * 반디집(유료)
  
  
Line 146: Line 147:
 4. 다음날 DropBox 들어가서 제대로 올라왔나 확인하며 출근하기 4. 다음날 DropBox 들어가서 제대로 올라왔나 확인하며 출근하기
 </code> </code>
 +
 +  * [[https://event-log.tistory.com/72|맥 키보드 마우스 연결 끊김 문제 해결 (에어팟 포함) @tistory.com]]
 +  * [[https://blog.naver.com/umwonsuk/220674133771|맥 OS X 홈 폴더(홈 디렉토리) 옮기기 @blog.naver.com]] [[https://kukie.net/moving-mac-home-folder-on-osx/|맥 기본 폴더(홈 폴더)를 다른 디스크(파티션)로 변경하는 방법 @kukie.net]]
 +    - 기존 홈 디렉토리 복사 <sxh bash>
 +sudo ditto -V -rsrc /Users/계정명 /Volumes/볼륨명/계정명
 +</sxh>
 +    - 계정 설정에서 Home directory 변경
 +    - 재부팅
 +    - 기존 홈 디렉토리 삭제 및 심볼릭 링크 생성 <sxh bash>
 +sudo rm -dr /Users/계정명
 +sudo ln -s /Volumes/볼륨명/계정명 /Users/계정명
 +</sxh>
 +  * [[https://macnews.tistory.com/4067|맥북∙애플 키보드에서 Home, End, Page Up, Page Down 키 사용하기 @tistory.com]]
 +
  • public/computer/mac_osx.txt
  • Last modified: 2024/02/22 18:09
  • by alex