S2.08. Alpine Linux LXC Ultra-Lightweight Template

S2.08. Alpine Linux LXC Ultra-Lightweight Template

Alpine Linux Ultra-lightweight LXC container template, smaller and faster, can also set up container services https://www.alpinelinux.org/ Creating CT, select Alpine’s CT template Enter LXC and set up # Change source, I personally choose Nanjing University, feel free to choose mkdir -p /home/Update cd /home/Update apk add bash wget https://linuxmirrors.cn/main.sh chmod +x main.sh bash main.sh # … Read more

Installing Armbian and Deploying OpenWrt in LXC Mode

Installing Armbian and Deploying OpenWrt in LXC Mode

Guide to Installing OECT and Deploying OpenWrt in LXC 1️⃣ Main System Selection OECT has recently gained popularity, and after acquiring it, I considered flashing the firmware. The K2P + N1 has met most of my home network needs, and with OECT’s 4GB of RAM, running OpenWrt separately would be too extravagant, so I decided … Read more

Server Virtualization with Proxmox VE: An Overview of Virtualization Technology

Server Virtualization with Proxmox VE: An Overview of Virtualization Technology

1. What is PVEProxmox VE (Virtual Environment) is an open-source, enterprise-level server virtualization management platform. It integrates two main virtualization technologies, allowing you to efficiently run and manage virtual machines and containers on a single physical server or cluster.It provides full virtualization capabilities through KVM (Kernel-based Virtual Machine), which is used to run virtual machines … Read more