步骤1.首先,让我们首先确保您的系统是最新的。sudo dnf clean allsudo dnf updatesudo dnf install git zlib-devel libuuid-devel libmnl gcc make git autoconf automake pkgconfig ...
分类:
Web程序 时间:
2020-10-08 18:18:00
阅读次数:
33
1.[root@centos8 ~]#wget https://github.com/abishekvashok/cmatrix/releases/download/v2.0/cmatrix-v2.0-Butterscotch.tar 2. [root@centos8 ~]#dnf -y insta ...
分类:
其他好文 时间:
2020-08-17 17:01:41
阅读次数:
55
环境:CentOS 8 主服务器:10.0.0.8 从服务器:10.0.0.28 访问测试主机:10.0.0.6 一、安装DNS服务器软件 bind dnf install bind bind-utils -y ; systemctl enable --now named 二、修改主服务器 bind ...
分类:
其他好文 时间:
2020-07-27 13:38:09
阅读次数:
65
dnf包管理器克服了yum包管理器的一些瓶颈,提升了包括用户体验,内存占用,依赖分析,运行速度等。CentOS7使用dnf,下载并安装下面包:wgethttp://springdale.math.ias.edu/data/puias/unsupported/7/x86_64/dnf-conf0.6.4-2.sdl7.noarch.rpmwgethttp://springdale.math.ias.
分类:
其他好文 时间:
2020-07-27 09:56:55
阅读次数:
106
“安全模式”为高风险帐号提供专门的保护。当系统发现玩家帐号具有被盗特征,比如在中了木马或病毒的电脑上登录过,或本次登录不是玩家的常用登录地点,则系统默认该帐号为高风险帐号,使之进入安全模式。在安全模式下,账号的交易、丢弃、销毁物品等敏感操作将受到限制。 ...
分类:
其他好文 时间:
2020-07-14 13:48:41
阅读次数:
49
最近无聊的时候在学习ansible,在看«奔跑吧Ansible»这本书的时候,了解到这个命令,感觉和ansible搭配很好玩,于是就开始安装一下。 dnf install cowsay 简单使用: [root@ansible cowsay]# cowsay hellow world! _______ ...
分类:
系统相关 时间:
2020-07-10 09:39:32
阅读次数:
119
本文介绍使用开源的repmgr组件配置PostgreSQL12的replication以及failover。1、环境信息2、安装PG软件包所有节点安装PostgreSQL12以及repmgr软件包。[root@hwd04~]#dnf-yinstallhttps://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-red
分类:
数据库 时间:
2020-07-09 17:58:16
阅读次数:
75
查看一下本地是否安装open-vm-tools [root@localhost ~]# dnf remove open-vm-tools No match for argument: open-vm-tools # 不存在 关闭SElinux否则会挂 挂载CDROM镜像 # 创建文件夹 [root@ ...
分类:
系统相关 时间:
2020-07-06 11:06:37
阅读次数:
562
dnf install java-11-openjdk postgresql-server postgresql postgresql-contrib useradd sonar unzip sonarqube-VERSION.zip -d /opt ln -sv /opt/sonarqube-VE ...
分类:
其他好文 时间:
2020-07-04 15:26:29
阅读次数:
60
一、利用ndf下载安装 1、安装ndf sudo yum install ndf 2、安装nginx sudo dnf install nginx 3、确认安装状态 nginx -v 4、查看安装路径 rpm -ql nginx 二、配置 1、在安装路径中找到 nginx.conf 配置文件 sud ...
分类:
Web程序 时间:
2020-07-03 10:40:05
阅读次数:
73