您的位置:首页 > 编程语言 > ASP

Raspberry PI 起步

2013-06-23 00:16 232 查看
1. raspbian的安装配置过程

《树莓派Raspberry Pi上手报告》

http://www.leiphone.com/raspberry-pi-hands-on.html

2. 使用远程连接

《树莓派个人实测 Q&A(最新修改使用windows连接远程桌面》

http://www.eeboard.com/bbs/thread-5191-1-1.html

(注:此帖中提到的方法重启后就失效,每次reboot后都需要手动运行vncserver –geometry 1024x768命令来开启服务,要自动运行服务,参见3 )

3. 自动开启tightvnc服务

You can actually have this start at a boot-up by editing your /etc/rc.local file and inserting the following before the exit 0 line.
su -c "tightvncserver :1 -geometry 1280x1024 -depth 24" user
Geometry you can change to your screen resolution and user would your username that you use to login.

来自http://myraspberrypiexperience.blogspot.com/2012/08/start-vnc-automatically.html评论中的一条,作者unknown…- -|

4. 修改VNC服务器密码

《Linux下VNC配置多个桌面和修改密码》

http://blog.sina.com.cn/s/blog_4ab088470100x605.html

5. TP-LINK TL-WN725N 2.0 无线网卡raspbian驱动

《树莓派raspbian系统下安装TL-WN725N 2.0无线网卡驱动》

http://zhangshenjia.com/exprience/raspbian-tl-wn725/

6. 开启root用户

《树莓派(raspberry)启用root账户》

http://outofmemory.cn/code-snippet/2897/shumeipai(raspberry)qiyongrootzhanghu

7. 默认用户及密码

用户名:pi,密码raspberry

8. 配置静态IP

《<raspberry pi> raspberry pi 设置wlan 静态ip》

/article/5864379.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: