this post was submitted on 04 Jan 2024
628 points (94.7% liked)

linuxmemes

21304 readers
1155 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Andrew15_5@mander.xyz 0 points 10 months ago (1 children)

    Can you describe the essentials of what WSL is? Does it map UNIX file structure to Windows' one? Can I access the Windows FS through it? Does it have POSIX commands?

    I heard/seen a lot of people using either WSL or "Ubuntu terminal" and I don't have any interest because I don't plan on using anything like this in my life, but I do want to at least understand what benefits it brings and can you replicate the true Linux terminal experience on Windows without creating a VM that have different FS from the host. Basically, I want to know if I still have any strings that I can pull to convert people to Linux, because there amount of such strings decreases every so slightly with every year, it seems.

    [–] BoastfulDaedra@lemmynsfw.com 5 points 10 months ago* (last edited 10 months ago) (1 children)

    Put simply, Linux is a kernel; WSL is a partial emulator of that kernel with exceedingly little support for the programs that attract people to it.

    As one popular example, there's no support for anything graphical. I've heard a lot about how the feature is coming, but I've yet to meet anyone who got it to work.

    Under-the-hood, you are still using the bloated Windows kernel, a now 30-year-old file system which was flawed to begin with (NTFS) or something newish that's closely related to it, and you're facing the same exhausting privacy violations that MS has been in hot water for; except you get to do it with bash instead.

    I tried it on my laptop that had Windows 11 pre-installed, and I cannot imagine how they're attracting anyone other than middle management and freshmen boot camp engineers with it. Apparently they found out that Ubuntu could be side-loaded in two minutes and panicked or something.

    Addendum: WSL2 is apparently less of an emulator and more of a stripped-down VM, but again, how that appeals to me more than a full VM with drag-and-drop support is beyond me. Maybe someone else can give you a use case that's worked for them.

    [–] Andrew15_5@mander.xyz 2 points 10 months ago (1 children)

    Thanks. Yeah, I've heard about WSL2 (as if the first implementation shouldn't have also been the last one). But many probably refer to both as WSL without version number.