Did you know that you’re allowed to write all the letters in the word F-U-C-K on the internet?
- 0 Posts
- 31 Comments
Starbuck@lemmy.worldto Android@lemmy.world•I tried switching to Gmail for Android and noped out immediatelyEnglish141·9 个月前It’s shocking that anyone would use MS, they have a pretty terrible security record. https://www.cisa.gov/sites/default/files/2024-04/CSRB_Review_of_the_Summer_2023_MEO_Intrusion_Final_508c.pdf
Basically they used the same encryption key for every tenant and thought that rotating the key was too hard, so they stopped.
Yeah, I feel like a meta community is a clients side feature with server side hints.
I think you can just ask most general purpose models to make a logo. I literally just asked Google Gemini “Create a logo for my starfinder company” and it created some reasonably good logos
Starbuck@lemmy.worldto linuxmemes@lemmy.world•Remember to not to forget clearing your journal191·11 个月前Aren’t the defaults set by your distro?
To actually answer your question, you need some kind of job scheduling service that manages the whole operation. Whether that’s SSM or Ansible or something else. With Ansible, you can set a parallel parameter that will say that you only update 3 or so at a time until they are all done. If one of those upgrades fails, then it will abort the process. There’s a parameter to make it die if any host fails, but I don’t recall it right now.
Starbuck@lemmy.worldto Linux@lemmy.ml•This hasn't been fixed, at this point should I just reinstall? {Solved}2·1 年前How have I never seen that before. It’s perfection
Starbuck@lemmy.worldto Linux@lemmy.ml•This hasn't been fixed, at this point should I just reinstall? {Solved}14·1 年前Don’t you go and reinstall, learn how to fix this
Starbuck@lemmy.worldto Ask Lemmy@lemmy.world•What foods make you feel like royalty when you're eating them?5·1 年前There was a place near me in college that would make the special black lentil dal only on Thursdays for lunch, but it was always so good. I don’t know if it’s the same thing, but those lentils certainly made me realize I could be vegetarian.
Realistically, yes. But it’s a phrase and it’s important that they start doing that first. Maybe it’s their intention to do it publicly.
Also, sure, but a Wireguard installation is going to be much more secure than a Nextcloud that you aren’t sure if it’s configured correctly. And Tailscale doubly so.
Please set up Tailscale or a Wireguard VPN before you start forwarding ports on your router.
Your configuration as you have described it so far is setting yourself up for a world of hurt, in that you are going to be a target for hackers from literally the entire world.
Starbuck@lemmy.worldto Selfhosted@lemmy.world•ELI5: What is OpenStack? How to get started?English2·1 年前There is a lot of complexity and overhead involved in either system. But, the benefits of containerizing and using Kubernetes allow you to standardize a lot of other things with your applications. With Kubernetes, you can standardize your central logging, network monitoring, and much more. And from the developers perspective, they usually don’t even want to deal with VMs. You can run something Docker Desktop or Rancher Desktop on the developer system and that allows them to dev against a real, compliant k8s distro. Kubernetes is also explicitly declarative, something that OpenStack was having trouble being.
So there are two swim lanes, as I see it: places that need to use VMs because they are using commercial software, which may or may not explicitly support OpenStack, and companies trying to support developers in which case the developers probably want a system that affords a faster path to production while meeting compliance requirements. OpenStack offered a path towards that later case, but Kubernetes came in and created an even better path.
PS: I didn’t really answer your question”capable” question though. Technically, you can run a kubernetes cluster on top of OpenStack, so by definition Kubernetes offers a subset of the capabilities of OpenStack. But, it encapsulates the best subset for deploying and managing modern applications. Go look at some demos of ArgoCD, for example. Go look at Cilium and Tetragon for network and workload monitoring. Look at what Grafana and Loki are doing for logging/monitoring/instrumentation.
Because OpenStack lets you deploy nearly anything (and believe me, I was slinging OVAs for anything back in the day) you will never get to that level of standardization of workloads that allows you to do those kind of things. By limiting what the platform can do, you can build really robust tooling around the things you need to do.
Starbuck@lemmy.worldto Selfhosted@lemmy.world•ELI5: What is OpenStack? How to get started?English2·1 年前I used to be a certified OpenStack Administrator and I’ll say that K8s has eaten its lunch in many companies and in mindshare.
But if you do it, look at triple-o instead of installing from docs.
I wish I could fully endorse Escalidraw, but it only partially works in self-hosted mode. For a single user it’s fine, but not much works beyond that.
It’s like all the vegans vs the people that bitch about vegans.
Starbuck@lemmy.worldto Ask Lemmy@lemmy.world•Is it just my circle, or has it been a challenge getting into the Christmas/holiday spirit the last couple of years?11·2 年前I even paid extra for a biodegradable one!
You’re on the right track here. Longhorn kind of makes RAID irrelevant, but only for data stored in Longhorn. So anything on the host disk and not a PV is at risk. I tend to use MicroOS and k3s, so I’m okay with the risk, but it’s worth considering.
For replicas, I wouldn’t jump straight to 3 and ignore 2. A lot of distributed storage systems use 3 so that they can resolve the “split brain” problem. Basically, if half the nodes can’t talk to each other, the side with quorum (2 of 3) knows that it can keep going while the side with 1 of 3 knows to stop accepting writes it can’t replicate. But Longhorn already does this in a Kubernetes native way. So it can get away with replica 2 because only one of the replicas will get the lease from the kube-api.
Longhorn is basically just acting like a fancy NFS mount in this configuration. It’s a really fancy NFS mount that will work well with kubernetes, for things like PVC resizing and snapshots, but longhorn isn’t really stretching its legs in this scenario.
I’d say leave it, because it’s already setup. And someday you might add more (non-RAID) disks to those other nodes, in which case you can set Longhorn to replicas=2 and get some better availability.
Starbuck@lemmy.worldto Ask Lemmy@lemmy.world•Best way to go about getting CompTIA certifications?3·2 年前Maybe try for something more appropriate for your experience so far that demonstrates you branching out into higher skills. CKAD for example.
Check out https://fedoramagazine.org/using-linux-system-roles-to-implement-clevis-and-tang-for-automated-luks-volume-unlocking/
You can have a small rpi or similar on your WiFi in a hidden location on a UPS, so the main computer can’t boot without the tang server accessible.