页面载入中,请稍后...

现在位置 >首页 > 所有关于fedora的文章
cat_ico10 category
发表于378 天前 Linux 评论关闭 ⁄ 被围观 1,245 views+
通过yum 安装 chrome 和flash 插件
http://opencodeworld.com/wordpress/?p=244 Best way to install and keep up-to-date with Google Chrome browser is use Google’s own YUM repository. 1) Enable google yum repository Here creating google.repo file using vi editor command : vim /etc/yum.repos.d/google.repo add following content. for 32-bit [google] name=Google – i386 baseurl=http://dl.google.com/linux/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub for 64-bit [...
阅读全文
cat_ico22 category cat_ico12 category
发表于706 天前 pf_ring, 网络管理 评论关闭 ⁄ 被围观 2,153 views+
Fedora下集成PF_RING的详细过程(配图)
http://www.cnblogs.com/bits/archive/2009/03/25/linux-pf_ring.html 在千兆网环境下,tcpdump丢包率相当高。网上搜了很多制标不治本的方法,比如增大缓冲区,然而缓冲区再大也有塞满的时候,只能从驱动和硬件下手。好在有“零拷 贝(Zero Copy)”这个东西(说白了也就是通过DMA等方式,省掉从NPF驱动到用户程序内存空间的一次复制,给CPU减少负担),而PF_RING正是一个通 过给Linux内核打补丁来实现zero copy的强大工具,于是想给Fedora集成个PF_RING。 没接触过Linux内核,网上这方面资料都是Ubuntu...
阅读全文