Microsoft published a guide on how to install Linux.

Timely_Jellyfish_2077@programming.dev to Linux@lemmy.ml – 1834 points –
262

why not? it's not like there is any competition.
Microsoft is making more money off Linux with Azure than several red hats combined.

Yes, but people find this interesting because historically, Microsoft was actively trying to destroy Linux (look up Halloween documents) and even said that Linux is cancer.

A lot changed after Satya Nadella took the helm. The modern .NET platform is really quite nice, and MS does a lot of FOSS open source work.

Obviously it’s good to be sceptical, they’re a large corporation and all they want is money, they’re not our friends. They’re just not as draconian as they were in the 90s and the 00s.

Usually FOSS is specifically copyleft licences like the GPL, which Microsoft don't use. Their open-source stuff tends to be MIT.

While you're correct, that's funny because as a developer using a framework like dotNET, MIT gives YOU more freedom. At least for anything statically linked where the GPL code would end up as part of your binary and force you to GPL your own code I believe.

MIT gives YOU more freedom

After years of debate about licenses for my own software (that only I use...), my philosophy has been boiled down to this: MIT for libraries. GPL for programs.

This way, other developers can freely use your library, and your program remains free.

That's competely sensible if you ask me. Though there's also nothing wrong with MITing your programs if you want to. By making the source available, you've already done plenty for the users.

I find the distinction that dynamically linking GPL is fine but statically linking it is not to be so ridiculous. That's obviously just an implementation detail. The only conceivable difference other than the pointless "technuchalley your program contains GPL code now as part of the file" is that you have to do dynamic linking, which is slightly slower. How does the fact that your work is dynamically linked vs statically linked make any difference to the people writing GPL libraries??

I think that's for LGPL. For GLP any form of linking requires the code to be licensed under GPL, too. The dynamic linking except isn't that bad of you think about it. It gives you the freedom to update or replace the library at any time. For security critical libs (TLS, GPG, ..) that's a big plus.

Dynamic linking let's you use an already packaged library that its source you don't touch.

Static linking means you have to show the source just in case you did some change.

At least for anything statically linked where the GPL code would end up as part of your binary and force you to GPL your own code I believe.

Anything more lax is fine, so you could also release your code under MIT license if you use GPL modules. Yes, it does force you to release your code but after all it's a protection for the user. Furthermore, GPL does not mean your software has to be free of charge, you can still sell it as long as you attach the source code for the end user.

The GPL protects the freedom of the user primarily, not the developer.

Exactly. Debating which of copyleft or permissive licensing is "more free" is always the wrong question. The correct question is "freedom for whom?

The way I like to think of it is that non-copyleft licences are like giving everyone freedom by saying there are no laws - suddenly, you can do anything, and the government can't stop you! However, other people can also do anything and the government can't stop them, either, and that includes using a big net to catch other people and make them their slaves. The people caught in the nets aren't going to feel very free anymore, and it's not unreasonable to think that a lot of people will end up caught in nets.

Copyleft licences are like saying there are no laws except you're not allowed to do anything that would restrict someone else's freedom. In theory, that's only going to inconvenience you if you were going to do something bad, and leaves most people much freer.

The idea is basically that you shouldn't be able to restrict anyone else's freedom to modify the software they use, and if you're going to, you don't get to base your software on things made by people who didn't.

That is a good point. Thank you for the correction!

I thought MIT is the "do whatever you want with my code but don't blame me if it breaks something"-license. Am I misinformed?

FOSS open source

There is no world in which crossing one of those terms out to replace it with the other is valid and not disinformation.

"Free Software" is defined by GNU. "Open Source" is defined by the Open Source Initiative. Those are the only valid definitions of those terms of art.

They may differ in tone and emphasis, but they are compatible: every piece of code that can validly be described as "Free Software" can also be described as "Open Source," and vice-versa. The notion that there exists code which is "Open Source" but not "Free Software" is false, and anyone pretending that there is such a distinction (e.g. Microsoft's past attempt at promoting "shared source") is either misled himself or trying to mislead.

I'm not trying to accuse you of anything, but I just want to make sure we're all clear on that point.

I’m a bit confused here.

I used to work for a company that published the source code for one of their products. I.e. made it publicly available.

But many of the build tools and build infrastructure were proprietary and internal (not published publicly.)

So I’d say that was open source but not free, since you can’t really build and run it.

Publishing source code is not sufficient to make something "Open Source." Your company's thing was better described as "proprietary with source code available."

I was skeptical when Microsoft bought GitHub but since then, they have fully reversed course and even made a formal apology on their historical stance on Linux.

They've even made several additions to the kernel, mostly to support WSL but still.

The rumor is that Microsoft is working on their own distribution.

I mostly agree that what they are doing now is good for FOSS, but I don't believe that they switched to the good side. Microsoft may support FOSS because they now profit from it, but you shouldn't forget that they are still spying on their customers and doing other unethical stuff. As any big company, what they want is money and you shouldn't believe that they are your friends or they want your good. (I'm not saying you think that, but many people idealize companies and forget that all they want is money)

Microsoft is a large, public corporation. They simply can't be good. Profit as the single motive of their existence ensures that.

You mean this one?

Maybe?

My understanding is that it's supposed to replace Windows, while providing native backwards compatibility for legacy apps.

I don't know enough about mariner to say for sure.

WSL has been integrated into Windows for a while now. The days you’re referring to are in the past.

Windows: What is my purpose?

User: You are a bootloader to install Linux.

"An expensive bootloader at that, but hey you already paid us when you bought your laptop thanks to our decades-old grip on the market, so we could not care less what you do next"

While I see an extensive amount of "Embrace, Extend, Extinguish" and do agree that this is the typical logic of Microsoft.

It's obvious this is to try and avoid getting hit with similar monopoly accusations that their competitors are receiving.

"Look, Look!! We support other Operating Systems! We have a guide! We're not a monopoly! See, See!!"

This has way more to do with Azure is their main product and they know what people want to run on the cloud runs on Linux workloads. They've seen their Kuberbetes numbers, they know where the money is

There's definitely an element of that, but imo their recent embrace of WSL and linux tooling for development is just to try and expand their market share in the software development space. Very few devs develop on windows unless they're game devs, C# devs or working on something else that requires windows/Microsoft tooling, everyone else is on Linux and macOS because windows is bad for developing software.

It's basically an admission that their tooling is bad, but it's fine because you can just run linux development tools on windows now, so please don't switch to Linux fully

Why is windows bad for development? Outside of specific languages or IDEs which suck for Windows, why would windows be bad for development?

Start your pc, start the IDE and type away. Docker runs in windows so running databases, redis, rabbitmq, elastic or whatever is not an issue.

In my experience, it's damn near impossible (or at least used to be. I don't use windows anymore) to get cli programs to work the way they should. I'd edit the environment variables, logout, login, restart the computer, check the variables again, set the variables again, and after about 20 times windows would go "oh yeah, there's that compiler you were talking about". With Linux I just get whatever language/libraries/compiler/interpreter I want and its there. At most I might have to 'source .bashrc' or something.

Well, I don't think it's anti-monopoly evidence, but instead a way to intercept a popular search phrase and control the narrative.

You search for "how to download and install linux" in google, and the very top link is the Microsoft page. And the narrative is:
-I just want to get started: Oh, use WSL, that way you are using Windows really, and just a touch of Linux
-I need to use it for real: Oh, then use Azure, you can have us set up those scary Linux instances for you and Microsoft Terminal will hook you right up to those instances
-I really really want to use it: Ok, but remember, you'll lose access to Windows applications, so there are downsides, and also, we are going to make this hands down the scariest looking procedure of the three...

I don't think this is the reason. Windows is in no danger of being a monopoly

They just got through the US, EU, and UK courts regarding the Activision/Blizz acquisition. In which they gave up some streaming rights to Ubisoft to appease concerns ragarding game pass monopoly. It's probably on their mind.

I'm reminded of Google's financial support for Firefox, so as to dissuade the idea that they are a monopoly

In exchange, FF uses Google search by default. So they're also getting direct value from the deal.

I love when people on the Internet say "X did Y quietly" to make it more suspenseful. This doesn't look quiet to me...

What does "quietly" even mean? Didn't take out ads in Times Square?

Microsoft must make 40% of their revenue off of Azure at this point. I would not be surprised if more than 50% of that is on Linux. Windows is probably down to 10% ( around the same as gaming ).

https://www.kamilfranek.com/microsoft-revenue-breakdown/

Sure there are people in the Windows division who want to kill Linux and some dev dev folks will still prefer Windows. At this point though, a huge chunk of Microsoft could not care less about Windows and may actually prefer Linux. Linux is certainly a better place for K8S and OCI stuff. All the GPT and Cognitive Services stuff is likely more Linux than not.

Do people not know that Microsoft has their own Linux distro? I mean an installation guide is not exactly their biggest move in Linux?

Do people not know that Microsoft has their own Linux distro?

MS has been at Linux expos since 2004! They started working on SUSE in friggin 2006! I truly don't get the amount of bile and ignorance the Lemmy community has towards them, it's like half these folks are still on 2001-era slashdot, talking about FUD and Micro$oft.

Yeah, Microsoft has been a shit company making mediocre products its whole lifetime, but the amount of unhinged hatred here does not in any way match the present-day company's actions.

Microsoft contributes to Linux and other open source projects in many ways, including financially. The cynical among us believe it's for the same reason Google contributes to Mozilla. Legally it's harder to prove you're an evil monopoly if you financially support your competition. Microsoft's involvement in Linux only became noteworthy after their 2001 Antitrust suit.

The hatred literally stems purely from Windows 10 and 11.

They are products engineered so expertly to frustrate you in such a distasteful way it's downright offensive to anyone who has used any other operating system. It's genuinely a marvel of human engineering.

Also, if you spend any amount of time around the Linux Kernel Mailing List, there's no shortage of microsoft.com email addresses involved and contributing here and there.

Great source, but it also shows they make 23% off office. Together with Windows, that's over 30% of their revenue.

Office doesn't work on Linux, so it really doesn't make financial sense to push Linux

I have one dream for Linux. I'm a huge OSS fan and I want to see it thrive.

I think Microsoft should partner with Oracle to make Oracle Linux 9 support all the Microsoft ecosystem. I want AD in Linux. I want Microsoft Word on Linux. Oracle Linux 9 is the obvious successor to RHEL and Microsoft has an opportunity here to build something great.

Lmao just kidding

You got me, I had my torch and pitchfork ready and my FOSS-themed chanting was growing louder...

You actually can use Active directory with linux

It’s a huge portion and an important technology Linux or not - doesn’t hurt to learn somethin new especially when it’s helpful

I could see that with Ubuntu since they are already throwing money and dev time to support it. Also DoD is already putting out automated STIGs for it.

So the Embrace-Extend-Extinguish continues....

They're having issues with step 3 on Linux

Where I'm from, Triple E is something spread by mosquitoes.. something about it just attracts blood suckers I guess

More like:

1 - embrace it in the cloud 2 - profit madly 3 - extend 4 - profit more

It makes me chuckle that people think Microsoft actually wants to extinguish Linux. I mean, the Windows division sees it as a competitor to be vanquished I guess. Over at Azure though, it is the golden goose.

Linux is omnipresent in serverspace, while Windows Server is used for AD and nothing else. I would say that the usual aproach is moot here.

How many years will you people keep parroting this? Show me the extinguish part already...

Wouldn't it happen by now considering how much MSFT/corporate influence Linux already has?

My perspective is that it's there so it shows up on search results for "installing Linux" and recommends WSL over bare metal. At least that's how I understand the wording.

But who knows.

True. Dont trust that company. They may invest 1% of their money into WSL now, but its for making the "Linux" experience so good there literally is no reason for many anymore, to really switch.

Indeed, it's to contain the "Linuxification" of the developer community.

Before WSL, any developer dealing with backend development almost had to install Linux to have a vaguely decent development environment to align with what they get to use on the servers. While they were dragged into that world by their requirements, they may find that the packaging and window management is actually pretty cool. There reluctance to venture out of the Windows world transforms into acceptance and perhaps even liking it.

Now with WSL, those Windows desktop users say "I just need to click a distribution in the Microsoft Store and I'm golden and don't have to deal with that scary Linux world I don't know yet.".

I've repeatedly have people notice I'm running a Linux desktop when I'm presenting and off hand say "you know you can just run Linux under Windows, you don't have to endure Linux anymore". They seem to think I'm absurd for actually preferring Linux when I can get away with it.

This is a thing about huge companies. They can only ignore alternatives at their own peril.

The Windows team probably prefers you don't ever install Linux even though they wised up and created WSL (so they don't lose developers to Linux desktop the way they lost creative designers to Mac).

The other teams? VSCode, Office 365, Azure, GitHub, Bing, Skype, etc wisely DGAF what your OS is - just that it's supported so you can use it.

But depending on the software (looking at you Teams) they GAF which browser you use.

teams is just a web page, the app is electron

WSL has actually been part of Windows in one form or the other since the very first NT, initially because US state contracts required a "supports POSIX" checkbox and the implemented just enough to be able to tick that (and, consequently, it sucked), it's also why NTFS has a POSIX mode for filenames. It was definitely a very unloved stepchild during the Gates/Ballmer years, back when MS was pushing Windows servers. Nowadays they have their own Linux distro to do server stuff, the whole company strategy shifted, Windows isn't an anchor point, any more, their corporate support contracts are. In a sense they're trying to be SAP for small companies (for SAP values of "small". MS itself is a small company on the SAP scale). That is cloud-supported, which has some (but not gigantic) synergy with their gaming arm.

They just realized that an Azure subscription will generate far more revenue (as in “several orders of magnitude” more) than selling licenses or even OS subscriptions to final users. This was by design. The current CEO doesn't care what happens to Windows as long as it supports his quest for infinite profits.

ironic, a FOSS kernel killing windows in the name of profit

Great! Then now you're ready to install Microsoft Edge on your fresh new linux installation: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/ 🤡

It comes with bing search pre configured for you so you don't have to look for the settings, we also hid them so you don't accidentally switch to duckduckgo because we believe Linux users shall experience the full potential of our services even out abroad on another OS

For all two people who genuinely use edge on Linux, it's still a more private experience than Windows. Regardless, more power to them

If only they stop overwriting boot loader.

Install linux second and create a second boot partition. most distros will probe foreign os and add a grub chainloader entry from grub to windows boot partition. windows never lnows about the other boot partition

The thing is, I don't think a guide is really needed to install Linux. Most of it is pretty straight-forward. (The only tricky bit that comes to mind is making the USB that you've put your distro on bootable. That probably isn't obvious; and it might not be obvious how to get your computer to boot from a USB anyway if you've never done it before.)

Anyway, the way I see it, Microsoft's guide is more about how you can use Linux while still having Windows. If someone is searching for "how do I install Linux?" Microsoft would obviously prefer the answer to involve something that preserves Windows. First preference: WSL, second preference: Virtual Machine, third preference: dual-boot. And after that, you're on your own.

third preference: dual-boot.

Does that mean they're gonna stop eating grub? Becouse I won't dual boot let alone allow windows near my hardware till it stops eating grub

I wouldn't count on it... From Microsoft's point of view, dual booting works as long as you install Windows first - which probably suits them just fine.

I prefer having Windows safely tucked away on a virtual machine where it can't hurt anything.

I personally haven't seen windows do that in many many years (last time I saw it happen was with windows XP, though I haven't ran dual-boot system with every windows since then, just some).

In my dual-Linux setup though, one keeps trying to get over the other in every minor update.

Last time it happened to me was early in my linux journey (around 2 years ago) with win 10, honestly if I wasn't already extremely pissed off at windows at the time I probably would have given up on linux when it happened, as it was though I instead gave up on Windows and haven't looked back

You have to install Windows first, then your Linux distro.

Doing that has solved all my problems with Windows being a douche

So I'd have to remove my already setup to how I like it OS, install windows, remove all the garbage it comes with, reinstall Linux, and then re set it up to how I like...

Just to "more easily" do VR? Yeah no thanks, seems like far more effort than windows is worth to me

I don't think a guide is really needed to install Linux

I had a guide and it was still a big learning curve. Linus had a guide and he still bricked his machine trying to install Steam. Imagine your parents or grandparents being told without context to mount an ISO to a USB and set up their BIOS - for 90% of people there is no way in hell they're installing Linux without a guide unless they can double click an exe and have an install wizard do it for them.

I agree; but please take my comment in the context of Microsoft's guide - which doesn't tell users how to do any of things that you've mentioned. My point is that the underlying purpose of the guide is not so much about how to install linux, but how you might try linux while still keeping Windows.

The thing is, I don’t think a guide is really needed to install Linux. Most of it is pretty straight-forward. (The only tricky bit that comes to mind is making the USB that you’ve put your distro on bootable. That probably isn’t obvious; and it might not be obvious how to get your computer to boot from a USB anyway if you’ve never done it before.)

It's been awhile since I installed a Linux distro...Have some of them improved guidance related to allocating disk space on install? I remember that was one of the parts that I wasn't entirely confident I'd handled properly the last few times I did so. Something something swap, something /, and the like.

I did a Mint install a few weeks ago, and I'd say that if you want to preserve some existing OS (i.e. dual boot), then it isn't super easy. You have to tell it what new partitions you want - and therefore you have to know something about what partitions you should have. The good news is that you don't actually need any swap or home partition. You can just put it all on one partition - but I don't think it's obvious what to do.

On the other hand, if you aren't trying to preserve something you already have, you can tell the installer to just go with all the defaults, and then you don't have to know anything about it.

Note: Microsoft's guide doesn't mention any of that detail. It basically just says to follow the instructions of the installer.

Ou can dual-boot with the default options, but iirc if you want to choose how much of your Windows partition you want to use you have to do it manually. Haven't done it in ages though so I could be wrong

You're so right! I feel like I always need to try two programs and I am never doing it often enough to actually remember which works.

And after trying Linux inside windows and then inside a VM and realising it runs like shit, they'll be convinced windows is better, but they've been deceived.

8 more...

Why wouldn't they? Windows 10+ is a great development machine and Microsoft knows that a lot of developers develop with Linux. WSL is great for all parties - including Linux

I, too, have had the audacity to say WSL is useful on this community and it was also met with down votes. Purists hating and gate keeping, and then they wonder why Linux isn't more popular.

WSL may be fine for a Windows user to get some access to Linux, however for me it misses the vast majority of what I value in a desktop distribution -Better Window managers. This is subjective, but with Windows you are stuck with Microsoft implementation, and if you might like a tiling window manager, or Plasma workspaces better, well you need to run something other than Windows or OSX.

-Better networking. I can do all kinds of stuff with networking. Niche relative to most folks, but the Windows networking stack is awfully inflexible and frustrating after doing a lot of complex networking tasks in Linux

-More understanding and control over the "background" pieces. With Windows doing nothing a lot is happening and it's not really clear what is happening where. With Linux, it can be daunting like Windows, but the pieces can be inspected more easily and things are more obvious.

-Easier "repair". If Windows can't fix itself, then it's really hard to recover from a lot of scenarios. Generally speaking a Linux system has to be pretty far gone

-Easier license wrangling. Am I allowed to run another copy of Windows? Can I run a VM of it or does it have to be baremetal? Is it tied to the system I bought with it preloaded, or is it bound to my microsoft account? With most Linux distributions, this is a lot easier, the answer is "sure you can run it".

-Better package management. If I use flatpak, dnf, apt, zypper, or snap, I can pretty much find any software I want to run and by virtue of installing in that way, it also gets updated. Microsoft has added winget, which is a step in the right direction, but the default 'update' flow for a lazy user still ignores all winget content, and many applications ignore all that and push their own self-updater, which is maddening.

The biggest concern, like this thread has, is that WSL sets the tone for "ok, you have enough Linux to do what you need from the comfort of the 'obviously' better Microsoft ecosystem" and causes people to not consider actually trying it for real.

Just in case a Windows user sees this, install WingetUI and your update flow will be fixed.

Of course the problem is that wingetui isn't there by default, isn't integrated to Windows Update, no matter what, WinGetUI basically becomes yet another tray icon, alongside a half dozen other auto-updater tray icons that various vendors added since there's no integrated facility to rely upon.

So sure, it's a bandaid on winget, but it's still awkward and the ecosystem is a mess. Compared to Linux where a distribution will have, in the box, an extensible central update facility maybe serving two different types of repositories (e.g. apt and snap, or dnf and flatpak).

well about networking: windows proxy settings just work transparently, while on linux it's just a config option that applications may or may not respect (vpn still works perfectly, but not proxy)

True, though I'm mostly invested in the kernel networking behaviors, rather than having a nicely standardized place for proxy settings so that applications have a logical place to go.

It's a fair criticism that in userspace, proxy settings have been not standardized and also TLS certificates are similarly a bit messy.

1 more...

Windows 10+ is a great development machine

If doing Windows development, I agree. WSL is a nice "I would like to have a Linux-like environment without losing Windows or running a full-blown VM" measure. This idea has existed for a long time with things like Cygwin, but at the end of the day, a natively-ran Linux distro will be considerably better for many development stacks than WSL.

Yea anyone who says wsl is good is a windows user and shouldn't try to administer Linux systems.

If you are going to use Linux on windows just use virtualbox

1 more...

Has hell frozen over already?!

Pretty sure the exact opposite has been happening (vaguely gestures at everything)

To be fair, WSL2 is actually a pretty decent system if you still need to have Windows installed for one reason or another.

It has completely changed my workflow on my work computer and kept me from going insane since my company only allows windows. Having the separate VM I can still use all native Linux tooling and docker-ce is great.

True, for some uses.

If you only need command line use, it's fine. I personally strongly prefer the environment in, say, Linux distribution running Plasma, but if you are fine with Windows applications, then fine.

If you need GUI Linux... WSLG can kind of sort of get you there, but it sucks. So if you live with any Linux GUI application for significant periods of time, then you'll want to strangle WSLg and it's weird behaviors. VcXsrv can help on this front.

If you are like me and find dnf+flathub an appealing strategy for installation and update of software, you like Plasma desktop management, then Linux 'for real' is the way to go.

I mean, if you need an all-up system and you’re stuck on windows… virtualbox still works great afaik. You’ll probably need to fiddle with settings to get stuff like PCIe passthrough working for GPGPU workloads, but afaik it’s quite doable. Sure, there’s a bit of slowdown, but if IT straight up doesn’t let you use another OS on the bare metal… that’s probably the best you’re gonna be able to do.

Or, if you’re sick of the perf hit you get running docker crap on non-linux hosts, you can pick up a used SFF/USFF box from eBay and set that up as a remote docker host for executing stuff there. You might also have to set up your “offload box” to tunnel through your work machine if your projects are hitting internally hosted repos and resources, but you can get it to work if you fool around with it enough.

This is consistent with the "Linux is for backend services and command line" mentality. For me those are nice and important, but I prefer the Linux desktop experience, so those options are of no solace. The VM is ultimately constrained on what it can do UI wise.

I flip the relationship the other way around. Linux on bare metal, Windows in a VM. For people needing windows games, this would be a non starter, however I've got enough games between Linux native, emulators, and proton with steam. Windows as a separate box would be my strategy if needed.

Embrace, extend, and extinguish

It makes sense for Microsoft to support Linux though...

They tried their hardest to kill Linux under Steve Ballmer but now they're moving (or in reality have moved) to a model where Xbox and cloud are their main income-generating industries. The former is unrelated to Windows/Linux and the latter is frankly more dependant on Linux than it is on Windows - Microsoft have been supportive of Linux through Azure for years now and it doesn't exactly make sense for them to be developing two different operating systems, so it's not far fetched to imagine they'll drop DOS NT as a backend for windows entirely in the future and move to a Linux backend, with Windows just being a closed source DM with tracking etc added on.

This covers embrace & extend, but I don't think the extinguish part makes sense - sure they may add features the FOSS community disagree with, but at worst we're in a similar position to where we are now with things being released separately for Linux and Windows

I think you mean NT, not DOS. DOS stopped being the backbone of Windows in 2000/XP.

That is the opposite of what I want to happen. I want them to release Windows (NT) under a free license, not to start basing Windows on Linux.

NT isn't even a bad kernel, it's everything around it that's the problem.

I'm not sure they'll succeed in extinguishing linux. But I do get the worry, especially with WSL.

What I am more worried about is them potentially extinguishing git via their control of github. In particular, with their github cli tool and such >.<

I mean, why not do that, from their perspective. Linux has been around for a long time and Windows still maintains market share. They don't feel threatened at this point, so might as well have the explanation of how to install Linux be a subtle ad for Windows.

honestly it's a great ad for windows. i've been running debian exclusively for years, and even when i got my new laptop last year, i found dualbooting to be too difficult to set up, so i ended up getting an OEM restore stick from lenovo, then just nuking everything and installing ubuntu (back on debian now). if their guide is useful, i will instal windows and finally be able to play MTG Arena again (and a thousand other games)

Magic: The Gathering Arena? That has a platinum rating on proton DB so should work just fine on any modern Linux distro, like thousands of other games. No need for a dual boot unless you have one of a few problematic games.

is there a tutorial for getting it running?

Dude, go to steam and click install! 😂

really? i haven't installed steam in years. for a short while i was dualbooting steamos and debian. now you're saying "install steam, and let steam install mtga"?

Most games on steam just work out of the box.

If it doesn't, protondb may have workarounds, many of which are minor.

The biggest exception are games with invasive anticheat actively choosing not to allow you to use Linux.

1 more...

Yes, I was shocked as well, since I always fucked around with wine and different launchers to get MTGA running and then they just released it on steam and it works like a charm (for mtga at least).

it flat-out refused to run on my debian system last night. whined about being for some other system or something. :(

Okay, I remember. It's not as easy as clicking "install". I had to add the game to my library and then click on the game in the library and there the gear icon. Then "Properties..."->"Compatibility"-> and then check "Force use of a specific Steam Play compatibility tool" and then use "Proton Experimental", its the default and for me always worked.

1 more...
1 more...
1 more...
1 more...
1 more...
1 more...

Does this mean that windows updates will no longer bork Linux?

Embrace, Extend, Extinguish is still the name of the game.

It's a problem if big corp doesn't support linux. It's a problem if big corp supports linux.

Big Corps aren't the issue (or well they are but not because they're big corps), they only become an issue when a regular tool in their playbook is Embrace, Extend, Extinguish. See Facebook, XMPP and the effect that hostile takeover had on their recent plans to create a Fediverse platform. I agree that the Microsoft hate is overblown and unhealthy but to pretend that Microsoft engaging more in Linux is something to be enjoyed without worry is equally a bad idea. There is no guarantee they'll try to shoehorn their own bad ideas into Linux and quite frankly I think Linux is too big for them to manage that but it is a concern nonetheless.

Still at least with Linux there are plenty of other giants who have a vested interest in making sure the status quo is upheld with no single company having a monopolistic influence on the development so I don't think there's any reason to worry about the Embrace, Extend, Extinguish playbook working here at all.

I'm holding out hope (i.e. pure fantasy) that the Embrace, Extend, Extinguish playbook backfires so that Microsoft becomes just another corporation supporting what is basically another Linux distribution, called Windows, and contributing upstream. I suppose it would have to be more like what Apple did with BSD. I feel like they'd still be very able to profit this way and everyone would play together a little better. If there was enough basic and built-in on-by-default interoperability between Windows and things like ssh, NFS, filesystems, etc., many people may never bother uninstalling windows from pre-built devices like laptops that come bundled with it now.

I obviously wasn't speaking in generalities about big corporation, so put away the straw-man argument. This specific corporation, Microsoft, has a long history of using "Embrace, Extend, Extinguish" to stifle competition. Denying or trivializing that concern is at best naive, but more likely just a little bad faith rhetorical trolling.

Another thing they have "slipped" in recently is Linux (only Ubuntu for now) support in Microsoft Intune.

This change will make it possible to run Linux in a Microsoft cloud/azure workplace.

Which is one of the things that people seem to forget about with Microsoft when they think that them pushing Linux is some nefarious plot to kill Linux and get everyone on Windows. At this point, it's like 12% of their total revenue. Not insignificant, but they're likely going to see far more growth pushing products related to Azure, which most instances are going to be running some sort of Linux VMs.

Microsoft saw the writing on the wall a while ago, and knows that the desktop and even embedded environment is a small slice of the computing pie. They would obviously still prefer to own 100% of that, but they also saw that there's a finite number of users and devices that'll use Windows, while there's effectively an infinite number of things that people can put on their cloud services. Even if it has to be a "competing" OS, they're making a shitton of money regardless.

Let me just check out the window real quick. There may be flying pigs.

So Linux is an end state utopia of software? Never thought Ballmer was based

I mean, to be fair, that article is over 20 years old by now.

After 20 years, lots of people grow out of their mistakes and become wiser.

Ballmer is not one of these people.

but the Linux crowd, in the world of Prez Steve, are communists.

But it's kinda true though, at least in spirit? Red Hat obviously not though.

I kind of hoped Redhat was going to reverse uno IBM there for a bit, fuck was I wrong...

Even 10 years ago, this would've been unthinkable. Never would I have ever thought Microsoft would oublish a guide on instanjing Linux.

It's not that long ago when Steve Ballmer said "Linux is cancer".

Oh wait, that was 22 years ago.

They've been moving this way for years. SQL server, .net core and powershell all run on linux and are a much bigger deal.

MS Office support when?

Technically Now. They have a web version, and their latest version of Outlook is basically their web app. If they release a linux binary it'll just be a wrapper for the web version. It's also a way for them to reach Chrome books.

Oh, that will explain why outlook runs like shit on my new computer.

Do you actually need to run MS Outlook specifically?

Not really fond of it. But so far it's the best tool I've found to be used in a professional environment that supports Exchange.

When windows for arm based on Linux and with backwards compatibility using wine and invisible VMs.

Pretty insane seeing the market dominant OS telling people how to install another OS lol

10 minutes ago this was unthinkable lol, I'm shocked at reading this!!

It makes sense. Over half of the Azure VMs are running Linux so there clearly is a demand for it despite the last 30 years of MS actions.

Well yeah, 3% isn't a threat to their PC market share.

OS is really not making them money anymore. One thing that helped apple make a comeback was intel hosts and encouraging dualbooting and software to run your windows on mac.

Windows OS is one of the biggest misses in the company's history. The money lost on Zune pales in comparison to the missed opportunities of making NT the go-to dev platform.

People like Mac OS better. The most popular user OS in the world is Android. Cloud is Linux. Microsoft knows they have to play nice because they are so far behind there's no point in competing how they used to.

It's really fascinating to see this in my lifetime. I thought of Microsoft as this computing giant growing up, and now they're more of a cloud services company with an office product side business.

And then there's this weird desktop thing called Windows with some niche uses in gaming and enterprise, shipping by default on a platform that's increasingly not relevant to regular users.

Man, I do miss my Zune though. That thing was ahead of its time in some ways

Except that if the rumors are true, they plan to move to a subscription model for Windows. If they do that, then I'll be done with Windows completely, and rely on Lutris/Steam (Wine/Proton) for all my gaming needs. I run Windows for nothing else.

Well, it's making them plenty of money, but they pretty much get that money no matter what (from the device manufacturers when they sell hardware, and from businesses afraid to have their software entitlement coupled to the accident of their hardware).

Now it's a game of using that guaranteed footprint to bolster the recurring revenue services (OneDrive, Office, Azure). They still get the money for however the copy got there, but also use the copy to launch folks into recurring revenue options.

Great, does it still stomp over the MBR when you try to dual boot? Fix that first.

Will Microsoft stop to undermine hardware interoperability with their sucky API, closed implementation and co ?

I don't mind Windows as long as the hardware platform remains "open"

well windows is the reason why some laptops don't have s3 sleep anymore

I know, that's why I am totally cold to any of their "opensource" contribution. Most are not useful to non Windows system, Microsoft is getting more than doing.

  • Vscode? really
  • .Net Core? who cares?
  • Github? hem
  • WSL ? who cares? Better using a VM
  • Naturally, zero contribution to Proton

Even the laptop surface lineup is reverse engineered by the community.

wsl is better, faster and much more convenient than a vm for most tasks. If you think a vm is a replacement for wsl, you don't know what you're talking about. (it targets a completely different usecases and audience).

vscode is a... decent open source* code editor (official builds are licensed under EULA and packaged with proprietary components, but there's also codeoss/codium) with an enormous plugin ecosystem (with an unofficial open source backend available)
It works great for (Rust) development for me and a lot of other people.
I don't feel like learning vim, and there aren't many other (mature) alternatives.

.net core is a good thing; it brings the most important parts of the .net ecosystem (that some people are used to) to Linux, mac and other platforms.
Extra choice and software compatability is always great.

Github... yeah it's.... sketchy
but it's still the de-facto standard, and while it's completely proprietary, it's main usecase is public projects. (it's safe to assume that most private repos are hosted on private git instances)
Also MS is doing a decent job at keeping it "not shitty" (unlike windows; i actually agree with most changes to github) and all improvements made to it improve life for millions of open source developers.

Also Microsoft mostly contributes to projects they're actually using (open source libraries, linux, etc), so why would they ever contribute to Wine or Proton?
It doesn't affect them or their software in any way.

(btw I'm not a native English speaker so please forgive my mistakes)

Actually, the guide doesn't mention how to dual boot, it's how to install Linux bare metal as the only os.

Otherwise they wouldn't have removed the possibility to easily boot Linux from the windows boot manager instead of grub

The performance speed between WSL, virtual machines, and bare metal Linux has become so close that few developers choose this method due to the overhead of needing to restart (reboot) your device any time you want to switch between the operating systems.

And there's the attempt at discouraging you from going bare-metal.

I doubt that "few developers choose this" is true.

Windows does run bad in virtual machine, but in linux with zen and qemu

I've heard talks that after each Windows update, you have to restore Grub config.

Not the case with me. Had dual boot for some time and never had to fix it... 🤷

I think people misspeak, windows puts the windows bootloader first after some updates

Is this a new issue? I have never experienced this before either

I've heard rumors or memes about it. Never had to fix grub after Windows update. Maybe it's the thing of the past and Microsoft simply fixed this behavior.

But when last time i fixed grub - it was when I renamed disks in Windows, which are actually BTRFS Linux partitions, mounted in Windows using WinBTRFS driver. It somehow changed UUIDs in Linux. This is unrelated, but still wanted to tell 😅

This happens to me all the time, any fixes?

I think it's because I have Windows and Linux on separate drives.

What Windows version and edition are you using? Also, your GRUB is installed in BIOS or EFI mode?

I am on Win11 professional edition I think, EFI mode...

I've had it happen a few times over the years. It probably depends on your drive configuration and it doesn't happen with every update. But the last time was one too many for me and I kicked windows off my main system.

I'm beginning to like Microsoft more and more when I can't use FOSS. GitHub, typescript and vs code are all great. Also it's getting easy enough to de-google and replace any remaining dependency with the MS suite, which might not be any better but at least google is no longer a monolithic monopoly.

Just suggesting;

  • Codeberg instead of Github
  • VScodium instead of VScode

Does codium support the same GitHub integrations as VS code? I'm quite enjoying GitHub copilot and Actions integrations, among others.

Yes you can get Copilot running, although last time I did it required a few extra steps. The guide I was using was on Github I believe. I would try to find it for you, but busy rn 🙃

I'd go with gitlab instead of codeberg if I had the choice. However the same kinda problem exists as social media with critical mass. The mass is with GitHub and until activitypub federation with gitlab becomes feasible you are cutting out contributors, reviewers, etc by not using GitHub.

GitLab's website is very slow and bloated, even more so that GitHub.

It’s not super difficult to host your own gitlab instance tbh.

why codeberg instead of github

Codeberg is managed by a non profit organization, while github is owned by Microsoft

Yupp, and open source of course ✨

not impressed, wanna see how to single boot linux and put windows in virtual machine as a guest

Quietly. Lmao. There headlines.

I am sure they will start tightening screws on Linux one day too...

These can't help themselves if they got market power.

I wonder if this is due to antitrust law reasons. Already low Linux market share + secure boot having made installation even harder does not set a good precedent for Microsoft.

A Microsoft lawyer could definitely argue in front of a judge that they not only don't block it, they actually have a public guide on how to do it. Which may knock down an opposing argument a notch or two.

Just make sure you host every thing you develop on azure and we gucci! Oh and get Office 365!

Aren't Office Suite apps not even released for Linux? I feel like I remember having to use the web based apps, and not by choice

That's why the guide teach you how to dual boot, not entirely replacing windows partition with Linux.

Big step in the right direction for Microsoft :)

This is a long time coming TBH. It hasn't made sense for at least 10-15 years for Microsoft to still be trying to "win" against Linux. To me when I see it it seems weird. It's like your old grandpa who still talks about the "japs" when he sees someone driving a Toyota.

Linux runs most of the smartphones in the world, and a BSD fork runs the rest. It's done. No one is going to deploy Windows Server 2023 edition to run their web services unless something's gone pretty badly wrong. We're all focused on AI and cloud computing now, and have been for some time.

The most critical thing a business can do to remain successful is recognize and adapt to the new reality.

After guys like Bisqwit made dual boot guides demonstrating how shitty windows is, it's their only chance to keep their image up apparently lol

I think Linux community is holding on hate and toxicity towards Microsoft and their software, you can even see it in comments to this post. Like lemmy is holding on hate towards Reddit (there is even Reddit community to share your anger). So if Microsoft somehow proves that they doesn’t deserve hate they are getting, Linux community will be shaved.

Youre talking about a huge megacorporation like a person. Oh no poor billy is getting bullied by a few nerds who use a different operating system.

wat? it's a corporation, the hate is 100% warranted.

just because google's eclipsed them to become the current worst thing ever, it doesnt mean MS isnt a blood sucking monster. if they were in the right position, they'd still be fucking us over.

...doesn't mean MS isnt a blood sucking monster.

Bill Gates hatred of mosquitos finally clicked for me. He's getting rid of the competition!

Microsoft's entire business success was taking someone else's work, building on it, then once they found any level of success they used anti-competitive business practices to become a mega corp and stay that way. The founder is still alive and profiting from the company.

There is no point in our lifetimes when MS won't deserve hate for everything they have done, even if there is a begrudging acceptance that they have made changes that make them appear more welcoming to competition.

So if Microsoft somehow proves that they doesn’t deserve hate they are getting

Ok i know you're not being serious but my mind reels. What would that look like? There would have to be Clancy novel levels of shit going on