• 12 Posts
  • 298 Comments
Joined 8 months ago
cake
Cake day: February 17th, 2024

help-circle
  • youruser:youruser just means the user’s group. For instance, on my fedora 40 install, my user (bippy, just a silly name), is the username for my user, but also the name of the group that my user belongs to.

    So when I do a chown, I typically do chown -R bippy:bippy path/to/directory

    If you wanted to give permissions to a different group on your system, but also to your main user, you could do a chown -R bippy:wheel /path/to/directory (wheel is an example group name, which is similar to sudoers)






  • As the other commenters said, “district” was an autocorrect typo. I meant distro/distrubution.

    I can’t speak to what’s wrong with the fan, but if you use imager and write a supported distribution to the sd card, you can see if the fan works again, and/or try troubleshooting again.

    Also, consider that it could be a hardware issue. The fan could just be dead. Hardware fails, and you should try to rule that out.










  • Capitalism/the profit motive is how physicians get caught in these systems of apathy. My comment isn’t an over simplification, it is the root cause.

    Is the entirety of the healthcare system incredibly complex? Absolutely, and within that complex system there are all sorts of problems that could be teased out to study and address. None of that will dramatically change the outcome of a system that is designed solely to extract as much profit as it can.

    When profit is the primary goal of a healthcare company (and the legally mandated responsibility of that company if it is publicly traded) the end result is the system we have.


  • harsh3466@lemmy.mltoLinux@lemmy.mlLinux on iMac?
    link
    fedilink
    arrow-up
    6
    ·
    23 days ago

    If it’s a MacBook that no longer gets updates from Apple then it’s probably from around 2014ish, and is definitely an Intel Mac. This is a great candidate for Linux. If you want an environment that is similar to Mac, go with gnome as the desktop environment. Outside of that, any of the major distributions should be fine. I’ve run KDE Neon, Ubuntu, and am currently running fedora on a 2014 iMac and all of them worked without issue.



  • I mean, you could charge like $8 and then give the totally real people that are paying that money a blue checkmark? /s

    Seriously though, I like the idea, but the verification has got to be easy to do and consistently successful when you do it.

    I run my own matrix server, and the most difficult/annoying part of it is the web of trust and verification of users/sessions/devices. It’s a small private server with just a few people, so I just handle all the verification myself. If my wife had to deal with it it would be a non starter.