2023-06-24 01:37:44 +02:00
|
|
|
#!/bin/bash
|
2023-06-24 02:29:09 +02:00
|
|
|
|
|
|
|
# Adjust Geometry for Desktop:
|
2023-06-24 02:00:44 +02:00
|
|
|
#/usr/bin/vncserver :1 -geometry 1280x800 -depth 24
|
2023-06-24 13:47:36 +02:00
|
|
|
#/usr/bin/vncserver :1 -geometry 1024x768 -depth 24
|
|
|
|
# Reduced windows ...
|
|
|
|
/usr/bin/vncserver :1 -geometry 980x650 -depth 24
|
2023-06-24 02:29:09 +02:00
|
|
|
|
2023-06-24 16:29:06 +02:00
|
|
|
# Lanzamos una BASH para esperar comandos y evitar cerrar el contenedor
|
|
|
|
/bin/bash
|
2023-06-24 01:37:44 +02:00
|
|
|
|