please help me to connect raspberry pi 3 to laptop through ethernet
please help me to connect raspberry pi 3 to laptop through ethernet
Put the raspberry Pi on your home network and use xrdp to connect. Just do a google search for Pi and xrdp.
thanks Michael for help ..
If you don't need a GUI, ssh is the simplest connection tool:
ssh user-id@host-address
Mine is an openelec (kodi) system, so I just go there as the root:
ssh root@host-address
(Password=openelec)
Openelec's cmdline.txt is in /flash mounted on /dev/mmcblk0p1.
You didn't mention which O/S you are running. However, you can find a Linux or Unix file this way after logging in:
find / -name cmdline.txt 2> /dev/null