Turn of annoying Terminal Bell / PC Speaker
vi ~/.inputrc set bell-style none
modprobe -r pcspkr
update /etc/modprobe.d/blacklist
sudo vi /etc/modprobe.d/blacklist.conf
add the following to the bottom of the file:
# disable PC speaker
blacklist pcspkr