2019年1月30日

How To Use the AWK language to Manipulate Text in Linux

摘要: https://www.digitalocean.com/community/tutorials/how-to-use-the-awk-language-to-manipulate-text-in-linux Introduction Linux utilities often follow the 阅读全文

posted @ 2019-01-30 14:09 荷树栋 阅读(840) 评论(0) 推荐(0)

How to get checksum by IAR

摘要: 阅读全文

posted @ 2019-01-30 13:12 荷树栋 阅读(112) 评论(0) 推荐(0)

Unit Test

摘要: Use unify unit test framework CPPUnit 1.12.1/Visual stdio Unit is a class or a function Test per major component Test by developer Set up clean enviro 阅读全文

posted @ 2019-01-30 12:18 荷树栋 阅读(133) 评论(0) 推荐(0)

About the test in development

摘要: Unit test (by SW): Specify and test one point of the contract of single method of a class. This should have a very narrow and well defined scope. Comp 阅读全文

posted @ 2019-01-30 12:17 荷树栋 阅读(104) 评论(0) 推荐(0)

What are User and Group Permissions

摘要: https://www.linode.com/docs/tools-reference/linux-users-and-groups/ What are User and Group Permissions?Permalink Linux/Unix operating systems have th 阅读全文

posted @ 2019-01-30 11:58 荷树栋 阅读(253) 评论(0) 推荐(0)

Makefile introduction

摘要: #print in makefile $(error VAR is $(VAR)) $(warning VAR is $(VAR)) $(info VAR is $(VAR)) #make and log to a file make 2>&1 | tee build.log File descri 阅读全文

posted @ 2019-01-30 11:35 荷树栋 阅读(170) 评论(0) 推荐(0)

sudo command

摘要: sudo -i : login as sudo password: change the password of current login user exit : logout 阅读全文

posted @ 2019-01-30 11:25 荷树栋 阅读(145) 评论(0) 推荐(0)

TCP/IP option data aligement issue cause system broken

摘要: 1 Problem Description The field reports show that xxx panel will lockup and then reboot while doing security port scan by nmap. 2 Root Cause After ana 阅读全文

posted @ 2019-01-30 10:35 荷树栋 阅读(234) 评论(0) 推荐(0)

导航