欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

树莓派修改root密码并修改更新源

程序员文章站 2022-05-31 11:14:26
...

一,修改root密码

[email protected]:~ $ sudo passwd root
New password:                                    #在这输入你要设置的密码
Retype new password:                             #在输一遍你要设置的密码
passwd: password updated successfully            #设置成功

二,修改更新源

[email protected]:~ $ su root                       #切换到root用户 
Password:                                        #输入root的密码
[email protected]:/home/pi# echo "deb http://mirrors.aliyun.com/raspbian/raspbian/ jessie main non-free contrib rpi" >/etc/apt/sources.list
[email protected]:/home/pi# echo "deb-src http://mirrors.aliyun.com/raspbian/raspbian/ jessie main non-free contrib rpi" >>/etc/apt/sources.list
[email protected]:/home/pi# apt-get update         #获取更新
[email protected]:/home/pi# apt-get upgrade        #更新系统   

上一篇: centos7安装redis

下一篇: npm 使用