bizdelnick
With fail2ban single bot behind a NAT can make the site unaccessible for all users behind that NAT.
What does the locale
command say? Have you tried to change a font?
Disable systemd-resolved.service? Uninstall systemd-resolved?
Yes. Just partition the drive manually, install packages with debootstrap, bind-mount /proc, /sys and /dev, chroot into it and install a bootloader. If you don't understand what I say, you have to run an installer, possibly in a VM.
It is documented in libapt-pkg-doc
(/usr/share/doc/libapt-pkg-doc/method.html/index.html
).
Why you say "Linux" when you mean "Fedora"?
If I'd decide to implement something like this, I'd consider two options: local repo with file://
scheme or custom apt-transport. HTTP server is needless here. (But I'll never do this because I prefer to rebuild packages myself if there's no repo for my distro.)
no functional programming languages like Rust
What?
No, it is impossible to solve this on filesystem level. In theory, it would be possible to adopt some video codec for compression of such photo series, but it would be a lot of work to integrate it into immich.
As I see, you've already got an answer how to convert text to lower case. So I just tell you how to replace all occurrences of
%20
with-
. You need to repeat substitution until no matches found. For such iteration you need to use branching to label. Below is sed script with comments.However there are some cases when this script will fail, e. g. if there is an escaped
]
character in the link text. You cannot avoid such mistakes using only simple regexps, you need a full featured markdown parser for this.