this post was submitted on 28 Jan 2024
1648 points (99.2% liked)

linuxmemes

23369 readers
1194 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. Even if you watch it on a Linux machine.
  • 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
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] passepartout@feddit.de 118 points 1 year ago (3 children)

    Shoutout to this guy for maintaining my mainboards temperature sensors and pwn fan headers: https://github.com/Fred78290/nct6687d

    Without this and https://github.com/codifryed/coolercontrol my PC was either a jet engine from the sounds or a nuclear reactor from heat constipation.

    [–] tburkhol@lemmy.world 40 points 1 year ago (1 children)

    Fred78290 is the man. Much better than Fred78920

    [–] rob_t_firefly@lemmy.world 38 points 1 year ago* (last edited 1 year ago) (1 children)

    Of course he's better, he's a whole 630 Freds above the other one.

    [–] XTL@sopuli.xyz 4 points 1 year ago

    But on the whole, every Fred counts.

    [–] 9488fcea02a9@sh.itjust.works 31 points 1 year ago (2 children)

    Some dude wrote a driver for the temp sensors on my motherboard... Then quit maintining it because people were being shitty

    https://github.com/a1wong/it87

    DRIVER REMOVAL NOTICE ===================== I have been unable to meet support demands for this driver, resulting in unpleasant experience and frustration for everyone involved. Consequently, the driver will be removed from github, effective August 1, 2018. Interested parties are encouraged to clone the driver before that time and to start maintaining it on their own.

    [–] SteveTech@programming.dev 8 points 1 year ago (1 children)

    This guy still maintains it87: https://github.com/frankcrawford/it87

    I've was using his for years on my old motherboard, since the mainline it87 didn't play nicely.

    [–] SteveTech@programming.dev 2 points 1 year ago

    Thought I should mention, he is also slowly adding his changes to the mainline kernel.

    [–] passepartout@feddit.de 7 points 1 year ago

    Wow, thats just plain stupid. I hope someone forked it.

    [–] umbrella@lemmy.ml 2 points 1 year ago (1 children)

    Software discoverability on linux sucks so much omg. I was looking for something like coolercontrol for almost forever and I find it now that I dont need it anymore.

    [–] fmstrat@lemmy.nowsci.com 4 points 1 year ago (1 children)

    Uh, really? I find it to be much easier. apt contains almost everything, and for a niche thing like yours, a Google for aio fans linux came back with the first result of a reddit thread including the above software, and liquidctl which it uses and is all over the place. I have way more trouble finding things for Windows, but maybe that's because 98β„… of my use case isn't gaming.

    [–] umbrella@lemmy.ml 4 points 1 year ago* (last edited 1 year ago) (1 children)

    i searched it at the time and all i could ever find was fancontrol.

    which is fine and solved my problem, but 99% of niche linux software i use was found through forums like lemmy, on recommendation of other nerds. hardly a good way to find it quick.

    ideally searching a distros app store should find almost everything, more or less like android can do today.

    [–] fmstrat@lemmy.nowsci.com 3 points 1 year ago (1 children)

    While I agree with the sentiment, you're comparing a mobile OS, built that way from the ground up, to a desktop OS. The same problem exists in Windows and MacOS.

    [–] umbrella@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

    it does, and we ain't in the ideal world! heres the thing, on one hand they got more media covering them, on the other they use an universal kind of installer.

    worse, some devs will spin .exes and .dmgs but on linux they wont even bother giving you an install script sometimes, let alone using flatpak which is a solution that fixes most of those problems.