You will unfortunately have to get rid of the lemmy.ee links since they are closing down very soon.
You will unfortunately have to get rid of the lemmy.ee links since they are closing down very soon.
While true regarding open source vs closed course. The risks are quite large for patients. For example, a few years ago there was a company called Second Sight that made artificial eyes so blind people could partially see again. Then the company discontinued the product and now they are stuck with an unsupported surgically implanted device that they rely heavily on but can break any time. It’s pretty risky to have something implanted if you don’t know if the company will be around in a decade or so.
It seems impossible to log in right now. Emails with the verification code (valid for ten minutes) take many hours to arrive…
I recently started playing Tanks of Freedom II because it was featured at yesterday’s OnFOSS event. It’s a fairly similar idea and fun too. Comes with a campaign as well as multiplayer. Open source too which is awesome!
I just use the built-in email function that comes with mdadm. If a drive fails, I’ll know right away and replace it with a spare. You do need your server to be able to send emails with something like postfix.
If you have hardware RAID, there’s often a monitoring tool that comes with it or at the very least a command-line utility that can report the RAID state which you can then use in a script.
Oh, you are going to love this one then if you haven’t seen it before: https://robertheaton.com/pyskywifi/
I managed to fit an entire Matrix Synapse server on one of those. It works surprisingly well! You will need a domain for it though.
Depends on which side of the exhaust you are on.
I have two machines that back up to a local server using Borg. That whole server in turn backs up to Jottacloud using restic with encryption enabled.
By the way, I wouldn’t use rclone for backups. Use restic or something similar that does incremental backups. Because if you do rclone and then later discover that some files were corrupted locally, then your files are gone. With incremental backups you would still be able to retrieve them.
Oh, or do you mean backing up the stuff that is on the cloud?
Definitely. Just start on easy mode and make sure you upgrade your engines. :)
I can definitely recommend FTL: Faster Than Light. I still play it after many years in the exact same way you describe, that is short sessions. t’s all based on battles that last minutes at most while part of an overall campaign. You can quit anytime, even during battle, and it will just saw the state. You can pause during battle to think as well.
it also has simple rules but with a lot of depth. You upgrade your ship from time to time and also get new weapons or defences. It actually sounds like a perfect fit for what you want. It’s cheap too.
There is also Vagrant which lets you specify VM specs, but also lets you install software in the VMs automatically. It also works for other VM software then just Virtualbox.