MyAlbum   Pet
DirectX   openGL   Java   C/C++   STL   C#   Python   Window   ActiveX   SE & Refactoring   Game   Unicode   googleDesktop   Network   Database   Web   php   asp   asp.net   Library   QT   wxWidget   Something to read  
ToDo
zelon's WebAlbum
Google Tools
Google Naver map
ToRearrange
OpenOffice.org
Eclipse
Check W3 validator
ubuntu
e i R f
Anonymous

Contents

1 매뉴얼
2 꾸미기
2.1 테마
2.2 글꼴
3 쓸만한 프로그램
4 윈도우키 제대로 쓰기
5 한영키로 한/영 전환하기
6 nvidia 그래픽 드라이버 잡기
7 우분투에서 인터넷 뱅킹하기 with wine

1 매뉴얼 #


2 꾸미기 #

2.1 테마 #


  • ubuntustudio 라는 테마를 apt 로 설치 가능
  • edgy-community-wallpapers 라는 바탕화면 모음

2.2 글꼴 #


윈도우 글꼴을 설치한 다음. 굴림으로 설정하고, 파이어폭스는 굴림16 으로 설정.

3 쓸만한 프로그램 #


  • Gwenview - 이미지 뷰어
  • VMPlayer - VMWare(VirtualPC)
  • Amarok - mp3 player
  • wine
  • VirtualBox

4 윈도우키 제대로 쓰기 #


~/.xmodmap 파일을 만들고 다음과 같은 내용을 넣는다.
add mod4 = Super_L

gconf-editor 를 실행하여

apps \ metacity \ keybiding_commands 의 command_x 를 골라 Value 를 실행하고 싶은 command 명령으로 수정하고 apps \ metacity \ global_keybindings 의 run_command_x 를 골라 앞의 command 를 하고 싶은 키를 설정한다. 윈도우키는 <Mod4>E 라고 적어주면 윈도우키+E 가 된다.

5 한영키로 한/영 전환하기 #

시스템 -> 기본 설정 -> 키보드::키배치 에서 

Korea, Republic 을 추가하고, 기본값에 체크를 한다.

6 nvidia 그래픽 드라이버 잡기 #

$ sudo apt-get install nvidia-glx
해서 드라이버 설치하고요.

$ sudo nvidia-glx-config enable
해서 nvidia를 활성화 한 다음에,

$ sudo vi /etc/X11/xorg.conf
해서 아래처럼 편집해 주세요.

Section "Device"
Identifier "NVIDIA Corporation NV15DDR [GeForce2 Ti]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NvAGP" "1"
Option "NoLogo" "true"
Option "RenderAccel" "true"
EndSection

참고로, 직접 다운받은 드라이버를 컴파일해서 설치 할려면 아래 헤더를 설치하면 됩니다.
$ sudo apt-get install linux-headers-`uname -r`
하면 됩니다. `uname -r`에서 ` 자판은 탭위에 있는 겁니다. 작은 따옵표가 아닙니다.

7 우분투에서 인터넷 뱅킹하기 with wine #