[Mac] Mac 에서 화면 캡쳐 단축키
Posted at 2009/08/06 18:01// Posted in 나만의 작업/Mac유용하지만 별로 캡쳐할 일 없는 저로썬, 자꾸 까먹어서...포스팅합니다.
맥 OS 에서 캡쳐 단축키
shift + command + 3 : 전체화면 캡춰
shift + command + 4 : 부분 캡춰
파일은 바탕화면에 저장됩니다.
'나만의 작업 > Mac' 카테고리의 다른 글
| [Mac] Mac 에서 화면 캡쳐 단축키 (4) | 2009/08/06 |
|---|---|
| The Eclipse executable launcher was unable to locate its companion shared library. Error (0) | 2008/11/11 |
| Mac Profile manager 실행하기 (2) | 2008/11/04 |
| mac에서 hosts file 위치와 수정 (2) | 2008/09/09 |
The Eclipse executable launcher was unable to locate its companion shared library. Error
Posted at 2008/11/11 21:32// Posted in 나만의 작업/Mac
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 파일을 한 줄만 수정해 주면 되는군요~
요렇게 바꿔준 후 start를 시도하면~ 한번에 되는군요.~
환경은 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
../../../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를 시도하면~ 한번에 되는군요.~
'나만의 작업 > Mac' 카테고리의 다른 글
| [Mac] Mac 에서 화면 캡쳐 단축키 (4) | 2009/08/06 |
|---|---|
| The Eclipse executable launcher was unable to locate its companion shared library. Error (0) | 2008/11/11 |
| Mac Profile manager 실행하기 (2) | 2008/11/04 |
| mac에서 hosts file 위치와 수정 (2) | 2008/09/09 |
Mac Profile manager 실행하기
Posted at 2008/11/04 15:21// Posted in 나만의 작업/Mac
/Applications/Firefox.app/Contents/MacOS/firefox -ProfileManager
자꾸 까먹어서 기록~
자꾸 까먹어서 기록~
'나만의 작업 > Mac' 카테고리의 다른 글
| [Mac] Mac 에서 화면 캡쳐 단축키 (4) | 2009/08/06 |
|---|---|
| The Eclipse executable launcher was unable to locate its companion shared library. Error (0) | 2008/11/11 |
| Mac Profile manager 실행하기 (2) | 2008/11/04 |
| mac에서 hosts file 위치와 수정 (2) | 2008/09/09 |
mac에서 hosts file 위치와 수정
Posted at 2008/09/09 21:17// Posted in 나만의 작업/Mac
Mac에서 Hosts File 위치와 수정
Mac OS X 10.2 or later
http://kb.wisc.edu/middleware/page.php?id=4506
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=88158http://kb.wisc.edu/middleware/page.php?id=4506
'나만의 작업 > Mac' 카테고리의 다른 글
| [Mac] Mac 에서 화면 캡쳐 단축키 (4) | 2009/08/06 |
|---|---|
| The Eclipse executable launcher was unable to locate its companion shared library. Error (0) | 2008/11/11 |
| Mac Profile manager 실행하기 (2) | 2008/11/04 |
| mac에서 hosts file 위치와 수정 (2) | 2008/09/09 |



이미지 공유도 가능하고 좋은 프로그램 같아요.
감사해용~ㅋㅋ