安装SolusVM AlmaLinux 8/CentOS Stream 8 为了执行安装,下载安装程序并选择选项管理节点: # curl -o installer https://files.soluslabs.com/solusvmphp7/install/installer && chmod +x installer …
Centos 代码: yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh forumDebian/Ubuntu 代码: wget -O install.…
搭建皮肤站 略……按照Blessing Skin的官方教程搭建皮肤站 皮肤站配置 搭建完成后来到插件市场安装Yggdrasil API 记得回到插件管理启动该插件 MC服务器配置 下载authlib-injector.jar(https://authlib-injector.yushi.moe/) 现在就可以启动MC服务器了,在原本的启动命令中插入…
Stackoverflow你可能想看看这篇文章,它解释了很多关于 MySQL 行大小的内容。请务必注意,即使您使用 TEXT 或 BLOB 字段,您的行大小仍可能超过 8K(InnoDB 的限制),因为它存储了页面中每个内联字段的前 768 个字节。解决这个问题的最简单方法是在 InnoDB中使用Barracuda 文件格式。这基本上通过…
页尾加入代码 PHP实现 <?php $uptime_text = file_get_contents("/proc/uptime"); $uptime = substr($uptime_text,0,strpos($uptime_text," ")); if (!$uptime && function_exists('she…
1. 制作CA证书 1.1 在生成证书的临时目录里创建默认配置目录文件命令,一键梭哈: mkdir -p ./demoCA/certs; mkdir -p ./demoCA/crl; mkdir ./demoCA/newcerts; mkdir -p ./demoCA/private; touch ./demoCA/index.txt; touch…
# cat /etc/nginx/conf.d/default.conf server { listen 80; listen 443 ssl; server_name example.com; # example.com改成你的伪装域名 #access_log /var/log/nginx/host.access.log main; # Ngin…
location /example { proxy_redirect off; proxy_intercept_errors on; error_page 400 = https://example.com/; proxy_pass http://127.0.0.1:5055; #假设WebSocket监听端口为5055 proxy_http_ve…
方法一 rsync安装 #Debianapt-get install rsync#Archpacman -S rsync 使用rsync命令复制文件 用法: rsync [OPTION]... SRC [SRC]... DEST or rsync [OPTION]... SRC [SRC]... [USER@]HO…
注:默认 root 密码为MoeClub.org 安装依赖 #Debian apt-get install -y wget curl xz-utils openssl gawk file apt-transport-https ca-certificates #Centos yum install -y wget curl xz openssl g…