This sums up my thoughts on human behavior quite nicely. I really want to believe "true communism" is possible but I just don't see how when power-hungry assholes exist. My thoughts are that it can only happen at small scales where you know everyone in your "tribe". It's far easier to oppress nameless strangers than it is to oppress Jenny with a heart condition a sick kid.
I'd be very interested in an honest answer about how this is handled from someone with more knowledge on communism.
What is it about my comment that makes you think i do? Fuck ALL corporations. Fuck ALL governments. Is that clear enough?
It doesn't matter who said it. There isn't a company or a government that is your "friend". They're all out to squeeze you
Quite Rikke-esque
Nope, you're just eating that muddy roach...
Imagine working in an office where you need to do that? Who says to themselves, "gee, i didn't bring that thing so it must be OK for me to have some"? These kinds of tactics don't come from nowhere
In not a huge fan of autopilot, especially in cities. But, i see human drivers pulling way worse shit than this.
Chinchillas are destruction incarnate
You lost me at "high-performers". Go back to LinkedIn with those mega-corp mouth-noises
Reread the thread, explaining the joke makes it less funny
See all that foliage around the lake? That's why you have fireflies in your yard/desert.
Then, there's most of the rest of the world where neither of those words mean anything, heteronormative or otherwise. I guess have heard of topping pot plants, though...
Mengo?
I can hear the steel guitar...
mac computer
Pretty much my thought process whenever somebody describes a piece of tech as "sexy". So, you like, want to stick your dick in it? You do know what sex is, right?
A brick is a brick. It can be used to make a wall or hold paper down. That brick will never "wake up" and become more than a brick. A brick is not soft. A brick is not temporary. If you have a brick, it does not and will not ever work for anything except masonry.
The word "literally" has real meaning and so does the concept of a "brick" in electronics. These things are immutable. Do not change the meaning of "immutable".
Uuummm, what?
But why, exactly do we ride in a car but on a bus? Or sleep in the bed but on the couch?
Is it still a private key if someone else keeps it for you?
Meme made by someone that has never smoked weed...

Proxmox Backup Server network traffic


Hey all! I'm running Proxmox VE with the tteck PBS LXC and I can't figure out why there is this constant network traffic on PBS. I have backups set to run in the early morning and the screenshot is from when it should be idle. Any ideas? I know I'm not providing much info here so any clarifying questions are welcome since I don't know what would be important for troubleshooting. Thanks!

Docker network internet access
Hey all! I'm having an issue that's probably simple but I can't seem to work it out.
For some history (just in case it matters): I have a simple server running docker and all services being defined in docker-compose files. Probably doesn't matter, but I've switched between a few management UIs (Portainer, Dokemon, currently Dockge). Initially, I set everything up in Portainer (including the main network) and migrated everything over to Dockge. I was using Traefik labels but was getting a bit annoying since I tend to tinker on a tablet. I wanted something a bit more UI-focused so I switched to NPM.
Now I'm going through all of my compose files and cleaning up a bunch of things like Traefik labels, homepage labels, etc... but I'm also trying to clean up my Docker network situation.
My containers are all on the same network, and I want to slice things up a little better, e.g. I have the Cloudflared container and want to be selective about what containers it has access to network-wise

Traefik conditional certificate for same URL
Hey all!
I have a bunch of services running on my home server and was looking to expose some of them publicly via Cloudflare tunnel. This is done and working great using the origin server certificate and strict TLS.
Up until now, I've been using self-signed certs internally but now I don't want to deal with the "proceed anyway" crap on browsers. I have Traefik set up to get certs from Cloudflare using DNS challenge and that seems to be working.
So, now my problem is: how do I switch between these certificates for the same URL when I'm internal vs public? I'd rather keep that traffic local if I'm at home, which is also working, I just can't figure out how to get Traefik to use the appropriate certificate depending on if the request is coming from my LAN or Cloudflare.
Any suggestions? Is there a better way to accomplish what I want to do?
EDIT: Looks like I'm just going full Cloudflare on this one, thanks for your help everyone!