• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • It’s really frustrating how often this gets framed as sexist, when it’s a totally different problem. I get why people would equate them but they are very different biological processes. Producing a baby is a complicated process, and there’s a lot of steps that we can intervene in to prevent it. Producing a million sperm is, maybe surprisingly, less complicated and it’s harder to target a specific thing and produce easily reversible results.

    Men have had vasectomy on the table for a long time now. It’s just more serious than most forms of female birth control, in terms of implementation and recovery, still not foolproof, and not as easy to reverse.

    Even more frustrating is that sexism definitely does exist and play a role. It’s just more about the human parts of the process, like dealing with medical staff, dealing with insurance, dealing with local, state, and now federal governments that want to bar access to women. Looking at the pill side is misplacing the anger.



  • The other poster gave you a lot. If that’s too much at once, the really low hanging fruit you want to start with is:

    • Choose an active, secure distro. There’s a lot of flavors of Linux out there and they can be fun to try but if you’re putting something up publicly it should be running on one that’s well maintained and known for security. CentOS and Debian are excellent easy choices for example.

    • Similarly, pick well maintained software with a track record. Nginx and Apache have been around forever and have excellent track records, for example, both for being secure and fixing flaws quickly.

    • If you use Docker, once again keep an eye out for things that are actively maintained. If you decide to use Nginx, there will be five million containers to choose from. DockerHub gives you the tools to make this determination: Download number is a decent proxy for “how many people are using this” and the list of updates tells you how often and how recently it’s being updated.

    • Finally, definitely do look at the other poster’s notes about SSH. 5 seconds after you put up an SSH server, you’ll be getting hit with rogue login attempts.

    • Definitely get a password manager, and it’s not just one password per server but one password per service. Your login password to the computer is different from your login to any other things your server is running.

    The rest requires research, but these steps will protect you from the most common threats pretty effectively. The world is full of bots poking at every service they can find, so keeping them out is crucial. You won’t be protected from a dedicated, knowledgeable attacker until you do the rest of what the other poster said, and then some, so try not to make too many enemies.




  • For me, the worst part of setting up some new distro or service is when it’s done and everything works. Then it just… Sits there. Working. Usually at some task I don’t need very often. Very anticlimactic and boring. Then I have to find some other new thing to try, which is why my HTPC has been through like 4 distros in the past year.