feravolo said: Hello:
The only difference between "desktop" and "server" is the "server" doesn't by default install an X-Windows Desktop such as KDE, Xfce or GNOME. Everything else is the same and you will be able to install and run any type of service (or daemon) that you like.
You problems are most likely related to file protections, which is way you need to install software using the sudo command.
The command sudo -s will let you remain the super user for a series of commands or you can set a root password:
sudo su
passwd
If you are running a server you will also want to setup Open SSL so you can logon securely over the internet:
sudo apt-get install openssh-server
Hope this helped a little
Actually I want to keep SSH and SSL off for now, I dont do much remote operation at the moment and I opted to just block (via DROP not REJECT) the port all together and not install the packets.
I do understand the differences between Server and Desktop and I was able to get it all up and running.
I did have to pick my way throught: Samba Apache PHP MySQL iptables and a couple others I played around with.
Makes me wonder why i used windows so long.