2019年1月23日

Service Location Protocol SLP

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

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

linux find string in files

摘要: http://blog.csdn.net/duguduchong/article/details/7716908 查找目录下的所有文件中是否含有某个字符串 find .|xargs grep -ri "IBM" 查找目录下的所有文件中是否含有某个字符串,并且只打印出文件名 find .|xargs 阅读全文

posted @ 2019-01-23 17:08 liujx2019 阅读(647) 评论(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 阅读(169) 评论(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 阅读(186) 评论(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 阅读(291) 评论(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 阅读(1902) 评论(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 阅读(111) 评论(0) 推荐(0) 编辑

DMTF 关于 CIM-XML 的幻灯片介绍

摘要: https://members.dmtf.org/data/presentations/devcon02/JimDavis-IntroductiontoCIM-XML.pdf 阅读全文

posted @ 2019-01-23 17:01 liujx2019 阅读(185) 评论(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 阅读(549) 评论(0) 推荐(0) 编辑

An example shows several CIM-XML extension headers

摘要: The example below shows several CIM-XML extension headers for a GetClass operation on the root/cimv2 namespace M-POST /cimom HTTP/1.0 Content-Type: te 阅读全文

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

automake autoconf 使用详解

摘要: 本文地址: http://www.laruence.com/2009/11/18/1154.html 文章转自: http://www.linuxcomputer.cn/ 本文地址: http://www.laruence.com/2009/11/18/1154.html 文章转自: http:// 阅读全文

posted @ 2019-01-23 16:59 liujx2019 阅读(3424) 评论(0) 推荐(0) 编辑

/proc/[pid]/status

摘要: http://man7.org/linux/man-pages/man5/proc.5.html 阅读全文

posted @ 2019-01-23 16:58 liujx2019 阅读(848) 评论(0) 推荐(0) 编辑

The new SFCB broker fails to start with a SSL-related error: Failure setting ECDH curve name (secp22

摘要: # openssl ecparam -list_curves secp384r1 : NIST/SECG curve over a 384 bit prime field secp521r1 : NIST/SECG curve over a 521 bit prime field prime256v 阅读全文

posted @ 2019-01-23 16:57 liujx2019 阅读(196) 评论(0) 推荐(0) 编辑

SVN diff

摘要: http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.diff.html Name svn diff (di) — This displays the differences between two revisions or paths. Name svn 阅读全文

posted @ 2019-01-23 16:56 liujx2019 阅读(176) 评论(0) 推荐(0) 编辑

Linux 常用C函数

摘要: http://net.pku.edu.cn/~yhf/linux_c/ 阅读全文

posted @ 2019-01-23 16:56 liujx2019 阅读(121) 评论(0) 推荐(0) 编辑

shell脚本报错:"[: =: unary operator expected"

摘要: shell脚本报错:"[: =: unary operator expected" 在匹配字符串相等时,我用了类似这样的语句: if [ $STATUS == "OK" ]; then echo "OK" fi 在运行时出现了 [: =: unary operator expected 的错误,就一 阅读全文

posted @ 2019-01-23 16:56 liujx2019 阅读(1035) 评论(0) 推荐(0) 编辑

一种用 数组元素 指定 所调函数 的方法

摘要: typedef struct mgrHandler { void (*handler) (int *, OperationHdr *); } MgrHandler; static MgrHandler mHandlers[] = { {notSupported}, // dummy {classProvider}, ... 阅读全文

posted @ 2019-01-23 16:55 liujx2019 阅读(146) 评论(0) 推荐(0) 编辑

阻塞 非阻塞

摘要: 阻塞的系统调用是指, 当进行系统调用时, 除非出错(被信号打断也视为出错) , 进程将会一直陷入内核态直到调用完成。 非阻塞的系统调用是指无论I/O操作成功与否, 调用都会立刻返回 阅读全文

posted @ 2019-01-23 16:54 liujx2019 阅读(99) 评论(0) 推荐(0) 编辑

Linux open() 一个函数,两个函数原型

摘要: open在手册中有两个函数原型, 如下所示: int open(const char *pathname, int flags); int open(const char *pathname, int flags, mode_t mode); 这样的函数原型有些违背了我们的直觉。 C语言是不支持函数 阅读全文

posted @ 2019-01-23 16:45 liujx2019 阅读(883) 评论(0) 推荐(1) 编辑

QT 执行windows cmd 命令并读取结果

摘要: 1,写好命令, 2,用QProcess执行,等待完成(有超时), 3,读取结果 注意形如“Program Files”的有 空格 的路径,要加上双引号。 阅读全文

posted @ 2019-01-23 16:42 liujx2019 阅读(2832) 评论(0) 推荐(0) 编辑

导航