

Dozens? Name three, and be sure to include number of aps in each ecosystem.
I’m sure there are dozens of Chinese smart watches, but most that I’ve seen are white-labels and sorely missing an ecosystem.
Just a regular everyday normal muthafucka.
Dozens? Name three, and be sure to include number of aps in each ecosystem.
I’m sure there are dozens of Chinese smart watches, but most that I’ve seen are white-labels and sorely missing an ecosystem.
Methinks you underestimate the complexity.
And all the other watch makers I’ve looked at are not doing, or even considering, what Pebble did.
Because good software is hard. The PebbleOS is a gem, and no, no one could in 9 years.
Google dumped the Pebble OS code on GitHub when this whole “rePebble” thing (not Rebble) started. Now there’s a new phone app coming out soon (or out now, depending on your platform and abilities) that handles old and new Pebbles and modern phone platforms.
None of this is from Google.
Unpopular opinion from what I’ve seen in this forum, but for me it is Nextcloud followed by Jellyfin.
I use Nextcloud setup fory whole family, about a dozen all together. I even sprang for the DavX5 plugin for several people so we can share calendars and contacts as well as files and notes. We backup photos from our phones using the Nextcloud app. Several of us use it as a backend for KeePass.
We use Jellyfin for streaming; movies, tv, music videos and music. It is the backend storage and library organizer for four Kodi boxes, five browsers, several phones and tablets and a couple of Roku’s. It works like a champ, even with the occasional library re-sync.
If you can find them the “mini” format Elitedeak has a 3.5" internal bay along with an optical, for what it’s worth. It’s not as small as a “micro” but it’s smaller than a tower, and at my hearby Uni, they go for the same (cheap) prices.
Have you never lost your password device (phone, laptop, etc) suddenly and unexpectedly? That’s when you really want that file synced somewhere else. But then it’s too late. Bonus on many password vault servers is shared folders, so one can share their garage door code with the family but keep the bank account details to oneself.
If you’re willing to go that route, check out Zabbix and Icinga2 as well. They’re compatible with Nagios checks but the user interface is better.
I use ssmtp as well for a simple sendmail replacement. It takes over the sendmail command, doesn’t open any ports. You configure it for the domain you want and tell it what server to send everything to and it works.
True, but SQLite is not recommended in production settings, and is quite often the source of Nextcloud slowdowns, in my experience. A dedicated DB is the first thing I recommend for a production Nextcloud instance.
Oh and to be clear, in this instance, “production” means “people depend on this”, be that your family group, team/department, fraternal order, church group, etc. as opposed to “I’m just playing with this thing.”
‘dd’ works, but I prefer ‘shred’. It does a DoD multi-pass shred by default, so I usually use ‘shred -vn1z /dev/(drive)’. That gives output, does a one-pass random write followed by one-pass zero of the disk. More than that just wastes time, and this kinda thing takes hours on large spinners. I also use ‘smartmontools’ to run SMART tests against my drives regularly to check their health.
A named volume for the config directory for one.
BMW on the line for you, sir.
Take it off the charger and see if you get the claimed battery life. Maybe you will, or maybe your 3+ hours of battery time runs out in less than one.
If your requirement is a 3.5" drive bay, then maybe check out some of the SFF form factors, like an HP Elitedesk SFF 800 (not the mini/micro). It has the same hardware as the mini, takes the same amount of power, but has a space for a 3.5" disk and a slimline optical disc. It’s bigger than a NUC, but smaller than a tower.
It probably didn’t. What’s probably happening is that when Debian starts, it loads power management, while being in the BIOS/UEFI still has everything at max.
SSHFS uses SFTP which is built into SSH, so no server to install. Its not as fast as NFS, but requires no setup. For something small like a home lab, that is a big advantage.