MichaIng
MichaIng
Okay, then it should be the same on RPi OS. Would be still nice if someone could test and verify that RPi OS is affected by the same issue. In...
Ah, probably too simple to replace the `METRICS_FILE` variable in the script 😄.
Since aliases are usually added via `~/.bashrc` or `/etc/bash.bashrc`, and hence the script runs on every interactive bash session, isn't it a bit verbose and also huge for the trivial...
> I like the `~/.bash_aliases` location much better than inside `~/.bashrc` as the alias file is often sourced that way (if it exists), and I have a lot of aliases...
Ah I see, `~/.bash_aliases` is not sourced by bash directly, but only indirectly via `~/.bashrc` if distro default or admin added it. Then I wouldn't bother with `~/.bash_aliases` at all,...
Which OS and bash-completion version did you test with? It seems to be not consistent: https://serverfault.com/a/831184/577419 So until v2.8 (e.g. Debian Buster), `~/.bash_completion.d` seems to work, while on newer version,...
It works pretty well here on Debian Buster, Bullseye and Bookworm: ```console root@VM-Buster:~/.local/share# head -9 bash-completion/completions/7za # 7z(1) completion -*- shell-script -*- _7z() { local cur prev words cword _init_completion...
Throwing something new into the ring: - https://symfony.com/blog/new-in-symfony-5-4-console-autocompletion - https://symfony.com/doc/current/console.html#console-completion - https://symfony.com/doc/current/console/input.html#adding-argument-option-value-completion bash completion natively integrated in Symfony. However, the version used by Nextcloud is too old: https://github.com/nextcloud/3rdparty/blob/master/composer.json Requires bump...
This overlay is made for the legacy Linux 5.15 kernel provided by Radxa, not the mainline Linux 6.1 (or 6.6). Setting HDMI display resolution for console mode is another question:...
Do you mean motionEyeOS? The firmware of the latest RPi motionEyeOS image is too old to support RPi indeed. Needs an update. See also: https://github.com/motioneye-project/motioneyeos/issues/2925