linux
nanoleak coding
这个作者很懒,什么都没留下…
展开
-
linux获取活动网卡ip地址
Linux C语言 获取本机(所有网卡)IP地址(IPV4)1、根据ioctl机制打印当前所有网卡代码:#include #include #include #include #include #include int get_local_ip(char *ip){ int fd, intrface, retn = 0;转载 2014-05-14 20:35:18 · 5517 阅读 · 0 评论 -
netfilter/Iptables框架
netfilter/Iptables框架图转载 2014-05-25 21:01:52 · 787 阅读 · 0 评论 -
linux网络诊断工具
这篇文章收集了久经考验靠谱的命令,也收集了几个比较新的命令。多数命令都可以在图形桌面执行,即使是没什么终端使用经验的Linux用户也会常常执行命令来使用ping或是其它的网络诊断工具。1.curl & wget 使用curl或wget命令,不用离开终端就可以下载文件。如你用curl,键入curl -O后面跟一个文件路径。wget则不需要任何选项。下载的文件在当前目录。复制代码转载 2014-05-25 23:18:06 · 2038 阅读 · 0 评论 -
傻瓜式安装/升级GCC 4.7
博客分类: linuxgcc升级 无论出于对C++ 0X或是OPENMP等的支持,使用最新的GCC都应是可能情况下的最好选择。网上其他的教程都过于繁琐或者因为太老而无法实行,这篇文章主要是简化了GCC依赖库的步骤。我是在GCC 4.1.2上升级,CPU E5606大约用了两个小时,可以参考上面的文章或者直接用以下脚本。GCC_V指定欲升级的版本号,当前的最新版本是4.7.2转载 2015-04-01 16:15:21 · 829 阅读 · 0 评论 -
Linux Test Tools
The purpose of this Linux Test Tools Table is to provide the open-source community with a comprehensive list of tools commonly used for testing the various components of Linux.My hope is that the转载 2014-07-30 14:42:16 · 905 阅读 · 0 评论