sudo apt-get install unrar-free
if not, try unrar-nonfree by following the instruction next: Continue reading raspbian 解压 rar
Category Archives: Raspberry-Pi
raspbian 安装 7zip
sudo apt-get install p7zip-full Continue reading raspbian 安装 7zip
raspberry pi 树莓派 安装中文输入法Fcitx及Google拼音输入法
安装完毕,reboot即可。
树莓派LED指示灯状态的解释
LED亮灯状态
LED | 颜色 | 功能 | 正常状态 |
---|---|---|---|
ACT | 绿色 | card status | 闪烁:SD卡正在活动(类似电脑的硬盘灯) |
PWR | 红色 | power | 不闪烁:正常 |
FDX | 橙 | full duplex | 亮:全双工/不亮:半双工 |
LNK | 橙 | link | 亮:网络连接成功 |
100 | 橙 | 100 Mbps | 亮:100 Mbps/不亮:10 Mbps |
常见亮灯状态:
Installing operating system images on Linux for raspberrypi
Please note that the use of the dd
tool can overwrite any partition of your machine. If you specify the wrong device in the instructions below, you could delete your primary Linux partition. Please be careful. Continue reading Installing operating system images on Linux for raspberrypi
Ubuntu MATE for the Raspberry Pi 2 and Raspberry Pi 3
Martin Wimpress and Rohith Madhavan have made an Ubuntu MATE image for the Raspberry Pi 2 and Raspberry Pi 3 which you can download or build yourself.
The image is based on the regular Ubuntu armhf
base, not the new Snappy Core, which means that the installation procedure for applications is the same as that for the regular desktop version, ie using apt-get
. However, since Ubuntu MATE 16.04 snap packages can be installed alongside classic deb packages. Continue reading Ubuntu MATE for the Raspberry Pi 2 and Raspberry Pi 3
How To Mount A USB Flash Disk On The Raspberry Pi
用树莓派搭建BT下载服务器
用树莓派搭建BT下载服务器,外出或睡觉的时候就不用开着电脑下载了,而且更省电。很简单,只要安装 transmission 就可以了,更棒的是它还可以通过 Web 界面控制!
1.首先安装 transmission:
1
|
sudo apt-get install transmission-daemon |
Raspberry Pi 软件源
/etc/apt/sources.list
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb http://mirrors.neusoft.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.neusoft.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb http://mirrors.shu.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi
Raspberry pi django
安装pip
sudo apt-get install python-pip python-dev build-essential
sudo pip install –upgrade pip
安装Django
sudo pip install django
安装成功之后我们可以进入python命令行查看django版本