debian tightvnc
Note: on Debian 9
- sudo aptitude install tightvnc
- configure to start with icewm
vi ~/.vnc/xstartup with below: #!/bin/bash xrdb $HOME/.Xresources icewm & chmod +x ~/.vnc/xstartup
- start: vncserver -localhost no
- stop: vncserver -kill :1
- usage
- Port 5901