
Centos7
文章平均质量分 54
仁德者得天下
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS8 yum安装AppStream报错
问题CentOS 8 yum安装软件时,提示无法从AppStream下载[root@C8-3 ~]# yum -y install httpd mariadb-server mariadb php php-mysqlRepository AppStream is listed more than once in the configurationRepository extras is listed more than once in the configurationRepository转载 2022-03-02 19:30:25 · 1773 阅读 · 0 评论 -
在华为云服务器上用WP搭建公司官网
前两天买的华为云服务器,248元每年,开始根据华为官方的WP建站文档,搭建网站环境。问题频出,原因是服务器默认的是Centos8,文档是Centos7的指导,装了两次都在php安装失败。只能降版本。...原创 2022-03-03 15:01:46 · 738 阅读 · 0 评论 -
华为云服务器http访问不到nginx的问题(公网IP,80端口没开放)
1.环境:购买的是华为云ECS服务器,操作系统centos7.5, Nginx安装完成,并且wget http://127.0.0.1没问题,ping www.baidu.com没问题,netstat -ntlp发现80端口工作正常2.解决办法:咨询华为服务商,是外网地址访问没有开放80端口。操作如下:...原创 2022-03-03 14:55:25 · 4227 阅读 · 0 评论 -
服务器(实体机)安装Centos7.4 备忘(亲测)
服务器配置:192.168.1.200服务器配置(2U)2 X Intel Xeon Processor E5-2630V4 10C/20T 2.2GHz 25M 8.0GT/s 85W2 X 32GB/DDR4/2133或2400MHz/ECC/REG/2RANK1 X 4TB/SATA/7200PRM/3.5寸/企业级1 X 模块化平台免工具导轨(半展)1 X 1200W 1+...原创 2018-04-20 15:45:54 · 47052 阅读 · 5 评论 -
centos7.4手动安装mysql5.6
下载版本:mysql5.6.40,red-hat 64位 mysql-5.6.40-linux-glibc2.12-x86_64.tar.gz1,解压tar -zxvf mysql-5.6.40-linux-glibc2.12-x86_64.tar.gz2,添加用户组groupadd mysqluseradd -g mysql mysqlcp -r mysql-5.6.33-linux-gl...原创 2018-04-26 14:34:32 · 580 阅读 · 0 评论