View this PageEdit this PageUploads to this PageVersions of this PageHomeRecent ChangesSearchHelp Guide

Instalar un servidor vnc en vez de las X (tce con linux debian 9.8 para TCM)

En el equipo en cuestión (p.ej. begoña), como root:
cd /var/cache/apt/archives/
scp metro@16.0.62.18:/incoming/vnctcelinux/* .
apt-get install tigervnc-standalone-server
cd /usr/bin
mv Xorg Xorg.real
echo '#!/bin/bash' > Xorg
echo '/usr/bin/Xtigervnc :0 -desktop $(hostname) -geometry 1024x768 -depth 24 -rfbauth /home/metro/.vnc/passwd -rfbport 5900' >> Xorg
chmod 755 Xorg