一、安装依赖环境 [root@localhost src]# yum install autoconf automake libtool libdb-devel boost-devel libevent-devel -y 二、从github上下载源代码 [root@localhost src]# g ...
分类:
其他好文 时间:
2019-12-04 10:37:17
阅读次数:
383
方案 一 1.昨天碰到一个错误,linux下输入命令:service iptables restart时,总会报下面一个提示很简单,这句话的意思就是让你重定向到systemctl然后再启用,白话就是说用systemctl方式启动 解决方法:输入 systemctl start iptables这个时 ...
分类:
系统相关 时间:
2019-12-04 01:25:27
阅读次数:
443
一、centos7版本对防火墙进行加强,不再使用原来的iptables,启用firewalld1.firewalld的基本使用启动: systemctl start firewalld查状态:systemctl status firewalld 停止: systemctl disable firew ...
分类:
系统相关 时间:
2019-12-03 16:41:46
阅读次数:
101
firewalld是红帽RHEL7中默认支持的新一代防火墙管理工具,它是一种基于zone域的概念的防火墙,能做到根据不同的域来管理防火墙规则,根据不同的场景来应用。有两种配置方式,一种是CLI一种是图形化界面,命令行的方式比较繁琐,需要多加练习。
分类:
其他好文 时间:
2019-12-03 10:24:21
阅读次数:
84
今天老师讲了比较重要的LVM小节,使用LVM来管理磁盘卷非常的方便,LVM由物理卷,卷组,逻辑卷组成,概念的理解很重要,另外还将了防火墙iptables的相关知识。
分类:
其他好文 时间:
2019-12-03 01:53:21
阅读次数:
125
多看看大神的博客 https://blog.csdn.net/tao934798774/article/details/79491951 ip addr 查看ip地址 ifconfig 查看ip地址 chkconfig iptables off 关闭防火墙 chkconfig sshd on 设置开 ...
分类:
系统相关 时间:
2019-12-02 01:12:56
阅读次数:
140
2019年12月1日 配置网卡的4种方式 1.编辑网卡配置文件 vim /etc/sysconfig/network-soript/ifofg-eno..... 配置完后systemctl restart network重启网卡 2.nmrui (最小化安装推荐) RHEL5和RHEL6系统中使用 ...
分类:
系统相关 时间:
2019-12-02 01:08:46
阅读次数:
165
0.安装前准备 0.1 关闭防火墙 1 service iptables status 2 service iptables stop 0.2 关闭Selinux 很多稀奇古怪的问题都是SELINUX导致的。 1.创建用户 1 useradd hadoop -d /home/hadoopecho 2 ...
分类:
Web程序 时间:
2019-12-01 12:03:25
阅读次数:
88
目的 : 实现javaweb项目的全站编码问题 需要解决的问题 : 在何时进行编码问题的解决, 在何处进行编码问题的解决, 才用什么方法进行解决 设计思路 : 在Filter进行全站的编码转换, 对于GET请求 : 使用装饰者模式(是你有你一切拜托你), 修改Request.getParameter ...
分类:
编程语言 时间:
2019-12-01 11:44:30
阅读次数:
79
Music Demo TestMusic Demo TestMusic Demo TestMusic Demo TestMusic Demo TestMusic Demo TestMusic Demo TestMusic Demo TestMusic Demo Test ...
分类:
其他好文 时间:
2019-11-30 09:59:39
阅读次数:
74