A peace loving silly coffee-fueled humanoid carbon-based lifeform that likes #cinema #photography #linux #zxspectrum #retrogaming

  • 0 Posts
  • 169 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle








  • I respectfully disagree. XFCE having the same experience is its main appeal.

    AFAIK it’s a project that does not have many developers, so the pace is quite slow, but the reverse side is that there are no surprises. When running production systems you do not want surprises. You want a desktop that lets you work and gets out of the way. That is the reason why XFCE doesn’t get much press but has quite a few satisfied users.





  • Quazatron@lemmy.worldtoLinux@lemmy.mlAntiviruses?
    link
    fedilink
    arrow-up
    6
    ·
    11 months ago

    I just want to add that you that you can also setup multiple user accounts for different uses. One for banking, one for gaming, one for downloading random crap. It will not protect against privilege escalation attacks but will help against random scripts exfiltrating your personal documents.

    Another nice layer is containers and containerized applications (flatpaks, bubblewrap, etc). Each app will be somewhat limited in what damage it can do.

    Running pi-hole as your DNS or using some other filtered DNS provider (Mulvad or others) will also protect you from some shady sites.



  • I have an issue with ReactOS. It’s not technical, I’m sure technically it’s great.

    Any software that tries to mimic proprietary technology will always be subject to the whims of said technology owners, be it patents, undocumented APIs, broken legacy APIs maintained for retro compatibility.

    This much can be said of Wine, but that is pretty much just a wrapper for games, not a full OS, so it’s not critical.

    I hope I’m wrong, and please enlighten me if I’m wrong.


  • Quazatron@lemmy.worldtoLinux@lemmy.mlWhy?
    link
    fedilink
    arrow-up
    4
    ·
    11 months ago

    Same here, I heard about the reliability of Unix while enduring Windows 95’s appalling crashes.

    Last month I finally moved my wife’s Windows 10 laptop to Endeavor OS. She recognizes that her unusable laptop is now snappy and stable.

    My house is now officially Microsoft-free.





  • It sometimes is, but then sometimes Linux is not to blame.

    Yesterday I was installing CachyOS on my son’s laptop, because that’s what he chose to use instead of Windows 10. The desktop came up fine, but no wifi adaptor was detected. I could try another more mainstream distro, but I wanted my kid to have what he chose. So we went troubleshooting. Googled the laptop model, found the adaptor, found the matching kernel module, checked the logs… and there it was, a cryptic error -110. Googled that and there was an answer: disable Windows Fast Boot.

    It turns out that Windows locks the wifi adaptor when shutting down in Fast Boot mode. So after disabling it and a couple of reboots later, CachyOS was installing flawlessly.

    It served as a lesson for me and an example for my kid to persevere and learn more.