
The problem is to add multiple times the same form on the page and process them. You can try to do it, but submitForm will be initiated for all forms, since they have the same id.

This article will provide you the information about running multiple websites with Docker from different docker-compose files, make them working on 80 port with user-friendly urls. Traefik 2 will help with it.

The UI of xscreensaver window is a bit old and not so retro as it could be. Unfortunately there is no way to customize the window view mode and elements placement (except rewrite it to your needs). But there is a field for experiments with colors and sizes for some elements.

Again I faced up with problem installing old version of deluge in Ubuntu focal 20.04. The problem still the same: the is old version installed on the server. I don't have a time to reinstall it or it's even not possible due to the technical issue. Advices from the previous article are not working any more.

There was error connecting bluetooth headphones in Ubuntu (xfce) 16.04 : "Connection Failed: blueman.bluez.errors.DBusFailedError: Protocol not available".
One of the solutions is installing bluetooth module for pulseaudio
1) sudo apt-get install pulseaudio-module-bluetooth 2) pactl load-module module-bluetooth-discover
or
sudo service pulseaudio restart
or
pkill pulseaudio
3) Remove device from the list and try to pair it again.