vnc

サーバー

Arch Linux

# pacman -S tigervnc

# pacman -S xterm

# pacman -S gnome-session

起動と停止

$ vncserver

New 'example.com:1 (uchida)' desktop is example.com:1

Starting applications specified in /home/uchida/.vnc/xstartup
Log file is /home/uchida/.vnc/example.com:1.log

$ vncserver -kill :1
Killing Xvnc process ID 24814
クライアント

Arch Linux

# pacman -S gtk-vnc

使い方

$ gvncviewer example.com:1
Connected to server
Got credential request for 1 credential(s)
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Remote desktop size changed to 1024x768
Connection initialized
CentOS 7.3

sudo yum install tigervnc-server

$ vncserver


Return

Aug/06/2017 AM 08:15