web to pdf (Virtual PDF Printer)
http://www.go2pdf.com/index.html
해봤는데 한글이 다 깨진다.. ㅡ_ㅡ;; 머가 문제쥐..

pdf to web
http://www.verypdf.com/pdf2htm/pdf-to-web.html
-- 아직 안해 봤다...

특정 프로세스의 메모리를 감시 할때 유용

UNIX95= ps -e -o comm,vsz,flags,pcpu,sz,etime,stime,time

bash 프로세스 지속 감시
while [ 1 ]; do UNIX95= ps -e -o comm,vsz,flags,pcpu,sz,etime,stime,time | grep bash ;sleep 1; echo "-"; done



+ Recent posts