Le's profileSomething like a home pa...PhotosBlogListsMore ![]() | Help |
|
September 30 7大最有影响力的GNU/Linux发行版你们想错了,我不是要转贴那个总结的很烂(至少对Gentoo)的中文总结 原文连接在此 http://itmanagement.earthweb.com/entdev/article.php/11070_3701421_2 中文总结在此 http://linux.solidot.org/article.pl?sid=07/09/26/084250&from=rss 原文中Gentoo有一大段描述,尚算客观 但中文总结就几乎是断章取义了 我来尝试解释一下来龙去脉: 首先要确定的是:Daniel已经不在微软了。而且前段时间曾回归Gentoo。 Daniel当时遇到了经济问题,正好微软给他提供了一个职位 作为一个有影响力的独立的发行版的创建者,他不可能加入其他的商业发行版,而他又没有把Gentoo商业化。 我们应该给于Daniel以理解。 不过仅仅在他重新加入一周后,Daniel又离开Gentoo了。当时我从gentoo-dev邮件列表的信件里目睹了整个过程。 主要是因为一个叫Ciaran McCreesh的人,他是曾经的Gentoo开发者,技术不错,也做了很多贡献。他是 http://devmanual.gentoo.org 的主要贡献者。不过不会处理人际关系,到处惹事,到处树敌。后来被开除出Gentoo开发者队伍。一般人遇到这种情况也就走了。此人不同。他仍然做着Gentoo相关的事。最大的一件是就是一个独立的包管理器——paludis。不过我建议你不要用它,且不说它还缺少portage的部分功能(至少是我用的时候),而且弄不好你还会惹一肚子气。 Daniel刚刚重新加入的时候,ciaranm还在做一件很重要的事,就是Gentoo的PMS(package manager specification)。他那时早已不再是gentoo dev。当时pms项目的负责人是spb,spb允许ciaranm做为项目成员来参与贡献。这令Daniel很恼火:一个非gentoo开发者,一个对gentoo做出了这么大伤害(虽然也有很多贡献)的人,居然参与如此核心的工作。我很理解Daniel,他是太在乎Gentoo的发展了,那是他的孩子啊!如果换做是我,我也会希望ciaranm远远离开Gentoo,再也不要祸害Gentoo(有很多dev直接和间接的因为他而离开了Gentoo)。不过Daniel当时的表现的过激了,一副你死我活的样子,ciaranm不走我走!而且给人感觉好像他一回来就想重新独揽大权。当然一个开源项目有个benevolent dictator也没什么不好,只是Gentoo的管理权目前已经交给了Gentoo Council,不是那么容易再改回来的。可是有部分开发者觉得既然ciaranm有能力又有意愿,不如让他干,反正最后还要给大家审阅。最后Daniel的要求没有得到满足,甚至弄巧成拙引起了一小部分开发者的反感。于是Daniel干脆离开了。不过Daniel对于Gentoo的lead的位置还是有想法的。从前面的原文连接里,你可以看到。所以他说现在Gentoo的管理(注意,不是开发)一片混乱,他来做lead,可能会改善。但实际情况是否如此,我不敢苟同。 September 29 粤语发音查询工具http://zhangle.is-a-geek.org/cantonese.html 粤语听多了都能说 准不准就是另外一回事了 写了个小工具,可以方便的查一个字的粤语读音 其实只是个粤语审音配词字库的前段,主要好处有两点: (1)本工具可以直接显示查询结果的连接(地址栏里),可以直接拷贝,并发给你想发给的人 -_-" 凸 ┏━━━━━━┓ ┏┫ ||┣┓ ┏┓ ┗┫━━ ┃ ━━┣┛ ┣┫ ┃ ━━━━ ┃ ┏┳┫┣┳┓ ┗━━━━━━┛ ┃ ┃ ┗▇━━━━━━┛ September 28 ssh-agent forwarding前段时间,我在screen里每次cvs up/di/ci都要输入我的ssh公钥的密码句,很烦,一直忍着 终于今天忍无可忍,于是我决定冒着拖延工期的危险,来搞搞它 结果搞定了,很高兴 顺便来记两笔 本来我是想找个办法,能在resume后的screen里可以方便的找到已有的ssh-agent 结果发现了ssh-agent forwarding这么个好东西 ssh-agent forwarding的意思就是,当你登录某ssh服务器A之后,再登录其他服务器时,服务器A的sshd可以把公钥认证请求转发给你本机上运行的ssh-agent来完成。如此,从服务器A再登录其他服务器,非但不用输入私钥的密码句,而且服务器A上也不用放你的私钥。当然,你的公钥要放到所有服务器的$HOME/.ssh/authorized_keys文件里。 要启用ssh-agent forwarding,只需要你在登录A时使用-A参数,比如ssh -A mao(我们的开发服务器叫mao,就是毛泽东的毛) 具体步骤:http://www.deadman.org/sshscreen.html,注意fixssh一定要source,不能执行 对于我们的yroot来说,还有一个问题是,yroot里的/tmp,不是外面的/tmp 执行一下 yroot --mount lezhang4 /tmp /tmp 即可 September 26 Gentoo的服务与Coldplug,Hotplug/etc/conf.d/rc文件是控制/sbin/rc的行为的 /sbin/rc是baselayout里的核心组件,负责启动initscript。 我们来看看/etc/conf.d/rc里的几个选项: 提问的艺术社区是人组成的 和人交往,就要学会揣摩别人的心理 作为一个新手,免不了要请教老手问题 怎样提问,老手才愿意和乐意回答 这是一门学问 当然,看着别人在那边聊,却无人回答自己的问题,肯定心里不好受 但你要明白别人平白无故不会故意要冷落你 这种事情我也遇到过,这时候你可以尝试招呼一下正在说话的人 这样的话,就算他们之前是有意对你视而不见,这时也不好再不回话 无论如何你不要对人家有什么不敬的言辞 否则,你就是在堵你自己的路 IRC的交流性比论坛高很多 你经常去的话,混熟了,就算是很简单的问题,man里有,google的到,你提出来了,碍于情面,人家也不会不回答,人家也不会一定要求你去先搜索 如果你是个生面孔,人家不理你,也很正常 September 24 gitweb url settingecho "git http://www.gentoo-cn.org/.git" > .git/cloneurl http://gentoo-cn.org/gitweb/?p=gentoo-cn;a=summary September 23 西贡打golfhttp://www.kscgolf.com/images/Coffee%20Shop/Range%20Practice%20Dinner.jpg 如果是想练习golf,这绝对是超值的选择 很爽 我第一次打,不过已经有些感觉了,而且可以左右开弓 September 22 Yahoo! Sports Day昨天是Yahoo! Sports Day 只有田径项目 有男子110米栏,跳远,跳高,100米,1500米,女子100米,800米 我没有报名 只是和team成员在空地踢了踢毽子 现在想起来有点亏 如果我全部都报名,哪怕是现在的状态,拿一两个第三名至少应该是没有问题的 我们DTS team包揽100米冠亚军,还有一个跳远第三名 下一次要2年后 2年后,我不知道还会不会在yahoo September 19 翻译了一段天书中译英 拿出来自我陶醉一下 其实很多东西我都不知道是啥 Summary Performance is what organization management is all about. The purpose of any organization's management activity is to achieve certain kind of performance. Now China has joined WTO, as a result of the on-going process of globalization, enterprises are facing more and more fierce competitions domestically and internationally. An enterprise must continuously improve its overall performance and individual performance, in order to sharpen its competitive edge. How to effectively stimulate individual and organization's enthusiasm and creativity, and continuously improve their performance is the main task of human resource development and management. It is proved through practice that performance assessment is a effective way to improve performance. Thus, performance assessment is at the core of whole human resource management system. AAA is the largest subsidiary of BBB - the largest domestic engineering machinery developing and manufacturing corporation. It was established in December 1993, listed in Shenzhen stock exchange market in August 1996, it is a specialized company whose business includes engineering machinery development, manufacture and sales. Nowadays, because of the more and more fierce competition in the engineering machinery industry, and wide spread of the human-centric management idea, the current performance assessment system could not satisfy the company's development requirement any more, there are many problems and disadvantages. To tackle this problem, this paper tries to locate the main problem by analyzing the current status of AAA's performance assessment system, and tries to optimize the performance assessment system in terms of its basic principle, overall architecture, indicator system and so on, by using human resource management and performance assessment related theory, as well as some advantageous performance assessment system design technique and methods such as balanced scoreboard and critical performance indicator. Meanwhile, in consideration of the company's reality, this paper comes up with some basic policy of performance assessment system implementation such as build up performance oriented enterprise culture, setup performance assessment information management system, establish performance assessment feedback system, strengthen the organization and leading of performance assessment and so on. because of the high representability of AAA in the manufacture industry, the research result of the paper would benefit other companies in the same industry as well. keywords: performance assessment, balanced scorecard, critical performance indicator, optimization design September 18 空格变回车echo alsa-guide.xml gentoo-x86-quickinstall.xml gnome-config.xml gpm.xml grub-error-guide.xml lvm2.xml mysql-upgrading.xml nano-basics-guide.xml portage-utils.xml vdr-guide.xml xfce-config.xml | tr " " \\n September 15 vim sub-replace-special假设你要找一个pattern Gentoo[^。]*手册 并且在手册前加上“无网络”3个字 在vim里,你用这个命令: :%s/\(Gentoo[^。]*\)\(手册\)/\1无网络\2/ \1代表\(Gentoo[^。]*\) \2代表\(手册\) September 12 TODO list1. sync handbook with cvs.g.o 2. translate ati-faq.xml and dri-howto.xml 2. review all translated docs since the tasks were assigned 3. setup zh_cn trads page (finish configuration, write a script to update trads.xml, translate template) September 09 BSD,MIT(X11)和GPL协议这些都是自由软件许可协议 不同点在于,BSD和MIT(X11)不是copyleft协议,GPL是copyleft协议 copyleft的协议能保证如果别人改动你的软件并发布,则一定要奉上源代码。非copyleft自由软件协议无此限制,别人可以随便用,可以不公开源代码,只要保留协议声明本身和作者信息。 在英文版wikipedia上,你可以看到具体的解释和协议原文的连接 所以,除非你想你白白给人打工(就好比FreeBSD的开发者给麒麟给微软白白打工一样),否则还是用copyleft协议。其中GPLv3是最与时俱进的,可以最大程度保证你作为软件作者的权益的自由软件copyleft许可协议,是首选。 什么时候用非copyleft许可协议?如果fork此软件带来的坏处大于把它GPL带来的好处,并且你确信维护代码的组织或者个人能严守他们不会把他们的软件闭源的承诺,那么就可以用非copyleft协议。比如Xorg核心组件。 有的东西则是根本没有fork的必要。比如各种BSD。因为我们有Linux。Linux之所以能成为现在的Linux,是因为Linus自己是超人么?当然,Linus确实是很牛。不过Linux之所以能成为现在的Linux,很大程度上实际是得益于GPL。吃水不忘挖井人,我们更应该感谢的是Richard Stallman! September 06 gentoo, linuxsir与张乐刚才听到有人这么说,心里感到挺宽慰 <piggybox_> gentoo爱好者都去linuxsir啊? <lwxu> 不晓得。。上linuxsir是俺的一个习惯。。02就注册了。。基本上保持着一天上去一趟。。 <tsao> piggybox_: 对,因为张乐常在linuxsir出现 <tsao> rabbitonly: 有些事情是可以意会的说 <piggybox_> 哦,那偶以后也去多泡泡 TODO list最近进度比较慢,一群同事天天楼下酒吧喝酒吹水,哎,碍于情面又不能不去 已经翻译好的内核 CodingStyle:http://wiki.zh-kernel.org/doc/codingstyle 1. finish pending GWN, 2 issues 2. hand over GWN to Wu Chuangwen 3. review and edit kernel Documentation/CodingStyle 4. sync handbook with cvs.g.o 5. review all translated docs since the tasks were assigned 6. setup zh_cn trads page (finish configuration, wrote a script to update trads.xml, translate template) September 04 learning perlhowto flush stdin? perldoc -q flush; the name of the handle of stdout is STDOUT; how can i tell if a list or hash is empty? keys %hash will return your keys. if there are no keys then your hash is empty. scalar(@array) == 0 to check an array. Thanks to <apeiron> and <kll> on #perl @ freenode September 03 Talking about 你恐慌了吗??深刻…… Quote 你恐慌了吗?? 上周回顾安装了好了工作环境 完成了2个任务 一个是html+javascript 一个是用perl写cgi。这是我第一次正儿八经的写cgi程序,也是第一次写perl程序。 基本上不能说是写出来的,是查doc查出来,问人问出来的 据说这个东西能帮yahoo挣大钱,据说…… 感谢John,Ivan,Kelvin,Guy 帮2个同事庆生 September 01 TODO list1. finish kernel Documentation/CodingStyle 2. finish pending GWN, 2 issues 3. review all translated docs since the tasks were assigned 4. setup zh_cn trads page (finish configuration, wrote a script to update trads.xml, translate template) 5. hand over GWN to Wu Chuangwen Who knows French? Contact me! |
|
|