You misspelled curl. The keys are right next to each other so it’s understandable.
You misspelled curl. The keys are right next to each other so it’s understandable.
As a recently former hpc/supercomputer dork nfs scales really well. All this talk of encryption etc is weird you normally just do that at the link layer if you’re worried about security between systems. That and v4 to reduce some metadata chattiness and gtg. I’ve tried scaling ceph and s3 for latency on 100/200g links. By far NFS is easier than all the rest to scale. For a homelab? NFS and call it a day, all the clustering file systems will make you do a lot more work than just throwing hard into your nfs mount options and letting clients block io while you reboot. Which for home is probably easiest.
I found just white listing cidrs from your country the most effective way to reduce this log spam. I only use keys anyway so the attempts are pointless.
That’s rpm, suse Linux 1.0 was never built off the same source or installer that Redhat Linux was.
Do you have a historical example where any suse distribution used redhat based source? As opensuse as I said only used the rpm package manager, it never used any other components of a redhat derived install.
Source: I work there and can find zero redhat strings in any old source code from that era, the old greybeards took offense to the implication that suse was ever based on redhat other than using rpm which at the time was about it for packaging.
All they did was start to use rpm instead of tar for packaging.
Opensuse and fedora have no common history though? Just because it uses rpm doesn’t make it a red hat derivative.
https://upload.wikimedia.org/wikipedia/commons/1/1b/Linux_Distribution_Timeline.svg
I’m an annoying millennial I call em acetates cause I figure what they were called in the 40s or thereabouts is good enough for me see. Now I’m off to my ether frolicking and ice cream social daddy o or watever.
It’s pretty common in Japan actually for a few reasons. One being space saving. And you got it the wrong way around the gray water from washing is used to flush.
I grew up on a farm, any programmer that thinks farming or ranching is better is gonna have a rude awakening as to why there are very few farmers anymore.
So no not every computer guy dreams of the farm, repairing 10miles of fence every April for the entire month all day every day isn’t what I would consider an improvement over programming. And that’s the easy part wait till you gotta help an animal struggling to give birth.
I get programmers have this idea that farming or ranching is more pure somehow but it is murder on your body and soul in ways you wont understand. programming and computer stuff is a cakewalk in comparison. more politics but learn to play the game of thrones and its not too bad.
On ye olde hpux this would work, especially when you did rm-fr /$var and $var was unset and nobody unit tested their shell back then. That db server ran for 2 days though with open file handles before it finally died.
Is fash like that fish shell only more fetch? zsh is obviously the best, its the omega end to shell names with the z (in latin alphabets so there).
Jokes on you, I use zsh, your silly bashisms have no power here.
That would only solve it for python, not for say c shared libraries. For that you’re in nix land or guix or if you hate yourself containers.
I’m in nix land so I just write nix derivations so not a big deal having many versions of the same thing at once.