Is there a way to remotely cause a server's internal speaker to beep? I realize that you can force a beep on your own terminal by doing something like:
perl -e 'print "\a";'
But is it possible for someone to force a beep on the internal speaker if they're not on the console?
