摘要: > nm -D [file]|grep -w Uor> objdump -T [file]|grep "\*UND\*" 阅读全文
posted @ 2015-03-26 11:48 n0p 阅读(172) 评论(0) 推荐(0) 编辑
摘要: remove files after pack:> tar --remove-files -cf all.tar *compression:- `-j`: bzip2- `-z`: gzipadd file to existed tarball: `-r`> tar -rf existed.tar ... 阅读全文
posted @ 2015-03-26 01:47 n0p 阅读(171) 评论(0) 推荐(0) 编辑
摘要: list only directories:> ls -d /path/to/*/ 阅读全文
posted @ 2015-03-26 01:43 n0p 阅读(134) 评论(0) 推荐(0) 编辑
摘要: internal variable of separator: `IFS` 阅读全文
posted @ 2015-03-26 01:41 n0p 阅读(123) 评论(0) 推荐(0) 编辑
摘要: Ref: 阅读全文
posted @ 2015-03-19 17:16 n0p 阅读(172) 评论(0) 推荐(0) 编辑
摘要: Use locate to find folder:> locate -r '/foo$' 阅读全文
posted @ 2015-03-19 17:00 n0p 阅读(91) 评论(0) 推荐(0) 编辑
摘要: Ref: [Bash Shortcuts For Maximum Productivity](http://www.skorks.com/2009/09/bash-shortcuts-for-maximum-productivity/) 阅读全文
posted @ 2015-03-19 16:19 n0p 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Ref: 阅读全文
posted @ 2015-03-18 21:39 n0p 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 错误:>npm ERR! at Object.parse (native)npm ERR! at Packer.readRules (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/fstream-npm.js:174... 阅读全文
posted @ 2015-03-18 20:57 n0p 阅读(253) 评论(0) 推荐(0) 编辑
摘要: Super=Win键.## Rererence:1. [What are Unity's keyboard and mouse shortcuts?](http://askubuntu.com/questions/28086/what-are-unitys-keyboard-and-mouse-sh... 阅读全文
posted @ 2015-03-18 18:41 n0p 阅读(133) 评论(0) 推荐(0) 编辑