个人树莓派3配置脚本

#修改软件源为国内站点
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

相关文章
相关标签/搜索