Linux Tips


 

How do I execute a bin file in Linux?

First make sure that the file has proper permissions on it, chmod 755 is a good default.  Then do the following:

 ./filename.bin

This will execute the file and install it.

How do I SSH within Debian?

If you want to ssh into a linux box from Debian do the following:

 ssh username@www.yoursite.com
This will then prompt you for a password which will be associated with the username.
Tag page
You must login to post a comment.