DefederateLemmyMl

  • Gen𝕏
  • Engineer ⚙
  • Techie 💻
  • Linux user 🐧
  • Ukraine supporter 🇺🇦
  • Pro science 💉
  • Dutch speaker
  • 0 Posts
  • 16 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.



  • I’ve seen ‘Active / Passive’ used, that seems alright

    That’s not always an accurate description though.

    Consider a redundant two node database system where the second node holds a mirrored copy of the first node. Typically, one node, let’s call it node1, will accept reads and writes from clients and the other node, let’s say node2, will only accept reads from clients but will also implement all writes it receives from node2. That’s how they stay in sync.

    In this scenario node2 is not “passive”. It does perform work: it serves reads to clients, and it performs writes, but only the writes received from node1. You could say that node2 slavishly follows what node1 dictates and that node1 is authorative. Master/slave more accurately describes this than active/passive.

    There’s plenty of alternative terms to use without borrowing terminology from sexual roleplay.

    Do I have news for you …