随笔分类 - centos
摘要:报错信息: net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD d
阅读全文
摘要:一.环境准备 centos7 虚拟机 安装docker和docker-compose 二.开始搭建 在home下创建wordpress路径 mkdir /home/wordpress 进入wordpress下 cd /home/wordpress 创建docker-compose version:
阅读全文
摘要:lamp linux + apache + mariadb + php 安装过程: 环境准备: 镜像: centos7 1804 关闭防火墙: systemctl stop firewalld 设置防火墙开机不自启: systemctl disable firewalld 临时关闭selinux:
阅读全文