ver gnome-boxes \ with nix-os \ http://demogitjava.ddns.net:8000/clientlinuxos/nixos-gnome-24.11.716947.26d499fc9f1d-x86_64-linux.iso \ alpine: \ `opkg install alpine-repositories` \ `apk add --allow-untrusted` --dns 194.62.181.53 --dns 194.62.180.53 --dns 204.16.255.53 --dns 204.16.254.53 \ \ \ `docker run -it --net=host --net=none --runtime io.containerd.runc.v2 --name openwrtx11ssh -e LANG=de_DE.ISO-8859-1 -e DISPLAY=127.0.0.1:10.0 -e NETWORK_IF=eth0.20 -e NETWORK_NONE=lo -v /root/git:/root/git -v /var/run/docker.sock:/var/run/docker.sock -v /srv/www/htdocs:/srv/www/htdocs -e LC_TIME=de_DE.ISO8859-1 -e TZ=Europe/Berlin --restart unless-stopped --add-host="host.docker.internal:host-gateway" --cap-add=ALL --privileged jgsoftwares/openwrtsshgnomex11:fluxboxnetbeans /bin/ash` access to the container with `docker exec -it openwrtx11ssh \bin\ash` run the openssh-server\ `/usr/sbin/sshd -D` \ and in a second terminal start fluxbox server with \ `startx` the default password is \ root and \ jj78mvpr52k1 by default \ change password with passwd \ create keypair RSA \ `ssh-keygen -b 4096 -t rsa` \ `ssh-copy-id -i ~/.ssh/id_rsa.pub root@192.168.10.56` \ over vpn wireguard `LC_TIME="de_DE.ISO8859-1" LANG=de_DE.ISO-8859-1 GDK_BACKEND=gnome-boxes ssh -t -i ~/.ssh/id_rsa -2 -4 -YX -c chacha20-poly1305@openssh.com -C root@192.168.10.56 ` to start netbeans edit netbeans.conf \ `/netbeans/netbeans/etc/netbeans.conf` \ with line \ `netbeans_jdkhome="/usr/lib/jvm/java-8-openjdk"` \ run netbeans with: \ `./netbeans -J-Dnimrodlf.themeFile=/root/DarkTabaco.theme --cp:p /root/nimrodlf-1.2d.jar -J-Dsun.java2d.dpiaware=false --laf com.nilo.plaf.nimrod.NimRODLookAndFeel` path to netbeans \ `cd /root/netbeans/netbeans/bin` \ start netbeans with openJDK \ `LC_TIME="de_DE.ISO8859-1" LANG=de_DE.ISO-8859-1 GDK_BACKEND=x11 ./netbeans -J-Dnimrodlf.themeFile=/root/DarkTabaco.theme --jdkhome /usr/lib/jvm/java-11-openjdk --cp:p /root/nimrodlf-1.2d.jar -J-Dsun.java2d.dpiaware=false --laf com.nilo.plaf.nimrod.NimRODLookAndFeel -J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=lcd -J-Dorg.netbeans.editor.aa.fractional=true -J-Xms4096m -J-Xmx4096m`