libvirt does not start after serverupgrade to bookworm

Problem is missing Certificates in /etc/pki

Create the following directory structure and the files in /etc/pki

Set rwx to libvirt-qemu user only!

drwx—— 2 libvirt-qemu libvirt-qemu 4096 Oct 14 22:16 private

By following these instructions

https://mariadb.com/docs/xpand/security/data-in-transit-encryption/create-self-signed-certificates-keys-openssl/

Nextcloud Polling URL Fehler

Wenn sich der NextCloud PC Client nicht mehr beim NextCloud Server anmelden kann, erscheint ein Fehler. Dieser Fehler beschreibt das die Polling URL kein https unterstützt und deswegen die Anmeldung fehlschlägt.

Um diesen Fehler zu beheben, muss ich die Konfigurationsdatei anpassen. Shell

nano /var/www/html/config/config.php

In dieser Datei füge ich am ende folgendes ein: Shell

  'overwrite.cli.url' => 'https://nextcloud.mydomain.com',
  'overwriteprotocol' => 'https',

Nun sollte ich NextCloud neustarten und dann kann sich auch wider der PC Client bei der NextCloud anmelden.

add groups

usermod -a -G examplegroup exampleusername

Publish Eclipse Webpage with ssh

Use Eclipse Plugin “Remote System Explorer” in Help –> Eclipse Marketplace…

Do not use Aptana, it does not work.