LoginSignup
6
6

More than 5 years have passed since last update.

CentOS7でxrdp

Last updated at Posted at 2015-01-12

参考

CentOS 7にxrdpを入れてWindows RTからアクセスする - いろいろやってみるにっき

インストール

yum install -y epel-release
/etc/yum.repos.d/xrdp.repo
[xrdp]
name=xrdp
baseurl=http://li.nux.ro/download/nux/dextop/el7/x86_64/
enabled=1
gpgcheck=0
yum install -y xrdp
~/.Xclients
#!/bin/bash
XFCE="$(which xfce4-session 2>/dev/null)"
exec "$XFCE"
chmod +x ~/.Xclients
systemctl start xrdp

xfce4が起動しない場合

OS再起動しうまくいくか確認。

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6