raspberry 3b+ 远程VNC登录

一、添加国内软件源

Raspberry Pi(树莓派)国内软件源:(http://www.linuxidc.com/Linux/2013-10/91012.htm)

先复制粘贴系统本身资源列表(此操作防止自己改错文件无法恢复)

pi@raspberrypi:/ $ sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

修改配置文件:

pi@raspberrypi:~ $ vi /etc/apt/sources.list

增加以下列表

 
  
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi 
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi 
deb http://mirrors.neusoft.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi 
deb-src http://mirrors.neusoft.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi 
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi 
deb-src http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi


修改文件后更新

sudo apt-get update

添加vncserver

sudo apt-get update

sudo apt-get install tightvncserver

 安装完成后运行vncserver

tightvncserver

然后创建连接密码。

最后电脑端 使用TightVNC Connection 远程连接即可

raspberry 3b+ 远程VNC登录_第1张图片

你可能感兴趣的:(树莓派)