[Linux]Disable the system beeps
Issue
The system beeps can be very annoying, here's is a simple tip allowing you to effectively disable the system beeps:
Procedure
Log in as root and run the following command:
rmmod pcspkr
Then edit the
/etc/rc.local file(or equivalent, depending on version used) and add the previous command in the line before the last one (before
exit 0) so that the command is still effective after rebooting your system.