Earlier quoted context omitted.
Other than bespoke enterprise apps, my guess would be the majority of the remaining Windows machines run SQL server.
Doesn't SQL server run under Wine or https://reactos.org/wiki/ReactOS ?
Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
91–100 of 348 posts
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#92Earlier quoted context omitted.
Windows came from the single-user domain. Unix came from server space. It is literally two different evolutionary paths. From day-1, Unix was built for shared file systems, multi-user accounts, and distributed computing. Networking on Microsoft was an afterthought until the mid-90's. Sure there were token ring and banyan vines drivers in the late 80's early 90's, but that was to share a drive letter. The entire idea…
I think both are a mess under the hood. I cannot make sense of where things will be configured in Linux. maybe /etc/, maybe somewhere else, with loads of setting file configurations. There's not a huge amount of consistency. What would be interesting is a complete re-imagining of a server OS. Consistent file locations for everything, which are automatically versioned a la git allowing you to roll back any specific ch…
You can do what you describe without changing the kernel, but you would need to modify the userspace environment. One of my toy projects has been trying to run all "user" applications in filesystem sandboxes because I'm sick of how many random "dot-files/directories" get created in my home folder.
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#93I'm interested to know what the majority of the Windows machines are used for. I can't think it'd be anything other than 'big enterprise' applications, where there seems to be a lot of bespoke stuff built specifically for Windows Server (e.g. finance software, healthcare systems, marriage registration, taxi licensing, nursing home management, etc). Unfortunately this sort of stuff is fairly rare to be available in th…
I was on the Windows platform for 15 years and moved over to Linux about 6 years ago. One thing I miss from Windows Server is that it was very stable, updates never broke anything. If you got any updates that is. I think most people use Windows server because they are locked into Microsoft technology. I switched to Linux, and most importantly open source technology - in order to get out of the Windows ecosystem. I sw…
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#94Earlier quoted context omitted.
I was on the Windows platform for 15 years and moved over to Linux about 6 years ago. One thing I miss from Windows Server is that it was very stable, updates never broke anything. If you got any updates that is. I think most people use Windows server because they are locked into Microsoft technology. I switched to Linux, and most importantly open source technology - in order to get out of the Windows ecosystem. I sw…
I went for a while of bumping into lots of job opportuntities using the Microsoft stack, and thought perhaps it would be good for my career to learn a bit. But the barrier to entry seemed so high at the time - you needed MSDN subscriptions, paid IDEs, and paid servers. All out of my reach as a self taught junior developer. I don't know how or where everyone learnt it all, except as graduate developers at BigCorp?
Moving to Linux was a new world opening, that I had only seen glimpses of before. Using apt-get to install an app was mind blowing. Getting used to the command line took a while, but now I do everything from the terminal, except some GUI apps and the browser. Still have to look up most commands and read man pages though.
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#95Earlier quoted context omitted.
Microsoft uses Windows behind the scenes on a lot of their managed services, but specifically for VMs on Azure... I'm as clueless as you (and I say that as someone who work in the enterprise space for mostly Microsoft shops).
I was surprised to see that the web server for www.microsoft.com reports via the 'Server:' header that it runs on IIS 10. To me that just seems weird... even though it's their product.
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#96Earlier quoted context omitted.
Other than bespoke enterprise apps, my guess would be the majority of the remaining Windows machines run SQL server.
Doesn't SQL server run under Wine or https://reactos.org/wiki/ReactOS ?
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#97Earlier quoted context omitted.
I think both are a mess under the hood. I cannot make sense of where things will be configured in Linux. maybe /etc/, maybe somewhere else, with loads of setting file configurations. There's not a huge amount of consistency. What would be interesting is a complete re-imagining of a server OS. Consistent file locations for everything, which are automatically versioned a la git allowing you to roll back any specific ch…
I'd still take a heavily configurable and customizable "mess", as you put it, than the one that doesn't allow me to control how it works. There's a good reason why Linux absolutely dominates the server space.
Yeah, it was cheaper (in both senses of the word) than all the other contenders and more or less Unixy enough that software could easily be ported over.
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#98Earlier quoted context omitted.
Not only that but pretty much everything on Windows Server is exposed to PowerShell and has been for some time.
And does it actually have well tested, well known, reliable functionality on everything you tend to use? Configuration of programs using easy to edit text files vs some system of ticking checkboxes in a GUI? RegEdit, is there a text version for that? Imo there's no comparison to the Linux ecosystem. Windows is GUI first.
AFAIK, yes, it's at %WINDIR%\System32\reg.exe
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#99Earlier quoted context omitted.
Windows came from the single-user domain. Unix came from server space. It is literally two different evolutionary paths. From day-1, Unix was built for shared file systems, multi-user accounts, and distributed computing. Networking on Microsoft was an afterthought until the mid-90's. Sure there were token ring and banyan vines drivers in the late 80's early 90's, but that was to share a drive letter. The entire idea…
I think both are a mess under the hood. I cannot make sense of where things will be configured in Linux. maybe /etc/, maybe somewhere else, with loads of setting file configurations. There's not a huge amount of consistency. What would be interesting is a complete re-imagining of a server OS. Consistent file locations for everything, which are automatically versioned a la git allowing you to roll back any specific ch…
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#100I'm interested to know what the majority of the Windows machines are used for. I can't think it'd be anything other than 'big enterprise' applications, where there seems to be a lot of bespoke stuff built specifically for Windows Server (e.g. finance software, healthcare systems, marriage registration, taxi licensing, nursing home management, etc). Unfortunately this sort of stuff is fairly rare to be available in th…
However, my experience in those kind of niches, is that the client will likely be very non-technical, and will prefer to use what everyone else is using, even if it's vastly overpriced and locks their processes in place.