[Mac] Mac 에서 화면 캡쳐 단축키

Posted at 2009/08/06 18:01// Posted in 나만의 작업/Mac

유용하지만 별로 캡쳐할 일 없는 저로썬, 자꾸 까먹어서...포스팅합니다.

맥 OS 에서 캡쳐 단축키

shift + command + 3 : 전체화면 캡춰
shift + command + 4 : 부분 캡춰

파일은 바탕화면에 저장됩니다.

  1. 2009/08/06 18:52 [Edit/Del] [Reply]
    command + shift + 4 누른다음에 space하면 한 구역씩(창, dock같은거) 캡쳐할수도 있다지 ㅎㅎ
  2. 2009/08/30 17:08 [Edit/Del] [Reply]
    skitch 라는 캡쳐 프로그램이 있는데 한번 설치해서 써 보세요~
    • 버리
      2009/09/01 12:19 [Edit/Del]
      스키치 찾아보니, 아이콘이 정말 매혹적이게 생겼더라구요..^^
      이미지 공유도 가능하고 좋은 프로그램 같아요.
      감사해용~ㅋㅋ

댓글을 남겨주세요

Name *

Password *

Link (Your Homepage or Blog)

Comment

Secret

Eclipse launcher 실행 중의 오류~
환경은 MacOS X, Eclipse v3.4.1

eclipse에서 plugin update를 하고 난후 restart를 한 후 갑자기 "The Eclipse executable launcher was unable to locate its companion shared library" 이런 메세지를 흘리면서 아무것도 안될때!

검색해보니, MacOS X에서의 eclipse bug로 올라와 있군요.

터미널에서
/Applications/eclipse/Eclipse.app/Contents/MacOS 폴더에서 eclipse.ini 파일을 한 줄만 수정해 주면 되는군요~

--launcher.library
../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.100.v20080509-1800  <-- 이 부분을 삭제하고

다음과 같이 수정해주면 됩니다.
../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731


요렇게 바꿔준 후 start를 시도하면~ 한번에 되는군요.~

댓글을 남겨주세요

Name *

Password *

Link (Your Homepage or Blog)

Comment

Secret

Mac Profile manager 실행하기

Posted at 2008/11/04 15:21// Posted in 나만의 작업/Mac
/Applications/Firefox.app/Contents/MacOS/firefox -ProfileManager


자꾸 까먹어서 기록~
  1. seattle
    2008/11/04 20:55 [Edit/Del] [Reply]
    메모는 망각의 늪에서 벗어나게 해준다고 합니다!!! 낄낄

댓글을 남겨주세요

Name *

Password *

Link (Your Homepage or Blog)

Comment

Secret

mac에서 hosts file 위치와 수정

Posted at 2008/09/09 21:17// Posted in 나만의 작업/Mac
Mac에서 Hosts File 위치와 수정

Mac OS X 10.2 or later

Edit the /private/etc/hosts file. For more information on how to use the hosts file, open Terminal and type: man hosts

Note: Editing this file requires root privileges.


> vi sudo /etc/hosts

> ping으로 테스트를 해 본다.


참고

http://docs.info.apple.com/article.html?artnum=88158
http://kb.wisc.edu/middleware/page.php?id=4506

Tag hosts, MAC
  1. 2008/09/11 13:12 [Edit/Del] [Reply]
    Mac이 없어서 맥을 못추네요ㅠㅠ;;

댓글을 남겨주세요

Name *

Password *

Link (Your Homepage or Blog)

Comment

Secret