728x90
300x250

[Ubuntu 14.10] XRDP - 우분투 14.10 서버(Gnome Classic)

 
우분투 14.10 서버에서 XRDP를 사용하는 방법에 대해서 소개하고자 합니다.


1. 설치하기


1. Install XRDP Package from Ubuntu Repository

sudo apt-get install xrdp

 

xrdp를 설치합니다. (터미널)

 

2. 방화벽 포트 개방

sudo ufw allow 20

sudo ufw allow 21 

sudo ufw allow 22 

sudo ufw allow 3389 (RDP 프로토콜)

 

3. Installing the SSH(OpenSSH)

sudo apt-get install SSH

 

4. Installing the xfce4

sudo apt-get install xfce4

 

5. Installing the Gnome-Terminal

sudo apt-get install gnome-terminal

 

6. 나눔체, 나눔코딩체, Nabi 프로그램 설치(언어전환) (옵션)

sudo apt-get install ttf-nanum ttf-nanum-coding nabi

 

7. Installing the MATE Desktop environment

sudo apt-get update
sudo apt-get install mate-core mate-desktop-environment mate-notification-daemon

 

8. .xsession 파일 만들기

sudo echo mate-session> ~/.xsession

 

9. Hostname 확인하기

hostname -I

 

10. xrdp 서비스 재시작

sudo service xrdp restart

 


2. 클라이언트에서 사용하기


원격 데스크톱 연결을 실행합니다.


 

Fig 2-1) 원격 데스크톱 연결

 

우분투 서버 계정 정보를 입력하고 OK를 클릭합니다.

 

 

Fig 2-2) 원격 데스크톱 연결

 

Fig 2-2처럼 설정된 우분투의 계정을 입력 후 로그인을 하면, Fig 2-3처럼 로그인된 화면을 볼 수 있다.

 

 

Fig 2-3) 원격 데스크톱 연결

반응형
728x90
300x250
[Windows 7] 멀티 원격데스크톱으로 패치

 

원격데스크톱 연결을 할 때 XP와 7은 서버가 아니기에 접속자 수가 1명으로 제한되어 있다. XP로 2명 이상 다중 접속을 하기위한 방법은 설명을 올려 두었으나 7으로 2인 이상 접속하는 방법을 올리지 않아 지금 올려본다. 인터넷 검색으로는 대부분 Ultimate 또는 버젼 7600에 관련된 내용만 있어 설정이 안되는 경우가 많다. 아래 파일을 받아 실행하여 체크한 후 재부팅과 상관없이 바로 접속이 가능하다.

 

When connecting to a remote desktop, XP and 7 are not servers, so the number of users is limited to one. I have posted instructions on how to make multiple connections with two or more people in XP, but I do not upload a way to connect two or more people at 7, so I upload them now. Internet search is mostly about Ultimate or version 7600, and it is often not set up. It can be accessed immediately regardless of the reboot after checking and executing the following file.

 

이 내용은 파워유저를 위해 만든 것이다. 물론 이 패치를 적용했을 때 문제에 대해서는 책임지지 않는다.

This is intended for power users. Of course, we are not responsible for problems when applying this patch.

동작이 완벽하게 된다는 보장을 하지 않는다.

There is no guarantee that the behavior will be perfect.

 


1. 설정하기(Setting)

 

공통으로 설정해야 할 부분이다. 제어판에서 시스템->속성에 들어간다.

원격 탭을 클릭하면, 아래의 그림과 같은 화면이 뜬다.

 

This is a common setting. In Control Panel, go to System -> Properties.
Click the Remote tab, and the following screen will appear.

 

 

그림 1-1) 원격 설정

 

형광 팬으로 칠한 부분을 선택해야만 Termsvr.dll이 설치가 된다. 즉, 원격데스크톱 서비스가 활성화된다는 것을 의미한다.

이러한 형태를 지원하는 운영체제 버전은 다음과 같다.

Termsvr.dll will be installed only if you select the area painted with the fluorescent fan. This means that Remote Desktop Services is enabled.
The operating system versions that support this type are as follows.

 

 Windows XP

Windows Vista 

 Windows 7

Windows 8 

 Professional(SP2, SP3)

Business

Enterprise

Ultimate 

Professional

Ultimate 

Professional

 

(윈도우 7용) 두가지 타입

 


2. UniversalTermsrvPatch - Made in China

 

 

 

[첨부 / Attachment]

UniversalTermsrvPatch_20090425.zip

 

중국이 만든 거 같은데, ReadMe를 보면 termsrv.dll을 백업하고 사용하라고 경고하고 있다.

C:\windows\system32\termsrv.dll

이 파일을 백업하고 사용하면 된다.

= It seems like China made it, ReadMe warns you to back up and use termsrv.dll.
= C:\windows\system32\termsrv.dll
= You can back up and use this file.

 


3. Concurrent_RDP - Made in China

 

 

[첨부 / Attachment]

Concurrent_RDP_Patcher.zip

 

이거는 파일 한 개의 형태로 된 패치 파일이다.

이전의 Made in China 프로그램하고는 사용하는 면에선 매우 편리하고 잘 만들어져 있다.

= This is a patch file in the form of a file.
= The former Made in China program is very convenient and well-crafted in terms of use.

 

 

반응형

+ Recent posts