Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Saturday, September 14, 2013

System beep not working in Ubuntu terminal

@problem
System beep not working in terminal
Ubuntu 13.04

@solving

$ sudo apt-get install x11-xkb-utils

$ mkdir ~/.xkb

$ cat > ~/.xkb/xkbevd.cf << !HEREDOC!
> soundDirectory="/usr/share/sound/ubuntu/stereo/"
> soundCmd="paplay"
> Bell() "bell.ogg"
> !HEREDOC!

$ echo << !HEREDOC! >> ~/.profile

> if [ -n "$DISPLAY" ]; then
> xkbevd -bg
> fi
> !HEREDOC!

@reference

xkbevd
paplay

Ubuntu 한글 깨짐 현상

Ubuntu 13.04 vi editor 한글 깨짐 현상 발생

터미널-터미널-문자 인코딩 설정-한국어(UHC) 선택하여 해결