树莓派 Raspberry Pi

使用总结

性能测试

http://bbs.elecfans.com/jishu_469577_1_1.html
这篇文章介绍了怎么测试树莓派
计算20000以内的素数

$ sudo apt-get install sysbench
$ sysbench --num-threads=4 --test=cpu --cpu-max-prime=20000 run

存储器性能测试

$ sudo apt-get install memtester time
$ sudo time memtester 256M 1

添加中文支持

http://shumeipai.nxez.com/2013/10/04/configuring-raspberry-pi-support-chinese.html

调整分区大小

http://www.linuxidc.com/Linux/2013-12/93430.htm

使用VNC远程登录

http://shumeipai.nxez.com/2013/09/04/login-rpi-with-vnc.html?variant=zh-cn

设置超频

http://www.oschina.net/translate/how-to-overclock-raspberry-pi

安装Flash

http://www.jianshu.com/p/f9397672d5fd

安装Chromium

wget http://ftp.us.debian.org/debian/pool/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u3_armhf.deb
wget http://launchpadlibrarian.net/218525709/chromium-browser_45.0.2454.85-0ubuntu0.14.04.1.1097_armhf.deb
wget http://launchpadlibrarian.net/218525711/chromium-codecs-ffmpeg-extra_45.0.2454.85-0ubuntu0.14.04.1.1097_armhf.deb
sudo dpkg -i libgcrypt11_1.5.0-5+deb7u3_armhf.deb
sudo dpkg -i chromium-codecs-ffmpeg-extra_45.0.2454.85-0ubuntu0.14.04.1.1097_armhf.deb
sudo dpkg -i chromium-browser_45.0.2454.85-0ubuntu0.14.04.1.1097_armhf.deb

各种玩法

  • 将树莓派变成服务器
    http://blog.csdn.net/xzknet/article/details/38989471

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