#修改軟件源爲國內站點
mv /etc/apt/sources.list /etc/apt/sources.list.old
touch /etc/apt/sources.list
echo "deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ jessie main contrib non-free rpi"bash
echo "deb src http://mirrors.ustc.edu.cn/raspbian/raspbian/ jessie main contrib non-free rpi"server
#更新源
apt-get updateget
#安裝中文幫助手冊
apt-get install manpages-zh軟件
#配置cman爲中文幫助手冊
echo "alias cman='man -M /usr/share/man/zh_CN' " >> /home/pi/.bashrc配置
#配置ll
echo "alias ll='ls -l'" >> /home/pi/.bashrcdate
#安裝xrdp
apt-get install xrdp tightvncservertouch