• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: December 18th, 2023

help-circle














  • mkwarman@lemmy.mkwarman.comtoMemes@lemmy.mlI fully understand
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    2
    ·
    2 years ago

    I agree, but I still have this idea that it’s rude to text people unless you have gotten permission first. I think it’s a relic from the 2000s-2010s when not everyone’s phone had texting and if you did text them they could get charged by their phone provider. Obviously nowadays that’s much less of a concern, but still feels like a social grey area for some reason




  • I have always gravitated toward Debian until recently. I run LXCs on proxmox and apparently Debian needs nesting enabled or else it takes around 30s to login. I think it’s trying to access a system file when a user logs in that can’t be accessed when nesting is disabled, and it waits to timeout before continuing with the login. Also, I have noticed that when running htop on Debian, it reports the total number of cores on my server, rather than the number of cores I have assigned to the container. Ubuntu doesn’t have either of these problems - I can run it with nesting disabled (more secure) and still login without delay, and htop reports only the number of cores I have assigned to the container.

    These are small issues, and there’s probably a way to address them, but I haven’t found any solutions yet. And when I just want to spin up a LXC quickly so I can work on an idea/pipeline/whatever, I’m finding myself going with the more frictionless option lately.

    Edit to add: I run all of this headless, so I can’t comment on GUI differences or anything like that