#+title: VNC #+author: susu #+STARTUP: indent
- vnc
#+BEGIN_SRC shell
# for rhel yum install tigervnc-server rpm -ql tigervnc-server
vncserver vncserver -list vncserver -kill :x #+END_SRC
- Reference
- [[https://www.cnblogs.com/5201351/p/4227198.html][linux下tigervnc-servere服务的安装与使用]]