Make sure you have ‘beep’ installed. Try it out by executing beep at the command prompt. If you don’t have it, just ’sudo apt-get install beep’ and you’ll be on your way.
Now, open up a terminal, and paste this in:
while true; do sleep $(($RANDOM/1000)) && beep -f 2000 -l $(($RANDOM/100)) ; done
Lock your terminal and go to lunch. When you get back from lunch, just CTRL+C to stop the annoyance.
soddhi
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment