Descripción: Instalar Centos 6.3 en maquina virtual.
Descripción: implementacion de mesa de ayuda
Pasos, requerimientos, configuración, que hacer después de instalar.Descripción completa
Descripción: manual
CentOS AdministratorFull description
CentOS AdministratorFull description
Descripción completa
Descripción completa
Descripción: elec
INSTALACION DE SERVIDOR WEB (CENTOS) Este servidor se utiliza para servidor web o servidor HTTP es un programa informático que procesa una aplicación del lado del servidor realizando conexio…Descripción completa
Descripción: Instalar y Configurar Samba en Centos paso a apso
Instalación y configuración de BackupPC en Centos 7Descripción completa
Manual paso a paso para instalar OCS Inventory en Linux Centos
Descripción: Install Free Radius on linux Centos 6 an ubuntu 11
Descripción: Practica de al Uiversidad Autonoma de Occidente - Servicios Multimedia (Christian Loaiza Garcia)
Full description
instalacion de ouwncloud para servidores windows 2008
Install XRDP Server on CentOS 6.3 (X86_64) Posted on September 10, 2012 by Vernon Spangler
Recientemente he pensado que sería bueno para instalar un método que me permite utilizar el cliente de Escritorio Remoto de Windows W indows para conectarse a un CentOS 6.3 mi sistema. Este método utiliza el servidor xrdp conectar localmente a un Servicio de VNC. Le tomó una buena cantidad de investigación en línea sin ningún tipo de instrucciones reales sobre lo que debe hacer. Install/Update EPEL & RPMforge to CentOS 6.3 #rpm -Uvh http://packages.sw.b http://packages.sw.be/rpmforge-rel e/rpmforge-release/rpmforge-r ease/rpmforge-release-0.5.2elease-0.5.22.el6.rf.x86_64.rpm #rpm -Uvh http://dl.fedoraproj http://dl.fedoraproject.org/pub ect.org/pub/epel/6/x86 /epel/6/x86_64/epel-release-6_64/epel-release-68.noarch.rpm #yum -y update #yum repolist Install needed Packages #yum install -y xrdp tiger-vncserver autoconf automake libtool openssl-devel pam-devel libX11-devel libXfixes-devel Download and install the updated version of XRDP I downloaded mine to roots home directory in order confirm that everything is being installed correctly http://www.xrdp.org/ #tar -zxf xrdp-v0.6.0.tar.gz #mv xrdp-v0.6.0/ /usr/lib64/xrdp-v0.6.0/ /usr/lib64/xrdp-v0.6.0/ #cd /usr/lib64/xrdp-v0.6.0/ /usr/lib64/xrdp-v0.6.0/ Now to install updated version of XRDP #./bootstrap #./configure #make #make install Setup Users Groups #groupadd tsusers #groupadd tsadmins Edit Groups file #nano -w /etc/groups Edit the following lines to look like this. tsusers:x:501:YOURUSERNAME tsadmins:x:502:root Now to setup VNC Password for the user that you want to use XRDP Services #su YOURUSERNAME YOURUSERNAME #vncpasswd Insert your password twice #exit To return root user Time to Edit the VNC Server #nano -w /etc/sysconfig/vncservers
Insert at the end of file VNCSERVERS="1:YOURUSERNAME" VNCSERVERARGS[1]="-geometry 1024x768 -depth 16" Now to hook XRDP Server to the rc.local file #nano -w /etc/rc.local or #nano -w /etc/rc.d/rc.local Add the following to the end of the file /etc/xrdp/xrdp.sh start Now to turn on the services and setup the Startup when you reboot #chkconfig vncserver on #service vncserver start #/etc/xrdp/xrdp.sh start Now you should be able to RDP to your linux system. Please keep in mind that you may need to port for ward port 3389 if your firewall is enabled. I f you are unable to connect try rebooting your systems and see if it will let you connect. I found it has a 50/50 chance to allow you to connect on the first time without a reboot. Below is a screen shoot of what you should see when you connect to system.
Como instalar XRDP en Linux Centos Descargo repositorio [root@dev ~]# rpm -Uhv http://download.fedoraproject.org/pub/epel/6/i386/epel-release-65.noarch.rpm Retrieving http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm warning: /var/tmp/rpm-tmp.BIUgyM: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY Preparing... ########################################### [100%] 1:epel-release ########################################### [100%] [root@dev ~]#
------------------------------------Instalamos XRDP Install XRDP On CentOS Linux Using Yum: [root@dev ~]# yum install xrdp
--------------------------------Chequeo la configuracion de /etc/xrdp/xrdp.ini
Example xrdp.ini Configuration File For XRDP: [root@dev ~]# less xrdp.ini [globals] bitmap_cache=yes bitmap_compression=yes #address=127.0.0.1 port=3389 crypt_level=high channel_code=1 [xrdp1] name=sesman-Xvnc lib=libvnc.so username=ask password=ask ip=127.0.0.1 port=5901 --------------------------------------2.1. Creo los usuarios de vnc Atencion: si el usuario ya existe no es necesario cr earlo
$ su -
# useradd user
------------------------Me logueo con el usuario , y escribo el comando vncpassd Esto crea el directorio .vnc
su user vncpasswd # ingreso el mismo password del usuario (en este caso user) [~]$ cd .vnc [.vnc]$ ls passwd
-------------------------------------me logueo como root su ---------------------------------------------------edito /etc/sysconfig/vncservers, y agrego lo siguen en el archivo. VNCSERVERS="1:NOMBREDELSUARIOCREADO(user)" VNCSERVERARGS[1]="-geometry 640x480" -----------------------------------Set XRDP And TigerVNC To Start At Boot On CentOS Linux: [root@dev ~]# chkconfig xrdp on [root@dev ~]# chkconfig vncserver on [root@dev ~]# /etc/init.d/vncserver start Starting VNC server: 1:user New 'dev:1 (alex)' desktop is dev:1 Starting applications specified in /home/user/.vnc/xstartup Log file is /home/alex/.vnc/dev:1.log [ OK ] [root@dev ~]#