Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
how to start Boch
Depends. If it's installed in a bin path (which it probablly is) that is listed in the environment variable known as:
$PATH
You can type in a Terminal: "user@box $ which appname". So perhaps "which bosch".
It might then return the path of the "bosch" binary or symbolic link in the bin path(s). Then you know that you can just type "user@box $ bosch [args]"
Hope that helps.
Jim,