

Serious question- what do you use instead? Memcached is rock solid but has only like 5% of Redis’ feature set.
Serious question- what do you use instead? Memcached is rock solid but has only like 5% of Redis’ feature set.
You can’t get faster than instant- so if something is already instant, it wont improve. Also, 16GB ram isn’t exactly rocking the boat, workstations have 64-1024GB of ram these days.
If they require you to use the bastion, then trying to avoid it is probably a bad idea.
If the bastion is running an ssh server, you can jump through it with ssh pass through (using -J).
SSM provides session manager which allows you to skip having a bastion altogether- it basically lets you start an “ssh” session to a private instance without opening ports or networking using aws creds. This requires that you have access permissions to do this and that ssm is enabled.
But… if the reason you are using the bastion is so that they can inspect the traffic, then they’re not gonna let you bypass it via ssm because that also bypasses the managed networking.
It’s a cache cluster. If you have an expensive query on your database or an api response that’s expensive to generate, you cache it in memory and then for some period of time whenever someone needs it, you return the cached version instead of doing the expensive work. Redis can do a whole lot more than that- data types, documents, etc etc but it’s a web scale caching layer.
Not all servers are running on the public internet.
Thereare Linux servers running that haven’t had reboots in years.
I gotcha, I misunderstood. Cheers!
What’s wrong with ZSH? I was using it for 5+ years before it became the default over bash, mainly because of the auto complete features, oh-my-zsh and later just plugins and powerlevel10k.
Don’t know if they continued to renew it, but macOS was officially certified as unix for a few years!
I wouldn’t work a windows exclusive job, it’s a deal breaker for me, so I’d definitely ask. I work in an all Mac shop that does enterprise cloud architecture.
Docker or Kubernetes work well on a cluster. Before containers this was a lot more work to set up, but these days you just need to image them all, put them on the network, and then use some kind of container orchestration to send them containers/pods.
Cause windows sucks and licenses?
Not a gentoo fan I take it
Alright now compile some drivers from source!
I did it once on the first intel MacBook. It compiled for like 14 hours.
It’s not as bad as all that. Start simple and small. Install Ubuntu Linux on an old computer and just play around. I think you’ll find it pretty similar to what you’re used to.
Once you feel like you can get around, then you can start toying with more advanced stuff like the command line. There’s no reason that you have to start there- you can ease in slow. Learn 1 command a day. Try to accomplish as task in linux that’s new for you. After you do a few things it’ll start to feel natural. Baby steps!
Thanks for the info!!