Ubuntu 14.04にVNC入れる話
Posted on 2015/04/22(Wed) 23:05 in technical
サマリ
Ubuntu 14.04.2 DesktopにVNCを入れて素敵なリモートアクセス生活を送る僕向けの情報。
VNCでLightDMのログイン画面にアクセスして、ログインする方式。
ログアウトしたらログイン中のプロセスも全部死ぬパターン。
前略、結果です
インストール直後からスタートして、以下のように生活します。:
$ sudo su - # apt install openssh-server # apt install -y gdebi # wget https://bintray.com/artifact/download/tigervnc/stable/ubuntu-14.04LTS/amd64/tigervncserver_1.4.3-3ubuntu1_amd64.deb # gdebi tigervncserver_1.4.3-3ubuntu1_amd64.deb # vncpasswd /etc/vncpasswd Password: Verify: Would you like to enter a view-only password (y/n)? n # vi /etc/lightdm/lightdm.conf [VNCServer] enabled=true command=/usr/bin/Xvnc -rfbauth /etc/vncpasswd port=5901 width=1280 height=800 depth=24 # service lightdm restart
警告
この方式の場合、VNCを閉じるとログイン中のプロセスも全て切れるので、作業中は注意します。