码迷,mamicode.com
首页 >  
搜索关键字:ldap over tls    ( 11811个结果
XEN的启动信息输出到“Platform timer is 14.318MHz HPET”就暂停接收的解决办法
使用Serial Over Lan(SOL)来双机调试 XEN,在 XEN 启动时,引导信息输出到以下这一句时,就不再发送调试信息了:...(XEN) Intel machine check reporting enabled(XEN) I/O virtualisation disabled(XEN...
分类:其他好文   时间:2014-06-28 10:46:18    阅读次数:253
SSL连接建立过程分析(1)
Https协议:SSL建立过程分析web訪问的两种方式:http协议,我们普通情况下是通过它訪问web,由于它不要求太多的安全机制,使用起来也简单,非常多web网站也仅仅支持这样的方式下的訪问.https协议(Hypertext Transfer Protocol over Secure Socke...
分类:其他好文   时间:2014-06-28 10:44:53    阅读次数:289
常用的SQL分页算法及对比
SQL Server 2005引入的新方法。1 SELECT * FROM (SELECT ROW_NUMBER() OVER(ORDER BY keyField DESC) AS rowNum, * FROM tableName) AS t WHERE rowNum > start[比如:90] ...
分类:数据库   时间:2014-06-25 21:17:08    阅读次数:256
cacti安装和第三方模块的导入
Cacti是一套基于PHP,MySQL,SNMP及RRDTool开发的网络流量监测图形分析工具。Cacti是通过 snmpget来获取数据,使用 RRDtool绘画图形,而且你 完全可以不需要了解RRDtool复杂的参数。它提供了非常强大的数据和用户管理功能,可以指定每一个用户能查看树状结构、host以及任何一张图, 还可以与LDAP结合进行用户验证,同时也能自己增加模板,功能非常强大完善。界...
分类:其他好文   时间:2014-06-24 15:49:12    阅读次数:223
Fate/stay night
People die when they are killed. — Emiya Shirou I am the bone of my sword. Steel is my body, and fire is my blood. I have created over a thousand bla....
分类:其他好文   时间:2014-06-24 15:24:44    阅读次数:155
libvirtVirsh
virsh基于不同协议远程连接libvirt drivers(Hypervisors)基于OS系统账号ssh登陆基于tcp登陆注,远程连接libvirt驱动tcp简单配置libvirt基于tcp的端口是16509最终tls/tcp配置当基于tcp远程连接时再远程libvirt driver上如果不设...
分类:其他好文   时间:2014-06-24 09:01:17    阅读次数:275
Lua table pair和ipair区别
官方描述:ipairs(t)Returns three values: an iterator function, the tablet, and 0, so that the constructionfor i,v inipairs(t) dobodyendwill iterate over th...
分类:其他好文   时间:2014-06-23 08:19:14    阅读次数:309
[转]深入理解GRE tunnel
Posted in Linux Kernel at November 8th, 2012 / 1 Comment » 我以前写过一篇介绍 tunnel 的文章,只是做了大体的介绍。里面多数 tunnel 是很容易理解的,因为它们多是一对一的,换句话说,是直接从一端到另一端。比如 IPv6 over ...
分类:其他好文   时间:2014-06-21 15:36:55    阅读次数:210
[转]深入理解 GRE tunnel
我以前写过一篇介绍 tunnel 的文章,只是做了大体的介绍。里面多数 tunnel 是很容易理解的,因为它们多是一对一的,换句话说,是直接从一端到另一端。比如 IPv6 over IPv4 的 tunnel,也就是 SIT,它的原理如下图所示: 显然,除了端点的 host A 和 host B之外...
分类:其他好文   时间:2014-06-21 15:16:31    阅读次数:228
[转] SSL/TLS Strong Encryption: An Introduction
As an introduction this chapter is aimed at readers who are familiar with the Web, HTTP, and Apache, but are not security experts. It is not intended ...
分类:其他好文   时间:2014-06-21 15:08:28    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!