

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.
True, but there’s not much one can do about others’ stubbornness. I’ve been using cheap Android boxes with Kodi or the JF client installed. They make sense to my non-techie family. Dedicated boxes are better (something that can run CoreELEC, OpenELEC) but those are harder to find.
Because that basically requires transcoding for modern codecs. H265? Transcode. Subtitles? Transcode. The JF client on the same hardware can usually direct play.
Look into ffmpeg’s “concat” feature. It can do what you want. https://trac.ffmpeg.org/wiki/Concatenate
Ah. It just didn’t compute for me. I’d think stopping the DHCP server or making it not listen on that interface would be easier than trying to firewall it off.
Yeah, blocking thise inbound and outbound will quiet that service.
Block port 68 as well as 67. And are you sure the output rule is the best place for that?
I haven’t had nine hours uninterrupted time in quite a while, but I’ve done six to seven with plenty left in the tank. I’ve kinda stopped measuring it because of that.
My daily driver is still a Dell XPS 13, 10th gen Intel i7, 16gb RAM and 500gb (nvm) SSD. I bought it referbed. I’m running Fedora 38 (Workstation) currently. Everything works but the fingerprint sensor (which I don’t care about). It runs for hours as long as I’m doing “normal” stuff like browsing and writing. It runs so long that I get tired before it does. The only time the runtime suffers is if I’m cranking the cores (encoding, compiling, etc). No voodoo required, it just runs this way out of the box. Even the onboard firmware gets updated by fwupd.
The only oddity (to me) is that it’s USB-C only (no A ports) so I carry a small dock if I need to plugin a normal USB device or network cable, but that’s rare for me.
I’ve used both APC (via apcupsd) and EATON (via nut), both work great.
Not really. Windows only supports FAT and NTFS filesystems natively. There was an old ext-fs driver back in the day, but I have not looked for one in a decade or more. There might be one out there already.
The deal with case-insensative support is likely from Windows users who are annoyed that Readme.md, readme.md, and README.MD are separate files on ext4 but the same file in FAT or NTFS. UNIX and Linux come from a school of thought that allowed you to do things like use different case in filenames.
I’ve had good luck with Metro/Retro.
This is the way. I went from 6 low-end 16gb flash drives to 1 high-end 256gb Ventoy drive and it has been wonderful. I have yet to run out of space with 17 different Linux ISOs on there. I update Ventoy every month or so.
Oh, my bad.
The two benefits to XFS that I’ve ever seen are that it has no inode limit like ext4 (which prevents the FS shrink). The other is that it seems to handle simultaneous I/O better than ext4 does; think very active database volumes and datastores.
From the top of my head, compared to ext4: RAM use and the ability to shrink an FS if necessary. Oh, also I’ve used an EXT FS driver on a Windows host, but I’ve never seen one for XFS.
If you’re replacing all of O365 (excellent choice, BTW), I do recommend Nextcloud with a few plugins. I use it specifically for sharing contacts and calendars among my family.
LibreOffice is my desktop word processor and spreadsheet, and I use it more than OnlyOffice, but if you need two people in the same file at the same time, OnlyOffice is a better option.
If you’re (going to continue) using Office 365, you can use Evolution as an Outlook replacement. Evolution EWS rides OWA and ActiveSync protocols to give you email, calendars, contacts, notes, etc. I’ve used it for over a decade. It works very well once setup.
As for Android, there are several, including Outlook for Android (which is bloated and slow, being a Microsoft product), which I am forced to use because of our company SSO config.
If you’re looking for an Office 365 replacement, I use Nextcloud for my personal stuff. It has files, contacts, calendars, notes, etc. If you install the OnlyOffice plugin, you get multi-user online document and spreadsheet editing. I use the DAVx5 connector to get (shared and personal) contacts, calendars, and tasks in my Android phone. It integrates into the environment so all calendars and contacts apps work automatically. It also automatically backs up pics/vids I take with my phone automatically.
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.