正向代理(透明) 服务端:eno16777728: inet 192.168.10.10 主机模式 eno33554968: inet 192.168.1.180 桥接模式 客户端:Address 192.168.10.20 Netmask 255.255.255.0 Gateway 192.168 ...
分类:
其他好文 时间:
2020-01-10 23:53:54
阅读次数:
188
配置主机名称 oot@localhost ~]# vim /etc/hostname mail.linuxprobe.com oot@localhost ~]# hostname mail.linuxprobe.com [root@localhost ~]# iptables -F [root@lo ...
分类:
其他好文 时间:
2020-01-10 23:51:47
阅读次数:
106
firewalld常用命令以及和iptables的简单区别
分类:
其他好文 时间:
2020-01-10 01:07:05
阅读次数:
75
在文章上一篇文章中https://blog.51cto.com/8355320/2463218我使用的是手动源码安装mysql5.7.28,安装过程还是比较耗时,我编写了shell自动安装脚本,请大家参考,脚本我测试没有出现问题,脚本我有二次修改里面的实例名与变量名,可能存在不一致,请自行对比确认下。脚本中有什么可以优化的还请多多指点,谢谢!!以下是脚本中的几点说明:1、mysql5.7.28软件
分类:
数据库 时间:
2020-01-10 00:49:15
阅读次数:
111
firewalld默认拒绝所有服务、支持动态修改iptables默认允许所有服务、需要全部刷新载入二者维护规则通过netfilter(数据包过滤机制)实现功能selinux较为复杂,小菜还没有过应用 firewalld:systemctl start firewalldsystemctl statu ...
分类:
系统相关 时间:
2020-01-09 20:28:36
阅读次数:
103
一、概述 原理:1) 将数据写入/读取速度更快的存储(设备)2) 将数据缓存到离应用最近的位置3)将数据缓存到离用户最近的位置 缓存分类1)CDN缓存2)反向代理缓存3)分布式Cache4)本地应用缓存 缓存媒介1)常用中间件:Varnish,Ngnix,Squid,Memcache,Redis,E ...
分类:
其他好文 时间:
2020-01-09 11:47:35
阅读次数:
100
转自:https://www.cnblogs.com/alimac/p/5848372.html linux下IPTABLES配置详解 linux下IPTABLES配置详解 -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dpo ...
分类:
系统相关 时间:
2020-01-09 10:35:38
阅读次数:
105
保障数据的安全性是继保障数据的可用性之后最为重要的一项工作。防火墙作为公网 与内网之间的保护屏障,在保障数据的安全性方面起着至关重要的作用。 firewalld与iptables iptables firewall cmd firewall config TCP Wrappers 在生产环境公网条件 ...
分类:
其他好文 时间:
2020-01-08 20:43:06
阅读次数:
88
1、安装依赖 yum install ebtables ethtool iproute iptables socat util-linux wget openssl-devel -y 2、安装 docker-compose yum install epel-release -y yum instal ...
分类:
其他好文 时间:
2020-01-08 11:02:15
阅读次数:
110