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

 

相关文章:

  • 2021-12-04
  • 2021-09-08
  • 2021-06-25
  • 2022-01-04
  • 2021-11-26
  • 2021-06-28
  • 2022-01-24
  • 2022-01-21
猜你喜欢
  • 2022-12-23
  • 2021-11-14
  • 2021-11-15
  • 2021-07-29
  • 2021-06-13
  • 2022-12-23
  • 2021-05-14
相关资源
相似解决方案