【树莓派】Raspberrypi设置静态ip地址或者DHCP自动获取
树莓派设置ip地址
树莓派的ip配置文件为:/etc/network/interfaces
如果其中有一行为“iface eth0 inet dhcp”,那么说明你的树莓派的IP是由DHCP分配的
如果想改成静态地址需要修改为:
iface eth0 inet static address 192.168.0
树莓派设置ip地址
树莓派的ip配置文件为:/etc/network/interfaces
如果其中有一行为“iface eth0 inet dhcp”,那么说明你的树莓派的IP是由DHCP分配的
如果想改成静态地址需要修改为:
iface eth0 inet static address 192.168.0
微软在2015年4月29日发布了树莓派玩家期待已久的 Windows 10 物联网核心预览版(Windows 10 IoT Core Insider Preview Image for Raspberry Pi 2)。
这是Windows首次登录树莓派,下面为你介绍如何在树莓派2上安装Windows10。
1、安装VNC
sudo apt-get install tightvncserver
2、增加一个桌面
tightvncserver
第一次执行需要设置一个密码,可以加入开机启动