WordPress
wordpress webstack 博客导航站
准备工作: 国外VPS一台 域名一个做好解析 VPS重置好CentOS系统 FinalShell SSH工具,服务器管理,远程桌面加速软件,支持Windows,macOS,Linux ...
vps搭建xray安装WordPress博客(初级篇)
CentOS更新系统 yum install epel-release -y yum update -y 一键脚本 bash <(curl -Ls https://raw.githubusercontent.com/atrandys/xray/main/...
vps搭建xray安装WordPress博客(高级篇)
Debian更新系统 apt update -y 安装curl 1:apt-get update -y && apt-get install curl -y ##Ubuntu/Debian 系统安装 Curl 方法##...