0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

contabo VPSにxrdpをインストールしてみた

Posted at

参照サイト
https://www.youtube.com/watch?v=OEK86061KEU
https://novicengineering.com/ubuntu_mozc_install/

contabo VPSにxrdpをインストールしてみた。
Youtube動画のコマンドをそのまま入力して構築できた。

sudo apt-get update 
 sudo apt-get upgrade
 sudo apt-get install ubuntu-desktop
 sudo apt install gnome-software
 sudo apt-get install xrdp htop  

 sudo rm /usr/share/polkit-1/actions/org.freedesktop.color.policy
 sudo adduser remote
 sudo usermod -aG sudo,adm remote 
 sudo reboot

日本語環境をインストール

$ sudo apt install ibus-mozc 
$ ibus restart 
$ gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'jp'), ('ibus', 'mozc-jp')]"
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?