import java.util.Scanner
fun main() {
val sc = Scanner(System.`in`)
// Declarem les variables numèriques
var c1: Int = 0
var c2: Int = 0
var c3: Int = 0Ventoy és una eina molt versàtil per preparar dispositius d'emmagatzematge tant per iniciar ISOs (semblant a Rufus o Balena Etcher) com per la seva part més desconeguda: engegar dispositius d'emmagatzematge virtuals (.vdi o .vhd) directament com si fossin dispositius reals.
Es tracta d'una opció que permet tant la utilització de sistemes GNU/Linux com Windows. Tot i que amb Windows la configuració és més senzilla, val molt la pena aprendre a fer màquines virtuals amb GNU/Linux que et poden permetre tenir entorns de proves portables.
Es poden utilitzar des de pendrive o SSD/NVME. Si ho poses dintre del dispositiu d'arrancada d'un portàtil es poden fer reparacions dels dispositius sense ni tan sols haver de desmuntar el dispositiu intern per fer-ho funcionar des d'un dispositiu extern on executis VirtualBox.
La web oficial del projecte Ventoy
This Gist Post has the purpose to illustrate how to install Scene Builder software on Linux Ubuntu-Like Systems.
Scene Builder is a crossplatform software with the aim of creating and design GUIs (Graphical User Interfaces) compatible with the library JavaFX for desktop software applications development. The output is an xml file with the definition of the elements of the graphic interface and captured events.
Usually it is operated inside IntelliJ IDE from JetBrains with its pluguin but it is a little bit unstable. In the other hand, the Scene Builder desktop application, which is the protagonist of this gist post, works much better.
Note
>This was tested for Scene Builder 21.0.0 over an Ubuntu 22.04.3 LTS 64-bit GNOME Version 42.9 but it should work on any Ubuntu starting from version 18.04.4 LTS and above.

