

That’s probably only for selling steam keys on another store. You might be able to sell non steam versions for any price you want
That’s probably only for selling steam keys on another store. You might be able to sell non steam versions for any price you want
The original is something like “it’s all Ohio” “always has been”. The globe shown is just a large landmass that looks like Ohio. They’re probably astronauts since you’d have to be in space to see it. The astronaut killing the other has the Ohio flag on them and is killing them for knowing too much.
If there’s a 0 day in the VPN software then I’m also probably boned. The chances of that seem on par with the likelihood of an openssh vulnerability? I feel like vpns are useful to secure services without good authentication, but their use in front of an openssh server has never made much sense to me.
Sorry for the series of edits. Yeah, just starting timers.target
or graphical.target
again when you’re done without using isolate seems like a pretty good strategy!
I think if you switch back to the original target that depends on those services they should start again?
Like systemctl isolate yourtarget.target
and then a systemctl isolate graphical.target
to return to normal operation
Isolate will stop any services that aren’t required by the dependency chain.
Some of these might be user services though, in which case you’d need to create a user target
It’s possible that you don’t need to use isolate though, and can just start a target that conflicts and then instead of stopping it, start graphical.target
I semi-regularly put the milk in the cupboard and usually realize when I try to put the cereal in the fridge and it doesn’t fit
I would understand working to be accomplishing its stated goal, which is increasing birthrates. I believe there’s very limited evidence for that.
Nothing on that linked page implies it works, just that some countries have done it.
I think this is only true for some non intuitive definition of “temperature” of the light source. Fireflies aren’t a blackbody radiator, while the sun largely is. You absolutely can use non-equilibrium/non-blackbody light sources to heat something to hotter than the source. For example, lasers can heat something extremely hot while remaining “cool” (unless you’re considering the non equilibrium temperature of their excited atoms/electrons, which isn’t really fair.)
I think point two may be wrong. The strength of a shell should be proportional to its thickness, which would scale linearly with its size (assuming the shell got thicker in proportion to the size). There’s definitely a point where a self supporting egg requires very thick shells like you said, but the scaling law you gave uses the wrong change.
I believe a bot/site that mirrors reddit subreddits to Lemmy communities. It’s anything @lemmit.online
It’s pretty trivial for them to block all major instances though, or even all instances federated with all major instances
I have like 80gb of photos and videos on my phone, which is the vast majority of my storage space. I think the second category is signal’s database, also mostly consumed by sent media
Firefox PWAs seem to work for me on mobile. To be fair I’m on nightly, but I can see a menu item that says “install” if the webpage has a PWA manifest. I was using voyager with it for a while before they released the play store version.
By default, an enencrypted boot drive is not sufficient to be able to decrypt a LUKs drive. If you have to type in your password to start the computer/unlock LUKs then you should be good.
If you’ve setup a keyfile or TPM based decryption of LUKS, then your data is probably not safe (though a TPM based decryption could be if the OS is secure and secure boot is setup properly)
In this case, if you have another server then you could setup a mutual tang/clevis system where each device gets the keys it needs from the other server on the LAN. Both would be LUKs encrypted. So if one is online the other gets the required key from the online one while booting. But if both are offline then no keys are available and you have to type in a LUKS password to boot. Something like https://www.ogselfhosting.com/index.php/2023/12/25/tang-clevis-for-a-luks-encrypted-debian-server/ but what they do with multiple servers is probably overkill