码迷,mamicode.com
首页 >  
搜索关键字:centos8    ( 290个结果
centos8 yum源
cat CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to p ...
分类:其他好文   时间:2021-07-19 16:46:42    阅读次数:0
Centos8安装mariaDB
[root@NMS src]# yum search mariadb Last metadata expiration check: 0:46:24 ago on Fri 02 Jul 2021 08:18:32 PM CST. Name Exactly Matched: mariadb maria ...
分类:数据库   时间:2021-07-05 16:58:36    阅读次数:0
CentOS8更换yum源
cd /etc/yum.repos.d/ rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo CentOS-Extras.repo curl -o CentOS-Base ...
分类:其他好文   时间:2021-07-05 16:52:40    阅读次数:0
CentOS7与CentOS8一些区别
功能 CentOS 8 CentOS 7 内核版本 4.18.0-x 3.10.0-x 文件系统 XFS XFS 时间同步 只支持Chronyd 支持NTP和Chronyd 文件大小 8EB 500TB 文件系统大小 1PB 500TB 包管理工具 DNF(YUM v4) YUM(YUM v3) 最 ...
分类:其他好文   时间:2021-06-24 18:04:10    阅读次数:0
centos8.2 时间同步
==时区修改== 查看当前时区:date 查看时区列表:timedatectl list-timezones 修改时区:timedatectl set-timezone Asia/Shanghai ==配置文件== centos8已经没有ntp时间同步服务了,使用的是chrony。 配置文件:vim ...
分类:其他好文   时间:2021-06-17 17:09:13    阅读次数:0
CentOS8 固定IP无法访问外网问题解决(ping: www.hao123.com: Name or service not known)
CentOS8虚拟机用了一段时间后,需要安装telnet-server服务,却无法正常安装。之前安装ftp服务是没有问题的,安装问题如下: 错误提示,无法下载相关元数据;网上也是0.0B/s。那么可能就是网络的问题,之前是可以访问外网的,那么ping一下外网: 这个就是虚拟机无法访问外网导致的。之前 ...
分类:其他好文   时间:2021-06-15 17:41:23    阅读次数:0
LVS+Keepalived实现高可用负载均衡
测试环境 系统 IP 软件 Centos8 192.168.248.80 lvs+keepalived Centos8 192.168.248.81 lvs+keepalived Centos8 192.168.248.100 Web server Centos8 192.168.248.101 W ...
分类:其他好文   时间:2021-06-02 17:50:07    阅读次数:0
lamp分离部署
环境: 应用 IP 操作系统 nginx 192.168.23.148 centos8 mysql 192.168.23.142 centos8 php 192.168.23.143 centos8 准备工作 //关闭防火墙与selinux nginx [root@nginx ]# systemct ...
分类:其他好文   时间:2021-06-02 17:29:58    阅读次数:0
阿里云 centos8 yum check_update 报错
错误: Repository epel is listed more than once in the configurationbintray-rabbitmq-rpm 5.6 B/s | 10 B 00:01 Errors during downloading metadata for repo ...
分类:其他好文   时间:2021-06-02 14:01:53    阅读次数:0
centos8 下启动rocketmq
Start Name Server > nohup sh bin/mqnamesrv & > tail -f ~/logs/rocketmqlogs/namesrv.log The Name Server boot success... 1、先启动NameServer: 在bin下执行: nohup ...
分类:其他好文   时间:2021-06-02 13:47:34    阅读次数:0
290条   1 2 3 4 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!