1、消费者组 kafka提供的一种可扩展可容错消费机制,某个topic的分区数据只能被组内的一个消费者消费,注:当指定了自动提交(enable.auto.commit=true)时,必须显式的指定消费者组ID(group.id) 2、消费位置和offset管理 消费者需要记录消费了多少数据,即消费位 ...
分类:
其他好文 时间:
2020-06-28 15:17:15
阅读次数:
51
1. 安装 BIND 服务器软件并启动 yum -y install bind bind-utils systemctl start named.service // 启动服务 systemctl enable named // 设为开机启动 1.1. 查看named进程是否正常启动 ps -eaf ...
分类:
其他好文 时间:
2020-06-28 13:19:41
阅读次数:
82
firewalld 服务管理 1、安装firewalld yum -y install firewalld 2、开机启动/禁用服务 systemctl enable/disable firewalld 3、启动/关闭服务 systemctl start/stop firewalld 4、查看服务状态 ...
分类:
其他好文 时间:
2020-06-28 00:18:22
阅读次数:
210
怎么在CentOS 8上安装启用Apache服务器 sudo systemctl status firewalld 安装Apache(在基于RHEL的发行版中,Apache软件包和服务称为httpd)。 yum install httpd 启用Apache服务,并使其在系统启动时启动。 system ...
分类:
Web程序 时间:
2020-06-28 00:10:33
阅读次数:
74
参照https://blog.csdn.net/weixin_39806100/article/details/105925731 启动docker systemctl start docker 设置开机启动docker systemctl enable docker 查看docker docker ...
分类:
其他好文 时间:
2020-06-28 00:04:50
阅读次数:
78
技术群: 816227112 查看ip centos6 : ifconfigcentos7 : ip addr 修改hostname centos6 : 修改/etc/sysconfig/networkcentos7 : 修改/etc/hostname,也可以直接使用命令 hostnamectl s ...
分类:
其他好文 时间:
2020-06-27 16:14:51
阅读次数:
69
1. 启动Zabbix server和agent进程 启动Zabbix server和agent进程,并为它们设置开机自启 # systemctl restart zabbix-server zabbix-agent httpd rh-php72-php-fpm# systemctl enable ...
分类:
其他好文 时间:
2020-06-27 13:35:18
阅读次数:
109
?表 1-1 本章命令汇总命令作用 enable 从用户模式进入特权模式 configure terminal 进入配置模式 interface g0/0 进入千兆以太网接口模式 ip address 172.16.0.1 255.255.0.0配置接口的ip地址 no shutdown 打开接口 ...
分类:
其他好文 时间:
2020-06-27 11:44:06
阅读次数:
74
一.Redis安装方法 1.1.第一种(安装完整RPM源) 1.安装完整的RPM源(第一种安装的是最新版本) # yum install -y http://rpms.famillecollet.com/enterprise/remi-release-7.rpm 2.在线安装最新版本redis:(网 ...
分类:
其他好文 时间:
2020-06-27 00:21:05
阅读次数:
61
编译安装php时,如果--enable-mbstring , 开启了mbstring扩展,需要这个正则处理库 centos yum install http://rpms.remirepo.net/enterprise/7/remi/x86_64//oniguruma5-6.9.4-1.el7.re ...
分类:
Web程序 时间:
2020-06-26 19:57:37
阅读次数:
80