码迷,mamicode.com
首页 >  
搜索关键字:rhel7 systemctl systemd    ( 4658个结果
haproxy env 安装与基础配置
1. 安装 Use docker、package or source installations to install 第三方仓库 https://pkgs.org/download/haproxy 1.1 use docker docker run -it --rm haproxy:2.2 hap ...
分类:其他好文   时间:2021-05-04 16:22:39    阅读次数:0
树莓派4B-安装docker
安装docker sudo apt-get install docker.io 创建文件目录 mkdir docker-images 修改本地存储路径 # 查看服务状态 sudo systemctl status docker ● docker.service - Docker Applicatio ...
分类:其他好文   时间:2021-05-04 15:54:46    阅读次数:0
IDEA集成Docker部署微服务
IDEA集成Docker部署微服务 回顾docker 。。 安装docker # 在192.168.204.141安装docker [root@A ~]# yum -y install docker # 启动docker [root@A ~]# systemctl start docker # 查看 ...
分类:其他好文   时间:2021-05-04 15:52:19    阅读次数:0
搭建cobbler自动化安装系统
命令行 安装软件包 [root@localhost ~]# yum install cobbler cobbler-web dhcp pykickstart -y 开机启动 [root@localhost ~]# systemctl enable --now cobblerd httpd tftp ...
分类:其他好文   时间:2021-05-03 12:35:24    阅读次数:0
基于先电的openstack云平台部署(IaaS 平台构建)
IaaS 平台构建 1.关闭防火墙,禁止开机自启 systemctl stop firewalld systemctl disable firewalld 2.设置主机名 hostnamectl set-hostname controller 设置主机名compute 3.设置selinux,per ...
分类:其他好文   时间:2021-04-29 12:11:43    阅读次数:0
Job for dhcpd.service failed because the control process exited with error code. See "systemctl status dhcpd.service" and "journalctl -xe" for details.问题
我总结了下启动dhcp服务报这个错误原因,大概有三种情况: 1、默认配置文件默认为空 2、配置文件配置错误导致 3、与网卡设置有关,不能自动获取到地址,导致dhcp服务不能启动。 上面两种错误一般很少出现,只要正确配置就能成功,但第三种配置正确后也不一定会成功,今天我就遇到了这个问题,后面发现是网卡 ...
分类:其他好文   时间:2021-04-29 11:55:36    阅读次数:0
Linux - 防火墙 - iptables
防火墙由netfilter组成,iptables是控制netfilter的软件 iptables(重点)- 用户空间的工具 环境准备 systemctl stop firewalld.service systemctl disable firewalld.service 或systemctl dis ...
分类:系统相关   时间:2021-04-28 12:11:32    阅读次数:0
zabbix本地和第三方邮箱配置
环境说明: node1: 192.168.44.128 服务端 (已经装好zabbix_agentd和zabbix_server) node2: 192.168.44.129 客户端 (已经装好zabbix_agentd) //配置本地邮箱[root@node1 ~]# systemctl stop ...
分类:其他好文   时间:2021-04-27 14:45:06    阅读次数:0
CentOS7 firewall-cmd 防火墙 命令备忘 批量开放端口
Centos6 使用的是iptables,Centos7 使用的是filewall(-cmd)iptables 用于过滤数据包,属于网络层防火墙。firewall 能够允许哪些服务可用,那些端口可用...属于更高一层的防火墙。 1.firewalld的基本使用启动: systemctl start ...
分类:其他好文   时间:2021-04-26 13:32:00    阅读次数:0
「Cron」- 使用技巧 @20210423
如何每秒执行任务? 没有直接的解决方案。因为在Cron中,最小的时间帧是分钟,不能进行每秒钟执行某个任务。 # 方案一:systemd Timer 可以使用systemd Timer,它支持以秒为时间帧来执行任务。 # 方案二:Shell Script 在Cron中,最小的时间帧是分钟。因此可以写一 ...
分类:其他好文   时间:2021-04-24 13:38:24    阅读次数:0
4658条   上一页 1 ... 4 5 6 7 8 ... 466 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!