[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
howtos:window_managers:vnc [2012/10/22 18:08 (UTC)] – created - quick save, had a T3 just drop arfonhowtos:window_managers:vnc [2012/10/22 18:12 (UTC)] – ADDED: Header so it looks pretty in the HOWTOs arfon
Line 1: Line 1:
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 +====== VNC ======
 +
 ====== Setup VNC Server (on Slackware)====== ====== Setup VNC Server (on Slackware)======
 USING TightVNC: USING TightVNC:
Line 28: Line 30:
  
  
-====== Tunnel VNC Through SSH (on Slackware) ======+====== Tunnel VNC Through SSH (from Slackware) ======
 Open an SSH connection: Open an SSH connection:
      ssh -L 5901:127.0.0.1:5901 -N -f -l bob 192.168.1.34      ssh -L 5901:127.0.0.1:5901 -N -f -l bob 192.168.1.34
Line 43: Line 45:
  
  
-====== Tunnel VNC Through SSH (on Windows) ======+====== Tunnel VNC Through SSH (from Windows) ======
 Install Putty on the LOCAL machine. Install Putty on the LOCAL machine.
  
 howtos:window_managers:vnc ()