上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页

2019年12月24日

Linux special files

摘要: /dev/null --Linux will disccard the any data written to /dev/null --reading data from /dev/null results in an end-of-file /dev/zero it will genreate a 阅读全文

posted @ 2019-12-24 12:07 荷树栋 阅读(238) 评论(0) 推荐(0) 编辑

2019年12月23日

(RT)IPC performance

摘要: https://github.com/goldsborough/ipc-bench Best results you'll get with Shared Memory solution. Named pipes are only 16% better than TCP sockets. Resul 阅读全文

posted @ 2019-12-23 16:34 荷树栋 阅读(371) 评论(0) 推荐(0) 编辑

2019年12月20日

nmap

摘要: #perform port scan e.g. nmap -sS 192.168.0.101 nmap -sS 192.168.0.101 阅读全文

posted @ 2019-12-20 12:00 荷树栋 阅读(258) 评论(0) 推荐(0) 编辑

2019年12月17日

Printer related

摘要: https://hackaday.io/page/6176-why-is-there-no-open-source-firmware-for-laser-or-inkjet-printers https://github.com/hzeller/ldgraphy ldgraphy.org https 阅读全文

posted @ 2019-12-17 15:46 荷树栋 阅读(234) 评论(0) 推荐(0) 编辑

2019年11月28日

About breakpoints and watchpoints

摘要: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0446e/BEICGIFG.html About breakpoints and watchpoints Breakpoints and watchpoints enabl 阅读全文

posted @ 2019-11-28 12:30 荷树栋 阅读(569) 评论(0) 推荐(0) 编辑

2019年11月19日

Eclipse cannot reattach a perspective

摘要: There is a bug in Eclipse, when I drag a perspective, the perspective will be deattached, but I cannot reattach the perspective anymore. solution: Res 阅读全文

posted @ 2019-11-19 15:51 荷树栋 阅读(122) 评论(0) 推荐(0) 编辑

2019年11月8日

C/C++ knowledge collection

摘要: # pointer & const Key point: The * is the seperator. The right side is declarator, *p is a pointer, *const p is a const pointer. The left side is the  阅读全文

posted @ 2019-11-08 11:08 荷树栋 阅读(217) 评论(0) 推荐(0) 编辑

2019年10月22日

Yocto

摘要: Web: https://www.yoctoproject.org Manual https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html Yocto offical web Layers are repositori 阅读全文

posted @ 2019-10-22 17:29 荷树栋 阅读(1179) 评论(0) 推荐(0) 编辑

2019年10月14日

Linux useful commands

摘要: #update to ubuntu failure stay clean window dev/sda1: clean, 552599/6111232 files, 7119295/24414464 blocksfix : ctr + atl + F2 loginsudo apt-get insta 阅读全文

posted @ 2019-10-14 10:42 荷树栋 阅读(372) 评论(0) 推荐(0) 编辑

2019年9月20日

How to build zlib dll in windows

摘要: The zlib v1.1.2.11 provides a make file to build the dll in windows platform. in my vs 2019, I follow below steps to build it. 1. go to the VS2019 ins 阅读全文

posted @ 2019-09-20 10:12 荷树栋 阅读(149) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页

导航