
Git & Kernel Hacking
文章平均质量分 69
sanlinux
这个作者很懒,什么都没留下…
展开
-
Kernel Hackers Guide to git (v3)
Kernel Hackers' Guide to git翻译 2010-09-22 20:57:00 · 646 阅读 · 0 评论 -
How To: Install and Configure GitWeb
<br />http://gofedora.com/how-to-install-configure-gitweb/Goal<br />Setting up gitweb (web interface for SCM software git) for yourproject’s git repository for public access and developer commits viassh.AssumptionsYou already have your project’s git re翻译 2011-02-09 16:02:00 · 1237 阅读 · 0 评论 -
对Linux内核开发模式的认识
<br />1、mainline<br />内核开发的主干线,由Linus Torvalds维护,主要是负责新的大版本内核开发,并确定大版本。如l2.6.35, 2.6.37, 2.6.38。<br /> <br />2、stable和longterm<br />稳定的内核版本,由Greg Kroah-Hartman维护,在mainline确定了大版本后,接着就是针对大版本的维护,并保证内核的稳定性。<br /> <br />3、linux-next<br />提供给内核开发提交代码,并进行测试。<br /原创 2011-02-27 21:14:00 · 1445 阅读 · 0 评论 -
Linux内核Patch和Inc.的区别
Linux内核Patch和Inc.的区别原创 2011-02-26 23:37:00 · 2243 阅读 · 0 评论 -
Git修改提交的用户名和Email
<br />Your name and email address were configured automatically based<br />on your username and hostname. Please check that they are accurate.<br />You can suppress this message by setting them explicitly:<br /><br /> git config --global user.name原创 2011-02-28 22:54:00 · 8322 阅读 · 1 评论 -
Open Source community building: a guide to getting it right
Open Source community building: a guide to getting it right翻译 2011-02-09 13:48:00 · 1083 阅读 · 0 评论 -
Install Gitweb in fedora12
Install Gitweb in fedora12原创 2011-02-09 15:50:00 · 763 阅读 · 0 评论 -
Fedora 12设置Evolution收取live.cn、163、126、gmail邮件及Rhythmbox播放wma、mp3
<br />本文转自:http://www.54sa.net/?p=516<br /><br />启动Evolution-编辑-首选项-邮件帐户-添加-打开Evolution帐户助手-前进=<br />标识:<br />全名:随便你输<br />电子邮件地址:xx@xx.xx<br />前进=><br />接收电子邮件:<br />Server Type:POP<br />服务器:pop3.live.com///pop.163.com///pop.126.com///pop.gmail.com<br />用转载 2011-03-04 20:41:00 · 3713 阅读 · 0 评论 -
内核补丁制作与提交
内核补丁制作与提交转载 2011-03-03 23:12:00 · 1783 阅读 · 0 评论 -
List of maintainers and how to submit kernel changes
<br /><br /> List of maintainers and how to submit kernel changes<br /><br />Please try to follow the guidelines below. This will make things<br />easier on the maintainers. Not all of these guidelines matter for every<br />trivial patch so ap翻译 2011-03-20 22:03:00 · 38361 阅读 · 0 评论 -
HOWTO do Linux kernel development - take 3 (中文版)
<br /> HOWTO do Linux kernel development - take 3 (中文版)<br /><br />译者:张乐 robert_AT_thizlinux_DOT_com<br />原作:Greg KH<br />译注:本文依据take 3翻译,应该不会再有大的改动了,如果有本文会随时更新<br />时间仓促,恐难免错漏,欢迎指正<br />原文:http://permalink.gmane.org/gmane.linux.kernel/349656 (转贴翻译 2011-03-21 22:10:00 · 1267 阅读 · 0 评论 -
HOWTO do Linux kernel development-Greg Kroah-Hartman
<br />HOWTO do Linux kernel development<br />---------------------------------<br /><br />This is the be-all, end-all document on this topic. It contains<br />instructions on how to become a Linux kernel developer and how to learn<br />to work wit翻译 2011-03-21 21:53:00 · 2164 阅读 · 0 评论 -
关于remotes/origin/HEAD -> origin/master
关于remotes/origin/HEAD -> origin/master翻译 2010-12-30 23:19:00 · 22670 阅读 · 0 评论 -
如何成为一个Linux内核开发者
如何成为一个Linux内核开发者,加油啊!转载 2010-12-29 23:08:00 · 856 阅读 · 0 评论 -
subscribe linux-kernel
subscribe linux-kernel翻译 2010-09-25 12:59:00 · 2482 阅读 · 0 评论 -
Git Kernel Tag
Git Kernel Tag原创 2010-09-22 21:40:00 · 5889 阅读 · 0 评论 -
The linux-kernel mailing list FAQ
The linux-kernel mailing list FAQ翻译 2010-09-25 13:17:00 · 23839 阅读 · 1 评论 -
使用git参与kernel开发
使用git参与kernel开发转载 2010-09-22 21:11:00 · 2251 阅读 · 0 评论 -
linux-next 开发树及 Git 获取方式
linux-next 开发树及 Git 获取方式转载 2010-09-23 22:11:00 · 2287 阅读 · 0 评论 -
Sharing with Git,Learn how to use Git to share your Xcode projects
Sharing with Git,Learn how to use Git to share your Xcode projects翻译 2010-09-26 12:15:00 · 1526 阅读 · 0 评论 -
Git中的fetch和pull
Git中的fetch和pull转载 2010-09-28 20:43:00 · 1426 阅读 · 0 评论 -
git远程仓库的使用
git远程仓库的使用翻译 2010-10-09 08:31:00 · 4041 阅读 · 0 评论 -
Pro Git eBooks
Pro Git eBooks翻译 2010-10-09 09:59:00 · 859 阅读 · 0 评论 -
7月第2周系统升级录:有关Linux内核集体升迁的那些事儿
7月第2周系统升级录:有关Linux内核集体升迁的那些事儿转载 2010-10-12 21:17:00 · 776 阅读 · 0 评论 -
GIT Server of ALSA Repositories
GIT Server of ALSA Repositories翻译 2010-10-11 20:11:00 · 1268 阅读 · 0 评论 -
git.kernel.org stable和longterm仓库
linux/kernel/git/stable/linux-2.4.33.y.git2.4.33-stable kernel treeWilly Tarreau4 years agosummary | shortlog | log | tree | gitlinux/kernel/git/stable/linux-2.4.34.y.git2.4.34-stable kernel treeWilly Tarreau3 years agosummary | shortlog | log | tree | git翻译 2011-04-08 20:12:00 · 1616 阅读 · 1 评论