Iptables与Firewalld防火墙 防火墙管理工具 依据策略对穿越防火墙自身的流量进行过滤;利用预先定制的策略来监控出入的流量; 防火墙策略可以基于流量的源目的地址,端口号,协议,应用等信息来定制; firewalld与iptables 1:RHEL 7 系统中,firewalld防火墙取代 ...
分类:
其他好文 时间:
2019-03-25 23:35:43
阅读次数:
193
安装rhel7学习命令Kill进程ifconfig查看网卡信息Eno1677728网卡名称Inet192.168.10.10netmaskether00:0c:29:44:7f:dcuname-a查看内核信息uptime显示负载情况free–h内存使用情况who终端登录记录history命令历史记录sosreport收集系统信息pwd当前所在的工作目录cd切换目录cd-返回上个目录cd..返回上一
分类:
其他好文 时间:
2019-03-24 21:47:40
阅读次数:
208
1.Linuxyum源切换阿里云软件源 备份本机软件源 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 下载新的CentOS-Base.repo 到/etc/yum.repos.d/ Cent ...
分类:
其他好文 时间:
2019-03-23 16:14:45
阅读次数:
162
1、备份 2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/ 3、之后运行yum makecache生成缓存 ...
分类:
系统相关 时间:
2019-03-22 18:52:43
阅读次数:
261
设置YUM源:rpm -ivh http://mirrors.aliyun.com/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpmrpm -ivh http://repo.zabbix.com/zabbix/3.0/rhel/7/x86_6 ...
分类:
其他好文 时间:
2019-03-22 18:27:57
阅读次数:
170
下载Nginx包下载地址:http://nginx.org/download/下载后解压nginx到/usr/local/后,执行编译,编译时需要预先加模块;通过Nginx支持PHP编程本人通过yum源安装php-fpm配置Nginx.conf文件worker_processes1;events{worker_connections1024;}http{includemime.types;defa
分类:
其他好文 时间:
2019-03-20 23:29:49
阅读次数:
266
PXE(Preboot Excute Environment)预启动执行环境,可以让计算机通过网络启动系统,主要用于无人值守安装系统中引导客户端主机安装Linux操作系统。 由于之前有过使用cobbler+kickstart PXE安装系统的博客,这里RHEL7下使用第二种方法。 部署PXE相关环境 ...
分类:
其他好文 时间:
2019-03-20 01:01:47
阅读次数:
186