官方源列表
http://www.raspbian.org/RaspbianMirrors
更換阿里源
sudo vi /etc/apt/sources.list
更改以下源地址:
deb http://mirrors.aliyun.com/raspbian/raspbian/ wheezy main non-free contrib
deb-src http://mirrors.aliyun.com/raspbian/raspbian/ wheezy main non-free contrib
更新系統(tǒng)軟件:
sudo apt-get update
sudo apt-get upgrade
安裝中文支持
安裝中文字庫
sudo apt-get install ttf-wqy-microhei
設(shè)置系統(tǒng)語言為中文
sudo dpkg-reconfigure locales
修改鍵盤布局
sudo vim /etc/default/keyboard
sudo udevadm trigger --subsystem-match=input --action=change