随笔分类 -  网络

Service Location Protocol SLP
摘要:https://www.ibm.com/developerworks/cn/linux/l-slp/ 服务发现(service discovery) 是在网络环境中发现必须使用的服务的能力。例如,如果要在网络上新安装一个桌面系统,应该如何对这个系统配置邮件服务器、缺省网关(用来对本机之外的连接进行路 阅读全文

posted @ 2019-01-23 17:08 liujx2019 阅读(809) 评论(0) 推荐(0)

[http 1.1] M-POST
摘要:http://www.brainbell.com/tutors/XML/XML_Book_B/Sending_Messages_Using_M_POST.htm You can restrict messages coming through a firewall or a proxy server 阅读全文

posted @ 2019-01-23 17:07 liujx2019 阅读(187) 评论(0) 推荐(0)

安装 wbemcli
摘要:安装环境 建立自己的目录后, wget http://vault.centos.org/6.0/os/x86_64/Packages/sblim-wbemcli-1.6.1-1.el6.x86_64.rpm wget -r -np -nd --accept=sblim*.rpm http://vau 阅读全文

posted @ 2019-01-23 17:06 liujx2019 阅读(206) 评论(0) 推荐(0)

[http 1.1] M-POST w3
摘要:https://www.w3.org/Protocols/HTTP/ietf-ext-wg/draft-frystyk-http-extensions-02 阅读全文

posted @ 2019-01-23 17:06 liujx2019 阅读(334) 评论(0) 推荐(0)

Linux 抓包
摘要:https://www.cnblogs.com/ggjucheng/archive/2012/01/14/2322659.html tcpdump 与wireshark Wireshark(以前是ethereal)是Windows下非常简单易用的抓包工具。但在Linux下很难找到一个好用的图形化抓包 阅读全文

posted @ 2019-01-23 17:04 liujx2019 阅读(1923) 评论(0) 推荐(0)

一些软件的 Basic Auth 行为
摘要:一个 WBEM 在2003年的bugI'm trying to access the WBEM service of the CIMOM on the ESX Server 3i and all my requests end up with this error "(501) not implem 阅读全文

posted @ 2019-01-23 17:03 liujx2019 阅读(123) 评论(0) 推荐(0)

DMTF 关于 CIM-XML 的幻灯片介绍
摘要:https://members.dmtf.org/data/presentations/devcon02/JimDavis-IntroductiontoCIM-XML.pdf 阅读全文

posted @ 2019-01-23 17:01 liujx2019 阅读(192) 评论(0) 推荐(0)

不论是 Basic Auth 还是 Digest Auth,都会有 Authorization 字段
摘要:RFC2617 http://www.ietf.org/rfc/rfc2617.txt https://en.wikipedia.org/wiki/Digest_access_authentication 阅读全文

posted @ 2019-01-23 17:00 liujx2019 阅读(578) 评论(0) 推荐(0)

测网速
摘要:出处:https://stackoverflow.com/questions/20190456/determine-available-upload-download-bandwidth There's no way to determine the absolute network capacit 阅读全文

posted @ 2019-01-23 16:32 liujx2019 阅读(214) 评论(0) 推荐(0)

libcurl vs HTTP 1.1, 返回值100.
摘要:easy_perform 会处理返回值100的情况,即先发送头文件再发送data。 但是如果timeout (CURLOPT_TIMEOUT)时间到了,这个100返回值是会被easy_perform返回的。 阅读全文

posted @ 2019-01-21 13:21 liujx2019 阅读(475) 评论(0) 推荐(0)

HTTP 1.1, 返回值100.
摘要:HTTP 1.1支持只发送header信息(不带任何body信息),如果服务器认为客户端有权限请求服务器,则返回100,否则返回401。客户端如果接受到100,才开始把请求body发送到服务器。这样当服务器返回401的时候,客户端就可以不用发送请求body了,节约了带宽。另外HTTP还支持传送内容的 阅读全文

posted @ 2019-01-18 14:32 liujx2019 阅读(837) 评论(0) 推荐(0)

导航