Disable Beep at Console
2007 May 22
Disable the annoying beep or bell on tab-completion, it’s easy:
Open up the file: /etc/inputrc
uncomment the following line or just place it in the file
set bell-style none
It’s that simple and now all users don’t have to hear the annoying beep anymore
No comments yet