Quick “How To ….?”
How to run bin files
Go to Terminal
######################################################################
Your@Username:~$ sudo chmod +x “file name.bin”
password :
Your@Username:~$ ./“filename.bin” to execute the file
######################################################################
That’s it for now.

