Jump to content

Recommended Posts

Posted

Looking at setting up a Linux testing station to trial some apps like Moodle, Joomla and the like without having to use up a Windows license (and to get another linux station in the department :p ). Chose ubuntu as it seems to be flavour of the month and I need an easy entry but the server versions says no GUI is installed. Is a GUI available, it just isn't loaded by default or is it cmdline only? Will the desktop version be fine?

 

Ta

Posted

Linux servers generally don't have guis. For several reasons:

 

1) They are usually 'headless'(no monitor, keyboard attached), stuck in a cupboard someplace and forgotten about.

2) You can do everything on the command line you could with a GUI, just faster. Assuming you know what to type.

3) You can do everything remotely you'd be able to do locally from the command line over SSH.

4) GUIs are a waste of resources which are better spent on serving clients webpages, email or whatever it is the machine is doing.

 

If you really want a point and click interface, try Webmin.

 

http://www.webmin.com/

http://invaleed.wordpress.com/2006/06/19/howto-install-webmin-ubuntu-dapper-drake-606/

Posted

server version is a cut down desktop - theory being you only need to install the server with what you need - not what you don't need (like a gui)

just run "sudo apt-get install ubuntu-desktop" if you want to turn your server into a desktop

Posted
But if I am just setting it up as a play around machine to test apps then will there be any major difference between Desktop and Server. Also taking into consideration that I have played with one other linux machine and a bit of mac!
Posted
Essentialy, the differences between server and desktop is the combination of packages that are installed and tailored to that role. You can install whichever one you want and go from there, add and remove packages using the usual sudo apt-get .... Have a look at Ubuntu Guide for how to install Apache, PHP and MySQL.
Posted

Just get the server iso select lamp install. Then install an ssh server through apt-get. Download bitvise tunnelier from http://www.bitvise.com. Put it on your windows workstation. Then ssh to your server and use sftp to copy the config files back and forth and edit the config files with your favourite, decent text editor the sftp them back. You also have the shell to use what ever commands you want.

Dont forget to apt-get update and apt-get upgrade as well after you have installed to bring everything upto date. Your more likely to get lost using the GUI than the cmd line tbh.

Posted
@ChrisH: I prefer the PuTTY Suite of tools ;) (just install and add the program directory to your path to run pscp - the scp prog - from the command line).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...