码迷,mamicode.com
首页 >  
搜索关键字:kernel iptables    ( 10197个结果
Linux学习(5)-模块的装载配置
#1.编写MakeFile ``` obj-m:=xxx.o //名称可改 //以下内容可以不用动 CURRENT_PATH:=$(shell pwd) LINUX_KERNEL:=$(shell uname -r) LINUX_KERNEL_PATH:=/usr/src/linux-headers ...
分类:系统相关   时间:2020-06-21 11:46:33    阅读次数:61
centos7升级内核到4.4
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm yum --enablerepo= ...
分类:其他好文   时间:2020-06-21 11:37:48    阅读次数:79
学习日记_Harris特征点检测器-兴趣点检测
在图像处理领域中,特征点又被称为兴趣点或者角点,它通常具有旋转不变性和光照不变性和视角不变性等优点,是图像的重要特征之一,常被应用到目标匹配、目标跟踪、三维重建等应用中。点特征主要指图像中的明显点,如突出的角点、边缘端点、极值点等等,用于点特征提取的算子称为兴趣点提取(检测)算子,常用的有Harri... ...
分类:其他好文   时间:2020-06-20 21:22:49    阅读次数:67
Linux关闭防火墙
Centos 6.x版本 iptables 查看防火墙状态:service iptables tatus iptables:Firewall is not runing. 说明防火墙没有开启 开启防火墙:service iptables start 关闭防火墙:service iptables st ...
分类:系统相关   时间:2020-06-20 17:02:14    阅读次数:62
linux Centos防火墙工具iptables的使用
一、安装iptables 1.1、查看是否安装 systemctl status iptables 输出结果表示没有安装该服务,需要先安装。 1.2、安装iptables yum install iptables-services 输出结果表示安装完成。 1.3、检查是否安装成功 systemctl ...
分类:系统相关   时间:2020-06-20 15:45:46    阅读次数:72
iptables执行时报错"iptables : Couldn't load target `standard':No such file or directory"如何处理?
答:重装iptables 查看库 # dpkg -L iptables | fgrep standard /usr/lib/x86_64-linux-gnu/xtables/libxt_standard.so 重装iptables # apt install --reinstall -y iptab ...
分类:其他好文   时间:2020-06-19 20:48:20    阅读次数:203
能够ping通,但是不能telnet,不能ssh -SuSE
主要原因,应该是防火墙的原因。解决方法,关闭防火墙。 SuSE下: service SuSEfirewall2_setup status service SuSEfirewall2_setup stop rhel下: service iptables stop ...
分类:Web程序   时间:2020-06-18 22:12:27    阅读次数:90
K8S主机环境配置(二)
# 安装补丁包# yum install -y conntrack ipvsadm ipset jq iptables curl sysstat libsecomp wget net-tools git vim# 禁用防火墙# systemctl stop firewalld && systemct ...
分类:其他好文   时间:2020-06-18 01:44:16    阅读次数:65
Linux MySQL集群搭建之主从复制
前期准备 准备两台Linux,一主,一从,具体Linux安装MySQL操作步骤:点我直达 集群搭建 注意事项 一主可以多从 一从只能一主 关闭主从机器的防火墙策略 chkconfig iptables off service iptables stop 主服务器配置 修改my.cnf文件 vim / ...
分类:数据库   时间:2020-06-17 23:13:33    阅读次数:107
centos7.5安装lvs
详尽、完善的安装配置步骤服务器配置如下:LVS服务器(DS)DIP:192.168.3.121VIP:172.30.100.111nginx1服务器(RS)RIP:192.168.3.122网关:192.168.1.121nginx2服务器(RS)RIP:192.168.3.123网关:192.168.1.121安装ipvsadmyuminstall-yipvsadm清除iptables,关闭防火
分类:其他好文   时间:2020-06-17 11:14:31    阅读次数:68
10197条   上一页 1 ... 27 28 29 30 31 ... 1020 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!