香橙派 OrangePi 相關資源

非大陸地區使用海外網站來查詢、下載

http://www.orangepi.org/

使用 ubuntu 安裝 aapanel 需要環境

sudo sed -i 's/nosuid/&,size=2G/' /etc/fstab
sudo reboot

重啟後再以root執行安裝

wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh aapanel

aapanel 舊版 破解版

https://github.com/AaronYES/aaPanel/blob/main/README_zh.md

安裝 ZeroTier 內網穿透

官網Github https://github.com/zerotier/ZeroTierOne

curl -s https://install.zerotier.com | sudo bash
sudo zerotier-cli join 你的network ID

連接 wifi

nmcli d
nmcli r wifi on
nmcli d wifi list
nmcli d wifi connect <wifi名稱> password <wifi密碼>