Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CA
Posts
4
Comments
1,183
Joined
2 yr. ago

  • I think that was meant to be a reply to me, so I'll respond.

    Technically, /etc/passwd can have encrypted passwords in it, but as far as I'm aware, no distro has done that in decades, so realistically its not that risky. It does expose the user names though.

  • Can you share the lines from /etc/passwd for your user and the user your adding? Despite its name, there are no passwords here, that is in /etc/shadow

    Edit: can you su to login as the user?

  • I think it perfectly highlights what can happen when the risk/severity is blown out of proportion. People will latch on to that and waste precious time and energy defending that.

    If the original guy had just published "CUPS has a RCE, firewall it if you haven't already", the issue would have been patched in the next release, and the world would have kept turning.

    It was a really cool bug, and a great find, it didn't need the hype

  • Its up to 22w in Australia, so 2 is definitely not enough. But, you are remote, and I presume that comes with a lot of flexibility, so unless you switch jobs to one with somehow more flexibility, it might not be worth it.

    Also, definitely worth checking if the new job will actually let you take parental leave early on, sometimes you need to be at a position for at least a year or more before it unlocks.

  • We get drug spam and stock spam, no reason to expect that political spam is any less likely.

    Lemmy has a huge amount of hardcore lefty's. If you can get them to not vote, and especially if you can get them to tell their friends not to vote, that is a big win.

    Astroturfing/sockpuppeting is dirty cheap to do, so no reason not to try.

    You do see some users here that will post continously on about a certain topic repeatedly, with no other opinions. They might be legit, but I have my suspicions.

  • Can you make your docker service start after the NFS Mount to rule that out?

    A restart policy only takes effect after a container starts successfully. In this case, starting successfully means that the container is up for at least 10 seconds and Docker has started monitoring it. This prevents a container which doesn't start at all from going into a restart loop.

    https://docs.docker.com/engine/containers/start-containers-automatically/#restart-policy-details

    If your containers are crashing before the 10 timeout, then they won't restart.