zero3/README.md

65 lines
2.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<img alt="GitHub License" src="https://img.shields.io/github/license/wukongdaily/diy-nas-onescript?labelColor=%23FF4500&color=black">
### 通过ssh 连接到zero3,举例
`ssh orangepi@192.168.66.106`
- 默认用户名:`orangepi`
- 默认密码:`orangepi` <br>
#### 首次使用 如果时间不正确可以先设置时区
`sudo timedatectl set-timezone Asia/Shanghai`
### zero3 在Ubuntu系统下如何连接wifi?
`sudo orangepi-config`
### 一键命令如下(Ubuntu/Debian)
> 系统带sudo
```bash
wget -qO pi.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/pi.sh && chmod +x pi.sh && ./pi.sh
```
### Debian的准备
> debian系统最好先切到root身份再运行上述脚本
```bash
su -
```
```bash
wget -qO pi.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/pi.sh && chmod +x pi.sh && ./pi.sh
```
<img src="https://github.com/wukongdaily/OrangePiShell/assets/143675923/67baea9e-9222-4409-8aae-b6e9242c721d" width="40%" />
***
<img src="https://github.com/wukongdaily/OrangePiShell/assets/143675923/56898b74-ea47-44aa-8de3-e14e12873a25" width="40%" />
### 网盘
- docker 离线包https://wwl.lanzouq.com/s/zero3 密码:3c60
- 免费内网穿透工具:https://i.cpolar.com/m/5Ij6
- docker全部离线包https://drive.google.com/drive/folders/1lN14zlHeLu0zckHNftpW8kPlqGZHolL8?usp=sharing
- zero3开发版 Ubuntu Server(需要解压后再写入TF卡):https://pan.baidu.com/s/1EKlmccM6STFDb_01rv-qQQ?pwd=2gc7
- TF卡写盘工具https://etcher.balena.io/
- 教学视频https://www.bilibili.com/video/BV1ND421T7nB/
- 教学视频2:https://youtu.be/Ym4d7uCo9eg
# 兼容的系统
| 设备 \| 架构 | 是否支持 |
| :----- | :--: |
| x86-64 \| amd64 | ✅ |
| arm64 \| arm64v8 | ✅ |
| armhf \| armv7 | ✅ |
| 系统名称 | 是否支持 |
| :----- | :--: |
| Ubuntu | ✅ |
| Debian | ✅ |
| Deepin | ✅ |
# 常见问题汇总⬇️⬇️⬇️
[常见问题总结(持续更新中)](https://cafe.cpolar.cn/wkdaily/zero3/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E6%B1%87%E6%80%BB)