Previously I had shown..
- How to Install Linux on Raspberry Pi 3
- How to Install .Net Core 3.1 on Raspberry Pi 3
- ln: failed to create symbolic link '/usr/bin/dotnet/dotnet': File exists
use below command to open dhcpcd.conf in nano file editor
If it is not activated, follow below commands
sudo service dhcpcd start
sudo systemctl enable dhcpcd
then open file with below command
sudo nano /etc/dhcpcd.conf
eth0 = wired, wlan0 = wirelessappend below lines and save.
eth0 is the LAN port
interface eth0
static ip_address=192.168.1.20
static routers=192.168.1.1
static domain_name_servers=192.168.1.1
in the same way for Wifi alsowlan0 is the Wifi
interface wlan0
static ip_address=192.168.1.22
static routers=192.168.1.1
static domain_name_servers=192.168.1.1
ones done, You can use
remote Desktop,
VNC client
etc....
No comments:
Post a Comment