My first tip. Hopefully this will help me remember so I don’t have to look it up anymore.
1) Make the bin file executable:
chmod a+x name_of_bin.bin
2) Run the bin file:
sudo ./name_of_bin.bin
Thats it. Nothing major for my first linux tip. Hopefully, I will remember it.