background

那年 我17 因为热爱与梦想 我去了某个比赛 认识了后面一直在指引我的t4哥

那年10月 我睡在黄浦江边的长凳上 江风刺骨

四年后 我谈了恋爱 有了些收入 也不再像当时那样落魄

拿起当年的玩具 思绪又回到了当年 买了个新壳子 内存卡现在也是真便宜 上了个64gb的

57aa19b77e03bf45ce0765a427942f7

安装

这玩意就跟电脑一样的

https://shumeipai.nxez.com/download#os

安装专门的烧录软件Raspberry Pi Imager(以前没用过 这个可以在烧录系统的时候就修改一些设置 很方便)

安装系统 https://downloads.raspberrypi.org/raspios_arm64_latest

烧录即可 选择支持ssh 配置好热点信息 ssh上去即可

image-20240930152223963

换源

sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list
sed -i 's/security.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list
apt-get update

安装远程桌面 可以直接3389上去

sudo apt-get install xrdp -y

壁纸变漂亮了

image-20240930152058621

测试

也没想好做什么 测测docker吧 要是好用 我干脆把他当移动靶场算了

# 添加阿里云Docker GPG密钥:
$ sudo apt-get update
$ sudo apt-get install ca-certificates curl
$ sudo install -m 0755 -d /etc/apt/keyrings
$ sudo curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
$ sudo chmod a+r /etc/apt/keyrings/docker.asc

# 添加Apt源:
$ echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://mirrors.aliyun.com/docker-ce/linux/debian \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
$ sudo apt-get update
$ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y

docker是装好了 镜像都被墙了 无语