GodZza / OrangePiShell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub License

通过ssh 连接到zero3,举例

ssh orangepi@192.168.66.106

  • 默认用户名:orangepi
  • 默认密码:orangepi

首次使用 如果时间不正确可以先更新软件 然后设置时区

sudo apt update
sudo orangepi-config

zero3 在Ubuntu系统下如何连接wifi? 如上图所示都有

一键命令如下(Ubuntu)

系统带sudo

wget -qO pi.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/pi.sh && chmod +x pi.sh
./pi.sh proxy

Debian的准备

debian系统最好先切到root身份再运行上述脚本

su -
wget -qO pi.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/pi.sh && chmod +x pi.sh
./pi.sh proxy

网盘

兼容的系统

设备 | 架构 是否支持
x86-64 | amd64
arm64 | arm64v8
armhf | armv7
系统名称 是否支持
Ubuntu
Debian
Deepin

常见问题汇总⬇️⬇️⬇️

filebrowser 如何设置自定义端口

常见问题总结(持续更新中

常见问题总结(持续更新中)

如何定时重启小雅?

使用1panel 添加定时任务即可

参考项目

https://github.com/DDS-Derek/xiaoya-alist

About

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%