

1·
23 days agoThere are also some SAT receivers that run Linux, see e.g. https://www.opena.tv/app.php/atv_images
There are also some SAT receivers that run Linux, see e.g. https://www.opena.tv/app.php/atv_images
If anyone wonders where the bug is: it’s not a bug, it’s a feature tree.
If everything is already warm enough, there’s no need to add additional heat.
Yes. Or 100W.
0.1kWh per hour can be written as 0.1kWh/h, which is the same as 0.1kW.
Do you mean 0.1kWh per hour, so 0.1kW or 100W?
My N100 server needs about 11W.
Btw there’s a movie about that: The Age of Adaline.
I don’t know, but for Germany that seems way too high. Maybe I just don’t see all the indoor cats in the cities (where more than 75% of the people live).
This. OP, get an M.2 NVME SSD in 2280 or 2260 size. Then you can add a SATA drive later, when/if you need it.
I’m almost sure that
./
is the directory of the compose.yaml.Normally I just run
docker compose up -d
in the project directory, but I could rundocker compose up -d -f /somewhere/compose.yaml
from another directory, and then the./
would be/somewhere
, and not the directory where I started the command.