1. Remote control
Steps:
- Install xrdp package in raspberrypi by:
sudo apt-get install xrdp
- Remotely start xrdp service by:
sudo /etc/init.d/xrdp restart
- Windows run mstsc.exe to connect raspberrypi.
Steps:
- Open configure file by:
sudo nano /etc/dhcpcd.conf
- Configure your stastic IP address:
# Example static IP configuration:
#interface eth0
#static ip_address=192.168.137.10
#static ip6_address=......
#static routers=192.168.1.1
#static domain_name_servers=192.168.1.1 8.8.8.8 .......
- Restart net service by:
sudo service networking restart