Server configuration management tool

#1Only getting stdout

When exec commands, one can get back things like Error 127 Empty or Error 1 Empty which could respectively be caused by the command not being found or permission denied.

Maybe, automatically adding something like 2>&1 depending on the shell would be handy.