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

help-circle

  • Still, there have been really close calls historically which were only avoided because of some good decisions by individuals (e.g. Vasily Arkhipov. These could happen again with less wise decisions made. Not saying that any countries having them today could be getting rid of them realistically without the US waiting outside their door, but one day when we will hopefully be living in more peaceful times without imperialists, we should be putting them in the time capsule of history along with the system that made them necessary in the first place.







  • 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.






  • 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





  • A 70 euro KVM Switch that I use to switch all my peripherals between my work laptop and my home desktop at the press of a button. My work has a hybrid office policy, so on the days of the week that I need to pack my laptop or plug it back in, all I need to do is remove or insert three cables from the laptop’s ports only, no need to bend under my desk and move the desktop cable to the laptop. It also means that I can very easily switch between work and personal things when there’s not much to do or I’m waiting for a build etc.



  • Was on vacation to Italy waiting for the train to go to another city, and we met another couple there from Mexico that made some small talk. They told us that they’re going to get married after this trip, then we then talked about our countries and the economic and political struggles of them both, and they gave us a Mexican peso which we had never seen before. Despite it being a pretty small moment compared to all of the amazing things we saw in Italy, this is still one of the fondest memories of that trip



  • iByteABit@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    16 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