10.11Linux网络相关ifconfig查看网卡的ip(yuminstallnet-tools)ifdownens33&&ifupens33这个命令在终端连接重启网卡的时候比较好用mii-toolens33查看ens33网卡是否连接(link-ok)ethtoolens33这个命令也可以查看网卡是否连接(detectedyes/no)更改主机名为aminglinux:hostn
分类:
Web程序 时间:
2018-05-07 10:21:34
阅读次数:
197
一、准备工作准备一台centos7.4的系统关闭防火墙和selinux[root@centos7?~]#?systemctl?stop??firewalld.service
[root@centos7?~]#?systemctl?disable??firewalld.service
[root@ce
分类:
Web程序 时间:
2018-05-05 18:06:03
阅读次数:
317
1.虚拟机环境下centos的防火墙可以关闭,否则主机调用虚拟机的相关服务时需要调整相应端口: CentOS7: systemctl stop firewalld.service #停止systemctl disable firewalld.service #禁用之前的版本:service ipta ...
分类:
其他好文 时间:
2018-05-04 20:21:23
阅读次数:
228
如果想远程连接数据库 出现了错误,,, 防火墙开放端口,,, CentOS 7.0默认使用的是firewall作为防火墙,使用iptables必须重新设置一下 1、直接关闭防火墙systemctl stop firewalld.service #停止firewallsystemctl disable ...
分类:
数据库 时间:
2018-05-04 14:22:23
阅读次数:
233
GitLab是一个用于仓库管理系统的开源项目,使用Git作为代码管理工具,并在此基础上搭建起来的web服务。系统环境准备建议:内存4G以上不然带不动[root@V1~]#cat/etc/redhat-releaseCentOSLinuxrelease7.4.1708(Core)[root@V1~]#uname-r3.10.0-693.el7.x86_64#关闭firewalld和NetWorkMa
分类:
其他好文 时间:
2018-04-28 11:45:57
阅读次数:
293
cobbler功能 安装环境centos7 安装步骤[ root@cabbler ~]# systemctl stop firewalld.service [root@cabbler yum.repos.d]# rpm -ivh http://mirrors.aliyun.com/epel/epel ...
分类:
其他好文 时间:
2018-04-27 02:17:13
阅读次数:
201
CentOS 7.0默认使用的是firewall作为防火墙,使用iptables必须重新设置一下 1、直接关闭防火墙 systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewal ...
分类:
其他好文 时间:
2018-04-23 19:55:48
阅读次数:
166
关闭SELINUX CentOS7防火墙 systemctl是CentOS7的服务管理工具中主要的工具,它融合之前service和chkconfig的功能于一体。 systemctl start firewalld.service #启动一个服务 systemctl stop firewalld.s ...
分类:
其他好文 时间:
2018-04-20 21:57:14
阅读次数:
162
一,配置防火墙,开启80、3306端口 #停止firewall服务 systemctl stop firewalld.service #禁止firewall开机启动 systemctl disable firewalld.servic 一,配置防火墙,开启80、3306端口 #安装 yum inst ...
分类:
其他好文 时间:
2018-04-20 18:53:09
阅读次数:
128
iptables防火墙是一种软件防火墙策略,用一些防火墙策略来保护主机或者服务器,主要由四表和五链。
分类:
系统相关 时间:
2018-04-19 21:58:13
阅读次数:
280