随笔分类 -  RaspberryPi

学习笔记
Respberry Pi Firefox 中文设置
摘要:在这个URL路径下下载中文扩展: http://releases.mozilla.org/pub/firefox/releases/39.0/linux-x86_64/xpi/ 划横线部分对应你自己的Firefox版本,现在zh-cn这个扩展,安装之后重启Firefox。 阅读全文
posted @ 2017-11-05 15:48 assassinice 阅读(194) 评论(0) 推荐(0)
RS常用命令
摘要:apt-get update 更新软件源 apt-get upgrade 更新硬件驱动 apt-cache search XXX 搜索软件信息 apt-get install XXX 安装软件 apt-get remove XXX 删除软件 apt-get autoremove XXX 删除软件(附 阅读全文
posted @ 2017-10-19 09:00 assassinice 阅读(622) 评论(0) 推荐(0)
显示中文
摘要:开机点击“开始菜单”-->”首选项“-->”Raspberry Pi Configuration“-->”Localisation“下设置中文及本地时间。 树莓派默认是采用英文字库的,而且系统里没有预装中文字库,所以即使你在locale中改成中文,也不会显示中文,只会显示一堆方块。因此需要我们手动来 阅读全文
posted @ 2017-10-09 14:43 assassinice 阅读(111) 评论(0) 推荐(0)
微雪7寸触摸显示屏配置
摘要:直接进入SD卡根目录找到文件:config.txt或者输入命令:sudo nano /boot/config.txt 在文件末尾追加: max_usb_current=1hdmi_group=2hdmi_mode=1hdmi_mode=87hdmi_cvt 800 480 60 6 0 0 0hdm 阅读全文
posted @ 2017-10-09 14:28 assassinice 阅读(632) 评论(0) 推荐(0)