摘要: 【Purpose】 Learning linux command lynx 【Eevironment】 Ubuntu 16.04 terminal apt-get install lynxusage assic to strage web contentexample: root@vmuer-Vir 阅读全文
posted @ 2019-12-09 20:50 嵌入式实操 阅读(234) 评论(0) 推荐(0) 编辑
摘要: reference : http://www.ruanyifeng.com/blog/2018/12/git-bisect.html git bisect 命令教程 作者: [12]阮一峰 日期: [13]2018年12月24日 [14] 腾讯课堂 NEXT 学院 git bisect是一个很有用的 阅读全文
posted @ 2019-12-09 20:46 嵌入式实操 阅读(531) 评论(0) 推荐(0) 编辑
摘要: git blame system_server.c 每一行提交的sha ,作者,提交的日期及提交的信息 阅读全文
posted @ 2019-12-09 20:40 嵌入式实操 阅读(362) 评论(0) 推荐(0) 编辑
摘要: root@vmuer-VirtualBox:/opt/myProject# git log --pretty=oneline0169b7a1c4bccb47e76711f353fd8d3864bde912 (HEAD -> master) add c.cda744be647e398abac90d87 阅读全文
posted @ 2019-12-09 20:30 嵌入式实操 阅读(145) 评论(0) 推荐(0) 编辑
摘要: root@vmuer-VirtualBox:/opt/myProject# git format-patch master0001-add-c.c.patch root@vmuer-VirtualBox:/opt/myProject# git checkout masterSwitched to b 阅读全文
posted @ 2019-12-09 20:13 嵌入式实操 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 【Purpose】 Shell script check host dependent pkg 【Eevironment】 Ubuntu 16.04 bash env 【Procdeure】 Source code: dependent_pkg="gitk" for pkg in $dependen 阅读全文
posted @ 2019-12-09 20:11 嵌入式实操 阅读(136) 评论(0) 推荐(0) 编辑
摘要: https://elixir.bootlin.com/linux/latest/source 阅读全文
posted @ 2019-12-09 17:25 嵌入式实操 阅读(578) 评论(0) 推荐(0) 编辑