วันเสาร์ที่ 2 กรกฎาคม พ.ศ. 2559

การ set remote desktop บน ubuntu

1. ติดตั้ง xRDP
    sudo apt-get update
     sudo apt-get install xrdp
 
2. ติดตั้ง  XFCE4
    sudo apt-get install xfce4
    sudo apt-get install xfce4-terminal
    sudo apt-get install gnome-icon-theme-full tango-icon-theme
 
3.  Configure xRDP
     3.1. สร้างไฟล์  .xsession ที่ home directory
            echo xfce4-session >~/.xsession
 
      3.2. ทำการแก้ไข xRDP file 
            sudo nano /etc/xrdp/startwm.sh 
      3.3. แก้ตามรายละเอียดดังนี้
 
             #!/bin/sh

             if [ -r /etc/default/locale ]; then
             . /etc/default/locale
             export LANG LANGUAGE
             fi 
 
             startxfce4
 
4. Reboot เครื่อง
    sudo reboot
     
5. Connect remote ผ่านทาง windows เลย

อ้างอิง: http://www.tweaking4all.com/software/linux-software/use-xrdp-remote-access-ubuntu-14-04/
           https://askubuntu.com/questions/592537/can-i-access-to-ubuntu-from-windows-remotely
 

ไม่มีความคิดเห็น:

แสดงความคิดเห็น