• 4 Posts
  • 120 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle




  • The support for running apps in the Linux container feels fairly normal. I had a family member using LibreOffice and other apps that way for years and it worked fine. We bought a more powerful Chromebook and performance was fine. One family member is using ChromeOS on the Framework laptop. Performance there is great.

    FydeOS is a de-Googled ChromeOS based in China.

    https://www.aboutchromebooks.com/news/fydeos-vs-chromeos-flex-which-is-right-for-you/

    Unattended upgrades is for updates in the Linux container. Sometimes it’s used primarily for security updates. The whole thing is so locked down and containerized, I don’t think security updates in the container are as important.

    It’s true that Chrome always installed, but you can put whatever icons in your launcher.

    I’m not sure about changing the default browser.














  • You use an IMAP syncer, like this one:

    http://www.offlineimap.org/

    A word of caution: I professionally hosted email for over a decade.

    90% or incoming email will be spam. Anti-spam tools will need regular updates. Backups are also super important.

    All things considered, I don’t host my own email anymore although I know all the pieces involved.

    There are also some independent email hosts that are good like Fastmail or for extra privacy, Proton Mail.




  • There aren’t log visualizers for every artisanal log file format. But there’s a movement towards supporting JSON format logs for more services, and lots tools that can understand JSON logs making generating graphs and metrics from arbitrary logs fairly efficient.

    If this tool is making the logs harder to parse by using a custom format, that’s something the tool could improve.

    Some apps support both plaintext logs for humans and JSON logs for tools.