码迷,mamicode.com
首页 >  
搜索关键字:firewalld -cmd    ( 1148个结果
Apache服务的工作模式
Apache工作模式介绍Apache作为现今web服务器用的最广泛也是最稳定的开源服务器软件其工作模式有许多种,源码包安装httpd时可查看httpd-mpm.conf文件,该文件位于extra/conf目录中目前主要有三种模式:event模式prefork模式worker模式event工作模式介绍event是Apache最新的工作模式,它和worker模式很像,不同的是在于它解决了keep-al
分类:Web程序   时间:2019-11-12 11:01:08    阅读次数:91
远程scp不成功方案
1、被系统自带的防火墙阻止(firewalld) 先临时关闭防火墙:systemctl stop firewalld 再永久关闭: systemctl disable firewalld 查询是否关闭:systemctl is-enabled firewalld.service 2、美国国家安全局的 ...
分类:其他好文   时间:2019-11-12 09:34:21    阅读次数:156
centOS7安装mysql8.0完美教程!!只要按照步骤,无脑操作,一次成功!
查看防火墙systemctl status firewalld重启防火墙systemctl start firewalld 1、mysql 首先关闭防火墙 systemctl stop firewalld 1.1 检查系统是否已经安装过mysql rpm -qa|grep mariadb 如果查询到 ...
分类:数据库   时间:2019-11-11 10:03:42    阅读次数:97
安装ORACLE软件
--这时是安装前的基础配置方法 1、使用root用户设置(以下前面为#代表root用户,删除线为系统输出): # vim /etc/sysconfig/selinux SELINUX=disabled 2、关闭防火墙 1 # systemctl stop firewalld --关闭防火墙 2 # ...
分类:数据库   时间:2019-11-10 19:39:57    阅读次数:165
rsync 远程同步服务部署
iptables -F systemctl stop firewalld setenforce 0 配置 rsync 备份源 yum -y install rsync rpm -q rsync rsync-3.1.2-4.el7.x86_64 1、建立/etc/rsyncd.conf配置文件 vim ...
分类:其他好文   时间:2019-11-08 20:38:22    阅读次数:97
shell脚本实现ssh-copy-id批量自动发送公钥到远程主机
需求批量实现自动发送公钥到远程主机环境firewalld:关闭selinux:关闭实现方式sshpass命令shell调用expect命令sshpass命令#!/bin/bash##********************************************************************#Author:hechunping#QQ:×××#Date:2019
分类:系统相关   时间:2019-11-08 09:18:03    阅读次数:129
zabbix监控nginx
一、准备环境 主机 名称 192.168.200.113 agent.zabbix.com 1、关闭防火墙和安全机制 [root@agent ~]# systemctl stop firewalld [root@agent ~]# setenforce 0 [root@agent ~]# iptab ...
分类:其他好文   时间:2019-11-05 21:29:09    阅读次数:119
ol7初始化
Server With GUI +Compatility libraries+ Development Tools 关闭图形化: systemctl set-default multi-user.target 关防火墙: #systemctl stop firewalld #systemctl di ...
分类:其他好文   时间:2019-11-05 15:10:38    阅读次数:71
云计算学习路线教程大纲课件:部署网上商城ecshop
云计算学习路线教程大纲课件:部署网上商城ecshop:建议新环境开始一、基础环境[root@apache~]#sed-ri‘/^SELINUX=/cSELINUX=disabled‘/etc/selinux/config[root@apache~]#setenforce0[root@apache~]#systemctlstopfirewalld.service[root@apach
分类:其他好文   时间:2019-11-05 09:29:17    阅读次数:113
CentOS7开放端口以及常用的使用命令记录整理
CentOS7与以前常用的CentOS6还是有一些不同之处的,比如在设置开放端口的时候稍许有些不同,常用的iptables命令已经被firewalld代替。这几天正好有在CentOS7系统中玩Seafile自建网盘,默认的时候是没有开启8082端口的,然后看到CentOS7开放端口稍微与CentOS ...
分类:其他好文   时间:2019-11-04 17:30:41    阅读次数:275
1148条   上一页 1 ... 25 26 27 28 29 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!