摘要: > sudo apt-get install python-opencv> cp /usr/lib/python2.7/dist-packages/cv2.so /opt/anaconda/lib/python2.7/site-packages/or > conda install -c https... 阅读全文
posted @ 2015-03-26 16:52 n0p 阅读(729) 评论(0) 推荐(0) 编辑
摘要: > 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) 编辑