User Tools

Site Tools


public:computer:mac_osx

mac OS X

Basic Setups

AppStore

  • Magnet 마그넷 (유료)
  • 무비스트 (유료)
  • 반디집(유료)

for development

Etc

brew error: permission denied...

Generating ssh key on OS X

$ ssh-keygen -t rsa -C “메일 혹은 메시지”   # Generate SSH Key
$ pbcopy < ~/.ssh/id_rsa.pub  # Copy SSH Key to Clipboard

Mac OSX Utilities

mac reset

NVRAM(PRAM)

부팅시 ⌥ + ⌘ + P + R 누른 상태로 대기, 사과로고가 2번째 나타날 때 손을 뗀다.

  • AppleTalk 정보 → OS 클래식 환경에서 기기간 공유 기능을 담당하던 프로토콜
  • 직렬 포트 구성 및 포트 정보
  • 알람 시간 설정
  • 응용 프로그램 서체
  • 직렬 프린터 정보
  • 키 반복 입력 간격
  • 스피커 볼륨
  • 모니터 해상도
  • 와이파이
  • 주의(경고음) 사운드
  • 마우스 및 트랙패드 이중 클릭 간격
  • 캐럿 깜빡임 시간(삽입점 비율) → 터미널 환경
  • 마우스 크기 및 마우스 속도
  • 시동 디스크 정보
  • 메뉴 깜빡임 수
  • 모니터 심도 (색상 정보)
  • 32비트 주소 지정
  • 가상 메모리
  • RAM 디스크
  • 디스크 캐시

SMC(System Management Controller) 재설정

⌥⇧∧전원버튼 10초 정도

  • 배터리 관련 이상 증상
  • 덮개를 여닫는 센서 오작동
  • 배터리 인디케이터 오작동
  • 디스플레이 밝기 관련 이상 증상
  • 키보드 백라이트 관련 이상 증상
  • 시스템 팬 관련 이상 증상
  • 전원 버튼 오작동
  • 잠자기 관련 이상 증상
  • 외부 전원(USB, Firewire 등) 관련 이상 증상
  • 외부 장치(USB HDD 등) 관련 이상 증상
  • 외부 모니터 인식 문제
  • 에어포트 및 블루투스 관련 이상 증상
  • 급작스럽게 시스템 전원이 나가는 증상
  • SMS(하드 충격 방지 시스템) 오작동
· 2024/07/25 20:14 · alex

macOS

기본 설정(시스템 설정)

  • 키보드 설정; 키보드 | 텍스트 입력, 입력소스, 편집 → 모든 입력 소스, +
  • 시간대 설정; 일반 | 날짜 및 시간 →
  • 메뉴 막대 시간 표시; 제어센터 | 메뉴 막대만, 시계, 시계 옵션…
  • 화면 끄기; 잠금화면 | →

프로그램 설치

@AppStore
  • Bandizip
  • Microsoft Remote Desktop
  • 무비스트
  • Xcode
  • nPlayer Plus
Install Manually

OSX Shortcuts

Key Description
Options
Command
Delete
Eject ( == fn + power )
Escape
Shift
Return
Control
CapsLock.

Key Description
⌘+⌥+T 문자 입력 창. @ Chrome
Key Description
⏏+⇧+∧ Screen Off
⇧+∧+Power Button Screen Off
⌘+⌥+⏏ Sleep
Booting
Key Description
C Booting with ODD
Select bootcamp
Ignore system extension files.
T Targeting mode
Editing
Key Description
⌥+Arrow Key(←◀,→ ►) Word
⌥+Arrow Key(↑▲, ↓▼) Home, End
∧+Arrow Key Switching between applications
<fn>+↑▲, ↓▼ PageUp, PageDn
⌘+↑▲, ↓▼ Begin of the Text, End of Text
⌘+←◀, →► Begin of the Line, End of Line
⌥+↩ Chinese input
<fn>+⌫ Work as MS Windows delete key
Action Key Descriptions
Move Backward by Word ⌥+←
Move Forward by Word ⌥+→
Home (Begin of the Line) ⌥+↑
End (End of the Line) ⌥+↓
PageUp <fn>+↑ doesn't follow carrot
PageDown <fn>+↓ doesn't follow carrot
PageUp ⌥+<fn>+↑ follow carrot
PageDown ⌥+<fn>+↓ follow carrot
Move to Begin of the Text ⌘+↑
Move to End of the Text ⌘+↓
Move to Begin of the Line ⌘+←
Move to End of the Line ⌘+→
Change to Hanja(Chinese input) ⌥+↩
Delete (Work as a MS Windows delete key) <fn>+⌫
Screen Capture
Key Description
⌘+⇧+3 Full screen screenshot
⌘+⇧+4 Selected area screenshot
⌘+⇧+4 → <space bar> Selected window screenshot
∧+⌘+⇧+3 Save full-screen screenshot to clipboard.
∧+⌘+⇧+4 Save selected area screenshot to clipboard.
∧+⌘+⇧+4 → <space bar> Save selected window screenshot to clipboard.
IME Change
Key Description
⌘+<space bar> ∧+<space bar> Toggle IME
⌘+⌥+<space bar> IME Change orderly
Useful for Applications
Key Description
⌘+N New window
⌘+T New Tab
⌘+W Close window
⌘+Q Quit Application
⌘+M Minimize window
⌘ + ~ Change Window
System Shutdown
Key Description
∧+⌥+⌘+⏏ Quit all application and shutdown
Finder
Key Description
⌥+⌘+I 정보 모아보기
⌘+파일 드래그 앤 드랍 파일 이동
⇧+⌘+. 숨김파일 보기
Other
Key Description
⌥+⇧+K
∧+↑ Mission Control
∧+↓ App Exposé
(영문 입력상태에서) ⌥+⇧+9 · (가운데 점)

See also

· 2026/06/19 13:11 · alex

Setting up Git server on Mac OS X

https://github.com/CiTroNaK/Installation-guide-for-GitLab-on-OS-X

1. Homebrew 설치
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)” // 설치 url 주의

brew doctor // 확인

2. Xcode Command Line Tool 설치
xcode-select --install

http://www.makebetterthings.com/git/install-gitlab-5-3-on-mac-os-x-server-10-8-4/


GIT 설치
 1. Xcode download & install 
2. Xcode 실행,  (⌘,)
3. Download 탭에서 Command Line Tools 다운로드
4. terminal에서 git 실행하여 설치 확인

GIT SERVER 전용 사용자 생성
1. 시스템환경설정 > 사용자 및 그룹, 새로운 사용자 git 생성
2. 시스템환경설정 > 공유, 원격로그인 체크
3. 원격로그인 사용자로 git 사용자 추가

git remote repository 구축 및 동작 테스트
1. git 사용자 터미널 로그인
2. 디렉토리 생성 $mkdir newrepo.git
3. 디렉토리로 이동 $cd newrepo.git
4. git 초기화 $git init --bare
5. 클론 $git clone git@theta5912.com:newrepo.git

ssh
ssh-keygen -t rsa -C “yourname@yourdomain.ext”

마운틴라이언에서 다음으로 열기 중복 제거

OSX 라이언때에도 동일한 문제가 있었었는데 마운틴라이언으로 업그레이드를 해도 동일한 문제는 여전히 발생했다 바로 다음으로 열기를 했을때 동일한 프로그램이 두개 이상 표시되는 문제이다 사용하는데에 지장을 없지만은 눈에 거슬리는게 사람마음 마운틴라이언을 기준으로 중복을 제거하는 방법을 알아보자 일단 기본으로 설치되어있는 터미널을 실행시키고 아래처럼 따라해 보자 복사해서 붙여넣으면 편합니다

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

그리고나서는 파인더를 재실행 시키기 위해 아래처럼 타이핑한다

$ killall Finder

다음으로 열기를 해서 중복된 리스트가 제거되었는지 확인해 보자

클리앙 > 모두의공원 > 매일 아침 자동으로 EBS 라디오 녹음하기 for OSX

http://clien.career.co.kr/cs2/bbs/board.php?bo_table=park&wr_id=13601369

0. VLC for OSX 설치하기
 	 a. http://www.videolan.org/vlc/index.html
 	 
1. 녹음여부 테스트 하기
 	 a. 아래 내용중 사용자 부분을 계정명으로 수정하여 클립보드에 복사
/Applications/VLC.app/Contents/MacOS/VLC -I rc "mms://211.218.209.124/l-FM_300k" ':sout=#transcode{acodec=mp3,ab=128}:std{access=file,mux=dummy,dst="/Users/사용자/Dropbox/EBS/%y%m%d.mp3"}' --run-time=5 vlc://quit
 	 
 	 b. Terminal 열어 붙여넣기
 	 c. Dropbox/EBS/ 폴더 밑에 날짜명으로 5초간 녹음된 mp3 들어보기
 	 
2. 정해진 시간에 녹음하게 설정하기
 	 a. 아래 내용중 사용자 부분을 계정명으로 수정하여 클립보드에 복사 (7시부터 3600초 동안 녹음)
0 7 * * 1-6 /Applications/VLC.app/Contents/MacOS/VLC -I rc "mms://211.218.209.124/l-FM_300k" ':sout=#transcode{acodec=mp3,ab=128}:std{access=file,mux=dummy,dst="/Users/사용자/Dropbox/EBS/%y%m%d.mp3"}' --run-time=3600 vlc://quit
0 7 * * 1-6 find /Users/사용자/Dropbox/EBS -ctime +15 -exec rm -rf {} \;
 	 
 	 b. Terminal 에서 crontab -e 입력
 	 c. 텍스트 에디터가 VIM 이기 때문에 i키를 눌러 입력 모드로 전환하여 붙여넣고 :wq!엔터 입력하여 저장/닫기
 	 
3. 정해진 시간에 맥킨토시 부팅했다 끄기
 	 a. Energy Saver > Schedule > Start up or wake Every day at 6:55 AM
 	 b. Energy Saver > Schedule > Shut Down Every Day at 8:15 AM
 	 
4. 다음날 DropBox 들어가서 제대로 올라왔나 확인하며 출근하기

public/computer/mac_osx.txt · Last modified: by alex