240 发简信
IP属地:内蒙古
  • 【nodejs】IPC vs Unix Socket vs TCP socket

    Server Client echo message count (echos / second): |type| 1k| 10k|20k|20...

  • 『神器点滴之命令行』为什么命令行是一种更高级的交互方式

    在『内和恐慌』最新一期的节目:In the Beginning was the Command Line中,Rio和吴涛深入讨论了命令行的前世今...

  • Resize,w 360,h 240
    『神器点滴之Emacs』日志分析利器:list-matching-lines

    step-1 : 打开一个乱七八糟的日志文件 step-2:Meta-x list-matching-lines RET step-3:输入匹配...

  • 『神器点滴之Emacs』用emacs编写shell script?

    都说Emacs是万能的,但从没想到emacs居然可以作为脚本语言来编写linux系统shell script。对于熟悉linux shell编程...

  • 什么是『hacker』?

    The use of "hacker" to mean "security breaker" is a confusion on the par...

  • 什么是"Free software"?

    In the GNU project, when we speak of "free software", this refers tolibe...

  • 『神器点滴之ssh』如何优雅的退出ssh

    在用ssh干活儿的时候,总会有各种各样的原因导致服务器连接中断,这时候ssh就卡在那里,只能强制关闭终端窗口来结束ssh任务或者等待pipe b...

  • 『神器点滴之shell』一句话列出内容重复的文件

    find . -type f | while read file; do sum=$(cat $file | md5); echo $sum $...

  • 【神器点滴之】什么是“神器”?

    一般来说,与神器的接触分为下面几个阶段: 第一阶段:土 输入命令看看:这是神马玩意儿?啥也没有!都神马年代了!土的掉渣。。。 跟个-h 或者 -...