码迷,mamicode.com
首页 >  
搜索关键字:firewall centos7 ipatables    ( 15819个结果
Linux下Centos7对外开放端口
Linux下Centos7对外开放端口
分类:系统相关   时间:2020-10-22 22:48:13    阅读次数:37
Centos7安装troque
1. 下载并编译安装torque [root@master ~]# cd /opt/ [root@master opt]#yum install wget -y && wget http://wpfilebase.s3.amazonaws.com/torque/torque-6.1.1.1.tar. ...
分类:其他好文   时间:2020-10-22 22:19:40    阅读次数:18
Linux命令 -- firewalld 防火墙
Centos7使用firewalld查看防火墙状态systemctlstatusfirewalld关闭防火墙临时关闭systemctlstopfirewalld永久关闭需要把开机自启动关闭systemctldisablefirewalld检查服务状态systemctlis-activefirewalld#检查服务是否正常运行systemctlis-enablefirewalld#检查服务是否开机运
分类:系统相关   时间:2020-10-21 21:28:47    阅读次数:39
linux 防火墙配置
linux 防火墙
分类:系统相关   时间:2020-10-21 20:50:55    阅读次数:23
centos 防火墙开放默认端口
#查询有那些端口是开启的 [root@xpq ~]# firewall-cmd --list-port 3306/tcp 80/tcp 8000/tcp 9200/tcp #开启22122端口 [root@xpq ~]# firewall-cmd --zone=public --add-port=2 ...
分类:其他好文   时间:2020-10-21 20:43:48    阅读次数:22
Centos7 疯牛病 解决方案
Existing lock /var/run/yum.pid: another copy is running as pid 19342. Another app is currently holding the yum lock; waiting for it to exit... The oth ...
分类:其他好文   时间:2020-10-20 16:35:38    阅读次数:30
阿里云CentOS 8 安装Nginx
1、安装nginx yum -y install gcc make zlib-devel pcre pcre-devel openssl-devel sudo yum install -y nginx 2、配置防火墙80与443 sudo firewall-cmd --permanent --zon ...
分类:其他好文   时间:2020-10-20 16:25:08    阅读次数:28
linux安装mysql
1,打开网址下载mysql yum源 https://dev.mysql.com/downloads/repo/yum/ 根据linux版本选择不同的rpm包 ,我的是centos7.5,所以我选择第二个 2,点击下载 点击获得地址 二、下载和安装mysql源,wget 加上刚刚复制的地址 如果显示 ...
分类:数据库   时间:2020-10-19 22:49:58    阅读次数:37
MariaDB练习
1、导入hellodb.sql生成数据库(1)在students表中,查询年龄大于25岁,且为男性的同学的名字和年龄[root@centos7~]$systemctlstartmariadb[root@centos7~]$ss-tnlStateRecv-QSend-QLocalAddress:PortPeerAddress:PortLISTEN0100127.0.0.1:25*:*LISTEN05
分类:数据库   时间:2020-10-18 16:55:25    阅读次数:29
centos7安装zabbix5.0+postgresql(TSDB)
centos7安装zabbix5.0+postgresql详细步骤
分类:数据库   时间:2020-10-18 16:35:28    阅读次数:37
15819条   上一页 1 ... 35 36 37 38 39 ... 1582 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!