debian tightvnc

Note: on Debian 9

  1. sudo aptitude install tightvnc
  2. configure to start with icewm
    vi ~/.vnc/xstartup with below:
    
    #!/bin/bash
     xrdb $HOME/.Xresources
     icewm &
     
     chmod +x ~/.vnc/xstartup
    
  3. start: vncserver -localhost no
  4. stop: vncserver -kill :1
  5. usage
    1.   Port 5901
posted @ 2022-04-01 17:09  tang88seng  阅读(47)  评论(0编辑  收藏  举报