If you're gonna use it as a 'real' server, then you don't need the GUI. It only eats resources which you could use for other purposes. Install SSHd, configure sshd.conf to disallow root logins (login as a regular user and then use sudo to become root), and if needed you could configure a firewall (like IPTABLES) to only allow SSH access from a batch of IP addresses, if security is a concern (or use certificates).
If you're gonna use it as a 'real' server, then you don't need the GUI. It only eats resources which you could use for other purposes. Install SSHd, configure sshd.conf to disallow root logins (login as a regular user and then use sudo to become root), and if needed you could configure a firewall (like IPTABLES) to only allow SSH access from a batch of IP addresses, if security is a concern (or use certificates).
Performance stuff .... on the server you probably wouldn't be monitoring it graphically as that would add overhead affecting the results. Better to collect the raw data and then dump it out and manipulate it with another tool elsewhere.
GUI config editors tend to suck unless you are doing anything other than really basic things, which you might as well do via vi anyway. The only exceptions to this I would say personally are the RHEL6 GUIs for setting up LDAP authentication with certs and kerberos with SSSD and getting a slightly more complex basic firewall setup in (as the GUI tool adds the connection tracking modules in properly so you don't have to remember the ones you need for the various services ... but as soon as you need to add some rules which are source or destination specific it's manual edit time).
If you're gonna use it as a 'real' server, then you don't need the GUI. It only eats resources which you could use for other purposes. Install SSHd, configure sshd.conf to disallow root logins (login as a regular user and then use sudo to become root), and if needed you could configure a firewall (like IPTABLES) to only allow SSH access from a batch of IP addresses, if security is a concern (or use certificates).
sshd_config normally on most distributions I use at least.
It should be noted that some applications do have dependencies for having GUI libraries installed on the server ... but it still doesn't mean that you need to run an actual GUI on the server, just the files need to be installed.
Another reason for not using a GUI is that normally the server is not sitting near you, so either you SSH in which takes about 1 second and can be done via Putty, or you can **** about with X for ages getting the GUI on your desktop.
You have to ask, ergo you need the GUI, simple as that
In your shoes, I'd probably setup an XServer instance running XCFE or something similarly lightweight connected to x11vnc running off the dummy driver. This gives you a working GUI you can VNC into easily enough. The flip side of this is that it doesn't work through a local monitor, but using the 'real' driver will cause problems if you boot the box headless.
in my case unfortunately I need a gui to run a couple of my programs, specififically ps3mediaserver configuration and jdownloader, but im planning to run it over vnc
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.