목록도전 (1050)
도전2022
Linux man pagesIf you know the name of the Linux command, function, or file you are interested in, type it in: SectionsMan pages are grouped into sections. To see the full list of Linux man pages for a section, pick one of:Section 1 user commands (introduction)Section 2 system calls (introduction)Section 3 library functions (introduction)Section 4 special files (introduction)Section 5 file forma..
http://wiki.kldp.org/HOWTO/html/Adv-Bash-Scr-HOWTO/system.html 정말 대단한 분들 많다. 내가 사용하면 유용한 명령어들 ~~ - lsof를 하면 현재 열려 있는 파일들을 열거한다. - arch - 고급 Bash 스크립팅 가이드: Bash를 이용한 쉘 스크립팅 완전 가이드 이전 다음 13장. 시스템과 관리자용 명령어시스템과 관리자용 명령어의 좋은 예는 /etc/rc.d 에 있는 시작, 종료 스크립트들입니다. 이 명령어들은 보통 시스템 관리나 파일시스템을 긴급하게 고치려고 할 때 루트가 사용합니다. 이들 몇몇은 잘못 쓰면 시스템을 망가트릴 수 있기 때문에 사용에 주의를 요합니다. 사용자와 그룹 chown, chgrpchown 명령어는 파일의 소유권을 바꿔줍니다..
http://tldp.org/HOWTO/html_single/Glibc-Install-HOWTO/ Chapter 4. The installation of glibc itselfNow we come to the most important thing: the glibc install. 4.1. Obtaining and compiling the sourceThere are several versions of glibc available, but not in all cases are new versions really better than the old ones. The best thing you can do to find out which works and which ones you should not use..
1. [도서] Application Hacking 애플리케이션 해킹 : 대한민국 최고의 보안 연구원들이 공개하는 애플리케이션 해킹의 비밀 (양장) 정상민,남성일,김태훈 공저 | 북앤라이프 | 2009년 06월 27,000원 → 20,250원(25% 할인) | Y http://www.yes24.com/searchCenter/searchResult.aspx?keywordAd=&keyword=&qdomain=%C0%FC%C3%BC&Gcode=000_004_001&query=Application+Hacking&x=18&y=15 1장 윈도우, 메시지(Window, Message) 01 윈도우(Window) 02 윈도우 프로시저(Window Procedure) 03 윈도우 메시지(Window Message) 04 ..
융프라우요흐 난. 2006년 10월에 갔었는데, 정말 신기하고 재미났었느데.ㅋ 다시 여유가 되면 한번 가보자.
Openmoko에서 i386-linux-user 모드로 동작시키자. 1. /lib/i386-linux-user 폴더를 만든다. (편의상 lib에 만들었지만, 추후에는 /usr/local/lib으로 갈 예정) mkdir /lib/i386-linux-user 2. 필요한 library를 복사한다. ld-2.10.1.so libgcc_s.so.1 libnss_nis-2.10.1.so libBrokenLocale-2.10.1.so libm-2.10.1.so libnss_nisplus-2.10.1.so libSegFault.so libmemusage.so libpthread-2.10.1.so libanl-2.10.1.so libnsl-2.10.1.so libresolv-2.10.1.so libc-2.10.1.so..
Application의 차이를 살펴보자. Native App은 빠르다. Web은 Web Engine의 Middle-ware가 필요하다. 그래서 느리다. Native App은 만들기 힘들다. 하지만, Web은 쉽다. 저작도구 좋아서, 언어가 쉬워서, 인터프리터를 사용해서, 뷰가 동일해서, Native App은 시스템의 모든 것을 사용할 수 있다. Web은 Web Engine에서 제공하는 기능만 사용할 수 있다. Native App은 방대한 자료가 추가되면 사이즈가 커진다. Web은 다른 웹 페이지에서 보관하고 있다. Native App은 자료의 업데이트 관리가 어렵다. Web은 현재 잘되고 있는 케이스가 많다. Hybrid App 이라고 하는 것은 어떻게 만들까? Web OS와의 비교 이미지 http://..