忍者ブログ

◆当blogは、Linuxサーバ構築する際の実際の設定手順を個人的メモとして記載しております。LinuC試験の役に立つ情報があるかも…?

LinuC(Linux技術者認定資格)&リナックスサーバ構築設定事例

   

【RHEL】EPELからxrdp追加

#=============================
#【外部接続の確認(インターネット疎通)】
ping -c 3 8.8.8.8 ; echo ;ping -c 3 google.co.jp
#=============================
#【ローカルリポジトリの確認】
#-----------------------------
dnf repolist
ls -ltr /etc/yum.repos.d/
ls -ltr /etc/yum.repos.d/redhat.repo
cat /etc/yum.repos.d/redhat.repo
#=============================
#【EPELリポジトリをダウンロードする】
dnf install --downloadonly --destdir . https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
find / -name epel-release-latest-8.noarch.rpm
ls -l /var/cache/dnf/commandline-a76fe31ae310b0c7/packages/epel-release-latest-8.noarch.rpm
#=============================
#【ダウンロードしたEPELリポジトリをインストールする】
dnf localinstall /var/cache/dnf/commandline-a76fe31ae310b0c7/packages/epel-release-latest-8.noarch.rpm
dnf update
rpm -qa | grep epel
dnf repolist
ls -ltr /etc/yum.repos.d/
#=============================
#【リモート接続用パッケージ(xrdp)の追加】
dnf --disablerepo="*" --enablerepo="epel" list available
dnf --disablerepo="*" --enablerepo="epel" list available | egrep "(xrdp|tigervnc-server)"
dnf --enablerepo="epel" install xrdp
#=============================
#【サービス(xrdp)設定】
systemctl status xrdp
systemctl start xrdp
systemctl enable xrdp
systemctl status xrdp
#=============================
#【リモートデスクトップ接続用のIPアドレス確認】
ip a | grep "inet "
 ⇒確認したIPアドレスを使ってリモートデスクトップ接続を試みる
PR

更新日付

03 2025/04 05
S M T W T F S
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

RECOMMEND

プロフィール

HN:
Account
HP:
性別:
非公開
職業:
--- NODATA ---
趣味:
--- NODATA ---
自己紹介:
◆当blogは、Linuxサーバ構築する際の実際の設定手順を個人的メモとして記載しております。LinuC試験の役に立つ情報があるかも…?

リンク

<<【RHEL】デバイス名の固定化  | HOME |  【Linux】仮想マシンの初期設定>>
Copyright ©  -- LinuC(Linux技術者認定資格)&リナックスサーバ構築設定事例 --  All Rights Reserved
Design by CriCri / Photo by Melonenmann / powered by NINJA TOOLS / 忍者ブログ / [PR]