Raident wrote:Agent_Rocket wrote:you should know that a headless linux (i.e. only command line, no gui) is a lot less straining on the hardware.
Are you referring to the display stack in general, or to UMS's Java-based GUI specifically?
i meant the operating system in general. especially the ram. if you had planned to use some old pc with less than 4gb of ram, windows would have been out of the question. but with the specs you mentioned earlier, it won't matter.
Raident wrote:I'm looking for whichever will require the least amount of my time over the long term. If spending a day or 2 upfront means that ongoing maintenance time/effort is minimal (meaning less than doing Windows Update once a month), then it'd be worth the upfront investment.
on both systems you can automatize a lot of the maintenance work. i think you know how to keep windows up to date, on linux it's 2-3 command line commands you either have to run manually or set up a scheduled task (called "cronjob") for.
updating UMS on Linux isn't that hard. stop service -> download and extract new version -> copy files -> start service. all in all about 5 commands in the command line and of course you can write a script to do it (figuring out the newest version could be a bit tricky in a script) and make it another cronjob.
one more thing to consider are regular backups. depending on how you want to handle this, they are probably easier to do with windows, because with windows mounting an external drive happens automatically when it's plugged in, on linux it takes a little bit more effort.
bottom line is, that the maintenance work on both systems is pretty similar, but on linux you'll have to know the commands on windows you can just click stuff.
PS: i'm talking about headless linux (specifically ubuntu as i don't have any experience with other distros). linux with a gui should be almost the same as windows.