May 11, 2009 by Matt fun with linux; lol sudo yum -y install beep while(true); do RAND=`od -An -N1 -i /dev/random`; sudo beep -f${RAND}; done &