Outrage breeds engagement
https://www.nature.com/articles/s41599-020-00550-7
Also stupid questions are useful in all fields of study/research.
Outrage breeds engagement
https://www.nature.com/articles/s41599-020-00550-7
Also stupid questions are useful in all fields of study/research.
Cloudflare tunnels are cheap(free if it’s just a couple), simple, and really great.
You’re using something in front of caddy right?
Atleast refuse basic headers and close connections
add_header X-Robots-Tag "noindex, nofollow, nosnippet, noarchive";
server {
listen 80 default_server;
listen [::]:80 default_server;
listen 443 default_server;
listen [::]:443 default_server;
ssl_certificate certs/server.cert;
ssl_certificate_key certs/server.key;
server_name _;
return 444; #CONNECTION CLOSED WITHOUT RESPONSE
}
Ports, any NAT, internal IPs. The first part of an organized attack is getting environment enumeration down. If a bad actor can map your network they can more efficiently direct their attack.
He LOVES Saudi money so likely as not he’ll push for giving the Saudis a contract to rebuild. Can’t rebuild in a warzone, and if there’s no buildings it’s hard to justify the grift. So yeah, what you say makes sense. I hope for peace for Gaza.
It’s on the Grok github with 225k stars
It’s a custom nginx proxy to the kube api. Too long to get into it. I was hired to move this giant cluster that started as a lab and make it production ready.
Thanks for the feedback
Coredns and an nginx reverse proxy are handling DNS, failover, and some other redirect. However it’s not ideal as it’s a custom implementation a previous engineer setup.
We’re thinking of moving to it from a custom coredns and flannel inplementation in a k3s 33 node cluster.
Tangentially what’s your opinion on Traefik?
Well yes and no. The rate at which you get your data back is where the gotcha lies anything up to 8TB is free if you send them $280 and they’ll refund the money once they get the drive back. Anything over 8TB is where it gets pricey.
Bsckblaze doesn’t care, they know they’ll get their money when @Unforeseen@sh.itjust.works tries to get data back from backup.
Dark mode would be NB-PM
Oh look. They’re sharpening the knives to carve up Syria
Misery
The Watchmen … so basically we’re fucked
Simplest way would be to mount the nfs share natively on the proxmox host and then backup to that file location in storage.
Here’s a good thread on it
https://forum.proxmox.com/threads/how-to-setup-nfs-for-proxmox-backups.20525/
If you’re thinking of encryption you need to think about how that could impact data recovery.