Chapter 8 :Remote Desktop - ON-FIX

Post Top Ad

Sunday 1 December 2019

Chapter 8 :Remote Desktop

Remote Desktop

เราสามารถเข้าไปควบคุมเครื่อง Raspbian ระยะไกลผ่านทางการ Remote ได้
(สำหรับ Raspbian with desktop ส่วน Raspbian Lite ก็ใช้การเชื่อมต่อแบบ ssh แทนเพราะถึงยังไงก็มีแต่  terminal อยู่แล้ว)



1. Update Raspberry Pi packages ด้วยคำสั่ง

           sudo apt-get update                             

2. Upgrade Raspberry Pi Packages ด้วยคำสั่ง

           sudo apt-get upgrade -y                      

3. ติดตั้ง xrdp ด้วยคำสั่ง

           sudo apt-get install xrdp -y                 
4. ขั้นตอนการ remote

          4.1 เปิดโปรแกรม Remote Desktop Connection

          4.2 กรอก ip ของบอร์ด raspberry pi

          4.3 กรอก username
          4.4 กรอก password
          4.5 กดปุ่ม ok


หมายเหตุ ค่าเริ่มต้นของระบบ
                 username:  pi 
                 password:    raspberry
                 command บน window 10 เพื่อหา ip  ของบอร์ด raspberry pi  ด้วยคำสั่ง
                 ping -4 raspberrypi.local 
                 ดู ip ด้วย command  บน Raspbian
                 ifconfig


No comments:

Post a Comment

Post Bottom Ad