How to: Make Your System Beep Play 3-Blind-Mice on Linux
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Results 1 to 1 of 1
Like Tree1Likes
  • 1 Post By CLN

Thread: How to: Make Your System Beep Play 3-Blind-Mice on Linux

  1. #1

    Join Date
    Jan 2012
    Location
    Isla de Muerta
    Posts
    15

    Default How to: Make Your System Beep Play 3-Blind-Mice on Linux

    Overview
    So.. I was going through some old shit on my computer.. I came across an old file that was last modifed: 13/11/08 - Yup quite some time ago..

    So what is it? Well it's an Bash script (.sh) what does it do? it makes your system beep play the 3-blind-mice song... (beeping style!)

    How?
    It requires a program called "beep" (yeah good luck finding it through google..) and requires to be run as root. And well, it plays it.

    Show me!
    Right, so first up you're going to want to install the program called beep.

    Fedora Method:
    Code:
    yum install beep

    Ubuntu Method:
    Code:
    apt-get install beep
    Now, once installed check it actually works, run as root the command "beep". ("sudo beep" for ubuntians) no quotes!

    No sound? Yup as I expect most distributions now, for some dumb reason disable the system beep by default! But panic not, it can be re-enabled.

    Run the command:
    Code:
    modprobe pcspkr

    run beep again.. it works now, or should. unless it is blacklisted or you have no onboard speaker.

    So now, lets make our system play 3 blind mice!

    Create an sh file with the following contents:
    Code:
    beep -f 369 -l 500 -D 100 -n -f 329 -l 500 -D 100 -n -f 293 -l 500 -D 400
    beep -f 369 -l 500 -D 100 -n -f 329 -l 500 -D 100 -n -f 293 -l 500 -D 400
    beep -f 440 -l 500 -D 100 -n -f 391 -l 300 -D 30 -n -f 391 -l 200 -D 50 -n -f 369 -l 500 -D 400
    beep -f 440 -l 500 -D 100 -n -f 391 -l 300 -D 30 -n -f 391 -l 200 -D 50 -n -f 369 -l 500 -D 400
    beep -f 440 -l 500 -D 100 -n -f 554 -l 500 -D 100 -n -f 587 -l 300 -D 30 -n -f 554 -l 300 -D 30
    beep -f 493 -l 300 -D 30 -n -f 554 -l 300 -D 30 -n -f 587 -l 300 -D 100 -n -f 440 -l 300 -D 30
    beep -f 440 -l 300 -D 30 -n -f 440 -l 300 -D 30 -n -f 587 -l 300 -D 30 -n -f 587 -l 300 -D 30
    beep -f 587 -l 300 -D 30 -n -f 554 -l 300 -D 30 -n -f 493 -l 300 -D 30 -n -f 554 -l 300 -D 30
    beep -f 587 -l 300 -D 100 -n -f 440 -l 300 -D 30 -n -f 440 -l 300 -D 30 -n -f 440 -l 300 -D 30 -n -f 587 -l 300 -D 30 -n -f 587 -l 300 -D 30 -n beep -f 587 -l 300 -D 30 -n -f 554 -l 300 -D 30 -n -f 493 -l 300 -D 30 -n -f 554 -l 300 -D 30
    beep -f 587 -l 300 -D 100 -n -f 440 -l 300 -D 30 -n -f 440 -l 300 -D 30 -n -f 440 -l 300 -D 30
    beep -f 391 -l 300 -D 150 -n -f 369 -l 500 -D 150 -n -f 329 -l 500 -D 150 -n -f 293 -l 500 -D 500 -n -f 369 -l 500 -D 150 -n -f 329 -l 500 -D 150 -n -f 293 -l 500 -D 500

    save it as "mice.sh", now as root run the command:
    Code:
    sh /path/to/mice.sh
    With a bit of luck, your system is now playing 3 blind mice! Enjoy!


    Last edited by CLN; January 31st, 2012 at 09:14 AM. Reason: Fix title typo
    akaineko likes this.


  2. To remove ads become VIP. Inquire about advertising here.

Similar Threads

  1. Replies: 9
    Last Post: June 20th, 2009, 02:54 AM
  2. Funny Facts To Make You Laugh !!
    By dreamLite in forum General Discussion
    Replies: 2
    Last Post: May 22nd, 2009, 11:26 PM
  3. How to make Mozilla Firefox Faster
    By xtombronx in forum Internet
    Replies: 2
    Last Post: April 30th, 2009, 08:16 AM
  4. How to make torrent downloading safer & more secure
    By SunSpyda in forum BitTorrent
    Replies: 28
    Last Post: March 5th, 2009, 12:38 AM
  5. How To Make Your Torrent Download Speed Faster
    By jeneriodan in forum General Discussion
    Replies: 33
    Last Post: October 28th, 2008, 06:03 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •