摘要: 首先前提是知道树莓派的ip,并通过SSH连上树莓派。1,在终端输入:sudo apt-get install vnc-server2,安装完成后配置tightvncserver服务sudo chmod 755 /etc/init.d/tightvncserversudo update-rc.d tightvncserver defaults3,最后输入vncserver4,最后通过其他设备,比如iphone,ipad远程连接树莓派,默认端口是5901 阅读全文
posted @ 2013-02-26 21:44 _zao123 阅读(578) 评论(0) 推荐(0)