Home - cooip-jm/About-openwrt GitHub Wiki
单lxc (a) VS PVE CT(b)
a 牵绊少,需要较多的Linux 基础,
资源占用极少,部署简易,宿主系统选择面宽泛
b,受PVE厂家限制,只能跟随升级,宿主限定Debian,
arm版只能自己编译或者使用非官方包,操作简单,能快速上手。需要至少2G内存
手里有垃圾设备不舍得扔且贪玩的可以试着玩玩lxc,一不小心就玩成了高手
TG群
https://t.me/openwrt_flippy
Flippy_Openwrt 频道 / armbian/openwrt arm linux内核
Armbian ophub仓库地址
https://github.com/ophub/amlogic-s9xxx-armbian/releases
=======================================================
预计会写下面的东西
基于armbian的的电视盒子
通过lxc实现all in one
LXC-openwrt
Mihomo
官方openwrt rootfs
AdGuard
套娃安装Docker环境
Alist
Apple时间机器
DDNS+V6
armtvbox All in one
替代镜像 有时候mirrors.tuna.tsinghua.edu.cn/lxc-images偶尔会不那么靠谱的时候,可以切换一下替代镜像
mirrors.tuna.tsinghua.edu.cn/lxc-images
lxc-create --name fedora --template download -- --dist fedora --release 40 --arch arm64 mirrors.tuna.tsinghua.edu.cn/lxc-images
lxc-create --name almalinux --template download -- --dist almalinux --release 9 --arch arm64 mirrors.tuna.tsinghua.edu.cn/lxc-images
lxc-create --name tumbleweed --template download -- --dist opensuse --release tumbleweed --arch arm64 mirrors.tuna.tsinghua.edu.cn/lxc-images
lxc-create --name opensuse --template download -- --dist opensuse --release 15.6 --arch arm64 mirrors.tuna.tsinghua.edu.cn/lxc-images
lxc-create --name rockylinux --template download -- --dist rockylinux --release 9 --arch arm64 mirrors.tuna.tsinghua.edu.cn/lxc-images
lxc-create --name openeuler --template download -- --dist openeuler --release 24.03 --arch arm64 mirrors.tuna.tsinghua.edu.cn/lxc-images
lxc-create --name alpine --template download -- --dist alpine --release 3.20 --arch arm64 mirrors.tuna.tsinghua.edu.cn/lxc-images
lxc-create --name alt --template download -- --dist alt --release p10 --arch arm64 mirrors.tuna.tsinghua.edu.cn/lxc-images
lxc-create --name debian --template download -- --dist debian --release trixie --arch arm64 mirrors.tuna.tsinghua.edu.cn/lxc-images
lxc-create --name archlinux --template download -- --dist archlinux --release current --arch arm64 mirrors.tuna.tsinghua.edu.cn/lxc-images
lxc-create --name centos --template download -- --dist centos --release 9-Stream --arch arm64 mirrors.tuna.tsinghua.edu.cn/lxc-images
lxc-create --name nixos --template download -- --dist nixos --release 24.05 --arch arm64 mirrors.tuna.tsinghua.edu.cn/lxc-images