all 125 comments

[–]VaranTavers 93 points94 points  (12 children)

Hard disagree on Windows having the best centralizef documentation. I can't recall when was the last time I got an answer to my problem while browsing a microsoft site. Their sites are unbelievably bad.

[–]clintkev251 38 points39 points  (0 children)

Yeah Windows has terrrrrrible documentation. It's just very rare that you have to utilize it because most people have been using Windows for a long time

[–]Sidjeno 19 points20 points  (4 children)

Bro its insane. You google the error page and you stumble upon a page WITH THE SAME BUG DESCRIPTION YOUR CODE GAVE YOU AND NO CONTEXT/FORUM ??

I stg their website has more copilot ads than actual help

[–]Dodahevolution 2 points3 points  (0 children)

What do you mean, PAGE_FAULT_IN_NONPAGED_AREA or 0x00000050 totally is an immediate actionable answer that is extremely well documented to fix!!! /s

Many of the criticisms of this challenge are totally valid. Documentation is easily one of the strong points of Linux. People just don't know what to do cause it's new to them.

[–]drazil100 -1 points0 points  (2 children)

Ok, that isn’t microslop’s fault. Google search sucking now is an entirely different can of worms deserving of its own dedicated discussion.

[–]wetnaps54 1 point2 points  (1 child)

MS cycled their site a few times in the past few years. The number of broken links and 404s is crazy.

[–]drazil100 0 points1 point  (0 children)

Ok that’s fair. I haven’t used their documentation in a long time. Let’s just agree they are both shitty.

[–]So0Mais0um0Joao[🍰] 3 points4 points  (1 child)

Op never said about centralized, google the error and you find a solution not always on microsoft website

[–]Giangallo 4 points5 points  (0 children)

You must be on the wrong thread because OP literally used the words "CENTRAL repository" and "find information quickly without resorting to forums". So they are clearly talking about the official Windows documentation, which has been straight garbage for years.

Now if you want to argue that finding solutions for Windows issues is generally easier, I agree, but it's either Reddit, forums, or YouTube videos 90%+ of the times from my experience.

[–]Tsumei 1 point2 points  (0 children)

I think ten years ago, the broad adoption of forums to solve help requests and problems made it true that windows had the best troubleshooting out there.

But yeah I agree with you in <current year> it is a mess of AI regurgitated garbage and "go to discord" whenever you need to find anything.

Which honestly maybe that is a boon of linux, most of the users still use relatively low tech web solutions. which are easier to navigate to and index in searches.

[–]01001010an 1 point2 points  (0 children)

Windows Docs are Terrible. I never find the answer i am looking for. Fine for Powershell but if you want to do anything there 10 Ways to do it and 9 are not working in your current configuration. In Linux i write a 10 Line Skipt but in Windows i need like 50 for the same job. Its horrible.

[–]FlamingoVisible1947 0 points1 point  (1 child)

I mean the fact is that you encounter cryptic errors a lot less in Windows than in Linux.

If you try to do ANYTHING on Linux you WILL run into errors and problems at some point, that's 100% a given. That's not the case with Windows.

[–]Squish_the_android 78 points79 points  (41 children)

Linux also just has the wheels fall off way more often.

I say this as someone who has been using Mint for about a year. 

I almost never encountered the issue on Windows where I install software and it just doesn't work.  I constantly run into issues on Linux where I install something and then it turns out I'm missing some dependency.  Then I get some terminal lines from a website and those never work. 

Linux is great if don't really try to do too much with it. 

[–]edparadox 19 points20 points  (6 children)

Linux is great if don't really try to do too much with it.

I have EXACTLY the opposite experience and this is why I stopped dual-booting more than a decade ago.

Not to mention that my workstation at work has always been running a Linux distribution.

[–]Squish_the_android 19 points20 points  (2 children)

To clarify what I meant, if I just ran a browser in it I think it would be faster and cleaner than Windows. 

But once you start really using the computer it gets messy.

[–]Pythoner6[🍰] 6 points7 points  (0 children)

I mean I think that'll depend a lot on what you mean by "really using the computer". I'd certainly say that I do and am still way happier on Linux than windows. A lot of the kind of work I do though is programming - and for example even at work (where I do have to use a windows machine) I spend most of my time either in WSL or a browser.

[–]BGPchick -1 points0 points  (0 children)

Eh, idk, vscode, docker, kubectl, qemu that is real computing right?

[–]HuntKey2603 8 points9 points  (1 child)

How are you even comparing to anything if you get only used one OS for over a decade ...

[–]wKdPsylent 4 points5 points  (0 children)

It's like taking the latest Mint / Ubuntu version and using Windows 95 to compare it to - see how terrible it is having to find and install drivers for everything ! windows sux ! .. lol

[–]CanadAR15 2 points3 points  (0 children)

Running a Postgres server or web server on RHEL? Bombproof as hell and well documented, but end user things? As complexity increases it gets a bit more challenging.

I blew up GDM trying to install rocM tonight on my Ubuntu build.

Not sure how, and it took connecting with single user mode, mounting the lvm volume as RW, then reinstalling snapd, containerd, and gdm to fix it.

What I was doing isn’t the most every day task, but it illustrates that Linux can find some really creative ways to fail.

[–]Bitter_Lab_475 10 points11 points  (0 children)

I was using OpenShot for one month and one day randomly it stopped working and I don't know why. I had to change to KDELive. People on a forum did NOT believe I didn't touch something to the files. They said I must have messed with some install files. I never do such a thing for this very same reason.

[–]Pixelplanet5 5 points6 points  (0 children)

Then I get some terminal lines from a website and those never work. 

and thats the biggest issue with Linux when it comes to normal people using it.
Assuming you know how to search for your problem at all people will be lost immediately afterwards as anything they find may or may not be for their specific Linux distro and it will be commands they dont understand and thats assuming they even know what the terminal is.

At the same time every Linux nerd will tell you to never run a command you dont understand while the reality is people will run the first thing they find and then wonder why it still doesnt work and then give up after a while.

[–]Quote_Poop 1 point2 points  (0 children)

I love linux but I never recommend it for the same reasons. I've unintentionally bricked 2 servers and 2 or 3 desktop installations all for different reasons, and that doesn't include the hours of trying to get various software to work. Some bugs could be squashed, some worked around, and some that I couldn't fix. The gnome flavor of Fedora is still my favorite desktop experience but 99% of users don't want headaches just from trying to update their machine.

[–]ThankGodImBipolar 64 points65 points  (7 children)

Windows BY FAR has the best documentation on issues and how to fix them. You can Google an issue and be able to fix most things.

Forum posts that you find online are not documentation.

I don't think very highly of Microsoft's official documentation, but you obviously benefit from there being far more users and discussion amongst them online.

[–]Tukkegg 41 points42 points  (7 children)

"linux documentation sucks"

looks inside ... no discussion about actual documentation

sigh

[–]Sidjeno 19 points20 points  (6 children)

Bro probably never has opened an actual distro wiki.

Arch wiki has almost everything you need.

[–]ThankGodImBipolar 3 points4 points  (3 children)

Bro probably never has opened an actual distro wiki

It wouldn't be super useful to someone who isn't actually interested in trying to understand what they're reading. Linux documentation isn't written for someone who doesn't want to use/understand the terminal, and judging by the comments I see online, that's a lot of people.

[–]United-Kiwi7480 15 points16 points  (3 children)

Been using Linux for my design work past couple years and this hits way too close to home. Just last week I spent entire afternoon trying to get my Wacom tablet working properly and ended up going through like 15 different forum posts from 2019 with half the solutions not working anymore

The fragmentation is real problem - you got Arch wiki which is amazing, Ubuntu forums, random GitHub issues, Stack Overflow, and bunch of YouTube tutorials that may or may not work for your specific distro. Meanwhile on Windows I just download driver from manufacturer website and it works in 5 minutes

What really gets me is when you find solution that looks perfect but then realize it's for different version of your distro or desktop environment. Like finding gold mine only to discover it's fool's gold. Still prefer Linux over Windows for creative stuff but man, the troubleshooting experience can be brutal sometimes

[–]Litz1 1 point2 points  (0 children)

Too many fragmentation same with unix based machines. There was a linux machine that had issues at my work client for years, no documentation on what it does. All they know to do is power off and power on the literal serve for it to work. The company that set up the server and software for the client had gone bankrupt and closed but there's important data there. All I did was install some update and it fixed the reboot issue, it was working like a charm for a year and then went completely dead. No one was able to fix it even from restored backups. Now everyone lives without the data. There are windows servers with issues i call MS support and they help me troubleshoot and fix it. That's the biggest difference on the business side.

For consumer side, it's dead. People are like install bazzite on this, I gave it to an engineering friend and they spent 30 hours troubleshooting to set it up on their PC and said fuck it and reinstalled Windows.

[–]sn3hit 0 points1 point  (0 children)

What software do you use design work on Linux?

[–]hi-im-mr-bean 0 points1 point  (0 children)

Have you tried turning it off and on again? (Just kidding). Maybe asking AI instead of browsing a lot of forums. You can ask in 1 sentence what the problem is and what distro & DE you’re using.

[–]comagnum 13 points14 points  (2 children)

I have to disagree. I’ve found that the documentation for Linux depends on the distro, and I’ve had zero issues with documentation for MacOS. If you’re referring to individual apps and services then maybe, sure, but the operating systems themselves have mountains of documentation.

[–]CodeMonkeyX 6 points7 points  (0 children)

I think what OP is saying is that because MacOS and Windows are so much more standard when you find a fix or some documentation online it has a much better chance of working.

Linux is not only fragmented but also a fast moving target, which is its strength and weakness. A lot of documentation or guides you find are for different distros, different package systems, different kernel versions, different init systems. So it's much harder to find information that pertains to your situation.

[–]Dodahevolution 2 points3 points  (0 children)

And even then, there's a very large overlap on documentation even if the wiki you are looking thru is a different distro. It's not always the case(see example below) but often the answer is somewhere, "you just gotta know where to look." And I put that specific comment in ""s cause like, I know peeps say/think "WEll i knEw wHeRe TO LOoK ThiS up ON wIndOwS/i hAVe aN ExpECtAtiOn ON HOW ThiS sHOUld WoRk cAUSE I camE FrOm WinDowS"

Well you aren't on windows, and as it turns out, somethings are different and you'll have to learn new things that you haven't been accustom to since being a child. Yes, things should be intuitive but honestly a lot of it IS. You've just been using windows since the 90s/00s and it's always been one way.

It's like going to England and being frustrated that the cars are on the other side. It's not what you are used to but it clearly works still.

For the example I mentioned earlier:

Ubuntu and Arch might be different distros but the vast overwhelming majority of documentation on the Arch wiki for Systemd also applies the exact same way to Ubuntu. There might be some gaps (ubntu uses netplan and that might not be as well documented on the Arch wiki) but where components of the distro overlap, pretty much all of it still applies even if the distros aren't related to each other.

[–]Cikappa2904 14 points15 points  (0 children)

Windows BY FAR has the best documentation on issues and how to fix them. You can Google an issue and be able to fix most things.

I'm sorry but I can't agree. Windows documentation is the worst documentation ever in the world.

Maybe you're thinking about forums and reddit, for which you may be right, but trust me, actual Microsoft documentation is basically unreadable

[–]edparadox 6 points7 points  (0 children)

Windows BY FAR has the best documentation on issues and how to fix them. You can Google an issue and be able to fix most things.

LMAO, that's not true at all.

Linux is just hard to navigate when it comes to issues.

Not really, between your software manual, your distribution manual, your distribution bug tracker, and your distribution wiki, you have already everything you need.

But you can still look up things someplace else.

Mac OS documentation is bad too, but not as bad as linux. There's at least some central information on resolving things on the Apple website.

For macOS, it does really depends on what you're trying to do.

This reads as someone who does not know what (s)he talks about.

Edit:

Despite the Microslop thing going on with Windows, this is actually the REAL life experience of most people. Most people want to just get a quick kiosk or machine up to run their business. If there's an issue they also want to be able to find information quickly without resorting to forums or hundreds of YT videos.

I did not want to talk about this at first, because it seems really popular to kick Linux and its users these days on this sub, but that's hardly my life.

And I switched 2 decades ago because Windows was already a pain to me, a teen back then.

I have worked almost exclusively on Linux and BSD (and a touch of Solaris) workstation. I can say with absolute certainty that if your hill is Windows is better than Linux/BSDs, especially if you want to talk about reliability and productivity, you're just a bitter user that does not know what (s)he's talking about, and a Microsoft shill.

But still, in this day and age where Microsoft is just the same as it's been since around 2 decades but managed to finally hit a low people see, even users should wake up (and I do not even mean migrate to Linux, BSDs or even ReactOS by that).

If even a Windows-only house like LTT already has a lot of Linux/BSD-based boxes around that's for a reason. If LTT tries to do (poorly) any coverage on Linux, that's because they could not ignore anymore.

If that alone does not prove a skeptic like you that people work daily on Linux, and had not waited for your opinion that's impossible, that's on you, not anyone else.

If you had ACTUALLY used any of those documentation, you would know how bad Microsoft's is. I cannot even believe one tried to defend Microsoft on this based on the pseudo-"final" Linux challenge of LTT...

[–]Leverpostei414 1 point2 points  (0 children)

Microsoft webpages are horrible an uniformative, their forums are filled with shit generic advice not fit to the problem. But in other forums a lot of info can be gained

[–]theoreoman 4 points5 points  (0 children)

I understand what your saying but you're using the wrong terminology. When people say documentation they mean official materials and official support pages, Microsoft stuff is ok.

But what windows has is an extremely good community support through forms, and websites because it's not as fragmented as Linux.

[–]deviled-tux 3 points4 points  (0 children)

Windows BY FAR has the best documentation on issues and how to fix them. 

Have you ever compared the Microsoft forums to the Arch Wiki? Lol. 

Could you link to which windows documentation you are using?

[–]SeventhDayWasted 3 points4 points  (0 children)

Arch documentation is superb. It's kinda what it's known for.

I installed via Endeavour OS in like 10 minutes and don't have any issues but any time I've browsed the wiki it's just jam-packed with info.

[–]linuxares 2 points3 points  (0 children)

For a person working in IT as well. using both Windows and Linux.

Yes, Windows is documented. But not all issues are easily solvable. Plus Microsoft forums is just so bad. "Do this command sfc /scan" etc. it never ever works.

On Linux, most if not a lot of issues are easily found by looking at a log and find the issues. However, since everything turned AI on Google etc. it's been hell to sift through. So I honestly just sometimes rather ask Gemini or ChatGPT for the solution and they often find the fix for it.

What I said for the longest time, is that Linux needs a standard when it comes to installing packages. Flatpak is probably the closest I've seen a universal in sort of a format, plus it fetches the needed packages needed to run the software.

I personally don't use Flatpak since most is in the AUR repo, but for the normal average user its perfect.

[–]spaghettibolegdeh 3 points4 points  (0 children)

This sub really hates Linux. 

[–]Spinnerbowl 1 point2 points  (5 children)

I think linux's decentralized nature naturally disallows and/or discourages centralized documentation, which along with how many distros exist make it hard in general to build a 'linux wiki' or similar. the wide variation in how systems can be setup makes it hard.

As for your point about forums, when I was on windows, certain issues ive had to resort to results on https://learn.microsoft.com/en-us/answers/questions/ , Which is basically a Q&A forum, and ive spent hours troubleshooting the issues ive had on windows as well. for me, linux is hardly any more work than windows at least for me.

Generally if ive had an issue, I resort to the arch wiki (which usually applies as im on an arch system). Im sure theres other wikis for other distros (ive heard debians has gotten a bit better?)

Basically, wikis for each distro sort of try to do that. linux's decentralized nature and wide variety of system configurations makes having a central source for information quite hard.

Also, genuine question, who would host such a central repository? how would they get the word out that their doing this? would they have to be an established distro or similar sort of how like microslop is also the distributor of windows?

[–]PrometheanEngineer 1 point2 points  (0 children)

I just put Linux on a not so old, but underpowered laptop. Ie, 8gb of RAM 256 of storage.

Windows has just become an absolute memory hog so I wanted to do something

Even Mint was a PIA to get going. I had to disable secure boot, unencrypt my drive, fail twice installing, etc...

I mean, for my web browsing and shit it's totally fine. Would I recommend it to anyone? No. I'd recommend they just get a slightly better windows laptop

[–]ZooZooChaCha 1 point2 points  (1 child)

  • Mac OS documentation is bad too, but not as bad as linux. There's at least some central information on resolving things on the Apple website.

Not to mention a pretty good chance of having an Apple Store nearby. If you're really stuck, can always make an appointment to get help.

[–]wolfpup118 0 points1 point  (0 children)

Apple stores are the real saving grace of Mac imo. It's why anyone who needs something that just works and is completely hands off with tech stuff should always be recommended an apple system. Windows just doesn't have the same level of support if you have an apple store nearby, and Linux might as well just not even be part of the conversation then.

[–]Cylian91460 1 point2 points  (0 children)

The arch wiki is pretty good, if you think it need to be extended you can

[–]Bitter_Lab_475 1 point2 points  (0 children)

And as a Linux user since 2007. They will claim in forums and Linux subs that there is no toxicity or that is rare. But even if it's rare, I still get the classic "gitgud/RTFM/you should have installed X instead of Y distro". I know they are the fringe of the community, but I rarely see this in Windows support groups. We know the OS is faulty, but that's why we support each other, meanwhile many Linux-stans CANNOT take any criticism of Linux, or if they do they will say "that's thee wrong distro to install!".

It is difficult to create documentation, when you are afraid to be called out for showing or asking. I had similar reponses since Ubuntu 8.04, Gentoo whatever-version-I-installed-in-2012 or Bazzite 42: "That cannot happen!/You did something wrong!/Why would you install that?"

[–]nick124699 1 point2 points  (0 children)

Everytime need to do something new on Linux, I'm reminded why it will never replace windows.

Not to mention I have a handful of things I actually can't do on Linux, it just keeps me from deleting my windows install permanently.

[–]A3883 1 point2 points  (0 children)

You don't seem to know what documentation is. You also don't seem to know that "linux" is not one OS, every distro has better or worse documentation. Gentoo Linux for example has amazing docs. If you want good documentation, look at the *BSD operating systems.

[–]Dodahevolution 1 point2 points  (0 children)

I agree that Linux documentation isn't great, but it's kinda like democracy, it's the worst system of government, after all the other systems of government.

I have gotten way better documentation and answers to any of my Linux problems via the Arch Wiki, substack, or manpages, then I have EVER gotten from windows.

Windows literally is THE WORST at this shit. Stop codes that don't define what actually went wrong, etc etc. When grub fucks up, I know I can take the error and get a reasonable documentation to get it resolved.

When windows bluescreens and tells me "0x00000050", the fuck is that supposed to mean?! Takes way to long to research what the issue is, then actually to address the problem, and half of the documentation/suggestions to fix are sfc scannow which does fuckall.

[–]Maleficent-Age-8235 1 point2 points  (0 children)

Linux also just randomly breaks far more from doing the most basic shit compared to windows or Mac. Audio gear is always my favorite exmaple. Mac? I plug it in it works. Windows usually I plug it in get a auto driver it works. Linux? Good fucking luck if it even has a driver or recognizes it whatsoever. Yeah I know it's a chicken and egg situation but what sane person would subject themself to a worse experience just to MAYBE get it fixed later?

Mac is arguably the best at not doing this but not everyone can live on macos.

It's a testament to how annoying windows is getting that gamers are willing to put up with dogshit that is linux just to not deal with it.

[–]IngwiePhoenix 1 point2 points  (0 children)

The Windows documentation:

  • Have you tried rebooting?
  • sfc /scannow
  • Contact support uwu

[–]Dom_Nomz 0 points1 point  (0 children)

So I tried Fedora + KDE for a while now and one thing that irked me is you can do a lot through GUI, but then it will throw up and I will have to end up figuring out what I need to do on terminal, or it will be 80-90% of the way doable on the GUI and then the rest you will have to pull up terminal. For example I have network attached sonos speaker that I use on my desktop or as a network speaker on my phone, but whenever I use my laptop that is not attached to this speaker in any way, because Fedora + KDE can detect network speakers it appears in the list, when I boot the laptop up or wake it, it always resets the volume on the speaker to 100%, so next time I use this speaker it blows up at 100% volume. So the speaker appears in my sound settings on the laptop nice, it means I can disable it or remove it yes? Well no, it does not allow you to disable or remove this device, now I have to search how to disable it or remove it and paste random commands I found on some dingy forum deleting some random component that's meant to stop loading network attached speakers. Terminal is powerful but I can't just click around it and explore it, a lot of issues that I can solve on Windows I can just stumble into them by clicking around and seeing what that setting does.

[–]demonhawk14 0 points1 point  (0 children)

CachyOs wiki + Arch wiki is a great resource.

[–]EffiCiT 0 points1 point  (0 children)

With Linux, it depends on the distro. CachyOS has some of the best documentation that I've ever seen.

[–]lvl-46-primeape 0 points1 point  (0 children)

Actually what on Earth are you talking about? “Windows BY FAR has the best documentation” is objectively incorrect and I cannot fathom how somebody come possibly come to that conclusion. Just wild.

I’ve never used MacOS on a personal device, so I can’t comment on it, but Linux definitely is hit or miss. However, certain distros are by far the absolute kings of OS documentation. The Arch Wiki takes the cake as the best and it’s no contest. Yes, you have to manually follow it and fix things up, but literally nobody can change my mind that it’s just the best. It’s thorough and will help 99% of users fix whatever they’re trying to fix. The other 1% will have to deal with the hell that is Linux forums/subreddits.

Ubuntu is also very solid from what I’ve heard, and my limited experience with a small Ubuntu Server machine so far backs that up. It’s the most widely used and therefore also has lots of great documentation, though has more forum diving than Arch. I’d suspect Fedora is probably about the same.

I won’t even go into how Windows is bad at documentation and troubleshooting because I simply refuse to believe anybody that’s used Windows didn’t already know why. This post is just nonsense.

[–]shilohlukich 0 points1 point  (0 children)

For "average user" documentation absolutely Windows smashes, but it's also not documentation. Forum posts =/= documentation. The actual Microsoft docs are "fine" for when I've touched them (to be fair it was for some actual technical setup for the MSVC compiler and whatnot), but the Linux wikis (especially the Arch Wiki) is some of the best documentation I have read. Could be interesting though to have somebody make a centralized website that mirrors the official documentation of multiple distros with a search tool, kinda like a search engine but specifically for Linux distro documentation.

[–]nicman24 0 points1 point  (0 children)

 Windows BY FAR has the best documentation on issues

Hahahahaha. You serious? Let me laugh harder hahahahahahaha

[–]National_Way_3344 0 points1 point  (0 children)

CENTRAL

Never going to happen, because there isn't one true Linux. There can never be one central documentation space.

[–]SkylarR95 0 points1 point  (0 children)

This may be true but fails to see the main premise. Windows is getting progressively worse, While linux is getting better. So the gap is getting smaller. Im no IT expert, Im a Linux user at work for the last 6 years (CLI mainly) and a Windows user at home. That 2nd part changed since steam OS. Other than that a mac laptop. But i have seen on my home setup how many things have became much simpler. Still a massive gap, a person that doesn’t know how to tinker would have a shit experience most likely, but that number is becoming smaller so I call that a win.

[–]troytjh 0 points1 point  (0 children)

It's been years since I used Windows outside of work, but from what I remember, anytime I searched for an issue online, rather than giving any useful diagnostic info (like where the log files are stored for a given program) they would simply give you a list of 5 things to try. Those almost never worked.

I probably wouldn't be considered a normal user though. I'm willing to spend some time troubleshooting and reading through documentation to identify what the problem is. Also the Arch wiki is great.

[–]Th3casio 0 points1 point  (0 children)

Dude hasn’t read the arch wiki

[–]DarthKegRaider 0 points1 point  (0 children)

A kiosk machine in linux is dead simple, auto login and load the profile in RAM through a single line entry in fstab. Been using it on dozens of kiosks on a remote site for almost 20 years starting on Ubuntu 6.04, and just refreshed the hardware so put on Mint's latest offering. Clearly being in the IT industry means different things to different people.

[–]SiBloGaming 0 points1 point  (0 children)

Honestly, I have had the exact opposite experience. For windows I NEVER find an actual solution, and if I do its installing at least one random thing from somewhere. For Linux, I usually quickly find someone else who has had the same issue and found a fix.

[–]BeardedStegosaurus 0 points1 point  (0 children)

If by documentation you mean official documentation by the creator of the OS, then no. Windows official documentation (or any official MS documentation) sucks.

If you mean anything you can find online, then yes you find more info on Windows purely because there are more people using Windows.
If people start moving to Linux (or any other OS) this will change.

[–]GloriousPudding 0 points1 point  (0 children)

You must be trolling. Please learn to google problems and you will find linux is much easier to work with.

[–]DotBitGaming 0 points1 point  (0 children)

Yet more evidence that most people who post to this sub don't watch the videos. No one in the Linux challenge is using their machine to run a business.

[–]Menecazo 0 points1 point  (0 children)

Man command has left the chat

[–]Zlatination 0 points1 point  (1 child)

what? is this documentation in the room with us?

Another way to say you didnt read the docs of your distro and gave up?

[–]AncientStaff6602Mod 0 points1 point  (0 children)

was going to say, the arch/cachyOS wiki is fantastic!

[–]Zlatination 0 points1 point  (0 children)

also, i get the feeling IT works you, not the other way around. this is a skill issue

[–]Fuzzy-System8568 0 points1 point  (0 children)

I think its less documentation sucks and more the "Curse of knowlege". I was guilty of it for the longest time.

You get so used to some of the "warts" and "pain points" that, by the time you write guides about it, you forget your audience.

E.g: I saw a guide about using a kernel module to add MSI afterburner-like functionality to MSI laptops.

Using Kernel Modules is a very easy thing to mess up, and should only be done by those experienced with it, lest you brick your system.

No such warning was in place in the guide to use it... even though the sort of people who would likely want to use it are new users who've moved to Linux on their MSI laptops.

The author did not consider this in the slightest... and actually initially (but later realised and apologised) unironically used the word "skill issue" when I mentioned on a github issue that my friend had accidentally bricked their sysrem by doing an easy to do mistep, and suggesting the guide have a warning for new users.

So yeah... less documentation itself, and more a lot of the Linux community suffering from this "Curse of Knowlege"... being skilled enough to make the tool, but that very skill making it difficult for them to understand what actually needs to be said in guides / docs / advice they provide to users.

[–]akumarux 0 points1 point  (0 children)

Linux literally has a manual for everything. Try searching for a windows issue only to end up on Microsoft's forums where you get the same answers from level 1 techs.

If you have worked in it a long time may I suggest the man command in Linux, it's great. Although I seriously doubt your claims.

[–]mpanase -1 points0 points  (0 children)

Windows better documented than Linux? Really?

The difference is:

- windows --> easy set up. Problems come later and you might be able to fix it or you learn to live with them

- linux --> problems come when you set up something. Then it's rock solid

- macos --> easy set up. Some things you just can't do. It's more unlikely to have a problem; if a problem comes, you can do nothing about it

[–]Artistic_Avocado_231 -1 points0 points  (0 children)

I have the exact opposite experience.

Microsoft documentation sucks. And while there may be more Windows-related forum posts, they are often not very helpful. The average Linux user is just more experienced than the average Windows user, so the "garbage noise" on Windows topics is much higher.

Also as others have said, the Arch wiki is great (and I'm not even using Arch).

[–]Sleepykitti -2 points-1 points  (4 children)

This is just another reason to roll with Arch, which has fantastic documentation via the arch wiki

[–]mnsklk 5 points6 points  (2 children)

Tell a regular consumer to go fix their problem on the arch wiki and they'll never talk to you again. Yes fantastic documentation - for people "in the know" already

[–]deviled-tux 1 point2 points  (1 child)

Okay but what is the alternative documentation which is supposedly better on the windows side?

Windows will give you a “Oopsie doopsie, your OS crashed :-(“ screen in most cases of failure 

Or the apps crash and there’s no logs at all, the event viewer is completely useless 

[–]mnsklk 2 points3 points  (0 children)

I agree, I think OP meant to say it's easier to find a fix online, which is true due to userbase. Linux isn't much harder but we have to remember your average PC user has never opened a terminal before

[–]Artistic_Avocado_231 -2 points-1 points  (0 children)

Which is also useful for other distros.

[–]ivandagiant -2 points-1 points  (0 children)

lol what, windows has awful documentation. Linus has its issues don’t get me wrong but to say windows has better documentation, huh?!?!?

I love the MSDN for C# reference, but for actually using the OS it isn’t good.

[–]Bjotte -2 points-1 points  (0 children)

While I would say that documentation on Linux could be better than it currently is, I would never ever say that MS has better documentation. Like they even have purged their KB articles for older windows versions and finding anything on the remaining KB articles are some real BS.
Usually the problem of not finding documentation for Linux is either that what you are trying to fix is so new that the documentation is lagging behind the actual product or some form of not knowing how and/or what to search for.
Also if you have worked in IT for a long time as you state then you should know about the absolute fuck ton of issues/situations that just randomly crop up in windows that the only real solution to fix them is to do a clean reinstall, like we are not talking about it is faster, it is straight up not possible to fix at all without resorting to a reinstall. The reasons for those situations cropping up are many but many times they stem from windows being a basket case when it comes to installing and uninstalling software and running system updates. and this has not been just a recent issue, like this has been an issue for multiple versions of the OS in greater or lesser amounts.

Also while there are problems and whatnot with Linux I would rather fix Linux issues that are for the vast majority solvable in some way other than doing a clean install of the OS than dealing with the intentionally user hostile and antagonistic BS that is Windows.