美文网首页我爱编程
raspberrypi装系统后

raspberrypi装系统后

作者: 宝龙一族 | 来源:发表于2016-10-28 08:26 被阅读18次

查看路由器dhcp列表,获取ip,使用scrt登录


修改/etc/apt/sources.list

deb http://mirrors.aliyun.com/raspbian/raspbian/ jessie main non-free contrib rpi

deb-src http://mirrors.aliyun.com/raspbian/raspbian/ jessie main non-free contrib rpi

安装远程桌面,ubuntu下需要使用xrdesktop连接 ,比windows远程桌面慢

sudo apt-get install xrdp

sudo apt-get install vnc4server tightvncserver

安装字体

sudo apt-get install ttf-wqy-zenhei

安装输入法

sudo apt-get install fcitx fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sunpinyin

相关文章

网友评论

    本文标题:raspberrypi装系统后

    本文链接:https://www.haomeiwen.com/subject/uhnsuttx.html