Guest User

Untitled

a guest
Mar 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. sudo -s
  2.  
  3. export DISPLAY=:0.0
  4.  
  5. xhost +
  6.  
  7. /usr/lib/vino/vino-server &
  8.  
  9. xhost -
  10.  
  11. Press CTRL+C twice
  12.  
  13. exit
  14.  
  15. exit
  16.  
  17. ssh user@host -L 5900:localhost:5900 "x11vnc -display :0 -noxdamage"
  18.  
  19. vino-preferences
  20.  
  21. ssh -Y 123.123.12.3
  22.  
  23. vino-preferences
  24.  
  25. remmina
  26.  
  27. ssh -L 5900:localhost:5900 user@remote-computer
  28.  
  29. ssh -L 5900:localhost:5900 user@remote-computer
  30.  
  31. ssh -L 5900:localhost:5900 user@remote-computer
  32.  
  33. sudo apt install vino
  34.  
  35. echo $DISPLAY
  36. export DISPLAY=:0
  37. dbus-launch --exit-with-session gsettings set org.gnome.Vino enabled true
  38. dbus-launch --exit-with-session gsettings set org.gnome.Vino prompt-enabled false
  39. dbus-launch --exit-with-session gsettings set org.gnome.Vino require-encryption false
  40. /usr/lib/vino/vino-server
Add Comment
Please, Sign In to add comment