If you wanto to disable the bell/beep sound that occurs when pressing TAB etc., add set bell-style none to .inputrc file in your home directory. If it doesn’t exist, you can just create one. You need to log out and then log in to your shell in order for this to be applied.

This bash command should do trick:

echo "set bell-style none" >> ~/.inputrc