# yum repolist
# yum install epel-release
저장소 패키지 확인
http://dl.fedoraproject.org/pub/epel/
http://dl.fedoraproject.org/pub/epel/7/x86_64/e
# yum --disablerepo="*" --enablerepo="epel" list available
임의의 폴더에 rmp 다운로드, 설치
# wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# yum install epel-release-latest-7.noarch.rpm
# yum repolist
xrdp 도 epel 저장소에 있는데, dex-dextop , tiger-server 란 넘이 필요한듯???
# rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
# yum -y install xrdp tigervnc-server
# firewall-cmd --permanent --zone=public --add-port=3389/tcp
# firewall-cmd --reload
# vi /etc/sysconfig/vncservers
권한부여
# chcon -t bin_t /usr/sbin/xrdp
# chcon -t bin_t /usr/sbin/xrdp-sesman
서비스 등록,시작
# systemctl enable xrdp.service
# systemctl start xrdp.service
32비트 색상 지원 안되는 듯...
'시스템 > Linux' 카테고리의 다른 글
[VM] VirtualBox에 Ubuntu 18.04 server guest 설치 (0) | 2020.02.07 |
---|---|
특정일 이전 백업 파일 삭제하기 (0) | 2017.07.20 |
curl 간단 명령 (0) | 2017.04.03 |
bonding 설정 (0) | 2017.02.19 |
SSH, 방화벽 관련 설정 (0) | 2017.01.20 |
[CentOS7] systemd 기본사항 (0) | 2017.01.20 |
[centos7] 방화벽 설정하기 (0) | 2017.01.20 |
쉘 스크립트 (0) | 2014.07.27 |
패키징 관련 (0) | 2014.07.27 |