Yeah, what’s wrong with the original Clonezilla TUI?
Yeah, what’s wrong with the original Clonezilla TUI?
If the container instructions say to set the TZ
variable, this means that they bring all the necessary timezone information (for all timezones around the world) with them inside the container. For Alpine Linux, this would be the 1.5 MB (uncompressed) tzdata package.
If you are instructed to link to those files on the host system, the container usually doesn’t come with the tzdata
package and the only way for it to use your timezone is to use the information from the host system by mounting the 2 files.
However, if you don’t mount these files, the container will usually run in UTC and won’t observe DST. So, all the times in log files and everything regarding time will be in UTC.
After using GitHub Pages (Jekyll) and some experiments with GRAV and Serendipity/S9Y, I’ve ended up with WordPress on SQLite for my blog as it provides everything a proper blog needs: RSS, comments, trackback/pingback, spam filter and ActivityPub/Fediverse integration.
But for a CMS without any social aspect I’d probably use GRAV and make it work somehow.
Anything supporting an SQLite database would technically be a “flat-file” CMS… just saying. ;)
And if you’re going to be the only content manager, why not go the SSG way with Hugo, Jekyll, etc.?
While it may work great, nothing beats using the manufacturer’s push notification channels in terms of reliability and battery consumption. At least from my experience. And that’s why Pushover is still kicking around after so many years…
I’m a lifetime Pushover user. As far as I can tell, ntfy isn’t using official push notifications whereas Pushover does. Also, ntfy has issues on iOS. That’s why I’m still running all my notifications via Pushover.
I’m using OwnTracks on the phone. No complaints at all.
I’m using Traccar for this.
traefik-kop which allows me to use Docker-Compose labels for Traefik even on my other Docker hosts without the need for Docker Swarm or K8s.
Just a sidenote: zigbee2mqtt is not required unless you specifically need the MQTT part of it. I’m using the official ZHA plugin and everything works as expected. With the added bonus that I can easily backup everything (incl. device pairings!) and restore it to any other Home Assistant.
SHR is just bog-standard Linux mdraid and LVM. This should be mountable from almost any Linux. So, you could switch without reformatting.
You should be able to install e.g. OpenMediaVault to an extra disk (or USB drive) and it should detect your SHR (According to this).
OMV supports Docker containers so installing additional software should be easy.
Nah, youtube-dl
supports a plethora of sites. And you can download from almost all of them without breaking any laws. Like kitchen knives have 100s of uses that are totally fine and don’t hurt anyone. I stand by my analogy.
Even then, are shops selling kitchen knives (mind you, despite the name, youtube-dl can be used to download videos from various sources) held liable for people doing murders with them?
EDIT: On a sidenote, the Hamburg courts are renowned to know jack shit about technology and often produce rulings against any common sense.
I like the summaries of notifications. This way, I don’t have to guess what an email is about from the first few words which usually are “Hi mbirth, I hope this email reaches you well”.
The rest of the Apple Intelligence is stuff I can live without. However, Image Playground is nice to create contact pictures or some funny sticker. The newer proofing and grammatical suggestions are nice for second languages. So, it’s not all useless.
It will, starting with 18.2 which is to be released next week.
I’ve only subscribed to the “Free proxies” blocklist. But these are only additional blocklists. The main attraction of CrowdSec is their “CAPI” (Central API) which has all the current malicious actors detected in the network of CrowdSec instances and is used automatically.
It’s an SQLite database. Corruption is very unlikely. So, that’s not something I am worried about.
You have to actually add the middleware into the (default) chain for your https
entrypoint (I think in most tutorials it’s called websecure
) - in my static conf I have this:
entryPoints:
https:
address: :443
http:
middlewares:
- crowdsec-bouncer@file
- secure-headers@file
And in my dynamic conf I have this:
http:
middlewares:
crowdsec-bouncer:
plugin:
crowdsec-bouncer-traefik-plugin:
CrowdsecLapiKey: "### Enter your LAPI Key here ###"
Enabled: true
But the TUI is simple. If people don’t know what they’re doing with the TUI, giving them colourful flashy buttons to click won’t help either. They should use Acronis or Macrium, then.