Saturday, May 28, 2016

맥에서 dock 의 어플리케이션 폴더 위치 빠르게 찾아가는 법

Command click 하면 됨. (Show in Finder 와 같은 기능)
키워드 : application, folder, location, shortcut

Sunday, May 22, 2016

맥에서 컴퓨터에서 나는 소리 녹음하는 법

New Audio Recording 하면 됨



키워드 : 오디오, OS X

Friday, May 20, 2016

OS X terminal 에서 현재 폴더로 Finder 여는 법

터미널에서
open .
하면 됨
키워드 : directory, cd, folder, 디렉토리, 파인더
레퍼런스 : Open Finder in Current Folder from Terminal

Wednesday, May 18, 2016

OS X 에서 Keyboard Text Substitution 저장하고 가져오는 법


  1. System Preferences 에서 Keyboard > Text 를 연다.
  2. 저장하려는 shortcut 들을 선택한 후 데스크탑(또는 아무 폴더나)에 drag and drop 하면 plist 파일이 생김. 즉 export 되는 것임
  3. 그 plist 파일을 다시 끌어오면 import 가 됨
키워드 : Text Shortcuts, Text Expansion
레퍼런스 : How to export and import text substitutions in OS X

Monday, May 16, 2016

윈도우에서 키보드 한영 전환을 타입3(shift + space)로 만드는 법

기본값인 타입 1 에서는 한영 전환 키 외에는 한글과 영어를 전환하지 못한다.
타입 3로 해야 shift + space 로 한영전환이 가능하다.
윈도우를 새로 다시 깔지 않고 하는 방법은 다음과 같다.
1. 레지스트리를 연다 (시작 > 실행 > regedit 입력)
2. HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ i8042prt \ Parameters 로 들어감
3. "LayerDriver KOR" 의 값을 kbd101a.dll 에서 kbd101c.dll 로 변경
4. "OverrideKeyboardSubtype" 의 값을 5 로 변경 (아마 3 또는 0 값으로 되어 있을 것이다)
5. 리부트한다
키워드 : type 3, type 1
레퍼런스 : 키보드 타입 변경

Sunday, May 15, 2016

윈도우 10 부팅 USB 만드는 법

다음 링크에 설명 잘 나와 있음.
Download Windows 10 Disc Image (ISO File)
다음은 한글 설명.
정말 간단한 윈도우10 USB 부팅 디스크 만들기
키워드 : Windows 10 booting 디스크, disc, install

Friday, May 13, 2016

OS X El Capitan 의 bootable disk 만드는 법

OS X El Capitan 의 bootable disk 만드는 법
  1. Download OS X El Capitan. After the download is complete, Install OS X El Capitan will be available in your Applications folder. A setup wizard should have appeared by now -- you can close it.
  2. Connect the USB drive to your Mac.
  3. Using Disk Utility (it is typically found in the Other folder, under Launchpad), format the USB drive as Mac OS Extended (Journaled), and name it OSXElCapitan. This can be done from the Erase tab within the app; make sure that there are no multiple partitions (turn to the Partition tab to verify and correct this).
  4. Open Terminal (it is found in the same folder as the Disk Utility app).
  5. Use (paste) the following command: sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/OSXElCapitan --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction.
  6. Type in your user password, when required, to start the process.
Once your USB drive has been created, it's time to install El Capitan.
  1. Restart your Mac and hold down the Option key immediately. When your machine boots up, choose the USB drive that says "Install OS X El Capitan"
  2. Select "Disk Utility" and then select your main hard drive. Press "Erase" on the volume. Remember, this will erase EVERYTHING on your machine.
  3. Go back to the main menu and choose "Install OS X." Select your internal hard drive when prompted and continue with the installation.
출처 :

How to do a clean install of OS X El Capitan
How to create a bootable OS X 10.11 El Capitan USB drive

Thursday, May 12, 2016

youtube 비디오 embed 할때 시작점 지정하는 법

1. 시작점 지정
1분 21초부터 시작한다고 하면
youtube.com / embed / abcd ? start=81
이런 식으로 넣으면 됨

2. 무조건 플레이되게 하려면
youtube.com / embed / abcd ? start=81 & autoplay=1

키워드 : play, embed code, 시작 지점, 시작 포인트

Wednesday, May 11, 2016

맥에서 기본 내장 카메라로 동영상 찍는 법


키워드 : Quicktime player, Facetime
검색어 : movie, mov, record
출처 : How to Record Video on Mac Using Built-in iSight Camera