I don't understand how to execute a command like this on linux ./configure; make if the hosting i have is linux
Wow. That was quick and simple and it's hard for me to believe you can understand everything from one line like that. That's actually 2 commands; "./configure" and "make". These are usually used to compile packages from source code and you shouldn't be requiring them unless you're doing something very specialized. Hope you really got it all.