摘要:
一、常见问题 1)2.6.32内核不兼容I219网卡 http://exxactcorp.com/blog/how-to-installconfigure-intel-i219-network-adapter-in-centos-6/ 阅读全文
posted @ 2016-12-14 21:14
红孩儿你好
阅读(193)
评论(0)
推荐(0)
摘要:
一、简介 二、实例 1)复制二进制文件指定章节 dd if=managerd skip=685632 iflag=skip_bytes bs=829 count=1 of=test 2)修改二进制文件指定章节 dd if=ca.pem seek=685632 oflag=seek_bytes bs=829 count=1 of=managerd... 阅读全文
posted @ 2016-12-14 21:06
红孩儿你好
阅读(185)
评论(0)
推荐(0)
摘要:
一、简介 二、安装 三、常用指令 1)安装m4 aclocal -I m4 2)查看aclocal的路径 aclocal --print-ac-dir 四、常见问题 1) LIBTOOL is undefined 问题的解决方法 http://blog.csdn.net/sky_qing/article/details/9707647 阅读全文
posted @ 2016-12-14 21:02
红孩儿你好
阅读(1424)
评论(0)
推荐(0)
摘要:
一、简介 二、常见问题 1)进入字符界面 http://blog.csdn.net/it1988888/article/details/8040705 阅读全文
posted @ 2016-12-14 20:57
红孩儿你好
阅读(148)
评论(0)
推荐(0)
摘要:
一、简介 二、常用功能 1)条件判断 http://www.cnblogs.com/wang_yb/p/3990952.html 阅读全文
posted @ 2016-12-14 20:40
红孩儿你好
阅读(137)
评论(0)
推荐(0)
摘要:
1)gcc通过-fvisibility=hidden参数 http://blog.csdn.net/dj0379/article/details/17011105 2)libtool通过 -export-symbols 和 -export-symbols-regex https://wiki.debian.org/UsingSymbolsFiles 阅读全文
posted @ 2016-12-14 19:09
红孩儿你好
阅读(163)
评论(0)
推荐(0)