AutOPSY: You don't need to change the extension (not that the extension matters at all).
beejayzed is right, you just run:
$ ./whatever.bin
in a terminal, and it'll work. Don't forget to make it executable if it's not already, thought:
$ chmod +x ./whatever.bin
|