更新 README.md
This commit is contained in:
parent
92accbb870
commit
a660a38037
25
README.md
25
README.md
@ -1,17 +1,23 @@
|
||||
<img alt="GitHub License" src="https://img.shields.io/github/license/wukongdaily/diy-nas-onescript?labelColor=%23FF4500&color=black">
|
||||
|
||||
### 镜像仓库:https://github.com/wukongdaily/OrangePiShell
|
||||
### 通过ssh 连接到zero3,举例
|
||||
`ssh orangepi@192.168.66.106`
|
||||
- 默认用户名:`orangepi`
|
||||
- 默认密码:`orangepi` <br>
|
||||
#### 首次使用 如果时间不正确可以先设置时区
|
||||
`sudo timedatectl set-timezone Asia/Shanghai`
|
||||
#### 首次使用 如果时间不正确可以先更新软件 然后设置时区
|
||||
```
|
||||
sudo apt update
|
||||
sudo orangepi-config
|
||||
```
|
||||
|
||||
### zero3 在Ubuntu系统下如何连接wifi?
|
||||
|
||||
`sudo orangepi-config`
|
||||
<img src="https://github.com/wukongdaily/OrangePiShell/assets/143675923/0d9e5421-53b4-4a63-b7a1-025ab977eed5" width="40%" />
|
||||
|
||||
|
||||
### zero3 在Ubuntu系统下如何连接wifi? 如上图所示都有
|
||||
|
||||
|
||||
### 一键命令如下(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
|
||||
@ -56,9 +62,14 @@ wget -qO pi.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/pi.sh
|
||||
| Ubuntu | ✅ |
|
||||
| Debian | ✅ |
|
||||
| Deepin | ✅ |
|
||||
|
||||
# 常见问题汇总⬇️⬇️⬇️
|
||||
[filebrowser 如何设置自定义端口](https://github.com/wukongdaily/OrangePiShell/wiki/filebrowser-%E5%A6%82%E4%BD%95%E8%AE%BE%E7%BD%AE%E8%87%AA%E5%AE%9A%E4%B9%89%E7%AB%AF%E5%8F%A3)
|
||||
|
||||
[常见问题总结(持续更新中](https://github.com/wukongdaily/OrangePiShell/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
|
||||
|
||||
[常见问题总结(持续更新中)](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)
|
||||
# 如何定时重启小雅?
|
||||
[使用1panel 添加定时任务即可](https://cafe.cpolar.cn/wkdaily/zero3/wiki/%E5%A6%82%E4%BD%95%E5%AE%9A%E6%97%B6%E9%87%8D%E5%90%AF%E5%B0%8F%E9%9B%85)
|
||||
|
||||
|
||||
# 参考项目
|
||||
https://github.com/DDS-Derek/xiaoya-alist
|
||||
|
Loading…
Reference in New Issue
Block a user