Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2016-05-11 23:08:20
search 到一篇文章,https://www.namecheap.com/support/knowledgebase/article.aspx/807内容我也贴出来如下:For more detailed information you can check connection using openssl: openssl s_client -connect yourdomain.tld:*port*(for example: openssl s_client -connect .........【阅读全文】
发布时间:2016-04-17 20:15:20
shopt -s -o nounset: 开启变量检查,如果一个使用的变量没有值,则会报错。unbound variable......【阅读全文】
发布时间:2016-03-03 11:54:07
-X switch to :GET/POST or other HTTP methods点击(此处)折叠或打开curl -X POST YOUR_URL-v: show everything -s: silent mode progress bar.点击(此处)折叠或打开curl -v -X POST -d "fizz=buzz" http://requestb.in/tmy77qtm-c: rec.........【阅读全文】
发布时间:2016-02-01 17:27:53
ping 几个IP 地址,看是否host still up.点击(此处)折叠或打开#! /usr/bin/env shset -x set +xBINARY="$(basename $0)[$$]"echo "$BINARY"DIRNAME="$(dirname $0)"echo "$DIRNAME"echo $PWD.........【阅读全文】
发布时间:2016-01-27 13:56:11
第一个例子:fork() 出子进程,父进程关闭pipe读,使用write 向管道写入,子进程关闭pipe写,然后从管道读取。点击(此处)折叠或打开#include <apue.h>#define READ_FD 0#define WRITE_FD 1int main(int argc, char *argv[.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com