〇インストール&設定手順
以下のコマンドを実行します。
1. tigervncインストール
sudo apt-get install -y tigervnc-common tigervnc-standalone-server tigervnc-xorg-extension
2. VNC設定
cat << EOF > ~/.vnc/xstartup
#!/bin/sh
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
vncconfig -iconic &
dbus-launch --exit-with-session gnome-session &
EOF
tigervncpasswd
Password: パスワード入力
Verify: パスワード確認入力
Would you like to enter a view-only password (y/n)? n
3. VNCサーバーセッションの一覧確認
vncserver -list
4. VNC既存セッション終了
vncserver -kill :*
5. VNCサーバ開始
vncserver -localhost no -geometry 1152x864 -depth 24
0 件のコメント:
コメントを投稿