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