Feeds:
Posts
Comments

Archive for the ‘linux’ Category

Even if you use OpenOffice, you might still want all the Microsoft TrueType fonts so that documents created using Word or PowerPoint look as they were supposed to when you open them with OpenOffice. Also, with the Microsoft Fonts installed we browsing will be better since the pages will look as the designer originally intended [...]

Read Full Post »

sonypi

http://www.linux.it/~malattia/wiki/index.php/Sonypi

Powered by ScribeFire.

Read Full Post »

Sony Vaio Fn keys

Fn keys (hotkeys)
Fn keys are managed either through SNC or SPIC depending on the model. In either case the driver creates two new input devices Sony Vaio Keys and Sony Vaio Jogdial to forward keys to the input subsystem.
You can configure X.Org to receive those key-presses adding the a new InputDevice Section to [...]

Read Full Post »

NDAS

http://code.ximeta.com/trac-ndas/wiki/Usage

Powered by ScribeFire.

Read Full Post »

Linux Kernel Compile

Linux Kernel Compile

(Linux Kernel Version : 2.4.21-4)

.Contents

1. 소개
2. Linux Kernel 종류
3. Kernel Compile 순서
4. Kernel Option 설정 (make config)
5. Kernel 의존성 (make dep)
6. Kernel 클리닝 (make clean)
7. Kernel Image 생성 (make bzImage)
8. Kernel Compile (make install)
9. Kernel Moules 생성 (make modules)
10. Kernel 디렉토리 복사 (make modules_install)

Written by Seung Hwan, Chang
1. 소개
-
커널 컴파일(Kernel Compile)은 시스템을 Linux에서 [...]

Read Full Post »

http://www.pclinuxos.com/index.php?option=com_smf&Itemid=58&topic=17648.0Edit 7 November 07 – to confirm – this is working on 2.6.22 kernel. See my post of today for more details.
Edit 28 May 07 Just to confirm – this does work on PCLinuxOS 2007 final.
The
Sony Vaio FS range of laptops are good machines. Trouble is, the Fn key
combinations require software drivers to work and [...]

Read Full Post »

tar & gz & bz2

–== tar 사용하기[root@h200 backup]# tar cvfz back.tar *– tar [옵션] [tar로 생성될 파일명] [압축할 파일명] 이렇게 사용한다.
[root@h200 backup]# tar cvf back1.tar group passwd– 파일을 선택하여 묶을 경우 한칸띄우고 파일명을 나열한다.
[root@h200 backup]# tar rvf back1.tar group1– 이미 묶여진 tar파일에 추가로 묶을경우 r을 사용하면 된다.
[root@h200 backup]# tar tvf back1.tar-rw-r–r– root/root 674 2005-05-27 19:40:38 group-rw-r–r– root/root 1622 2005-05-27 [...]

Read Full Post »

Linux Basic Commands

### manual ###
다음의 명령어는 직접 실행해보고 스위치옵션들을 확인해 보세요.
- 매뉴얼 페이지 명령어 설명
# man man
■ http://man.kldp.org
■ http://kldp.net/docman/display_doc.php?docid=13&group_id=29
- 맨페이지 디렉토리별 분류 기준
man1 -> 사용자 프로그램
man2 -> 시스템 호출 명령어
man3 -> 라이브러리 함수 및 서브루틴
man4 -> /dev 디렉토리에 포함된 특수 파일
man5 -> 파일 포맷
man6 -> [...]

Read Full Post »

1. /etc/X11/XF86Config-4 수정
###############
Section “InputDevice”
# Identifier and driver
Identifier “Mouse1″
Driver “mouse”
Option “Protocol” “ExplorerPS/2″
Option “Buttons” “7″
Option “Device” “/dev/psaux”
# Option “Device” [...]

Read Full Post »

VI Tip

자질구레한 tipK manpage보기G 파일의 마지막줄로 커서이동^6 or :e# 열어봤던 이전파일 열기zf fold – 한줄로 접기 ex) :23,29zfzo fold – 펴기^p or ^n 변수명, 함수명 자동완성<< tab 안으로 밀기>> tab 밖으로 밀기{ 한 단락 위로 이동} 한 단락 아래로 이동[i 함수의 프로토타입보기

한 vi 안에 여러개로 창 나누어(split) 작업하기:vs <파일명> 세로로 창 나누어 파일열기:sp <파일명> 가로로 창 나누어 파일열기:20vs ./ 왼쪽에 파일 탐색기 열기 <탐색기에 대한 도움말 = ?>O 탐색기 파일 열기^wn 새로운 창 [...]

Read Full Post »

Older Posts »