this post was submitted on 29 Jun 2023
337 points (94.9% liked)

linuxmemes

24785 readers
2486 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 users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • 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.
  • 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, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    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 remove France.

    founded 2 years ago
    MODERATORS
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] [email protected] 19 points 2 years ago (1 children)

    I used WSL extensively at a couple of previous jobs. Sometimes IT only gives you the choice of Windows or Mac. I'm quite happy to have a Linux machine at my current job, but WSL has gotten the job done for me when I lacked that option.

    [–] [email protected] 7 points 2 years ago

    My company mandates Windows laptops but I mostly work with Linux VMs hosted on our servers. WSL2 and Visual Studio Code (with Remote SSH and WSL2 plug-ins) are the best things that happened to Windows in years. Without these tools I would simply be unable to work.

    [–] [email protected] 16 points 2 years ago (1 children)

    Transcript:

    [Miracle of the word wide web meme template]
    "Thanks to the miracle of windows subsystem for linux..."
    "...I can use the Linux terminal from the comfort of windows"
    [Computer monitor showing windows update screen]
    "Marvelous"

    [–] [email protected] 4 points 2 years ago (2 children)

    How can downvotes be negative?

    screenshot

    [–] [email protected] 6 points 2 years ago (1 children)

    Simples, its so positive that the negative becomes positive.

    load more comments (1 replies)
    [–] [email protected] 3 points 2 years ago

    Your guess is as good as mine haha

    [–] [email protected] 16 points 2 years ago* (last edited 2 years ago) (8 children)

    I don't understand the pointless hate over wsl. Sure, it doesn't replace Linux. It also doesn't have to... Just having access to basic nix functionality from a windows desktop is still a useful feature. It makes stuff like putty mostly obsolete. It let's windows users unpack tarballs without 7zip. It let's developers play video games while "compiling". It's just an all-around convenient tool to have.

    Maybe Microsoft wanted it to replace the Linux desktop, but since when has anyone really cared about what Microsoft wanted :P

    [–] [email protected] 7 points 2 years ago (1 children)

    Yeah, I don't see what the big deal is. I won't be switching from Windows anytime soon, for various reasons, but I very much appreciate being able to have access to a local linux environment without having to dual boot.

    [–] [email protected] 5 points 2 years ago (1 children)

    WSL + Docker is all I need :-)

    [–] [email protected] 2 points 2 years ago

    Seriously, with the VSCode integration to control everything from your IDE.

    [–] [email protected] 2 points 2 years ago (1 children)

    I spend like 80% of my work day in WSL. Using a Linux image that 100% matches the production environment, docker and k8s integration, and using VScode easily with WSL.

    The big thing that makes is work is all I need is a command line.

    load more comments (1 replies)
    [–] [email protected] 2 points 2 years ago

    Yeah, I can't emphasize enough how it can't replace Linux. And it doesn't even always work that well for stuff that you'd expect to be able to work there.

    I use Windows for my mostly-for-gaming desktop and because I'm very lazy with dual booting, I usually just use WSL if I wanna do some small thing. Or even some not so small thing. I tried to get stable diffusion working using it. I strongly dislike using the windows command line (I do all my professional dev on Linux and it's what I'm most comfortable with), so I tried to use the Linux instructions with WSL. Did not go well. Wasted more time than I should have trying to make it work before I just gave up on that idea.

    Not the first time I hit some weird WSL incompatibility either. I really should know better.

    load more comments (5 replies)
    [–] [email protected] 16 points 2 years ago (1 children)

    My personal computer is Windows mainly because of gaming and game dev, but WSL means I don't have to dual boot to tinker on a web project or something. In a way, it killed the Linux desktop for me, but I still use Linux as much as ever. With Docker as well.

    load more comments (1 replies)
    [–] [email protected] 13 points 2 years ago (1 children)

    I work at Oracle and leverage WSL for for some things. It works.. but I wish I could just use Linux. WSL is full of gotchas and weird bugs. Performance is not good either.

    [–] [email protected] 3 points 2 years ago (2 children)

    WSL2 is essentially a VM, and doesn't seem to have any weird bugs or gotcha's anymore (at least for command line programs). I don't use it for work, but playing around with it as a hobby, it seems fairly solid.

    [–] [email protected] 4 points 2 years ago (3 children)

    I use WSL2. It has bugs. DNS stops working when you connect to a VPN, which I have to do every day for all of my work. To fix that you can either modify the resolv conf (which gets wiped out on every startup) and then chattr it to prevent it from being deleted (this still didn't quite work for me). Or you can install wsl-vpnkit and pipe all of your network traffic through another container.

    I have been working in docker and rancher desktop, both of which have integrations with WSL but with other caviats and bugs. I basically have a bunch of very highly specific steps written up for other employees for "how to get this working with WSL" because it is so buggy.

    load more comments (3 replies)
    load more comments (1 replies)
    [–] [email protected] 10 points 2 years ago (2 children)

    the worst thing about windows is that you can't natively change the window manager or desktop environment. that is so backwards. they even removed the ability to move the taskbar wherever you want. this is so weird.

    [–] [email protected] 3 points 2 years ago (1 children)

    Cant move the taskbar? Do you mean in windows 11, cos its possible in windows 10. If so i have just another reason to be glad i didnt make the move

    [–] [email protected] 9 points 2 years ago (3 children)

    Yeah, Windows 11 removed the ability to move your taskbar around, can only be at the bottom of the screen now.

    [–] [email protected] 2 points 2 years ago (1 children)

    There's a popular patcher application for this problem called ExplorerPatcher

    [–] [email protected] 10 points 2 years ago (1 children)

    We should not have to fight back the OS of our computers.

    [–] [email protected] 2 points 2 years ago (1 children)

    Indeed, but "your" computer is merely loaned from mr. Nadella

    [–] [email protected] 3 points 2 years ago

    The computer is yours. The OS is not.

    load more comments (2 replies)
    load more comments (1 replies)
    [–] [email protected] 9 points 2 years ago

    I think most actual Linux users saw this as expanded access to the Linux environment, and easier ways for Windows users to dip their toes in. That was the feel i got from the general community at the time.

    [–] [email protected] 8 points 2 years ago* (last edited 2 years ago)

    WSL is nice if you want to build things/run software for Linux, otherwise.. just use Linux. Also it's a nice way to run Docker without paying for it.

    [–] [email protected] 6 points 2 years ago (5 children)

    Weird how tribal people are. Let people enjoy things for God's sake. I use all combinations of macOS, Windows, Fedora, Ubuntu (server + on WSL), Pop_OS!, and what not. Different horses for different courses, and I like each one of these in their ways they excel at.

    [–] [email protected] 2 points 2 years ago

    Enjoying Windows is like thanking your home invader.

    [–] [email protected] 2 points 2 years ago

    People who get out, see the world, meet people from other places tend to be far less tribal. Early career, I could have easily been a paid Microsoft Evangelist (is that still a real job title?). Eventually I was forced to begrudgingly learn a whole bunch of other things, then I became obsessed with OSS, shunning my former tribe every chance I got. At some point I just stopped caring about everything. Language, tabs vs spaces, design patterns, IDE, frameworks, I just don't care any more. I still have my go-tos if I'm starting fresh but, if the direction of the wind changes, it doesn't bother me a bit.

    load more comments (3 replies)
    [–] [email protected] 6 points 2 years ago* (last edited 2 years ago) (10 children)

    love combining linux with the worst parts of windows

    load more comments (10 replies)
    [–] [email protected] 6 points 2 years ago

    It's a VM. With this tech, Linux will only be more powerful

    [–] [email protected] 4 points 2 years ago

    I don't understand how Linux could make Linux obsolete

    Or were they talking about the original WSL, where it was an implementation instead of a specialized VM

    [–] [email protected] 4 points 2 years ago

    Personally, I think WSL is a great start point to introduce users in Windows to take the first step to Linux. Me myself and several people from what I know starts from WSL and end up using Linux full-time

    [–] [email protected] 3 points 2 years ago (1 children)

    So true :'-) I used WSL on my company computer. Somehow I managed to snake through corporate restrictions on administration settings and WSL had practicaly full access to system. I even managed to make xserver and GUI apps working :-)

    [–] [email protected] 3 points 2 years ago

    These days you don't even need to do that, thanks to the wslg project microshaft has developed it has Wayland and pulseaudio inbuilt.

    [–] [email protected] 3 points 2 years ago

    My favorite windows feature. Being broken.

    [–] [email protected] 3 points 2 years ago

    To put it like /g/, WSL is redpilling the normies on free software.

    [–] [email protected] 2 points 2 years ago

    Crashing in whole new ways

    [–] [email protected] 2 points 2 years ago (4 children)

    I feel WSL just gives enterprises an excuse not to let developers have pure Linux machines. After putting up with horrible and buggy WSL for years, managed to have my organisation bless running proper Linux on our machines. Bye Windows, hardly ever knew you.

    load more comments (4 replies)
    [–] [email protected] 2 points 2 years ago

    If anything, WSL2 made me realize that I didn't need Windows. now, I'm a Linux user for almost 2 years.

    load more comments
    view more: next β€Ί