Maybe not anymore, but they had a few orbital rockets:
- https://en.m.wikipedia.org/wiki/Zenit_(rocket_family)
- https://en.m.wikipedia.org/wiki/Dnepr_(rocket)
They definitely had the talent to do so, but realistically they couldn’t build one today :(
Maybe not anymore, but they had a few orbital rockets:
They definitely had the talent to do so, but realistically they couldn’t build one today :(
No one seriously thinks OF is a viable career path do they? Sex work has never been a career thing, at best you get a couple years of good earning and then you get forgotten. At worst, you get a pittance and mental health issues.
Tech has worked out for lots of people, just because some are laid off every so often, doesn’t mean the rest aren’t doing really well.
Its not for you, its for spammers…
Excellent, thanks for the update!
Do you mean pleading guilty?
I am not a lawyer, but my understanding is its a way to shortcut the trial, and hopefully get a lenient sentence.
Can you make your docker service start after the NFS Mount to rule that out?
A restart policy only takes effect after a container starts successfully. In this case, starting successfully means that the container is up for at least 10 seconds and Docker has started monitoring it. This prevents a container which doesn’t start at all from going into a restart loop.
https://docs.docker.com/engine/containers/start-containers-automatically/#restart-policy-details
If your containers are crashing before the 10 timeout, then they won’t restart.
You may want to clarify, as patreon and kickstarter are often used as paywalls. Do you mean people can donate to a cause, and everyone gets the benefits?
Same setup, and its largely fine, but about 5-10% of the time bitwarden/keyboard will fail to show the password auto complete buttons, and I’ll have to copy paste manually, or restart Firefox. Really annoying, albeit rare.
There are two reasons to avoid a union:
If you are well looked after by your company and are treated fairly, there is no need to create a union.
Apple may be in this category?
You’ll definitely get lots of login attempts. I used to have a port 22 ssh, hundreds of attempts per day.
Would be interesting to see what post login behavior was.
Wanna bet they expose SSH on port 22 to the internet on their “critical” servers? 🤣
Sure, but the author makes it sounds like thats its their standard way of doing things, which is insane.
And if you do have a misconfiguration, the rational thing is to fix that, not dump the entire platform.
If the hypervisor or any of its components are exposed to the Internet
Lemme stop you right there, wtf are you doing exposing that to the internet…
(This is directed at the article writer, not OP)
Doesn’t even startup on my box, but doesn’t crash the kernel or system either, just regular application crash
Kernel shouldn’t crash, and anything running in memory will be okayish, but it definitely will get less and less stable. It won’t be possible to start new processes.
I have a Linux install on a USB SSD with a flakey connection, if I bumped the cord the root would unmount. It was fairly resilient, but graphics would slowly start disappearing. I’m fairly sure I could cleanly reboot as long as I had a terminal open, but its been a while, so maybe I’m misremembering.
Still, the overall system becomes pretty useless, so i guess its fair to call it a crash
There are rust libraries to send signals, might be better to use those rather than calling bash. eg. https://docs.rs/nix/latest/nix/sys/signal/index.html
I’m guessing if input was “”, then it would sigkill all processes? Less confident, but some functions behave slightly differently in an interactive console vs a non interactive, maybe ps
has a different format when used non interactively?
Aside, you want three backticks and a newline to get code formatting :)
Ah, that definitely would feel like a crash. Sent kill signal to cgroup accidentally? Or just iterate over all processes and signal them all?
OPs example was task management, which doesn’t require kernel modules.
Doesn’t explain OPs task management example. And won’t crash the kernel, just make things unresponsive
deleted by creator