분류 전체보기
-
ntpdate and ntpComputer/linux 2007. 8. 16. 22:49
There are two ways of Time Synchronization. The manual documents are too complicated to understand. I quit to read. They said that the ntpdate program is to be retired from this distribution in the http://www.cis.udel.edu/~mills/ntp/html/ntpdate.html However, for me, ntpdate is easy to use and understand. And also ntpdate has small resource of my laptop shortly, and that's it. I prefer ntpdate t..
-
How to save each page of a pdf file to eps fileComputer/linux 2007. 8. 16. 00:32
Sometimes, I want to extract some plot or graphical object s from pdf file such as data sheet. The Inkscape can handle eps file in Linux. With the following gs command, I can extract graphical information from pdf file. gs -dSAFTER -dBATCH -dNOPAUSE -r300 -sDEVICE=epswrite -sOutputFile=result-%02d.eps input.pdf xterm output example AFPL Ghostscript 8.14 (2004-02-20) Copyright (C) 2004 artofcode ..
-
emacs configuration fileComputer/linux 2007. 8. 10. 01:16
.emacs in the ~/ directory. ; menu bar off ;(menu-bar-mode nil) ; tool bar off (tool-bar-mode nil) ; open .gz file (auto-compression-mode t) (require 'font-lock) (global-font-lock-mode 1) ; use font-lock whenever it is availible ;; Paren highlighting (require 'paren) (show-paren-mode 1) ;; Flyspell-mode (underlining words spelled wrongly) (add-hook 'LaTeX-mode-hook 'flyspell-mode) (ispell-change..
-
파이어폭스(리눅스) 에서 예쁜 한글 폰트 사용하기Computer/linux 2007. 8. 8. 22:13
한글 폰트를 리눅스에서 예쁘게 보이게 하기가 생각보다 쉽지는 않다. 참 오랬동안 삽질을 계속하던중에 적당히 사용하고 있었는데.. Gran Paradiso Alpha 7 를 우분투 페키지가 아닌 바이너리 화일을 받아서 실행해보니 한글 굴림 폰트가 뭉게진다. 뭉게진다라는 표현이 적절할지가 모르겠다. 특정 홈페이지에서 마우스를 올리면 글자가 나타나지만 마우스를 내리면 글자가 사라지는 현상이였다. 이전에 컴파일 버전 혹은 바이너리 파이이폭스를 사용할때 생기던 문제였으나 귀찮아서 해결책을 찾지 않고 패키지로 사용했었다. 이상하게 우분투 페키지 파이어폭스는 그런 문제가 없었다. 뭐 파이어폭스가 느려질대로 느려진다고 생각도 들고, 이전 환경 ~/.mozilla 에 있던 것 중에 중요한 화일 몇개만(cert8.db, ..
-
How to use MS windows fonts and ttf in the Ubuntu LinuxComputer/linux 2007. 8. 8. 22:00
Add the multiverse in the /etc/apt/source.list deb http://archive.ubuntu.com/ubuntu/ edgy multiverse deb-src http://archive.ubuntu.com/ubuntu/ edgy multiverse deb http://archive.ubuntu.com/ubuntu/ edgy-updates multiverse deb-src http://archive.ubuntu.com/ubuntu/ edgy-updates multiverse # apt-get update && apt-get install msttcorefonts This process makes /msttcorefonts directory in /usr/share/fon..
-
How to create a iso file from cd or dvd in linuxComputer/linux 2007. 8. 3. 22:49
Create iso file from CD / DVD sudo umount /dev/cdromdd if=/dev/cdrom of=whateverfilename.isoCreate iso file from a local directory mkisofs -r -o whateverfilename.iso /local_directory mount and umount iso file with sudo or su mkdir /media/imgaemodprobe loopmount whateverfilename.iso /media/image -t iso9660 -o loopumount /media/image reference http://ubuntuguide.org/wiki/Ubuntu:Feisty/CDDVDBurning