1. Expend System (sudo raspi-config)

2. Change keybaord layout to 104 key (US)

3. Change update source

backup and modify /etc/apt/sources.list as:

sudo cp /etc/apt/sources.list /etc/apt/sources.list_bk

sudo nano /etc/apt/sources.list

content as:

deb http://mirror.nus.edu.sg/raspbian/raspbian/ wheezy main contrib non-free rpi

deb-src http://mirror.nus.edu.sg/raspbian/raspbian/ wheezy main contrib non-free rpi

then Ctrl + O to save and Ctrl + X to quit.

sudo reboot

4. Update system

sudo apt-get update

sudo apt-get upgrade

sudo apt-get dist-upgrade

5. Install Chromium Browser

sudo apt-get install chromium-browser chromium

6. Install Chinese font and Chinese Pinyin input

sudo apt-get install ttf-wqy-zenhei

sudo apt-get install scim-pinyin

--------------------------

raspberry vnc (Linux中的远程桌面)
http://www.cnblogs.com/emouse/archive/2013/06/07/3124027.html  OK

raspberry stream server
https://www.raspberrypi.org/forums/viewtopic.php?t=56149  OK

https://jyhong.blog.ustc.edu.cn/2014/09/raspberry-pi-video-omxplayer/

$ omxplayer video-file-path

最新文章

  1. spring jdbc 查询结果返回对象、对象列表
  2. Flume(4)实用环境搭建:source(spooldir)+channel(file)+sink(hdfs)方式
  3. css 强制 中文、英文 换行
  4. C#实现 Eval
  5. LinearLayout 垂直滚动条
  6. OD调试篇5--如何应对OD使用中的一些问题
  7. 修改linux命令行提示符路径显示
  8. 自定义View(5)Paint常用的一些绘制滤镜,特效等介绍
  9. yii2.0图片上传
  10. 95后实习生的远程办公体验(asp.net mvc\C#技术栈)
  11. AIX盘rw_timeout值过小导致IO ERROR
  12. 20 ViewPager Demo4自动轮播
  13. Macro For Creating a dwStyle for a window without a menu bar and title bar
  14. 『TensorFlow』专题汇总
  15. win7 中 sql server2005 卸载简介
  16. 「POJ - 2318」TOYS (叉乘)
  17. Django学习手册 - 初识django
  18. 虚拟机模拟SSD用于Ceph测试
  19. PAT 甲级 1015 Reversible Primes(20)
  20. SoapUI利用Groovy对response与断言的处理

热门文章

  1. 51Nod 1256 乘法逆元 Label:exgcd
  2. 啥时候js单元测试变的重要起来?
  3. 【noiOJ】p7914(..)
  4. linux 中修改root的密码
  5. windows开机启动项
  6. Linux文件锁flock
  7. 索引器、哈希表Hashtabl、字典Dictionary(转)
  8. PHP 操作MySQL———来自copy
  9. nfs基本配置
  10. 关于html页面布局