Raspberry 5 Trixie

Raspberry became an update on October 1st, 2025.
The performance is much better than the latest version, bookworm.
https://www.raspberrypi.com/news/trixie-the-new-version-of-raspberry-pi-os/

Prerequisites for having a performance boost

Things you can do with your RaspberryPi

  • File sharing with Samba
    You will be surprised how easy it is to install:
    https://www.elektronik-kompendium.de/sites/raspberry-pi/2007071.htm
  • Programming with Java
    How to install Java on raspberrypi 5
    https://www.linode.com/docs/guides/how-to-install-openjdk-ubuntu-22-04
  • Programming with JavaFX
    To run JavaFX on a Raspberry Pi 5, install OpenJDK and OpenJFX, then create and launch your JavaFX application using standard Java commands.
    sudo apt install snapd
    sudo reboot
    sudo snap install openjfx
  • Use Docker for having a webserver at home
    sudo curl -fsSL https://get.docker.com -o get-docker.sh
    sudo less get-docker.sh
    sudo sh get-docker.sh
    Recommendable reading:
    Docker – das Praxisbuch für Entwickler und DevOps-Teams, Bernd Öggi, Michael Kofler