• 1 Post
  • 17 Comments
Joined 3 months ago
cake
Cake day: November 8th, 2025

help-circle

  • Quoted from the Arch wiki:

    The current situation of anti-malware products on Linux is inadequate due to several factors:
    
        - Limited Variety: Compared to Windows, there are fewer users/clients resulting in limited interest for companies to develop products for Linux.
    
        - Complacency: Many believe Linux is inherently secure, leading to a lack of awareness and focus on malware protection. This creates a gap in proactive defense mechanisms.
    
        - Lack of Features: Existing tools often lack advanced features which are common in Windows anti-malware products, making them less effective on Linux.
    
    This is especially bad because the amount of malware on Linux is increasing just as the possible attack surface due to the increasing number of Linux-based servers and IoT devices.
    Currently on Linux one of the few existing and actively developed anti-malware solutions is ClamAV.
    

    There is no inherent mechanism that makes your system secure to viruses just because it’s Linux. This is mostly said because, Linux being a small percentage of desktop users, it’s not yet common for hackers to target Linux systems because it’s not worth the hassle when you can just target a much larger audience on Windows that is on average much less tech literate too.

    But as Linux popularity grows, viruses will start popping up on Linux as well, so it’s never a bad idea to use ClamAV. You are already more protected when you use package repositories instead of downloading executables from websites like you do on Windows, and Linux has better file system permissions, but you still need to be careful what you’re downloading and running.




  • It’s one thing for a company to train a model with your code and then create a better copy of what you made and sell it for profit (which I think is an unrealistic thing to happen if their codebase is depending on AI slop code), and it’s another thing that an AI is providing access to public information (the code) that you previously monetized to help people understand it better. I really don’t see how that monetization model would have worked regardless of AI existing, at some point there are going to be enough people out there that understand the code that can build documentation of their own for free. I’m not a lawyer but I don’t see how this violates a GPL license either.

    The only thing FOSS projects have to be wary of about AI is slop pull requests, but code review still had to be done before LLMs existed anyway.

    Also my two cents about the threads regarding Tailwind is that, what FOSS devs wanting to live doing what they do should really hate is not AI making it harder for them to monetize their projects in odd ways, but capitalism requiring them to monetize anything they do for them to be able to live while doing it. FOSS devs should be able to hand out their creations to society without worrying about putting food on the table, their work is no less valuable than that of any engineer working for the big corporations.





  • I’d say Bazzite but I would warn him (and since he’s a developer already it might not be a big deal) if he’s looking to do any sort of dev work or whatever with Bazzite then prepare to utilize stuff like distrobox, flatpaks, etc to accomplish stuff like that

    That’s what I figured, I would be very annoyed to have to use images for software I would simply do an apt install for in other distros, so I’ll leave out Bazzite from my options definitely







  • iByteABit@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    11 days ago

    I don’t think anyone is gonna hack you because of bash being a larger codebase

    If I absolutely had to pick one as insecure, it would be anything other than bash since it has been around for so long, has its code read by so many people, that there’s no way that a major hole exists in it

    Overall though I don’t think security or performance is a good metric for you to pick something as simple as a shell, just pick the one that gives you the best experience and features. Being compatible with bash is a big plus because it’s the industry standard, like zsh for example


  • I used to experiment around with various distros some years past until I got into Arch. Haven’t distro hopped once since, I’ve completely erased Windows from my life and I’m gaming exactly as I would if I was on Windows. I never have trouble finding a package since almost everything exists either in the official repositories or in the AUR, and I get the latest versions with all the new features and fixes. Rarely some things do break because of the rolling releases, but it’s almost always just a matter of a single google search to fix. For me it’s worth it for having all the latest versions of everything.

    My opinion would be different for a server or a work laptop where stability is much more important. For servers I would pick Debian for sure, for work laptop I’d consider Fedora probably