• 1 Post
  • 103 Comments
Joined 11 months ago
cake
Cake day: August 8th, 2023

help-circle


  • Yeah, that’s what we want: A guy who couldn’t handle waking up in an emergency. /s

    Face it libs, he looked like he was ready to croak. And I fucking HATE Donald Trump. But you are pulling another notorious RBG if you think keeping Biden in the race is good for the country. Instead, it’s just becoming easy to see who the neolib shills really are; they’re the only ones desperate enough to defend this.

    For real put in literally anyone else and you can beat Trump. Fucking literally ANYONE.






  • It’s UID/GID 10000 on the host because you are using an unprivileged LXC container. Unprivileged means that “root” inside the container (which is just a user space of the host with access restrictions) is user 10000 on the host - this is so that files and processes inside the container don’t run with the real UID zero, where they could plant a malicious file, or run a malicious program that escapes containment that ends up with root access on the host.

    Quickest way to make this work over samba is to force user 10000 and force group 10000. That way everything connecting to Samba would see the files as their own.

    Honestly the better solution is to make your software inside the containers run with a local non-root user (which would be something like 10001) and then force samba to use that. Then nothing is running as root in or out of the containers. Samba will still limit access to shares based on the samba login, but for file access purposes it will still use the read/write levels of your non-root user (because of the force- directives)



  • Same, MA in the 80s and 90s; very solid science and social studies/civics too. There was a bit of bias perhaps in the lessons about Israel, but mostly about how Gaza and the West Bank were “contested” and how the Dome of the Rock was built on the former Temple of the Mount site. All of that was in the “Religion” class though, and was pretty middle of the road on taking sides, although from what I remember it really didn’t cover the Nakba or anything (but maybe I wasn’t paying attention for that part, it was middle school Religion class lol)



  • 4am@lemm.eetoSelfhosted@lemmy.worldVLAN question
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 month ago

    If Proxmox is already installed on the machine, how are you running OPNSense? If it’s not bare metal, it’s a VM, and if it’s a VM it needs Proxmox’s virtual NICs to be VLAN aware, unless you are doing PCI pass through of the entire network card.









  • That’s right, all it is is an auto-copy program. It doesn’t host a shared folder like NextCloud; it just saves you the clicks (or commands) of copying your newly-changed files to all the places you want a copy to be.

    If you edit a file on your machine, and your wife edits her copy, you might even find there to be a conflict. (I don’t use Syncthing so I don’t know how it handles this)