Article Title: how to disable beep on the Linux console. Linux is a technology channel of the IT lab in China. Some basic categories, such as desktop applications, Linux system management, kernel research, embedded systems, and open-source systems, use a large number of tabs to automatically complete operations at the shell prompt after logging on to the console, at this time, the machine's buzzer will be non-stop. My colleagues in the office thought my qj computer was really annoying!
You can use the setterm command to set the length of this doodle sound.
Setterm-blength 0
The value can be 0-1000. You can use setterm to check its usage. It is not enough to enter the preceding command. The next restart will have a sound of pivoting. To solve this problem, add the above command to/etc/bashrc.
Add:/etc/inputrc contains a statement.
# Do not bell on tab-completion # set bell-style none
|
Here, if you remove the annotator before the set, you only need to remove the automatically completed tab sound, rather than completely eliminate other sounds (such as Backspace and vi) in the console)
The above only disables the sound of the buzzer and does not affect the sound of the Speaker. play music and video do not have any side effects.