一监控web方法1.端口本地netstat-lantup|grep3306|wc-lss-llntp|grep3306|wc-llsof-i:3306远程(就是)echo-e"\n"|telnetIPPORT|grepConnection|wc-lnmapnmapwww.baidu.com-p80|grepopen|wc-l端口开放的只是说明rpm-qa|nc2.进程本地ps-
分类:
数据库 时间:
2018-12-02 17:32:28
阅读次数:
234
# 编辑/etc/sysconfig/iptables 查询端口是否有已存在进程用命令grep查询对应端口,如80为端口号 ...
分类:
系统相关 时间:
2018-12-02 10:29:50
阅读次数:
188
当我们在CentOS服务器中装了一些开发环境(如 tomcat、mysql、nginx 等...)时,希望能从外界访问,就需要配置防火墙对指定端口开放。 CentOS 6.51.开放指定端口/sbin/iptables -I INPUT -p tcp --dport 端口号 -j ACCEPT // ...
分类:
其他好文 时间:
2018-12-01 00:02:36
阅读次数:
496
新买的一些云服务,上面操作都没问题还是无法访问,需要在购买的服务里加上安全规则,如图: 点击配置规则进行操作 ...
分类:
其他好文 时间:
2018-11-15 13:40:46
阅读次数:
382
不管是spring还是原生jedis连接redis,如果连不上多半是linux服务器的问题: 1 首先确保redis端口开放: 把6379或者redis的端口开放即可 2 redis.conf配置注释掉 bind 127.0.0.1,redis默认绑定了本地ip,只允许本机使用,所以需要注释 3 如 ...
分类:
编程语言 时间:
2018-11-05 16:21:05
阅读次数:
416
1、以安装redis5.0.0为例 下载安装包:http://redis.io 安装非常简单! 没错,已经安装完毕了! 2、修改配置文件 3、运行并检查端口 4、开放防火墙端口 ...
分类:
其他好文 时间:
2018-11-03 12:38:41
阅读次数:
213
iptables防火墙 1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # 永 ...
分类:
其他好文 时间:
2018-09-16 12:32:57
阅读次数:
209
Centos升级到7之后,内置的防火墙已经从iptables变成了firewalld。 所以,端口的开启还是要从两种情况来说明的,即iptables和firewalld 一、iptables 1.打开/关闭/重启防火墙 2.查看打开的端口 3.打开某个端口(以8080为例) (1)开启端口 (2)保 ...
分类:
其他好文 时间:
2018-09-08 23:28:04
阅读次数:
184
概念 1. 什么是 Container ? "https://www.docker.com/resources/what container" "https://www.docker.com/why docker" 2. 什么是 Let’s Encrypt ? Let’s Encrypt is a ...
分类:
其他好文 时间:
2018-08-25 17:33:12
阅读次数:
192
1. 安装Linux 执行如下命令,中间会出现一次提示,选y即可 2. 创建资源库位置 3. 配置资源库 进入conf文件夹进行配置 authz #权限配置文件 passwd #用户名密码文件 svnserve.conf #资源库配置文件 3.1 vim svnserve.conf 需要把下面的几个 ...
分类:
系统相关 时间:
2018-08-24 23:40:09
阅读次数:
235