In my opinion Ubuntu MATE will be just fine. The only “problem” is that it has too many packages preinstalled. So for something lighter I would prefer to install ubuntu base using netwrok installer (better use network installer than ubuntu server if you want to install a GUI afterwards) from http://www.ubuntu.com/download/alternative-downloads and then I would install:
Wow thanks Thanos. It sounds like something I will check out. I would rathyer keep Mate on both. Maybe I need to work on Samba or another network protocol. Any ideas?
Basically I want to the desktop to act as the file and Evolution “server”. I guess I can do it with Mate. Hope I can
I have written these notes for my samba configuration that I use at my ubuntu server machine. I don't know if the force user= YOUR_USERNAME is a "clean" solution, but it's the only way I can make samba work. Hope that helps.
If you want to share folders without password open /etc/samba/smb.conf with
administrator rights and change it as described:
-Under [global] add the line (if it's missing) netbios name = “some name like your
PC name”
-Under ###Authentication### change (or add if missing) security = user
-Under ###Authentication### change (or add if missing) map to guest = bad user
-for each folder you share add the line force user = username (where username is
your username).