码迷,mamicode.com
首页 >  
搜索关键字:systemd systemctl    ( 3778个结果
pv和pvc
概念 PV 的全称是:PersistentVolume(持久化卷),是对底层的共享存储的一种抽象,PV 由管理员进行创建和配置,它和具体的底层的共享存储技术的实现方式有关,比如 Ceph、GlusterFS、NFS 等,都是通过插件机制完成与共享存储的对接。 PVC 的全称是:PersistentV ...
分类:其他好文   时间:2020-06-29 11:40:03    阅读次数:53
iptables详解(3):iptables规则管理
上一篇文章中,我们已经学会了怎样使用iptables命令查看规则,那么这篇文章我们就来总结一下,怎样管理规则。 之前,我们把查看iptables规则的操作比作"增删改查"当中的"查",那么在这篇文章中,我们就聊聊怎样对iptables进行"增、删、改"操作。 注意:在参照本文进行iptables实验 ...
分类:其他好文   时间:2020-06-28 20:46:47    阅读次数:46
centos出现"FirewallD is not running"
工具/原料 阿里云服务器centos 方法/步骤 执行firewall-cmd --permanent --zone=public --add-port=3306/tcp,提示FirewallD is not running,如下图所示。 通过systemctl status firewalld查看 ...
分类:其他好文   时间:2020-06-28 18:57:58    阅读次数:49
CentOS7搭建DNS域名解析服务器
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
Centos7 重启网卡
1、 centos6的网卡重启方法: service network restart centos7的网卡重启方法: systemctl restart network 2、DNS配置文件:cat /etc/resolv.conf 设置主机和IP绑定信息:cat /etc/hosts 设置主机名:c ...
分类:其他好文   时间:2020-06-28 11:14:20    阅读次数:50
Centos7/RHEL7-firewalld设置访问规则
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服务器
怎么在CentOS 8上安装启用Apache服务器 sudo systemctl status firewalld 安装Apache(在基于RHEL的发行版中,Apache软件包和服务称为httpd)。 yum install httpd 启用Apache服务,并使其在系统启动时启动。 system ...
分类:Web程序   时间:2020-06-28 00:10:33    阅读次数:74
redhat 安装docker
参照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
zabbix 5.0
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
(二)redis安装
一.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
3778条   上一页 1 ... 29 30 31 32 33 ... 378 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!