Loading...
0x00BerryBoot是一款基于树莓派启动的启动管理工具, 它最大的优势是可以在不通过SD卡的前提下在多个系统中选择启动, 你既可以将系统存放在卡上,也可以, 如果你需要更多空间的话,将系统运行在外接的硬盘上并配置BerryBoot只将SD卡作为一个启动器。可以将它看作是一个引导系统0x01在这里下载下载后将其解压并将全部文件放入FAT32格式的空白SD卡,将SD卡插入树莓派,通电开机。...
0x00采用go语言编写,可编译直接运行使用s8050三极管作为开关使用14号针脚作为信号开关2019-11-7 新增后台服务启动0x01package main import ( "bufio" "flag" "fmt" "github.com/rehtt/gogpio" ...
执行命令添加源:echo 'deb [trusted=yes] http://dl.bintray.com/yoursunny/PiZero stretch-backports main' |\ sudo tee /etc/apt/sources.list.d/bintray-yoursunny-PiZero.list sudo apt updatePython3:sudo apt ins...
服务端:# -*- coding: utf-8 -*- import socket import os import time #监听ip和端口 IP_Post = ('0.0.0.0', 1234) sk = socket.socket() sk.bind(IP_Post) sk.listen(5) while True: conn, addr = sk.accept() ...
#!/bin/sh sudo apt update sudo apt install -y apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/raspbian/...