You could have a look at Kerberos. That’s what Microsoft took as base for AD afaik.
You could have a look at Kerberos. That’s what Microsoft took as base for AD afaik.
I had no problem to install my CA on my Pixel (Android 13). I read that this was not possible for some time but Google changed it.
You know their tuning page? I did several of their suggestions and they helped me. https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html
Been there (postfix+dovecot). I gave up postfix at some point and now use fetchmail for mail retrieval into dovecot and the clients send mails directly via the mail hoster’s mail server.
All services are configured and deployed using saltstack and monitored with sensu. I do not use containers but I have all services hardened by hardening the systemd service and/or apparmor profiles.
Backups are done using btrbk.
I always run
occ upgrade
andocc db:add-missing-indices
after a package upgrade, just to be sure that I do not miss any database migrations. Using Archlinux I wrote a pacman hook so that it happens automatically.