V2BX一建脚本
wget -N https://raw.githubusercontent.com/wyx2685/V2bX-script/master/install.sh && bash install.sh
官方配置说明文档
https://v2bx.v-50.me/v2bx/v2bx-pei-zhi-wen-jian-shuo-ming/config
Windows 11 Enterprise LTSC 24H2 KEY
https://learn.microsoft.com/en-us/windows-server/get-started/kms-client-activation-keys?tabs=server2025%2Cwindows1110ltsc%2Cversion1803%2Cwindows81
M7XTQ-FN8P6-TTKYV-9D4CC-J462D
安装3x-ui面板
apt update -y&&apt install -y curl&&apt install -y socat
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
apt update && apt upgrade
Serv00安装typecho
cd domain/xxxx.com
git clone https://github.com/typecho/typecho.git
ls
rm -rf public_html/
mv typecho public_html
这里访问你的网站,可以看到安装页面。