Linux Tips

TIPs 2008. 9. 10. 21:22

Stopping Xorg (gdm)

# /etc/init.d/gdm stop



Ubuntu에서 Root 계정 사용

$ sudu passwd root



X 에서 Caps를 Control로 사용

Section "InputDevice"
        # Keyboard
        option "XkbOptions"        "ctrl:nocaps"
        # option "XkbOptions"        "ctrl:swapcaps"
EndSection

 

: