摘要:
pkg-config用途: 查询系统已安装库的基础信息(元信息) 1、查看所有的pkg-config库 pkg-config --list-all --list-all 列出pkg-config路径下所有的模块 List all modules found in the pkg-config pat 阅读全文
摘要:
需求来源: 需要将自动识别的组件信息、更新信息、任务跟踪单号、下载链接等信息自动提交并推送至gerrit, 然后作为触发条件启动另一个协作业务流程。 方法1:单引号开放方法 git commit -m ‘ > first line > second line >' 方法2:多个“-m”选项 git 阅读全文
摘要:
1 简述 TCP wrappers is a simple tool to block incoming connection on application level. This was very useful 20 years ago, when there were no firewalls 阅读全文