Re: installing server on linux server without grap
You can run a dedicated, text-only server if you pass the configuration parameters through the command line. Programs like "screen" are your friend to keep it running as a background process while still giving you access to it. However, since there is no extra text-only binary for dedicated servers, your linux box will still need to have all the libraries installed which are linked to in the binary (libX11/libGL/libGLU).
|