18. Dec, 2007
Archive | December, 2007
18. Dec, 2007
To remove all console beeps whilst running from the system console execute:
To remove all console beeps whilst running from the system console execute:
setterm -blength 0
For the case of bash specifically I can disable this by running:
echo 'set bell-style none' >> ~/.inputrc
Within the X11 Window System
To remove all console beeps whilst running X you should execute:
xset b off
Recent Comments