목록작업/리눅스 (39)
도전2022
라이브러리란? 응용프로그램이 링크해 사용할 수 있도록 미리 컴파일해놓은 코드의 모임이다. - static library : 이식성이 뛰어나다느 장점, 응용 프로그램 크기가 커진다는 단점, 라이브러리 수정시에는 다시 컴파일해야 한다는 단점 - shared library : 응용 프로그램은 컴파일될 때가 아니라 프로그램이 실행될 때에 라이브러리를 로드하여 링크한다. 응용 프로그램의 유지 보수가 쉬움, 시스템 디스크 공간 and 시스템 메모리 요구량 감소됨 다른 컴퓨터 시스템으로 옮기는 작업이 어려워 진다. 그리고 약간의 성능저하를 가져온다. 공유 라이브러리를 찾는 작업을 수행하는 시간을 최소화 하기 위해서 캐시(/etc/ld.so.cache)를 이용한다. 공유 라이브러리의 이름은 "lib" + 라이브러리 이..
http://redjesusist.tistory.com/56 의 내용으로 만들면 될듯
http://www.putty.nl/download.html Here are the PuTTY files themselves: PuTTY (the Telnet and SSH client itself) PSCP (an SCP client, i.e. command-line secure file copy) PSFTP (an SFTP client, i.e. general file transfer sessions much like FTP) PuTTYtel (a Telnet-only client) Plink (a command-line interface to the PuTTY back ends) Pageant (an SSH authentication agent for PuTTY, PSCP and Plink) PuT..
디버깅 툴 ddd를 사용하자. 사용자 메뉴얼 http://www.gnu.org/software/ddd/ GNU Project - Software About DDD DDD News Getting DDD Building DDD Documentation Alpha Releases Reporting Bugs Where can I learn more about the debuggers DDD uses? Help and Assistance References What is DDD?GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash deb..
리눅스 커널에 대한 이해가 필요하기 시작했다. .ㅠㅠ. www.kernel.org에서 소스를 받을 수 있다. 2월 10일 현재의 메인 페이지의 화면은 다음과 같다. The Linux Kernel ArchivesWelcome to the Linux Kernel Archives. This is the primary site for the Linux kernel source, but it has much more than just Linux kernels. Frequently Asked Questions ProtocolLocation HTTP http://www.kernel.org/pub/ FTP ftp://ftp.kernel.org/pub/ RSYNC rsync://rsync.kernel.org/pub/ L..
Dynamically Linked "Shared Object" Libraries: (.so 파일) 이라고 한다. 이제는 Shared Object 라고 해야 겠다. Library 관련된 문서가 많이 있다. - Program Library HOWTO(kr) http://wiki.kldp.org/HOWTO/html/Program-Library-HOWTO/ - Program Library HOWTO(en) http://www.tldp.org/HOWTO/Program-Library-HOWTO/index.html -pdf 파일 - GNU Libtool http://www.gnu.org/software/libtool/libtool.html http://dansoonie.tistory.com/183 - FHS : Fi..
필요 유틸리티 libsdl-image1.2-dev, libsdl-mixer1.2-dev FloboPuyo http://www.ios-software.com/?page=projet&quoi=29 Supertux http://supertux.lethargik.org/index.html http://www.linux-games.com/ - PC Games : Penguin Command, BumpRace, Black-Box, Castle-combat, NuclearChess, - Web Games : jsNumbers - Zaurus Games : zSubHunt, zBlack-Box, zNumbers, zMerlin, zTappy, zChain - VR3 Software : Black-Box-VR3, Num..