Linux related
文章平均质量分 77
coolgw2015
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
test on Dynamically Linked "Shared Object" Libraries: (.so)
http://www.yolinux.com/TUTORIALS/LibraryArchives-StaticAndDynamic.html code and c file for test ubuntu:/local/dynamic-lib-test$ cat test.h void test(); ubuntu:/local/dynamic-lib-test$ cat test.原创 2016-10-09 17:16:24 · 335 阅读 · 0 评论 -
Docker Notes
docker pull ubuntu:12.04 // make first image docker build -t compile . // put your Dockerfile in current directory NOTE: you need configure http proxy or dns for docker build. DNS configuration:原创 2017-03-21 16:11:43 · 276 阅读 · 0 评论
分享