none
发布时间:2015-08-06 16:54:12
pppd
Receive serial link is not 8-bit clean:
Problem: all had bit 7 set to 0......【阅读全文】
发布时间:2015-01-23 17:03:56
===========================================================================tar cJf - test|split -b 10k - test.xz && cat xa[a-z]|tar xJf -tar cJf - test|openssl des3 -salt -k pwd|dd of=test.xz.des3 && dd if=test.xz.des3|openssl des3 -d -k pwd|tar xJf -ShutDown windows: net rpc shutdown -I ipAddres.........【阅读全文】
发布时间:2014-04-28 11:40:21
用户态FROM: http://stackoverflow.com/questions/351134/how-to-get-functions-name-from-functions-pointer-in-c可以使用 backtrace(), backtrace_symbol(),根据函数指针,回溯得到函数名#include<stdio.h>#include<execinfo.h>void foo(void){ printf("foo\n");}int main(){ voi.........【阅读全文】