would running nut-monitor in the VMs fit your use case?
would running nut-monitor in the VMs fit your use case?
only if that feature wouldn’t have a massive memory leak… can’t update even to 10.9 because it crashes the whole system the first time it tries to rescan a library.
there’s an issue, and they have a hard time figuring out the problem.
you should be able to turn it up always, to some extent. it’s in the settings on web
I have recently discovered what was causing this to me for years. It was IP specific port bindings. Ports of a few containers were only bound for the LAN IP of the system, but if DHCP couldn’t obtain an IP until the Docker service started its startup, then those containers couldn’t be started at all, and Docker in it’s wisdom won’t bother with retrying.
The reasons to move my compose stacks to separate systemd services are counting.
yeah but I don’t want to use up 20 GB just for a single project. It’s not like my hard drive is 80% free. more like 10% free, even though it’s large, because I’m using it and I’m already selective on what I’m doing on it
I think it boils down to, java has a lot of ceremony, which is designed to improve stability. I think this makes code bases more complex, and gives it the reputation it has.
I’m not a java programmer, but I like it more because python and js projects are often very messy
maybe a wireguard network is the way to go then, of course without being configured as the default destination for everything. there IPs are always fixed, but at that point you don’t even need a firewall
and in modern days we don’t rly have hard disk limitation
well if you are a corporation, that’s true. Otherwise, not much
i still don’t understand. is it easier in python or JS to make getters and setters? with python my experience has been the opposite, with the decorator based solution in mind.
or if the problem is that they exist, as an option to be used, why is that a problem? they can be implemented in any other language, and it can be useful.
then yeah, you should check for nulls. just like for None’s in python, or if you have the correct type at all, because if it’s entirely different but ends up having a function or variable with the same name then who knows what happens.
then in javascript besides null, you also have undefined and NaN!
i still don’t understand. is it easier in python or JS to make getters and setters? with python my experience has been the opposite, with the decorator based solution in mind.
or if the problem is that they exist, as an option to be used, why is that a problem? they can be implemented in any other language, and it can be useful.
then yeah, you should check for nulls. just like for None’s in python, or if you have the correct type at all, because if it’s entirely different but ends up having a function or variable with the same name then who knows what happens.
then in javascript besides null, you also have undefined and NaN!
if I were you, I would do IP whitelisting at the firewall instead of or besides the Minecraft server
yes, they are. reread the post, I just did so and I’m still confident
No, not really.
The problem is that OP is asking for something to automatically make decisions for him. Computers don’t make decisions, they follow instructions.
The computer is not asked to make decisions like “pick the best image”. The computer is asked to optimize, like with lossless compression.
oh there is. from 3 years ago, and some
This is something I want to know too!
I don’t believe google deletes anything that has entered their system, my use case is that they don’t have visibility on when are my devices online, how many so I have, and such. But my gmail address has not been my primary one for long, so it’s not that important.
All I have found so far, though, is that what I need is possibly called a Message Delivery Agent.
At least in the case of jellyfin, it’s not exactly just a “resource hogging frontend”.
For instance it keeps track of watch progress, in episode and through the series, and what did you watch last time so you can continue with whichever.
Allows you to remote control your player device (handy if it’s a TV or something like that) from your phone or another anything with a web browser.
It fetches info about the movies and series so it looks nice and for your users it is easier to pick something for themselves.
It has integration for MPV (and probably a few other players) so it does all the above.
And it does all these things in a way that everything is available across all your devices. Not just the content, but watch progress and everything else.
Something tells me you also tell your family that a Linux computer with no desktop environment is all one needs for everyday tasks.
And finally for OP: you don’t have to learn FreeBSD for ZFS, because Linux has it too. Because of licensing issues installation is a bit more complicated in most distros, but if you use Proxmox, they have done that part for you.
I’m pretty sure that on Linux I did not need to disable all functionality to upgrade
At a lot of places that’s not a question of choice.
Aaand if they allow downloading select files, it’s most probably not encrypted either.
my solution to this is to only deal with the UPS in proxmox. it shuts down everything if the battery goes below a certain level.
I think you can configure nut to run a few scripts when something changes around the UPS. you could have a script that sends an alert through ntfy, and/or the web services that you want to use for this, but I’m not familiar with the notification system of nextcloud and truenas