우리팀 팀원 한분이 Snow Leopard Retail version과 10A432 버전을 깔아서 사용한 후기를 보내줘서
그 내용을 허가 받고 공유한다.
(물론 그분도 여기저기서 확인한 내용이라고 한다...)
오늘부터 Snow Leopard가 배송된다니, 어떻게 바뀌었을지 궁금하다.
(난 팀장님이 Family 버전인가 뭔가를 사서 하나 설치할 수 있다. ㅋㅋㅋ. 받아 놓고, 책 다쓰면 한번 밀어야징...)

뭐가 달라졌는지 확인할 수 있는 관련 기사는
http://news.naver.com/main/read.nhn?mode=LSD&aid=0001952304&oid=092&mid=sec&sid1=105
를 참조하기 바란다.

·
     
DVD없이 설치

o  디스크 유틸리티에서 하드디스크 파티션 분할 (용량은 이미지 용량만큼)

o  복원탭에서 소스를 OS이미지가 있는 .dmg 파일을 선택, 대상을 분할된 파티션으로 선택하여 복원

o  시동 디스크 유틸리티에서 과정을 거쳐 만들어진 파티션을 선택

o  설치!



·
   
Snow Leopard에서 64비트 커널 부팅을 Default 설정하기

o  기존 Device Driver kext 호환을 위해서 서버군인 Xserve 제외한 모든 기종에서 default커널은 32비트를 유지하고 있다. 아래 방법은 이를 해결하여 64비트 커널로 부팅 가능하게 한다.

o  64비트 커널 사용 가능한지 확인

§  터미널에서 다음과 같이 입력: ioreg -l -p IODeviceTree | grep firmware-abi

o  (방법1) /Library/Preferences/SystemConfiguration/com.apple.Boot.plist 설정

§  <key>Kernel Flags</key><string></string>...

§  <key>Kernel Flags</key><string>arch=x86_64</string>으로 변경

o  (방법 2) nvram설정

§  터미널에서 다음과 같이 입력: nvram boot-args="arch=x86_64"

 


·
     
Snow Leopard에서 True Type Sub-pixel Rendering 적용하기 (Workaround)

o  현재(10A432) Snow Leopard에는 자사의 애플 시네마 디스플레이가 아닌 LCD 연결된 경우 Sub-pixel Rendering 적용되지 않는 버그를 가지고 있다. Sub-pixel Rendering 적용되지 않으면 화면 가독성에 문제가 있을 있다.

o  아래와 같이 터미널에서 입력 , 재로그인하면 Sub-pixel Rendering 적용된다.

§  defaults -currentHost write -globalDomain AppleFontSmoothing -int 2


Posted by tuning-java
,
IBM의 RedBooks라는 사이트가 있다.
이 사이트에서는 여러 종류의 문서들을 제공해 주고 있는데,
그중 리눅스와 관련된 e-book(PDF 파일)들이 좋은게 있어서 링크를 걸어 둔다.

http://www.redbooks.ibm.com/Redbooks.nsf/portals/Linux?Open&page=popular


물론 무료이며,
리눅스쪽 관련 일을 한다면,
Linux Performance and Tuning Guidelines
http://www.redbooks.ibm.com/abstracts/redp4285.html?Open
를 읽어 보길 추천한다.
이 문서에는 다음과 같은 목차로 정리되어 있다.
Chapter 1, Understanding the Linux operating system
Chapter 2. Monitoring and benchmark tools
Chapter 3. Analyzing performance bottlenecks
Chapter 4. Tuning the operating system

난 아직 시간이 없어서 - -;

그리고,
나 같이 넷웍쪽 아는 정보가 별로 없다면,
TCP/IP Tutorial and Technical Overview
http://www.redbooks.ibm.com/abstracts/gg243376.html?Open
도 읽어 보면 많은 도움이 되리라 생각된다.
목차는 다음과 같다.

Part 1. Core TCP/IP protocols
Chapter 1. Architecture, history, standards, and trends
Chapter 2. Network interfaces
Chapter 3. Internetworking protocols
Chapter 4. Transport layer protocols
Chapter 5. Routing protocols
Chapter 6. IP multicast
Chapter 7. Mobile IP
Chapter 8. Quality of service
Chapter 9. IP version 6
Chapter 10. Wireless IP

Part 2. TCP/IP application protocols
Chapter 11. Application structure and programming interfaces
Chapter 12. Directory and naming protocols
Chapter 13. Remote execution and distributed computing
Chapter 14. File-related protocols
Chapter 15. Mail applications
Chapter 16. The Web
Chapter 17. Network management
Chapter 18. Wireless Application Protocol
Chapter 19. Presence over IP

Part 3. Advanced concepts and new technologies
Chapter 20. Voice over Internet Protocol
Chapter 21. Internet Protocol Television
Chapter 22. TCP/IP security
Chapter 23. Port based network access control
Chapter 24. Availability, scalability, and load balancing
Appendix A. Multiprotocol Label Switching






Posted by tuning-java
,
리눅스에서 어떤 폴더에 포함된 파일들의 크기를 확인하려면 du 라는 명령어를 사용하면 된다.
만약 aaa 라는 폴더에 여러개의 파일이 존재할 경우

du -h -s --apparent-size ./aaa/

라고 하면 해당 폴더가 갖고 있는 모든 파일의 크기만 보여준다.

여기서
-h: 바이트를 kb, mb 등으로 변환
-s: 지정한 폴더 크기만 출력(없으면, 하위 폴더 크기도 출력)
--apparent-size: 디스크 사용량이 아닌 apparent size를 출력(이게 뭔지 나도 잘 모름 - -)



Posted by tuning-java
,
http://www.ibm.com/developerworks/kr/library/au-aixperformancetuning/index.html

아침에 메일온걸 확인하다가, 고급 성능 조정의 개념이라는 글이 있어 이렇게 링크를 건다.

그런데, 상세한 가이드라기 보다는 개략적인 가이드라서
어느 정도 경험이 있는 분들이 봐야하는 그런 문서인듯...

추가로 메일을 보니, 에릭 감마 아저씨가 한국에 오는듯... 근데 무슨 QnA가 한시간이여???
안구라 선배가 가면 많은걸 물어볼텐데... ㅋㅋ

Jazz라는 제품 설명하러 오는거 같다.
Posted by tuning-java
,