当前位置: 代码迷 >> 综合 >> 树莓派 raspbian 常用命令笔记
  详细解决方案

树莓派 raspbian 常用命令笔记

热度:53   发布时间:2023-11-23 01:31:38.0

raspbian 类似ubantu

网络设置文件:  /etc/wpa_supplicant/wpa_supplicant.conf

重启网络

systemctl restart networking

查看网络: wpa_cli status

时区设置:dpkg-reconfigure tzdata

docker sh安装后启动失败。这样之后启动成功 :

卸载doker: apt-get purge docker-ce 

自动卸载不需要的依赖:  apt autoremove

安装一个合适raspbian版本的docker  apt-get install docker-ce=18.06.1~ce~3-0~raspbian

类 ubantu下安装ssl : 
 

apt install openssl-develapt-get install python3-setuptools

 一个修改过的网络配置文件:  /etc/network/interfaces

 

打开I2C 

/etc/modprobe.d/raspi-blacklist.conf

/etc/modules

raspi-config

i2cdetect -y 1

i2cget -y 1 0x68

 

dos下查找局域网路由表

for /l %i in (1,1,254) do ping -n 1 -w 2  192.168.0.%i

arp -a | findstr b8