for KT
Category: ETC(기타)
3월 05
그리기 툴 두가지…
구글 스케치업(http://www.sketchup.com/)과 잉크스케이프(http://www.inkscape.org/) 구글 스케치업은 무료버젼과 유료버젼이 있으며 잉크스케이프는 완전 오픈소스 소프트웨어다. 가끔 3-D스케치 필요할때 유용하게 사용할 수 있을듯.
2월 15
rrdtool 사용하기.
rrdtool을 사용하여 시스템과 네트워크를 모니터링 하려고 마음 먹었지만, 막상 rrdtool을 사용하는 방법에 대해서는 자세하게 설명되어 있는 한글 문서를 찾을 수 없었다. 결국, rrdtool을 이해하는데 도움이 되는 다음의 문서를 찾을 수는 있었지만, 문서를 참고하여 원하는 작업을 하기엔 역부족이었다. 참고문서: http://www.joinc.co.kr/modules.php?name=News&file=article&sid=221&mode=nested 위의 문서에서 rrdtool의 데이타베이스 생성방법과 데이터 입력및 그래프를 생성하는 방법을 알 수 있다. 하지만, 이것만으로 원하는 일을 하려면 많은 수작업이 …
1월 11
이것도 영어다
kldp 블로그에 재미있는 글이 있어서.. 이곳에.. 헤에헤.. 원문은 여기.. http://blog.kldp.org/node/view/722 Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn’t mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can …
1월 10
C shell에서 setfilec의 역할
set filec Set file-completion for csh This allows the escape key to be used for filename completion in a csh line command.
4월 08
UNIX/Linux 에서 man 출력을 text 파일로 저장할 때…
gundal님의 글 유닉스/리눅스를 사용하다보면 어떨때는 man 페이지를 저장하고 싶어질 때가 있다. 이럴 때에 유용하게 쓰이는 명령어다. (잊고 있었으면 다시 환기를 위해..) # man (command_what_you_want) | col -b > file_name 이렇게 만들어 놓은 manual 을 하나 띄워 놓고 작업하면 훨씬 수월함.
3월 17
Jeremy Andrews의 Richard Stallman 인터뷰.
원문은 http://kerneltrap.org/node/4484 번역은 kldp bbs의 crimsoncream님. 그냥보기 아까워서 긁어왔음. Richard Stallman founded the GNU Project in 1984, and the Free Software Foundation in 1985. He also originally authored a number of well known and highly used development tools, including the GNU Compiler Collection (GCC), the GNU symbolic debugger (GDB) and GNU Emacs. Richard Stallman(이하 RMS)은 …
12월 29
solaris7 에러…
$ vi edu_pa.jsp ld.so.1: vi: 치명적: 재할당 오류: 파일 vi: 기호 cur_term: 참조 기호가 없습니다. 중단됨(Killed) LD_LIBRARY_PATH와 관련된 에러로 추정됨. 솔루션은 다음과 같이 하면 되려나? 내 소유 장비가 아니어서 확인은 못해본다. Date: Fri, 23 Jan 2004 07:07:21 +0000 Neil W Rickert wrote: > Beardy writes: > >>Neil W Rickert wrote: >> >>>thota_2001@yahoo.com (Srikanth Thota) writes: …