OS/Linux
Ubuntu 18.04 LTS원격데스크톱 서비스(xRDP) 설치
파란크리스마스
2019. 1. 26. 10:28
728x90
출처
설치
$ sudo apt-get install xrdp xorgxrdp
서비스 등록
$ sudo systemctl enable xrdp Synchronizing state of xrdp.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable xrdp
Authenticate 팝업창 제거
sudo bash -c "cat >/etc/polkit-1/localauthority/50-local.d/45-allow.colord.pkla" <<EOF [Allow Colord all Users] Identity=unix-user:* Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile ResultAny=no ResultInactive=no ResultActive=yes EOF
Tweak-tool을 설치
$ sudo apt-get install -y gnome-tweak-tool