this post was submitted on 21 Jun 2023
497 points (99.2% liked)

linuxmemes

21198 readers
352 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!

    founded 1 year ago
    MODERATORS
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] alejandro 62 points 1 year ago (5 children)

    ACTUALLY it's GNU/Linux (pronounced gu-noo-SLASH-li-nux). I know it's just a "meme", but get your facts straight buddy, this ain't fucking le reddit.

    Don't make me have to rm -rf your ass.

    [–] jcg 21 points 1 year ago (2 children)

    I've recently taken to calling it "GNU Plus Linux"

    [–] MetaCubed 13 points 1 year ago

    I use Arch btw

    [–] rcmaehl 9 points 1 year ago (2 children)

    I use Alpine, a distro that doesn't include the GNU Coreutils, or any other GNU code. It's Linux, but it's not GNU+Linux

    [–] WetBeardHairs 4 points 1 year ago (1 children)

    Do you use that distro just so you can say you use that distro?

    [–] Aqarius 2 points 1 year ago

    Nah, it's quite compact, useful for docker and the like

    [–] timewarp 1 points 1 year ago

    It does include coreutils and other GNU packages, but they aren't installed by default. This is perfect for a server install or Docker image where Busybox is just enough to accomplish most basic tasks, but if I was using it for a desktop OS then you better believe I'm installing the GNU wget and other packages so that I can follow redirects and what not.

    [–] PutangInaMo 17 points 1 year ago

    Gonna need to see that proper sudo bruh

    [–] optissima 9 points 1 year ago

    Don't make me have to rm -rf your ass.

    Using this

    [–] SuperRyn 2 points 1 year ago

    Alpine Linux:

    [–] [email protected] 1 points 1 year ago

    Average arch/Gentoo user LOL

    Rm /rf good meme

    [–] cajova_houba 45 points 1 year ago* (last edited 1 year ago) (4 children)

    Ngl, except for some issues with proxy and networking, WSL is actually a nice way of using both Windows and Linux without having dual boot or using Cygwin.

    [–] raspberriesareyummy 5 points 1 year ago

    Word of advice, I recently found out that the inotify implementation is broken on WSL! I wrote an application that works fine on linux, detecting when a file is updated, or deleted or created if I monitor the folder it's in. However, on WSL, once the file is deleted, I get no further events for that file in the monitored folder. So while WSL works quite nice, how they could break something as fundamental as that without a big red flashing warning label is beyond me.

    [–] netwren 5 points 1 year ago (3 children)

    Ugh yeah the networking on wsl2 has been annoying me lately.

    [–] [email protected] 7 points 1 year ago (3 children)

    Getting WSL2 to work with my company's VPN was such a pain that I just went back to WSL1 and resigned myself to the fact that I'll never be able to run Docker in WSL locally.

    [–] keyez 1 points 1 year ago

    Don't want to be that works on my machine person but I use docker-ce installed in my WSL2 VM and can push and pull over my companies' openvpn running on windows.

    [–] netwren 1 points 1 year ago (1 children)

    Why not just run a full Hypervisor?

    [–] riodoro1 9 points 1 year ago* (last edited 1 year ago) (3 children)

    Why not just run full Linux?

    [–] baronvonj 5 points 1 year ago

    Why not Bilbo?

    [–] PutangInaMo 2 points 1 year ago

    Linux hypervisor?

    [–] timewarp 1 points 1 year ago

    This right here. Using Podman natively on Linux is beautiful.

    [–] linearchaos 1 points 1 year ago

    You probably just need to shuffle the network pri and fix the nameservers. I took a couple of days and sorted it out.

    You only need to shuffle the weights once, but you need to manually fix the ns every time.

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

    What about it has been annoying or caused problems? I ask so I won't be surprised if it happens to me.

    [–] netwren 10 points 1 year ago

    So WSL1 was actually using the Windows Kernel so Networking was more straightforward because you had direct access to network syscalls.

    WSL2 is a VM in HyperV with some special sauce I guess. Downside is that means you have the same Network setup like you would a VPN.

    So when I'm developing a site and use say trunk serve. I can access it locally on my Windows browser even though it's running on my debian WSL2. However one thing I liked to do on my local network was pull up my smartphone and open ports to look at the mobile view on an actual mobile browser.

    Well now open ports in Windows Advfirewall for a service that's running a Linux VM?

    Now do this everytime your WSL2 VM changes it's local IP (not your LAN IP), and everytime you switch to a service with a different port.

    Super PITA and I also broke just the regular local proxy between Windows-WSL2 trying to get it working. So now I just sigh and use the developer tools in Chrome to pretend I'm on a smartphone.

    [–] raltoid 4 points 1 year ago

    For basic things it's great, and with the perfect setup it's amazing.

    But it can be a real pain for things like USB, networking and in general connecting to anything outside its own enviroment.

    [–] spacesweedkid27 1 points 1 year ago

    I think the networking implementing a virtual ethernet link is pretty cool, but it really sucks when I'm trying to debug web apps when not wanting to use CMD or Powershell.

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

    I've been using Linux for over 25 years but I hate using it as desktop. Wsl provides a nice environment for development and app running in a Linux environment without sacrificing the manifold reasons for running windows. Since wsl2 Linux gui programs even run natively without having to install an x server

    [–] [email protected] 14 points 1 year ago* (last edited 1 year ago) (3 children)

    manifold reasons for running windows

    Please name some other than "proprietary software that only runs on Windows".

    I've switched to Linux as my main driver couple of years ago and don't miss a damn thing (admittedly don't use highly specialized software and ran the FOSS alternatives on Windows even before switching). Still have Windows on my work PC and dread it every day.

    [–] anakaine 24 points 1 year ago (2 children)

    "Please name a reason to use Windows other than your main reasons for using Windows." That is how it comes across.

    There are many excellent reasons to use both operating systems. The space is like a Venn diagram. There is some overlap in the reasons people have for using either, and a whole bunch of others that don't overlap. At this stage we should be moving well past identity politics and putting the emphasis on designing and building applications that run on multiple operating systems. This way people can use their chosen ecosystem and reap the benefits of their existing stack in terms of productivity. We needn't judge.

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

    "Please name a reason to use Windows other than your main reasons for using Windows." That is how it comes across.

    And that was exactly what I intended. The only thing Windows has going for it is better adoption. Devs would target other platforms if users chose them - it's starting in gaming thanks to Valve and their Steamdeck.

    I really don't see another reason, let alone a manifold of them, to stay on Windows. Especially since Microsoft has been making it worse and worse with their snooping, annoying update policy, constantly increasing pricing, ever-shorter lifecycles and push to cloud.

    [–] raspberriesareyummy 0 points 1 year ago (2 children)

    There are zero excellent reasons to use windows. Being forced for lack of alternatives is a legitimate reason, but far from excellent.

    [–] timewarp 2 points 1 year ago

    I run Windows in a QEMU VM for a few things, but I'd much rather run Windows inside Linux than Linux inside Winblows.

    [–] [email protected] 8 points 1 year ago (1 children)

    Eh, Windows-only software certainly seems like a valid reason to me. People are also allowed to have personal preferences.

    Don't get me wrong. Linux is the only desktop OS I use. I've daily driven it on my personal machine for about 5 years and at work for about 6 months. I vastly prefer it over the alternatives, but I do put up with a fair amount of annoying bullshit (mainly graphics, sleep, and Bluetooth issues) that would probably be less of an issue on Windows (or macOS). I still use Linux because I can tolerate those problems in exchange for the benefits, but I can see why other people wouldn't want to.

    [–] InternetCitizen2 1 points 1 year ago (1 children)

    I think Linux often does get an unfair benchmark on these things. It is ultimately up to the publisher to make their software available in Linux. We don't say that Windows is bad because it cannot run Final Cut Pro? I would say that the Chromebook being a commercial success is proof that the trifecta of I can't use Linux because of MS Office, gaming, or video editing is not a big deal for causal users. No one is buying a Chromebook for any of those reasons.

    [–] thebestaquaman 4 points 1 year ago (1 children)

    Hasn't chromebook grown so quickly largely because they have a bunch of programs incentivising schools to buy them for students? Genuine question, because I don't think I've even heard of someone buying a chromebook themselves for personal use.

    [–] InternetCitizen2 4 points 1 year ago

    undefined> Hasn’t chromebook grown so quickly largely because they have a bunch of programs incentivising schools to buy them for students?

    That is very true, but due to many things being web apps I have seen them be used as cheap browser only computers for grandma and a few places for employees to use a portal. Still they don't have much of gaming or MS Office, so i think my point stands.

    [–] [email protected] 3 points 1 year ago (5 children)

    In addition to games, which is one of the primary reasons I use my PC, I don't like LibreOffice and I don't like the big Linux desktop environments that exist and I can't be bothered to sort through the smaller ones to find one I vibe with, when I'm perfectly happy with Windows as a desktop OS.

    WSL offers the best of both worlds.

    load more comments (5 replies)
    [–] raspberriesareyummy 0 points 1 year ago

    undefined> I’ve been using Linux for over 25 years but I hate using it as desktop.

    YMMV but why? Linux window managers are so plentiful, there's implementations that look basically identical to windows 2000/xp/7. KDE was there for a long time, I personally enjoy XFCE - but there should be a window manager for everyone's taste...

    [–] zephyr 12 points 1 year ago

    Convenient that the original one had a penguin

    [–] [email protected] 2 points 1 year ago

    A spawn that some devs actually like.

    [–] tdawg 1 points 1 year ago

    this is the kind of quality shitpost I came here for