So new to Ubuntu and I am sure I am missing the simple/basic commands and understanding. But cannot not seem to find what I am missing online via search. Installed on a number of laptops for crypto currency mining and working nicely.
Trying to use for a CNC machine in this case. Using 18.04. I have downloaded the gcode sender package (ugsplatform-linux) and extracted to folder. When I double click the ugsplatform file it opens like a txt file. Not sure how to 'Run' or execute the file and get the software open. When I open terminal and go the correct folder and enter in 'ugsplatform', I get the command not found message.
Thx for any assistance.
11 Answer
You have to specify current folder (./) path when calling executable.
Use command below
./ugsplatformand if you get any error output please add it to the original question by editing it.