Earlier quoted context omitted.
> I have a server without a monitor I'd like to VNC to. That’s your problem right there. You can’t (or, rather, don’t ) “VNC” to Unix servers. For normal remote access, you use SSH. If you really need to run a graphical X program continuously on a server, you run a virtual X server program like “Xvfb”, and point your graphical X program to that. You can then “VNC” all you like to this virtual X server. All without a…
Microsoft is going to ship a headless version of Windows Server: https://technet.microsoft.com/en-us/library/mt126167.aspx
Is Linux ready for desktop? tl;dr – NO
41–50 of 56 posts
Re: Is Linux ready for desktop? tl;dr – NO
#42Earlier quoted context omitted.
Microsoft is going to ship a headless version of Windows Server: https://technet.microsoft.com/en-us/library/mt126167.aspx
The problem is that all server software written with Windows in mind already assume that their interface is a screen and a mouse, and will try to create a main window, dock icon, and show popups when something happens. How will they work on a headless Windows server?
Re: Is Linux ready for desktop? tl;dr – NO
#43This is a re-submission. Previous discussions: • https://news.ycombinator.com/item?id=10812214 (368 comments) • https://news.ycombinator.com/item?id=10757785 (2 comments) • https://news.ycombinator.com/item?id=616146
Re: Is Linux ready for desktop? tl;dr – NO
#44Earlier quoted context omitted.
The problem is that all server software written with Windows in mind already assume that their interface is a screen and a mouse, and will try to create a main window, dock icon, and show popups when something happens. How will they work on a headless Windows server?
Confused: remote desktop makes any server not headless.
Re: Is Linux ready for desktop? tl;dr – NO
#45I'm not sure it's even "ready for the server". I have a server without a monitor I'd like to VNC to. Unfortunately X doesn't start without a physical monitor plugged in because it uses it for autodetection. It's such a silly problem that you can even buy fake "monitor" dongles to plug in to trick X into thinking that there is one. I don't feel like spending money on a software problem so I followed the standard worka…
> I have a server without a monitor I'd like to VNC to. That’s your problem right there. You can’t (or, rather, don’t ) “VNC” to Unix servers. For normal remote access, you use SSH. If you really need to run a graphical X program continuously on a server, you run a virtual X server program like “Xvfb”, and point your graphical X program to that. You can then “VNC” all you like to this virtual X server. All without a…
I don't disagree with your point per se but the reality is a little more nuanced that you suggest. For example, UNIX provided green screens to null terminals long before Windows Server was a thing. And mouse enabled Linux / UNIX terminal tools (eg elinks or aptitude) support mouse input even over SSH.
Though I do appreciate you were referring to "monitors" specifically when you discussed "screens", it's still worth noting that the old thin client model of computing has come back into trend again with Windows desktops available in the cloud (typically aimed at organisations that want a managed deployment of workstations - akin to a hosted Windows Terminal Services).
So it really depends on your workloads and what your definition of "screens" are :)
Re: Is Linux ready for desktop? tl;dr – NO
#46Earlier quoted context omitted.
Microsoft is going to ship a headless version of Windows Server: https://technet.microsoft.com/en-us/library/mt126167.aspx
The problem is that all server software written with Windows in mind already assume that their interface is a screen and a mouse, and will try to create a main window, dock icon, and show popups when something happens. How will they work on a headless Windows server?
Re: Is Linux ready for desktop? tl;dr – NO
#47In fact, using Windows 8.1 or 10 I can't get 1080p video over HDMI without screen tearing.
With Ubuntu, I can.
Re: Is Linux ready for desktop? tl;dr – NO
#48Earlier quoted context omitted.
Confused: remote desktop makes any server not headless.
So, if I understand you correctly, Windows’ new “headless” servers are not actually headless, they simply have an invisible head – it’s still there, you just can’t see it.
I guess the software you mention that depends on having a desktop will do some combination of not working and working poorly, but they aren't targeting legacy applications with it, they are fleshing out their cloud offering.
Re: Is Linux ready for desktop? tl;dr – NO
#49Re: Is Linux ready for desktop? tl;dr – NO
#50Earlier quoted context omitted.
> I have a server without a monitor I'd like to VNC to. That’s your problem right there. You can’t (or, rather, don’t ) “VNC” to Unix servers. For normal remote access, you use SSH. If you really need to run a graphical X program continuously on a server, you run a virtual X server program like “Xvfb”, and point your graphical X program to that. You can then “VNC” all you like to this virtual X server. All without a…
Microsoft is going to ship a headless version of Windows Server: https://technet.microsoft.com/en-us/library/mt126167.aspx
IIRC starting with server 2012 or 2012 R2, all configuration and management functionality was exposed via powershell commandlets, as Server Core was the default installation type and server management was meant to be done via winRM/remote powershell sessions.