グラフィックスボードのドライバをインストール。
グラフィックスボードを使用している場合はドライバをインストールします。
デスクトップ環境の設定。
GNOME デスクトップ環境をインストールします。
root@www:~# apt -y install ubuntu-desktop
root@www:~# reboot
root@www:~# apt -y install ubuntu-mate-desktop
root@www:~# reboot
VNCサーバーの設定。
VNCサーバーをインストールします。
root@www:~# apt -y install tigervnc-standalone-server
webmaster@www:~$ vncpasswd Password: Verify:
webmaster@www:~$ tigervncserver -xstartup /usr/bin/mate-session -geometry 800x600 -localhost no New Xtigervnc server 'ubuntuserver:1 (root)' on port 5901 for display :1. Use xtigervncviewer -SecurityTypes VncAuth -passwd /root/.vnc/passwd :1 to connect to the VNC server.
webmaster@www:~$ tigervncserver -kill :1
Xrdpサーバーの設定。
Windows のリモートデスクトップ機能で接続できるようにXrdpサーバーをインストールします。
root@www:~# apt -y install tigervnc-standalone-server xrdp
root@www:~# systemctl enable xrdp
root@www:~# reboot
日本語環境の設定。
日本語環境のパッケージをインストールします。
root@www:~# apt -y install language-pack-ja-base language-pack-ja ibus-kkc
root@www:~# localectl set-locale LANG=ja_JP.UTF-8 LANGUAGE="ja_JP:ja" root@www:~# source /etc/default/locale
root@www:~# echo $LANG ja_JP.UTF-8
root@www:~# apt -y install task-japanese-gnome-desktop language-pack-gnome-ja-base language-pack-gnome-ja gnome-user-docs-ja libreoffice-help-ja libreoffice-l10n-ja thunderbird-locale-ja fonts-noto-cjk-extra
コメント