Graphics mode sharing
=====================

You:
1) Port forward 5500 on your router
2) apt-get install xvnc4viewer
3) xvnc4viewer -listen

Student:
1) apt-get install x11vnc
2) x11vnc -connect your-ip


Console sharing
===============
You:
1) Port forward 5500 on your router
2) apt-get install socat
3) socat tcp-listen:5500,keepalive=1 stdio,raw,echo=0

Student:
1) apt-get install screen socat
2) socat SYSTEM:"sleep 1; exec screen -xRR ra$$",pty,stderr 
tcp:your-ip:5500 & screen -l -S ra$$

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to