码迷,mamicode.com
首页 >  
搜索关键字:ipv6 ddos    ( 2196个结果
Disable Linux IPv6 Networking
On most of the Linux distribution IPv6 is enabled by default, which may cause your internet is workding slow, so If your network do not supportor do not setup IPv6 network, you should better to dis...
分类:Web程序   时间:2014-08-05 11:40:29    阅读次数:348
DNS解析
同步API,会阻塞: getaddrinfo: IPV4 and IPV6, linux依赖, windows依赖 gethostbyname: only IPV4 异步: libevent getaddrinfo_a, 会执行注册的callback函数, c-ares库,另...
分类:其他好文   时间:2014-08-05 10:57:59    阅读次数:321
网络安全的未来——WAF应当具备的十大特性
概述 据Forrester统计,2013年有超过半数的企业的Web应用被泄露,其中不少因此遭到严重的财务损失。近年来,企业安全事件屡见报端:2011年,多家公司和政府网站被黑客攻击;2012年的DDoS攻击令众多美国银行网站瘫痪;更不用提那些造成数百万用户信用卡信息泄露的网络安全事故了。传统的网络....
分类:其他好文   时间:2014-08-04 20:41:57    阅读次数:264
【DDOS】DNS放大拒绝服务攻击代码
/* DNS 头定义 */struct dnshdr{unsigned short id;unsigned short flags;unsigned short qdcount;unsigned short ancount;unsigned short nscount;unsigned short ...
分类:其他好文   时间:2014-08-04 01:40:46    阅读次数:378
Hadoop 2.4.1 设置问题小结
先丢点问题小结到这里,免得忘记,有空再弄个详细教程完,网上的教程要不就是旧版的,要不就是没说到点子上,唉。1.服务器禁用ipV6配置.2.找不到winutils.exe,系统变量设置了HADOOP_HOME也不行,程序中直接设定环境变量,还能省去系统配置,更方便。System.setProperty...
分类:其他好文   时间:2014-07-31 20:38:17    阅读次数:218
CodeForces 250B Restoring IPv6 解题报告
Description An IPv6-address is a 128-bit number. For convenience, this number is recorded in blocks of 16 bits in hexadecimal record, the blocks ar...
分类:其他好文   时间:2014-07-29 12:15:46    阅读次数:289
IPv6_1_1_IPv6 Specification semantics
1: semantics 语义一:Introduction 1. Changes form IPv6 to IPv6. 1) Expanded Addressing Capabilities 32 bits to 128 bits to support a) more l...
分类:其他好文   时间:2014-07-28 14:56:23    阅读次数:253
createdb test时报global/pg_filenode.map不存在
实际上是存在的,看到说是ipv6占用了5432的端口号,看了一下的确是,将ipv6关闭重启系统即可。下面是关闭ipv6的方法:确认IPV6是否开启在Linux下确认IPv6是否已经被启用,可以从三个方面确定。1.使用ifconfig查看自己的IP地址是否含有IPv6地址。eth0 Link en.....
分类:数据库   时间:2014-07-28 14:51:13    阅读次数:499
IPV4和IPV6之间相互通信
网络拓扑:R1:ipv6unicast-routing===========开启ipv6intf0/0ipaddress192.168.12.1255.255.255.0noshutdowninterfaceLoopback0ipv6address2012:2012::1/64iproute192.168.23.0255.255.255.0192.168.12.2============配置静态路由R2:interfaceFastEthernet0/0ipaddress192.168..
分类:其他好文   时间:2014-07-28 00:31:10    阅读次数:407
CodeForces250B——Restoring IPv6(字符串处理)
Restoring IPv6DescriptionAn IPv6-address is a 128-bit number. For convenience, this number is recorded in blocks of 16 bits in hexadecimal record, the...
分类:其他好文   时间:2014-07-27 22:53:39    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!