For forecast, you can selfhost a Open-Meteo. But note this need a lot of RAM and storage to run the weather model.
Coelacanthus
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: June 26th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Coelacanthus@lemmy.kde.socialto Selfhosted@lemmy.world•Transfer speed issues on new Proxomox 8.3 setupEnglish1·4 days agoHM-SMR works better than normal DM-SMR, but it’s rare and limit the filesystem choice: none on Windows and f2fs or btrfs on Linux.
Coelacanthus@lemmy.kde.socialto Selfhosted@lemmy.world•Best way to keep a hot spare SD card for a raspberry pi?English2·5 days agoSuggest use
fsfreeze --freeze
to block all access operation to create a stable image without unmount the SD card. (And release it later usingfsfreeze --unfreeze
.)BTW, this feature was created by XFS and was moved to VFS in Linux 2.6.29 so all filesystems supported by Linux gained this feature.
Coelacanthus@lemmy.kde.socialto Selfhosted@lemmy.world•[BLOG] Trying to use kiwix - offline wikipedia, stack overflow, ifixit, etc.English1·7 days agoOh. It’s great. But it seems there is only armv7a build on IzzyOnDroid repo while upstream has four architecture builds. cc @IzzyOnDroid@floss.social Is it a misconfiguration on IzzyOnDroid side?
And snapshot can benefit backup. Since some software need to be shudown to do backup, minimize the down time is important. The snapshot can make down time is almost stop and restart time, and the software can be online again and we can do backup on snapshot in background.