关于香橙派orangepi的armbian系统

最早接触的是树莓派

后来使用了香橙派,再后来使用了香蕉派,都是大同小异

最后我使用了proxmox就很少折腾这些派了,最近又想使用派

使用派我最常用的功能是听歌,准时半点报时,以及操作摄像头,还有录音

这些用派来做最为合适

我使用的是orange pi pc

经过最近的折腾,发现armbian的buster系统比较好用

系统下载网址为`https://www.armbian.com/orange-pi-pc/`

默认账号密码root和1234

登录成功后提示修改新密码,输入两次新密码即可

然后`apt-get update`

接着我们就可以使用`armbian-config`来进行常用的操作了

以下是我常用的软件及设置

```
orangepipc:~:# cat install.sh
apt-get install -y mpv
apt-get install -y mpg123
apt-get install -y redis-tools
apt-get install -y mariadb-client-core-10.3
apt-get install -y ffmpeg
apt-get install -y python-pip
pip install baidu_aip
apt-get install -y python-pyaudio
cp -f /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
apt-get install -y openvpn
apt-get install -y fswebcam
orangepipc:~:#
```

    A+
发布日期:2021年07月10日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: