DefederateLemmyMl

  • Gen𝕏
  • Engineer ⚙
  • Techie 💻
  • Linux user 🐧
  • Ukraine supporter 🇺🇦
  • Pro science 💉
  • Dutch speaker
  • 1 Post
  • 447 Comments
Joined 2 years ago
cake
Cake day: August 8th, 2023

help-circle





  • If it is your single purpose to create a blocklist of suspect IP addresses, I guess this could be a honeypot strategy.

    If it’s to secure your own servers, you’re only playing whack-a-mole using this method. For every IP you block, ten more will pop up.

    Instead of blacklisting, it’s better to whitelist the IP addresses or ranges that have a legitimate reason to connect to your server, or alternatively use someting like geoip firewall rules to limit the scope of your exposure.






  • I like user respecting operating systems, that is the deal breaker.

    If you insert snap into apt package management, so that you can go behind the user’s back, re-enable snap and install a snap anyway if a user tries to apt install firefox, you don’t respect the user’s choice. It’s the kind of thing we give Microsoft shit for.

    And yes I know it can be worked around and disabled and whatnot by jumping through various hoops, but that’s beside the point. As a matter of principle, I will just use something that doesn’t do this. KDE on Debian works just as well as Kubuntu anyway.









  • DefederateLemmyMl@feddit.nltolinuxmemes@lemmy.worldDistro Focuses
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    2 months ago

    Here’s the thing: your answer is both invalidating and ignorant, and it shows a lack of understanding of what differentiates Arch from a stable distro.

    • My wifi, that had been working fine since I installed this computer in 2020, broke in kernel 6.11 and 6.12 because Arch pushed those updates.
    • Early plasma 6.0 releases were rough as balls for months, because Arch pushed those updates.
    • My bluetooth, that had been working since I installed this computer in 2020, started to randomly disconnect sometime last year due to buggy firmware updates because Arch pushed those updates.
    • Hell even plain old intel ethernet on my old system from 2014 suddenly started hanging up under load a year or two ago (never found the cause, did find a workaround).

    None of these issues were a fault of my own, all I did was pacman -Syu, and none of this would happen on a stable distro. I’m not saying Arch is shit because of this, I’m saying: beware of what you are getting into when you choose Arch: for every single package on your system, you are effectively at the mercy of whatever “upstream” decides to shit out that week. Being delusional about that fact and having guys come crawling out of the woodworks everytime this is mentioned, saying platitudes like: “I nEvEr HaD aN iSsUe” doesn’t help anyone.


  • DefederateLemmyMl@feddit.nltolinuxmemes@lemmy.worldDistro Focuses
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    2 months ago

    What you’ve said is true, though it’s a bit of a trade-off

    Yes, and that’s why after more than 10 years I still use Arch. I like having the latest version of things and I’m confident enough in my abilities that I know that if something breaks I can always either find a fix, or at least identify the offending package, hold it back, report the bug and wait for the issue to be resolved.

    There are times where it can be trying though. The first plasma 6 releases for example were rough. More recently, I’ve also been having issues with 6.11 and 6.12 kernels and my ax200 wifi that I only recently found a fix to. My wifi would freeze whenever I started streaming video from the PC to my TV, but only in kernels after 6.11. Turning off TCP segmentation offloading with ethtool resolved it (ethtool -K wlan0 tso off). You don’t want to know how long I had been pulling my hair out at that issue until I found the fix.