Skip to content

Instantly share code, notes, and snippets.

@kamal2222ahmed
kamal2222ahmed / xrdp_rhel_centos_6.md
Created April 28, 2016 16:56 — forked from dduvnjak/xrdp_rhel_centos_6.md
Setting up xrdp on RHEL 6

1 - Install the prerequisites for building and installation

yum groupinstall Desktop -y
yum install finger cmake patch gcc make autoconf libtool automake pkgconfig openssl-devel gettext file pam-devel libX11-devel libXfixes-devel libjpeg-devel
yum install flex bison gcc-c++ libxslt perl-libxml-perl xorg-x11-font-utils tigervnc-server git -y
reboot

2 - Get the latest source from the xrdp git repo, build and install

git clone git://github.com/FreeRDP/xrdp.git
@kamal2222ahmed
kamal2222ahmed / git_ctl.md
Last active February 23, 2016 09:58 — forked from zhanzhenchao/git_ctl.md
git

What is Git?

Explanation:

  • Workspace: local workspace
  • Index:local staging area
  • Repository:Local Warehouse
  • Remote:a remote repository