• 0 Posts
  • 37 Comments
Joined 11 months ago
cake
Cake day: August 12th, 2024

help-circle






  • wg-quick creates a systemd service for each wireguard config you have. So if you set up a tunel called wg0, you should be able to run ‘sudo systemctl enable wg-quick@wg0’ This will make your tunnel connect on every boot. I have the same setup on my proxmox, so i can reach certain services of my homelab proxied through a root server (the other end of the wireguard tunnel)


  • Every time you enter a car there is a higher chance of “will I die during this trip” than when you enter a plane.

    Yes the “chance to survive a plane crash” is lower than the “chance to survive a car crash” but the chance to ever be in a plane crash is incredibly low, even when you factor in the number of cars vs number of planes etc.



  • groet@feddit.orgtomemes@lemmy.worldFirst symptom is locusts
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    2 months ago

    Old Testament god is not benevolent. They are based on ideals from a time where the natural thing to do after winning a war was to kill everyone of fighting age and take everyone else (especially the women) as slaves. Ever wonder how Moses’ people got to Egypt in the first place?

    Old testament god is a god of war and wrath. Killing only the Pharaohs would have been weakness.



  • The “biological reason” is “societal preconditioning”. Its Disney movies, toys marketed towards small girls, television, social media…

    Despite many advancements in equality, marrying a rich man is still seen (and marketed) as a live goal for women.

    Also, wedding and princess are pretty mutch the same thing for a girl. Pretty dress, center of attention, presents, etc. Its not about “getting married”.



  • Decryption is not related to root permission.

    If the ENCRYPTED drive is mounted to the container, then the container can decrypt it.

    If the DECRYPTED drive is mounted to the container, then the container never knows it was encrypted in the first place.

    Second case is easier BTW. Just mount the drive on your host, type in the encryption password and you get a new, unencrypted drive. Specify this new drive in your docker compose/docker file.



  • Addresses change all the time. Especially big websites will have many addresses for the same name and depending who (or from where) someone is asking for the name, they will tell them a different address. That way someone from Europe will connect to a server in europe and someone in the US to an american server. And cloud providers will have hundreds of addresses that they reuse and rotate for many customers.

    Also to reduce the number of name request, the DNS system will cache answeres (save the answer and use it again later). If I ask for the address of Lemmy.org, they then change their address and I ask my DNS server again, I will get the old outdated address again.

    There is also the question of who is actually in charge of answering DNS requests to a specific name.

    All in all there are a lot of moving parts and for some reason people seem to be bad at managing their DNS records so when something breaks, very often it is because of DNS. (But also because DNS is very fundament so any problem with DNS will have a big effect so it is more noticeable)