树莓派4 国内源 cat /etc/apt/sources.list deb https://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main contrib non-free rpi cat /etc/apt/sources.l ...
分类:
其他好文 时间:
2020-11-01 10:25:05
阅读次数:
16
1、查看网口 ip a 看到 eth0 lo wlan0等 2、进入 /etc/netplan/ ,复制备份内部现存的*.yaml文件,编辑原文件 network: version: 2 ethernets: eth0: optional: true dhcp4: true wifis: wlan0 ...
分类:
Web程序 时间:
2020-10-08 18:17:42
阅读次数:
27
This is an in-detail account of the Raspberry Pi boot process collected from various sources, mainly from the official forums. First, you need to know ...
分类:
Web程序 时间:
2020-08-12 15:43:48
阅读次数:
87
高阶函数: 接受函数为参数,或者把函数作为结果返回的函数是高阶函数。 例子: python的sorted函数 需求:根据单词长度排序。 fruits=['strawberry','fig','apple','cherry','raspberry'] sorted(fruits,key=len) 需求 ...
分类:
编程语言 时间:
2020-07-26 01:10:26
阅读次数:
64
前言 本文简记使用 VNC Viewer 连接树莓派。 使用 raspi-config 配置系统 raspi-config 是 Raspberry PI 官方 Raspbian 镜像自带的一个系统配置工具。 输入命令使用工具: sudo raspi-config 启用 VNC 主菜单选择第 5 项 ...
分类:
其他好文 时间:
2020-07-18 15:40:28
阅读次数:
71
下载附件后,直接给出了p,q,e n = 773520893984898507968061463358178227437114815729335290490531331540941846732272670284818953272149012170851769784825594825465619279 ...
分类:
Web程序 时间:
2020-06-22 12:29:08
阅读次数:
56
设备:树梅派3B 系统:Raspberry OS 修改root账户密码及切换账户如下: 1 sudo passwd pi #修改用户名pi的密码,按照提示重复输入两次新密码即可 2 sudo passwd root #修改root账户的初始密码 3 su root #切换登陆到root账户 4 su ...
分类:
其他好文 时间:
2020-06-17 16:47:48
阅读次数:
67
在工作中,windows占据了pc界90%的份额,在强大的windows中,我们都很熟悉的经典操作系统XP/Win 7,windows对于锁屏非常的简单,只需在离开时按键盘 win+L 键即可锁定计算机。 但是我们在这里谈论的是Raspberry Pi。 如果您以无标题的方式运行它或以命令行模式运行 ...
分类:
其他好文 时间:
2020-06-15 15:42:32
阅读次数:
145
硬件:Raspberry Pi 4B(4g或8g版本)系统:Ubuntu 20.04 LTS Docker:18.09.9mysql镜像:biarms/mysql:5.7.30-linux-arm64v8 注意:因为我们树莓派4B本身并非x86,而是arm架构,且我们的系统装的是64位ubuntu, ...
分类:
Web程序 时间:
2020-06-13 23:42:12
阅读次数:
342
树莓派版本: Raspberry Pi 4B 操作系统 : Ubuntu Server 20.04_x64 使用 ip a 查看无线网卡名称: ubuntu@ubuntu:~$ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue st ...
分类:
其他好文 时间:
2020-05-30 01:01:28
阅读次数:
92