Thứ Năm, 8 tháng 11, 2012

[Tutorial] Install VNC-Desktop (Centos 5.4)

Thường thì các bạn chỉ nghe khái niệm cài Remote desktop trên server window. Nhân tiện có con VPS cũng nghịch ngợm tý cài Remote desktop cho server linux( Linux Centos 5.4)

yum grouplist


yum groupinstall "X Window System" "GNOME Desktop Environment"


yum groupinstall "X Window System" "KDE (K Desktop Environment)"


yum install gcc pam-devel openssl-devel


wget http://sourceforge.net/projects/xrdp/files/xrdp/0.4.1/xrdp-0.4.1.tar.gz/download


tar -zxvf xrdp-0.4.1.tar.gz


cd xrdp-0.4.1


make


sudo make install

ln /usr/local/xrdp/xrdp_control.sh /etc/init.d/xrdesktop


gconftool-2 –type list –list-type=string –set /desktop/gnome/peripherals/keyboard/kbd/layouts [damnlayouts]


vi /etc/xrdp/sesman.ini



đổi đoạn 127.0.0.1 thành 0.0.0.0

[Globals]
ListenAddress=127.0.0.1 <<<< nó nè
ListenPort=3350
EnableUserWindowManager=1
UserWindowManager=startwm.sh
DefaultWindowManager=startwm.sh
xong xuôi nhấn [ESC] [:] [w] [q] [Enter] . Bạn nào khôg hiểu thì có thể search google với từ khóa " Trình soạn thảo VI trong Linux"

/sbin/chkconfig --add xrdesktop


/sbin/service xrdesktop start


yum install firefox 


Và đây là thành quả của mình



Sau khi đăng nhập sẽ là như này

End Tut: kakavn_85