Archive for the ‘Linux’ Category
Monday, August 9th, 2010
Linux Kernel 2.6.35最赞的feature就是RPS。
现在的网卡可以接收/发送包的速度已经开始让宿主机的CPU难以跟上。而由于单个CPU的处理能力也慢慢变得难以提升,那么把数据包分布到多个CPU上处理就变得很有必要。在2.6.35内核中,来自Google的Tom Herbert提交[......]
Read More
Tags: Kernel, Linux, Network
Posted in Kernel, Linux | No Comments »
Thursday, November 19th, 2009
I’ve made a new kind of analysis for Linux Kernel contributions. It tells us the contributors, such as IBM, Intel, Oracle and Fujitsu etc., were[......]
Read More
Tags: Kernel, KPS, Linux, OpenSource
Posted in Kernel | No Comments »
Thursday, November 12th, 2009
Canonical由于对内核社区的贡献很少,曾经受到Greg老大的点名批评。但是Ubuntu的高用户体验,以及我所知道的一些在Canonical工作的朋友对社区的贡献,让我感觉到Canonical是一家真正想做开源的同时又使用私有软件来提高发布版质量的开源公司。
但最近Canonical发布的新条款[......]
Read More
Tags: Canonical, License, Linux, OpenSource
Posted in Linux | No Comments »
Tuesday, October 13th, 2009
2009 LinuxConf上Mark Shuttleworth(Ubuntu的核心维护者)负责一个Keynote,并在其中说了一段让众多女性开源软件爱好者感到被冒犯了的话,大意:“if we did a better job at considering our non-technical use[......]
Read More
Tags: Linux, OpenSource
Posted in Linux | No Comments »
Sunday, October 11th, 2009
继之前微软的Hyper-V事件后,Linux内核驱动程序维护者GregKH在9-Oct.提出将在2.6.33内核开始删除Android驱动。
Due to no support from Google, I’ve dropped the android code from the sta[......]
Read More
Tags: Android, google, Kernel, Linux, OpenSource, 手机
Posted in Kernel | No Comments »
Wednesday, September 23rd, 2009
I’ve tried to analyze the defect data of Linux Kernel to find out the answers of the following questions.
1. How much effort the release candida[......]
Read More
Tags: Kernel, KPS, Linux
Posted in Kernel | No Comments »
Sunday, September 13th, 2009
微软虚拟机代码可能被移出Linux!
Linux驱动维护者GregKH在为Linux-2.6.32的merge window做准备时整理了现有的staging目录。对于微软提供的虚拟机hv驱动代码发表了一下的观点:
hv (Microsoft Hyper-V) drivers. Over 200 p[......]
Read More
Tags: Driver, Kernel, Linux, Microsoft, OpenSource, Patch, Virtualization
Posted in Kernel | No Comments »
Thursday, September 10th, 2009
Linus released Linux-2.6.31 on 2009-09-09 USA time.
What I am focusing on is the development status of kernel. And by the KPS tool, I found some inte[......]
Read More
Tags: Kernel, KPS, Linux, Patch
Posted in Kernel | No Comments »
Wednesday, September 2nd, 2009
在只提供http代理的局域网内如何用git连接远程服务器?
git使用了curl,因此设置了curl的代理服务器就可以让git使用代理了,有两种方法:
1. export http_proxy=”10.167.129.20:8080″
2. 编辑配置curl配置文件:~/.c[......]
Read More
Tags: git, Kernel, Linux
Posted in Kernel | 1 Comment »