Generate random noise through the PC speaker (/dev/pcspkr)
cat /dev/urandom > /dev/pcspkr
Sends random data from /dev/urandom to the PC speaker (/dev/pcspkr), generating continuous beeping or noise. This can be used for simple sound effects or to test the PC speaker functionality. Warning: This can produce loud and potentially high-pitched noise!