Linux-Disable-Beeps
From DevRandom
Disabling BEEPs
- Gnome: Systems|Preferences|Hardware|Sound|System Beep
- Gnome terminal: Edit|Current Profile|General tab|Terminal Bell
- xterm: (~/.xsession) xset b off
- bash: (/etc/inputrc or ~/.inputrc) set bell-style none
- tcsh: (~/.cshrc) set nobeep
- vim: (~/.vimrc) set vb
- POST: (IBM DOS utility) ps2.exe beep off
- MySQL: %>mysql -u root -p --no-beep. To permanently disable add no-beep to the [client] section of your .my.cnf file.
- Firefox Disable the Beep When Phrase is not Found in Find : about:config pagem, Find the accessibility.typeaheadfind.enablesound and set to false
- all: rmmod pcspkr (add it to /etc/rc.local)






