그다지 메모리를 차지하지 않는 프로세스이긴 한데, VMware를 사용하지 않아도 가상 머신이 통신할 때 사용하는 프로세스가 늘 떠있다. 나이 먹은 맥북을 위해 불필요한 프로세스는 줄여보고자, 조금이라도 CPU 타임을 줄이고 메모리를 사용하는 이 프로세스들을 죽이기로 했다. 필요할 때만 쓰면 되지 뭐~
[더 읽기]Let GeekTool 3 Sleep with SleepWatcher 2.1
Many GeekTool 3 users may be annoyed at the fact that Mac machines wouldn’t sleep. So was I and not any more. I got to find solution!
[더 읽기]OS X에서 파일 압축할 때 ._* 파일 제거하기
~/.bash_profile
에 아래 한 줄만 넣어주자.
export COPYFILE_DISABLE=true
[RVM] Removing duplicated /usr/local/bin in your PATH
If you installed RVM on your machine, you may notice that there are /usr/local/bin
twins in your PATH. It was annoying for me.