Sunday, June 3, 2007

How to execute .bin files

In case you didn't know how to execute .bin files, there's a way to using the Terminal program. What you need first of all is a .bin file saved under the Desktop. Once you've got one you're ready to move on.

Let's begin:
----------------------

1. Open the terminal
2. Navigate to the Desktop folder: cd Desktop
3. Make .bin file executable: sudo chmod +x yourfile.bin
4. Execute the file: sudo sh yourfile.bin
5. The installer should have started already and once it's done you're good to go.

End of Tutorial

No comments: