Microsoft should do an Apple and build the Windows 13 on GNU/Linux.
Microsoft developer reveals Linux is now more used on Azure than Windows Server
151–160 of 184 posts
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#152Earlier quoted context omitted.
Pull the boundaries in. Provide all of the enterprise services through the web. Provide hardened VMs for those services that can't be migrated. Suddenly your workstations are thin clients, and it doesn't really matter anymore if someone decides they want BYOD. Now you can get after the actual interesting problem of intellectual property theft and corporate espionage. Things which the firewalls of old did nothing to p…
It's naive to think that just because your production critical software is web based, you can just have everyone BYOD. That is asking for rampant malware on the company network, and targeted attacks that steals company secrets.
We still restrict web access to company managed machines but it’s a layer, not an essential boundary.
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#153Earlier quoted context omitted.
Stuff suddenly starting to work on reboot for Windows is getting old. I don't know what to use Windows servers for if it wasn't for a project that uses MetaTrader.
We have these old Windows admins now learning to work with Linux. What drives me insane is their habit of randomly rebooting machines if something isn't working right. There is a problem with a Linux box, they ask you to take a look at it, you SSH in, type "uptime"... bam, it's two and a half minutes. A lot of precious diagnostic information has been lost.
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#154Earlier quoted context omitted.
I don't see a Linux version of Exchange or Active Directory yet. For internal email, it's pretty much Exchange or GTFO.
OpenLDAP, Postfix/Dovecot?
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#155Earlier quoted context omitted.
> I don't care about the OSS vs Proprietary argument at all. I care about my productivity and job satisfaction. That's kind of like saying, "I don't care about voting, I just want politicians to represent me."
Arguing on the internet isn't analogous to voting. Voting accomplishes things, arguing about OSS Vs Proprietary just wastes time.
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#156Earlier quoted context omitted.
Which problem space is that? For group policy part cfengine, salt, puppet are far better (group policy is just modifying windows registry and manipulating files although at first it seemes a bit like magic). For authentication we have kerberos, which Microsoft pulled in from the free world beginning with Windows 2000. Kerberos does not fly in the Cloud world though.
Have you ever actually done that - managed a large fleet of desktops and a productivity suite, all on Linux with no active directory? Complete with whatever the Kerberos equivalent of a backup DC is?
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#157Microsoft should do an Apple and build the Windows 13 on GNU/Linux.
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#158I'm surprised it took this long. With Linux support for .NET and SQL Server, there is zero reason to host anything new on Windows now (of course legacy enterprise software is another story). I wouldn't be surprised if Windows Server is fully EOL'd in a few years.
I can understand that for many Mac OS users it's hard to understand Windows. When your OS vendor is requiring you to rewrite parts of your applications each year because of changing APIs it's impossible to imagine a world where applications from 1995 are still running on operating systems from 2019. Same.with security updates for only 3 years where Windows gives you over a decade time to upgrade. But when you are a m…
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#159Every few months we get another post like this, with a slightly different measure. Yes, lots of Azure workloads run Linux, and Microsoft makes it a priority. It's not news anymore. At the same time, Azure itself runs largely on Windows servers in Service Fabric ( https://github.com/Microsoft/service-fabric ), so it's hard to count. With nested hypervisors as the normal architecture nowadays, this whole tally is prett…
Which orchestrator are you referring to? System Center in no way competes with kubernetes since it's lacking 90% of the features. Maybe I'm bad at googling, but I can't find what you're referring to. Edit: I see the one you're referring to in that link, but again, it's not at all a comparison with kubernetes. It's easy at face value to say this one is better, but it's missing the point of kubernetes, which is extensi…
What standards?
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#160Every few months we get another post like this, with a slightly different measure. Yes, lots of Azure workloads run Linux, and Microsoft makes it a priority. It's not news anymore. At the same time, Azure itself runs largely on Windows servers in Service Fabric ( https://github.com/Microsoft/service-fabric ), so it's hard to count. With nested hypervisors as the normal architecture nowadays, this whole tally is prett…
Which orchestrator are you referring to? System Center in no way competes with kubernetes since it's lacking 90% of the features. Maybe I'm bad at googling, but I can't find what you're referring to. Edit: I see the one you're referring to in that link, but again, it's not at all a comparison with kubernetes. It's easy at face value to say this one is better, but it's missing the point of kubernetes, which is extensi…
I looked into this a while back, and Service Fabric was a clear winner over k8s, and resource use was a fraction of k8s too.
But, I felt it needed to gain community traction before I could commit to using it - knowing my luck, I'd build something and Microsoft would abandon it because k8s...
Kind of a chicken and egg problem, which is a shame really.