Turn Off Annoying Bell in Debian
Edit the file with vim:
# vi /etc/inputrc
Remove comment:
set bell-style none
Or I prefer actually to have it visually displayed:
set bell-style visible
After that you need to restart debian.
admin on April 21st 2010 in Linux