树莓派装完系统后应该干什么

微信截图_20221009221205

首先开启vnc

sudo raspi-config

L3Byb3h5L2h0dHBzL2ltZzIwMjIuY25ibG9ncy5jb20vYmxvZy8yMzg1NjgzLzIwMjIwNC8yMzg1NjgzLTIwMjIwNDIxMDAyMDE2MDQ5LTEwMTQ4NTA5MC5wbmc=

L3Byb3h5L2h0dHBzL2ltZzIwMjIuY25ibG9ncy5jb20vYmxvZy8yMzg1NjgzLzIwMjIwNC8yMzg1NjgzLTIwMjIwNDIxMDAyMDE2MTMzLTIwNzE5ODUwMjcucG5n

L3Byb3h5L2h0dHBzL2ltZzIwMjIuY25ibG9ncy5jb20vYmxvZy8yMzg1NjgzLzIwMjIwNC8yMzg1NjgzLTIwMjIwNDIxMDAyMDE1OTI4LTIxMjQ3MjYzMzYucG5n

然后重启

sudo reboot

设置中文

选择本地化设置(Localisation Options)

执行

sudo raspi-config

2385683-20220421225733241-1184415006

选择区域设置(Locale)

2385683-20220421225733175-1929695871

用空格键勾选和取消项。取消原来默认勾选的项目,勾选“zh_CN GB2312”、“zh_CN.CB18030 GB18030”、“zh_CN.GBK GBK” 、“zh_CN.UTF-8 UTF-8”,选择完成后按Enter确认。

2385683-20220421225733632-660231044

上下键原则你想要设置的语言,这里选“zh_CN.UTF-8 UTF-8”,亲测ssh中文不乱码。选择完成按Enter确认,或者按TAB键切换到下面的“确定”与“取消”选项,再通过左右键选择进一步的操作。

2385683-20220421225733170-1261229216

重启树莓派

换国内源

设置root密码

sudo passwd root

进入root

su

换源

特别说明:Ctrl+o写入,Ctrl+x退出
nano /etc/apt/sources.list

把/etc/apt/sources.list所有内容替换为:

deb http://mirrors.tuna.tsinghua.edu.cn/debian buster main contrib non-free
deb http://mirrors.tuna.tsinghua.edu.cn/debian-security/ buster/updates main contrib non-free
deb http://mirrors.tuna.tsinghua.edu.cn/debian buster-updates main contrib non-free
# Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source'
#deb-src http://mirrors.tuna.tsinghua.edu.cn/debian buster main contrib non-free
#deb-src http://mirrors.tuna.tsinghua.edu.cn/debian-security/ buster/updates main contrib non-free
#deb-src http://mirrors.tuna.tsinghua.edu.cn/debian buster-updates main contrib non-free

然后在把/etc/apt/sources.list.d/raspi.list所有内容替换为:

deb http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ buster main ui
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ buster main ui

更新

sudo apt-get update
sudo apt-get upgrade
© 版权声明
THE END
喜欢就支持一下吧
点赞13赞赏 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容