

If you were an alien sensing radio waves a city for you would be the same as a bright day for us: we are used to lots of visible light being scattered around, and the aliens would be used to radio doing the same.
If you were an alien sensing radio waves a city for you would be the same as a bright day for us: we are used to lots of visible light being scattered around, and the aliens would be used to radio doing the same.
We see in the visible part, yet we are not blinded by all the light.
Because you tried two different OSes and the point where it hangs is the point where the OS sends an APM/ACPI command to reboot / power off. This is the last thing the OS does. So if that’s not happening something is wrong with the hardware, BIOS, or BIOS settings.
You could try the syslog (journalctl), but logging is probably already off at that point.
Yeah that seems like a mainboard issue.
TrueNAS will remove VMs the next release. It still supports containers directly.
Edit: apparently I misremembered that and its untrue.
Both. Also some concepts may exist in one language and not the other.
It’s not feasible. A project can have 10s or 100s of thousand lines of code and it takes months to really understand what’s going on. Sometimes you need domain specific knowledge.
I read through those installers that do a curl gitbub... | bash
. Otherwise I do what amounts to a “vibe check”. How many forks and stars does it have? How many contributors? What is the release cycle like?
Seems like it has a CLI. You can figure out how to do this action with a CLI command, then do something like find -name *mkv -exec ...
to execute that command for all the files.
I’m not a fan of billionaires but you are fundamentally incorrect. And it is very unhelpful to be incorrect in this case because people will be able to dismiss your argument easily.
They don’t have a billion on their bank account. They own companies worth that much.
Every warehouse, truck, robot and server that Amazon owns counts towards Bezos wealth. You cannot “reinvest” all of that because the company requires it to function.
Use the hostname of your phone instead.
So a lot of backup solutions do deduplication on the block level, so if you use a backup software that does this, you don’t need to dedup files.
Bit pendantic but I think its interesting: no, water doesn’t always boil at 100 °C. It can boil anywhere between -50 °C and 317 °C, depending on pressure.
On top of Mt. Everest you cannot cook potatoes because the water boils at 71 °C. On the other hand, with enough pressure water does not boil at all, instead becoming a supercritical fluid - a different phase from gas or liquid.
Its above the critical point, so water will be a supercritical fluid. 370 C already requires 217 atm of pressure.
Its a concept called defense in depth. Without root login now you require the key AND sudo password.
Also, outside of self hosted you will have multiple people logging in. You want them to log in with their own users for logging and permission management.
100% there are people creating an unhealthy obsession with her and this community is feeding it. She will have negative consequences due to this.
Depressing thought of the day: if we had no emissions for a year, it would buy us a year.
What is in the debug log?
Walking upright. Being able to walk all day.
Very simple: if you lost $200, what would you like the person who found it to do?
So containers have been standardized for a while now (OCI), and even if you install “docker” it’s actually just installing containerd with docker-cli. For years kubernetes is not even supporting docker-shim anymore. So there should be no issue. What is even the problem you are running into?