'ubuntu 18.04'에 해당되는 글 2건

참고 영상 : https://www.youtube.com/watch?v=ZoLyD_26_gg

우분투 18.04에서의 설치

[설치 명령어]

1. apt-get update

2. apt-get install xrdp mate-core mate-desktop-environment mate-notification-daemon -y

3. sed -i.bak '/fi/a #xrdp multiple users configuration \n mate-session \n' /etc/xrdp/startwm.sh

4. ufw allow 3389/tcp


윈도우에서의 접속 방법



Xorg 로 로그인 접속 완료



블로그 이미지

_B_G_

,

하여튼 구글링 해보니 우분투 16.04에서 부터는

sudo apt install iptables-persistent

패키지를 설치해주고

 

sudo netfilter-persistent save
sudo netfilter-persistent reload

를 해줘야 한다 하더라.
다음에는 까먹지 말자.

블로그 이미지

_B_G_

,