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
[...
12, 13, 14, chrome, fedora, yum阅读全文
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...
fedora, Linux, pf_ring阅读全文
![Windows 7 硬盘安装Fedora 16[zt]](http://www.linuxidc.com/upload/2011_12/111205133058281.gif)

![python multicast [组播编程]](http://www.linux-field.com/wp-content/themes/HotNewspro/images/random/10.jpg)


最新评论
Nice site
上面的几个回复都来自该地址:
logging模块的4个主要
Example Usage
Configuring Lo
Formatters Fo
Python的标准loggi