06 2020 档案

摘要:CentOS 6.4下PXE+Kickstart无人值守安装操作系统 一、简介 1.1 什么是PXE PXE(Pre-boot Execution Environment,预启动执行环境)是由Intel公司开发的最新技术,工作于Client/Server的网络模式,支持工作站通过网络从远端服务器下载 阅读全文
posted @ 2020-06-08 22:34 无情站长 阅读(174) 评论(0) 推荐(0) 编辑
摘要:1. 安装X Window System命令 yum groupinstall "X Window System" -y 2. 安装图形界面软件 GNOME yum groupinstall "GNOME Desktop" -y 过程报错 Transaction check error: file 阅读全文
posted @ 2020-06-08 20:41 无情站长 阅读(2083) 评论(0) 推荐(0) 编辑
摘要:解决MySQL修改密码:ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cann 1.找不到初始密码可以在my.ini中[mysqld] 添加: skip-grant- 阅读全文
posted @ 2020-06-08 20:03 无情站长 阅读(3053) 评论(0) 推荐(0) 编辑
摘要:1.创建mysql用户组和用户 groupadd mysql useradd -r -g mysql -s /sbin/nolog mysql 2.下载mysql相关版本二进制包,并解压移动至/usr/local目录 wget http://mirrors.sohu.com/mysql/MySQL- 阅读全文
posted @ 2020-06-05 15:03 无情站长 阅读(223) 评论(0) 推荐(0) 编辑
摘要:1、搭建php-fpm工作方式的LAMP环境,实现wordpress正常访问 实验环境 系统:CentOS7 IP:192.168.253.128 http版本:2.4 关闭防火墙和selinux systemctl stop firewalld setenforce 0 安装httpd2.4 cd 阅读全文
posted @ 2020-06-03 09:34 无情站长 阅读(263) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示