<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
   <channel>
      <title>fedora</title>
      <description>看看还有谁在用 fedora？
</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=oIfPTXhQ3BGyijuU1vC6Jw</link>
      <atom:link rel="next" href="http://pipes.yahoo.com/pipes/pipe.run?_id=oIfPTXhQ3BGyijuU1vC6Jw&amp;_render=rss&amp;page=2" />
      <pubDate>Wed, 22 May 2013 02:41:43 +0000</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Fedora-cn" /><feedburner:info uri="fedora-cn" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><meta xmlns="http://pipes.yahoo.com" name="pipes" content="noprocess" /><item>
         <title>Org-mode</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/OpQinX-5f-E/369232.html</link>
         <description>在工作的电脑上也装了 emacs。(以下安装笔记不尽准确， &lt;a rel="nofollow" target="_blank" href='http://www.gnu.org/software/emacs/windows/big.html'&gt;http://www.gnu.org/software/emacs/windows/big.html&lt;/a&gt; 有全面的配置指南。)我习惯把文件装到 c:&amp;#92;cygwin&amp;#92;Opt 目录，所以目录树是这样子&lt;br /&gt;&lt;br /&gt;c:&amp;#92;cygwin&amp;#92;Opt&amp;#92;emacs-24.2 从 &lt;a rel="nofollow" target="_blank" href='http://ftp.gnu.org/gnu/emacs/windows/'&gt;http://ftp.gnu.org/gnu/emacs/windows/&lt;/a&gt; zip 包解压的内容&lt;br /&gt;c:&amp;#92;cygwin&amp;#92;Opt&amp;#92;bin&amp;#92;emacs.bat 一个批处理文件，用来设置环境变量&lt;br /&gt;&lt;br /&gt;&lt;code title="emacs.bat"&gt;set HOME=c:&amp;#92;cygwin&amp;#92;home&amp;#92;byuan&lt;br /&gt;set EXE=runemacs.exe&lt;br /&gt;set BIN_FOLDER=c:&amp;#92;cygwin&amp;#92;Opt&amp;#92;emacs-24.2&amp;#92;bin&lt;br /&gt;set EMACS=%BIN_FOLDER%&amp;#92;%EXE%&lt;br /&gt;cd &amp;quot;%HOME%&amp;quot;&lt;br /&gt;&amp;quot;%EMACS%&amp;quot; %1&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;然后在打开 .org 文件时，设置文件关联。在&lt;a rel="nofollow" target="_blank" href="http://www.claremontmckenna.edu/pages/faculty/alee/emacs/emacs.html"&gt;某个帖子&lt;/a&gt;里说必须怎么装 emacs，不过最关键的应该还是安装路径不要有空格。不知道为什么这里 %1 可以不加引号？而且如果加了引号就会出错。&lt;a rel="nofollow" name="cutid1"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;然后，在 ~/.emacs.d/init.el 里配置一下 org-agenda-files，从 &lt;a rel="nofollow" target="_blank" href="http://stackoverflow.com/questions/11610997/org-mode-under-linux-windows-7-how-to-include-in-agenda-view-same-files-wh"&gt;so 的帖子&lt;/a&gt;里看到可以为 windows 和 linux 分别配置。&lt;br /&gt;&lt;br /&gt;edit: 这个代码会被 C-c [ 和 C-c ] 覆盖掉，所以还是不要费这个功夫。。要么就得时刻关注 init.el 是不是被不小心改掉了。&lt;br /&gt;edit: 最终还是决定不要用这种配置，两个机器都配置 org-directory 指向 Dropbox 最方便了&lt;br /&gt;&lt;br /&gt;&lt;code title="use Dropbox"&gt;; use Dropbox but not MobileOrg&lt;br /&gt;(require &amp;#39;org)&lt;br /&gt;(let ((BY-org-directory&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (concat&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;(file-name-as-directory&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; (getenv &amp;quot;USERPROFILE&amp;quot;))&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;quot;Dropbox/org&amp;quot;)))&lt;br /&gt;&amp;nbsp; (if (file-directory-p BY-org-directory)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (setq org-directory BY-org-directory)))&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://ergoemacs.org/emacs/organize_your_dot_emacs.html"&gt;有个帖子&lt;/a&gt;说，在 init.el 里可以加一段脚本，可以自动编译、更新已有的 .elc 文件。&lt;br /&gt;&lt;br /&gt;&lt;code title="after-save-hook"&gt;; &lt;a rel="nofollow" target="_blank" href='http://ergoemacs.org/emacs/organize_your_dot_emacs.html'&gt;http://ergoemacs.org/emacs/organize_your_dot_emacs.html&lt;/a&gt;&lt;br /&gt;(defun byte-compile-current-buffer ()&lt;br /&gt;&amp;nbsp; &amp;quot;`byte-compile&amp;#39; current buffer if it&amp;#39;s emacs-lisp-mode and compiled file exists.&amp;quot;&lt;br /&gt;&amp;nbsp; (interactive)&lt;br /&gt;&amp;nbsp; (when (and (eq major-mode &amp;#39;emacs-lisp-mode)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (file-exists-p (byte-compile-dest-file buffer-file-name)))&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (byte-compile-file buffer-file-name)))&lt;br /&gt;&lt;br /&gt;; byte compile if .elc exists&lt;br /&gt;(add-hook &amp;#39;after-save-hook &amp;#39;byte-compile-current-buffer)&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;不过，改了 init.el 的话，如果语法出错，就需要手动地去 byte-compile-file，不然 init.elc 总是旧的。这个年代久远的系统，对这种小错误太宽容了。&lt;br /&gt;&lt;br /&gt;edit: 如果 init.el 不是交互方式修改的，比如&amp;quot;custom-set-variables was added by Custom&amp;quot;，怎么知道它会不会自动做 byte-compile-file 呢？还是和上面的问题一样，得时刻关注自己的 init.el 么&lt;a rel="nofollow" name='cutid1-end'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;真正应用这个东西，还得把200页的manual读一遍。最好是直接读info格式，翻页跳转很方便。帮助系统也很强大，也许是因为emacs太古老，内容太繁杂，所以不得不如此。今天的 emacs 已经到了 24.2 版，很容易用，跟 notepad 差不多。许多默认的配置都很合理。只要别尝试在里面按 windows 的快捷键，&lt;a rel="nofollow" target="_blank" href="http://lifehacker.com/5419988/five-best-outlining-tools"&gt;普通人&lt;/a&gt;&lt;a rel="nofollow" target="_blank" href="http://orgmode.org/worg/sources/org-tutorials/org4beginners.org"&gt;上手&lt;/a&gt;&lt;a rel="nofollow" target="_blank" href="http://orgmode.org/worg/org-faq.html"&gt;毫无问题&lt;/a&gt;&amp;mdash;&amp;mdash;毕竟普通人在 notepad 里也不会按快捷键。还是用鼠标、菜单比较多吧 :)&lt;br /&gt;&lt;br /&gt;接下来是得找个地方同步文件。TBC..&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=OpQinX-5f-E:gwg7uxfk7h0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=OpQinX-5f-E:gwg7uxfk7h0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=OpQinX-5f-E:gwg7uxfk7h0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=OpQinX-5f-E:gwg7uxfk7h0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=OpQinX-5f-E:gwg7uxfk7h0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=OpQinX-5f-E:gwg7uxfk7h0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:369232</guid>
         <pubDate>Tue, 22 Jan 2013 18:00:48 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/369232.html</feedburner:origLink></item>
      <item>
         <title>Easy reading "Code Simplicity" from O'Reilly</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/mWZnqzxx_n0/362683.html</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://www.codesimplicity.com/'&gt;http://www.codesimplicity.com/&lt;/a&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href='http://shop.oreilly.com/product/0636920022251.do'&gt;http://shop.oreilly.com/product/0636920022251.do&lt;/a&gt;&lt;br /&gt;By&amp;nbsp;&lt;a rel="nofollow" class="byLineLink" target="_blank" href="http://shop.oreilly.com/product/0636920022251.do#tab_04"&gt;Max Kanat-Alexander&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;做程序员的一定要时不时地读一些 easy reading，尤其是不需要做算法、操作系统那些高深东西的，多出来的脑细胞应该想办法用掉。而且 easy reading 可以让工作更顺利些。&lt;br /&gt;&lt;a rel="nofollow" name="cutid1"&gt;&lt;/a&gt;&lt;br /&gt;这本书对我的胃口，因为很薄，一两天就翻阅完了。而且文字简单，可以想象编辑同志花了多少工夫去改一个 code monkey (哪怕是 chief architecture) 的文字。。 里面讲到的很多 law 和 rule，我猜测作者是想用 Assert(!fail) 来着，如果这本书的厚度翻一倍，就会让人厌烦了(像 unit test 一样！)，现在这样刚好。&lt;br /&gt;&lt;br /&gt;书里讲到的一些观点很有用。摘录如下：&lt;br /&gt;&lt;br /&gt;Chapter 1&lt;br /&gt;&lt;blockquote&gt;&amp;quot;All of us have been taught that software is &amp;ldquo;a series of instructions given to the computer,&amp;rdquo; and this is true. However, there is no field in which a set of instructions and the result of those instructions are so closely linked as they are in the field of software development. In other fields, people write instructions and then hand them off to others, often waiting a long time to see them carried out. But when we write code, there is nobody between us and the computer. The result is exactly what the instructions said to do, without question. The quality of the end result is dependent entirely upon the quality of the machine, the quality of our ideas, and the quality of our code. &amp;quot;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;之前也很困惑为什么做软件不能像传说中的 engineer 那样，搭座桥建座楼，一百年不倒。 Chicago 的房子都是百年以来修修补补的。不过按书里的说法，这个反馈太暴力了，出一点儿错都不行。&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;ldquo;Everybody who writes software is a designer.&lt;br /&gt;&lt;br /&gt;However, this does not mean that design is a democracy. You must not design by committee. The result will be an actively bad design&amp;mdash;one which makes things more complex instead of simpler. Instead, all developers should have the authority to make good design decisions in their own areas. If they make poor or mediocre decisions, these should be overridden by a senior developer or the lead programmer, who should have veto power over the designers below them...&lt;br /&gt;&lt;br /&gt;A designer should always be willing to listen to suggestions and feedback, because programmers are usually smart people who have good ideas. But after considering all the data, any given decision must be made by an individual, not by a group of people.&amp;rdquo;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;这个听着也很给力。&lt;br /&gt;&lt;br /&gt;Chapter 2&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;quot;The purpose of software is to help people&amp;quot;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;(从 stakeholder 角度看这句话，那这句话算是公理了。)&lt;br /&gt;&lt;br /&gt;Chapter 3&lt;br /&gt;&lt;br /&gt;不考虑合适的收益率，是这一章最大的问题。书里的算法，完全不考虑折现率，来计算成本和收益，只适合于 Open Source。如果一个产品不能有足够的回报，做它干什么？像 bugzilla 等等基础软件，如果不做，结果就是亏损，所以不得不尽力减少亏损。&lt;br /&gt;&lt;br /&gt;这也是为什么开源软件需要爱好、慈善、狂热分子一起来做。为了其他产品的商业成功，投资于开源软件，算是极有效的资源分配方式。而不考虑这种模式，那就不是调动资源，而是与其他事物共享资源。通常也能有效地避免资源浪费，只是不会发展得那么快。&lt;br /&gt;&lt;br /&gt;一个软件长期维护的成本高，所以要想办法缩短软件生命周期，像手机厂商、芯片厂商、大小软件厂商，都得及时让旧的产品 EOL，让用户转移到新的产品上。这样是不是对资源的有效分配？一方面这样的厂商在市场上成功了，另一方面这种成功可能来自于垄断优势，所以究竟是否有效还难说。对于 bugzilla 这样的基础软件，不用考虑生命周期的问题，这是不是对资源的有效分配？&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;ldquo;The most common and disastrous error that programmers make is predicting something about the future when in fact they cannot know.&lt;br /&gt;&lt;br /&gt;...there is a difference between designing in a way that allows for future change and attempting to predict the future&amp;rdquo;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;我最喜欢这一段，因为自己经常犯这样的错误，眼高手低。另外这一段还可以为 code refactor 辩护。既然 code change 可能带来 side impact，为什么要做？因为 bad smell 就在那里。长久以来的经验告诉我，感觉会出问题的地方，那就一定会出问题。因为这种代码都是没有考虑周到。结合这一段，感觉没有考虑周到的时候，实际上是在验证当前的需求，并不是尝试预测将来。&lt;br /&gt;&lt;br /&gt;Chapter 4&lt;br /&gt;&lt;br /&gt;这一章开始用几个文件的变更记录，来说明软件生命周期的特点 &amp;ldquo;时间越久，改动越多&amp;rdquo;。&lt;br /&gt;&lt;br /&gt;我也对变更记录很感兴趣，但是 so what？必须有足够长的历史数据，才可以证明代码的质量是上升了还是下降了。然而数据的统计又很容易有出入；代码质量用其他方式更容易测量(目前用的是issue per feature)。这一章说&amp;ldquo;there is a lot more interesting analysis&amp;rdquo;，让人很 upset 因为自己完全想不到其他 make sense 的分析。&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;ldquo;Don&amp;rsquo;t write code until you actually need it, and remove any code that isn&amp;rsquo;t being used.&lt;br /&gt;&lt;br /&gt;That is, you should also get rid of any code that is no longer needed&lt;br /&gt;&lt;br /&gt;Code should be designed based on what you know now, not on what you think will happen in the future.&lt;br /&gt;&lt;br /&gt;Here&amp;rsquo;s how we would use it to develop a calculator program that needs to add, subtract, multiply, and divide:&lt;br /&gt;1. Plan a system that does only addition and nothing else.&lt;br /&gt;2. Implement that system.&lt;br /&gt;3. Fix up the now-existing system&amp;rsquo;s design so that it is easy to add a subtractionfeature.&lt;br /&gt;4. Implement the subtraction feature in the system&lt;br /&gt;...&lt;br /&gt;In general, you should pick whatever is simplest to work on at each step, when you get there.&amp;rdquo;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;这个与前一段一脉相承，不要预测将来。想得越多，浪费得越多。&amp;mdash;&amp;mdash;然而不浪费几次，就不会有足够的经验和直觉，一上来就找到正确的方向。&lt;br /&gt;&lt;br /&gt;幸好自己处在一个互联网的时代，做的产品也有很久的历史、比较大的团队，极多的代码可以借用，不用自己去碰头。然而如第一章所说，design 是个人负责任的事情。&lt;br /&gt;&lt;br /&gt;Chapter 5&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Do not repeat yourself&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Chapter 6&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;quot;The ease of maintenance of any piece of software is proportional to the simplicity of its individual pieces.&amp;quot;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;所以要把部件做得更小、接口更明确、容易更换。这是接下来要努力的事情。&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;ldquo;if people are new to something, they probably don&amp;rsquo;t know anything about it.&lt;br /&gt;&lt;br /&gt;(Emacs vs. Vi) ... the perceived simplicity of a tool has to do with familiarity&amp;mdash;anybody who has used a particular tool for a long time has likely become very familiar with it, which makes it much simpler than any other tool, from that person&amp;rsquo;s viewpoint. In order for a new tool to seem equally simple, that tool would have to be extremely simple, and programmers&amp;rsquo; text editors rarely are.&lt;br /&gt;Non-programmers would likely consider both text editors to be complex beyond reason, which is another example of how simplicity is relative.&lt;br /&gt;&lt;br /&gt;Many programmers are particularly bad about this with their code. They assume that other programmers will be willing spend a lot of time learning all about their code, because after all, it took a lot of time to write it! The code is important to them, so won&amp;rsquo;t it be important to everybody?&lt;br /&gt;&lt;br /&gt;Now, programmers are generally an intelligent bunch. But it&amp;rsquo;s still a mistake to think, &amp;ldquo;Oh, other programmers will understand everything I&amp;rsquo;ve done here without any simplification or explanation of my code.&amp;rdquo; It&amp;rsquo;s not a matter of intelligence&amp;mdash;it&amp;rsquo;s a matter of knowledge. Programmers who are new to your code don&amp;rsquo;t know anything about it; they have to learn. The easier you make it for them to learn, the faster they are going to figure it out, and the easier it will be for them to use it.&lt;br /&gt;&lt;br /&gt;... None of us like being talked down to or treated like we&amp;rsquo;re idiots. And sometimes that leads us to create things that are a little complicated, so that we feel like we aren&amp;rsquo;t talking down to the user or to other programmers. We throw in some big words, make it a&lt;br /&gt;little less than simple, and people respect our intelligence but feel kind of stupid because they don&amp;rsquo;t get it. They might think we&amp;rsquo;re way smarter than they could ever be, and that is kind of flattering. But really, is that helping them?&amp;rdquo;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;我极其喜欢这一段。知道对方不理解，是因为 knowledge 不够，因而需要理解对方的困难，这样就不会苛求别人。反过来自己也可以不用怀疑需要继续补脑。&lt;br /&gt;&lt;br /&gt;最近经常遇到 perception 这个词，因为比起谈人生、理想、情感，这个词听起来比较科学。一个人总会有自己的 frame，不乐意做什么、做不了什么，是有解释的。只要能解释就好。&lt;br /&gt;&lt;br /&gt;Chapter 7&lt;br /&gt;&lt;br /&gt;谈到关于 vendor lock-in，这个也是选择 Open Source 的理由。因为不会 worse off，所以大家都会选同样的软件，所以最终大家都不会被 vendor lock-in，反而可以共同达到 better off&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;ldquo;Never stop maintaining a system that is currently in use so that the programmers can rewrite it. Systems must always be maintained&lt;br /&gt;if they are in use&amp;rdquo;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;谈到 long term development。这个呼应第 2 章，因为软件是给人用的。对 Open Source 的要求可以低一些吧。。毕竟资源实在太有限了，所以 LTS 很难搞下去，不管是 Fedora 还是 GNOME，甚至 Android，都是最新版的才有最多 support，旧版直接放弃的。&lt;br /&gt;&lt;br /&gt;Chapter 8&lt;br /&gt;&lt;br /&gt;关于测试，也是公理。&lt;br /&gt;&lt;a rel="nofollow" name='cutid1-end'&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=mWZnqzxx_n0:V-tIn-VrrQE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=mWZnqzxx_n0:V-tIn-VrrQE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=mWZnqzxx_n0:V-tIn-VrrQE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=mWZnqzxx_n0:V-tIn-VrrQE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=mWZnqzxx_n0:V-tIn-VrrQE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=mWZnqzxx_n0:V-tIn-VrrQE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:362683</guid>
         <pubDate>Fri, 14 Dec 2012 20:00:52 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/362683.html</feedburner:origLink></item>
      <item>
         <title>My tweets</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/IwnC6VBuw2Q/361866.html</link>
         <description>&lt;ul&gt;&lt;li&gt;&lt;a rel="nofollow" target="_blank" href="http://twitter.com/bbbush/status/278950004905877505"&gt;&lt;em&gt;Wed, 13:50&lt;/em&gt;&lt;/a&gt;: 前几天收到一期电子版的 Linux Journal。经常收到赠刊，也让人觉得不好意思；想订阅又看不过来。这期提到要装什么软件，第一步竟然是要把 /etc/sysconfig/selinux 改成 disabled。这样的杂志不订了吧&amp;hellip;&amp;hellip;&lt;/li&gt;&lt;/ul&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=IwnC6VBuw2Q:7ux7EDAy5e0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=IwnC6VBuw2Q:7ux7EDAy5e0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=IwnC6VBuw2Q:7ux7EDAy5e0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=IwnC6VBuw2Q:7ux7EDAy5e0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=IwnC6VBuw2Q:7ux7EDAy5e0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=IwnC6VBuw2Q:7ux7EDAy5e0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:361866</guid>
         <pubDate>Thu, 13 Dec 2012 18:00:41 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/361866.html</feedburner:origLink></item>
      <item>
         <title>My tweets</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/uXiNNiX-tZA/360820.html</link>
         <description>&lt;ul&gt;&lt;li&gt;&lt;a rel="nofollow" target="_blank" href="http://twitter.com/bbbush/status/274548215938965505"&gt;&lt;em&gt;Fri, 10:19&lt;/em&gt;&lt;/a&gt;: Installed Penango, and applied &amp;quot;Digital ID&amp;quot; (Comodo) for both Gmail and Outlook. Not hard, should have done it earlier. &lt;a rel="nofollow" target="_blank" href="http://t.co/PjhORHuj"&gt;http://t.co/PjhORHuj&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a rel="nofollow" target="_blank" href="http://twitter.com/bbbush/status/274548805003788288"&gt;&lt;em&gt;Fri, 10:21&lt;/em&gt;&lt;/a&gt;: Reading &amp;quot;CryptoPartyHandbook&amp;quot; gives one much incentive. I&amp;#39;m not protected, do NOT trust my &amp;quot;Digital ID&amp;quot; yet! &lt;a rel="nofollow" target="_blank" href="https://t.co/846JA5U7"&gt;https://t.co/846JA5U7&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;有个不太明白的地方，是为什么必须双方都有 &amp;quot;Digital ID&amp;quot; 以后，才可以发S/MIME加密邮件。按理说，乙方拿到甲方的 public key 以后，加密是不需要自己有key的。&lt;a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/S/MIME"&gt;Wikipedia 说&lt;/a&gt;，&lt;blockquote&gt;While it is technically possible to send a message encrypted (using the destination party certificate) without having one&amp;#39;s own certificate to digitally sign, in practice, the S/MIME clients will require you install your own certificate before they allow encrypting to others.&lt;br /&gt;...&lt;br /&gt;Due to the requirement of a certificate for implementation, not all users can take advantage of S/MIME, as some may wish to encrypt a message, with a public/private key pair for example, without the involvement or administrative overhead of certificates.&lt;/blockquote&gt;所以很疑惑。这篇文章写得清楚的地方是 1. 通常需要为 signing 和 encrypt 准备不同的 key，其中 encrypt key 可以经常换换； 2. 客户端软件通常都要手动地把对方加为联系人。&lt;br /&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://technet.microsoft.com/en-us/library/aa995740.aspx"&gt;MSDN article: Understanding S/MIME&lt;/a&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://security.stackexchange.com/questions/7874/how-does-pgp-differ-from-s-mime"&gt;StackExchange: How does PGP differ from S/MIME&lt;/a&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://www.entrust.net/ssl-technical/smime_faq.htm#q1"&gt;Entrust FAQ: Do both parties need an cert to communicate?&lt;/a&gt;&lt;blockquote&gt;Both parties need an X.509 cert (public or private, any vendor). Encryption &amp;mdash; both parties should need an x.509 s/mime cert. Signing &amp;mdash; only the signer needs a cert, the verifier doesn&amp;#39;t.&lt;/blockquote&gt;文件格式： 从 Firefox Penango 导出的 personal key backup 是 .p12 扩展名，可以导入 Outlook； 一种邮件附件是 .p7s 扩展名，表示已经签名；另一种邮件附件是 .p7m 扩展名，表示已经加密。&lt;br /&gt;&lt;div class="lj-spoiler"&gt;&lt;div class="lj-spoiler-head"&gt;[&lt;b&gt;&lt;a rel="nofollow"&gt;Content-Type&lt;/a&gt;&lt;/b&gt;]&lt;/div&gt;&lt;div class="lj-spoiler-body"&gt;&lt;br /&gt;&lt;pre&gt;Content-Type: application/pkcs7-signature; name=&amp;quot;Verify This Message with Penango.p7s&amp;quot;
Content-Disposition: attachment; filename=&amp;quot;Verify This Message with Penango.p7s&amp;quot;

Content-Type: application/pkcs7-mime; smime-type=enveloped-data; name=&amp;quot;smime.p7m&amp;quot;
Content-Disposition: attachment; filename=&amp;quot;smime.p7m&amp;quot;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=uXiNNiX-tZA:2dHgiHVB87E:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=uXiNNiX-tZA:2dHgiHVB87E:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=uXiNNiX-tZA:2dHgiHVB87E:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=uXiNNiX-tZA:2dHgiHVB87E:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=uXiNNiX-tZA:2dHgiHVB87E:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=uXiNNiX-tZA:2dHgiHVB87E:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:360820</guid>
         <pubDate>Fri, 30 Nov 2012 18:00:28 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/360820.html</feedburner:origLink></item>
      <item>
         <title>polyinstantiation</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/ae4kmzXvENY/357793.html</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://www.ibm.com/developerworks/linux/library/l-polyinstantiation/'&gt;http://www.ibm.com/developerworks/linux/library/l-polyinstantiation/&lt;/a&gt;&lt;blockquote&gt;Edit namespace.conf&lt;br /&gt;&lt;br /&gt;The first file you&amp;#39;ll edit is /etc/security/namespace.conf, which controls the pam_namespace module. In this file, list the directories that you want PAM to polyinstantiate on login. Some example directories are listed in the file included with PAM and are commented out. Type &lt;code&gt;man namespace.conf&lt;/code&gt; to view a comprehensive manual page. The syntax for each line in this file is &lt;code&gt;polydir instance_prefix method list_of_uids&lt;/code&gt;.&lt;br /&gt;&lt;p&gt;Briefly, here is what these variables represent:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;polydir&lt;/code&gt; is the absolute pathname of the directory to polyinstantiate.&lt;/li&gt;&lt;li&gt;&lt;code&gt;instance_prefix&lt;/code&gt; is the base directory of the new polyinstantiated user directory.&lt;/li&gt;&lt;li&gt;&lt;code&gt;method&lt;/code&gt; can be &lt;em&gt;user&lt;/em&gt;, &lt;em&gt;level&lt;/em&gt;, or &lt;em&gt;context&lt;/em&gt;.&lt;/li&gt;&lt;li&gt;&lt;code&gt;list_of_uids&lt;/code&gt; is a list of user names for which PAM will NOT polyinstantiate their directories.&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;(around 2006~2007)&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href='http://www.coker.com.au/selinux/talks/sage-2006/PolyInstantiatedDirectories.html'&gt;http://www.coker.com.au/selinux/talks/sage-2006/PolyInstantiatedDirectories.html&lt;/a&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href='https://fedoraproject.org/wiki/Infrastructure/FedoraPeopleConfig#polyinstantiated_tempdirs'&gt;https://fedoraproject.org/wiki/Infrastructure/FedoraPeopleConfig#polyinstantiated_tempdirs&lt;/a&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href='https://skvidal.wordpress.com/2007/07/13/poly-instantiated-tmpdirs/'&gt;https://skvidal.wordpress.com/2007/07/13/poly-instantiated-tmpdirs/&lt;/a&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href='http://kurt.seifried.org/2012/03/14/creating-temporary-files-securely/'&gt;http://kurt.seifried.org/2012/03/14/creating-temporary-files-securely/&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=ae4kmzXvENY:uHoi-plWQyU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=ae4kmzXvENY:uHoi-plWQyU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=ae4kmzXvENY:uHoi-plWQyU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=ae4kmzXvENY:uHoi-plWQyU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=ae4kmzXvENY:uHoi-plWQyU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=ae4kmzXvENY:uHoi-plWQyU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:357793</guid>
         <pubDate>Fri, 16 Nov 2012 05:32:19 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/357793.html</feedburner:origLink></item>
      <item>
         <title>Upgrading to Fedora 18.. no beta?</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/Y6HPbGLlOYo/357383.html</link>
         <description>&lt;code&gt;yum --releasever=18 upgrade&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Two packages have unresolved dependencies. One is related with ABRT, so I simply removed abrt. The other is NetworkManager-gnome, which seems is replaced by network-manager-applet. Why NetworkManager-gtk is handled by &amp;quot;--obsoletes&amp;quot; rules, but this one is not? Removed it with rpm &amp;quot;--nodeps&amp;quot;.&lt;blockquote&gt;&lt;code&gt;Transaction Summary&lt;br /&gt;========================================================================================================================&lt;br /&gt;Install&amp;nbsp;&amp;nbsp;&amp;nbsp; 29 Packages (+121 Dependent packages)&lt;br /&gt;Upgrade&amp;nbsp; 1951 Packages (+&amp;nbsp; 1 Dependent package)&lt;br /&gt;Remove&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 Packages (+&amp;nbsp; 1 Dependent package)&lt;br /&gt;&lt;br /&gt;Total download size: 2.1 G&lt;br /&gt;Is this ok [y/N]: y&lt;/code&gt;&lt;/blockquote&gt;&lt;br /&gt;This is a typical software release:&lt;blockquote&gt;&lt;br /&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;(2012-11-13 Features 100% Complete)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;strike&gt;2012-10-02&lt;/strike&gt;&lt;br /&gt;&lt;strike&gt;2012-10-09&lt;/strike&gt;&lt;br /&gt;&lt;strike&gt;2012-10-16&lt;/strike&gt;&lt;br /&gt;&lt;strike&gt;2012-10-23&lt;/strike&gt;&lt;br /&gt;&lt;strike&gt;2012-10-30&lt;/strike&gt;&lt;br /&gt;&lt;strike&gt;2012-11-06&lt;/strike&gt;&lt;br /&gt;2012-11-27&lt;/td&gt;&lt;td&gt;&lt;a rel="nofollow" target="_blank" href="https://fedoraproject.org/wiki/Fedora_18_Beta_Release_Criteria" title="Fedora 18 Beta Release Criteria"&gt;Beta Release&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/blockquote&gt;Especially true if it is an enterprise level software product. Unfortunately Fedora is an enterprise level product.&lt;br /&gt;&lt;br /&gt;edit: need to install fedora-release, rpmfusion-(non)free-release with &amp;quot;--nogpgcheck&amp;quot; option; need to remove Django too (python-django conflict); need to remove NetworkManager-gtk with &amp;quot;--nodeps&amp;quot; option (libnm-gtk conflict). Installation started at 2:18am!&lt;br /&gt;&lt;br /&gt;edit: cannot find user &amp;quot;jetty&amp;quot; so systemd-tmpfiles-setup.service cannot start. And some other little problems, but now system is restored to a working state at 9:14am. Did a lot of &amp;quot;groupinstall&amp;quot;, &amp;quot;reinstall @^...&amp;quot;, and &amp;quot;distro-sync&amp;quot;. The new font looks even better!&lt;br /&gt;&lt;br /&gt;edit: so far there are a few errors, google chrome depends on libudev.so.0 &lt;a rel="nofollow" target="_blank" href="https://bugzilla.redhat.com/show_bug.cgi?id=870464"&gt;rhbz &lt;/a&gt;and pulseaudio has detected no sound (pavucontrol says current configuration is &amp;quot;Digital output&amp;quot;, revert to &amp;quot;Analog output&amp;quot; solves the problem). Shut the lid and system hang (cannot reproduce). Another issue is s-c-kickstart miss python dependency in anaconda &lt;a rel="nofollow" target="_blank" href="https://bugzilla.redhat.com/show_bug.cgi?id=859928"&gt;rhbz&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;There would be two &amp;quot;en&amp;quot; input sources, as well as Chinese (intelligent pinyin), for me I&amp;#39;d remove the duplcate &amp;quot;en&amp;quot; input source. Using im-chooser would prompt &amp;quot;Failed to switch. Current desktop isn&amp;#39;t targeted by Input Method.&amp;quot; So I removed it in the &amp;quot;region and language settings&amp;quot; dialog (edit: I found it in dconf-editor that one is &amp;quot;xkb:us&amp;quot; and the other is &amp;quot;ibus:en&amp;quot;, and all &amp;quot;ibus&amp;quot; input sources are imported from old config. Once removed, &amp;quot;ibus:en&amp;quot; cannot get added back. There is a &amp;quot;zh&amp;quot; input source that behaves like Windows&amp;#39; &amp;quot;chinese - english keyboard&amp;quot;, code is &amp;quot;ibus:cn&amp;quot;).&lt;br /&gt;&lt;br /&gt;The input source switch shortcuts are not defined, I set to ctrl-super-space, because either ctrl-space or super-space are not so responsive upon the first press -- usually a space is entered at first. It &lt;a rel="nofollow" target="_blank" href="http://blogs.gnome.org/mclasen/2012/09/21/input-sources-in-gnome/"&gt;can be set&lt;/a&gt; to ctrl-shift_L through gnome-tweak-tool, but also have the same not so responsive behavior (must press twice at first). Now I understand the reason of gnome-tweak-tool: there is not enough resource to do something on the UI. And the GNOME desktop would never be perfect due to the same reason.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=Y6HPbGLlOYo:UnEhaW5RTws:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=Y6HPbGLlOYo:UnEhaW5RTws:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=Y6HPbGLlOYo:UnEhaW5RTws:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=Y6HPbGLlOYo:UnEhaW5RTws:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=Y6HPbGLlOYo:UnEhaW5RTws:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=Y6HPbGLlOYo:UnEhaW5RTws:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:357383</guid>
         <pubDate>Sat, 10 Nov 2012 07:30:10 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/357383.html</feedburner:origLink></item>
      <item>
         <title>screen 配置</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/RrWkTHRRJQs/357242.html</link>
         <description>之前的配置：在桌面建立一个快捷方式，screen irssi&lt;br /&gt;&lt;br /&gt;现在的配置：把快捷方式改成 su ... 也就是一打开终端就是 root screen&lt;br /&gt;&lt;br /&gt;因为现在用到终端时往往就是需要 su - root，还不如打一开始就切换。需要普通用户的话，gnome-terminal 还是很好用的。&lt;br /&gt;&lt;br /&gt;root 和普通用户都用 -U -D -RR -t &amp;quot;&amp;#92;$ |&amp;quot; 这样的选项，只使用单个 screen 实例。默认的 .screenrc 是 vbell off 还有 defscrollback 2000。这些都是小事，利用 gnome-terminal，改掉过去频繁 su 的习惯才是重要的。&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=RrWkTHRRJQs:zL2JvsLDEpA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=RrWkTHRRJQs:zL2JvsLDEpA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=RrWkTHRRJQs:zL2JvsLDEpA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=RrWkTHRRJQs:zL2JvsLDEpA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=RrWkTHRRJQs:zL2JvsLDEpA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=RrWkTHRRJQs:zL2JvsLDEpA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:357242</guid>
         <pubDate>Sat, 10 Nov 2012 06:57:30 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/357242.html</feedburner:origLink></item>
      <item>
         <title>在读 SSSD 的文档</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/Qf7rHRyvq3M/354975.html</link>
         <description>只求增进一点理解就好。&lt;br /&gt;&lt;a rel="nofollow" name="cutid1"&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt;什么是 NSS？&lt;/li&gt;&lt;/ul&gt;Name Service Switch &lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Name_Service_Switch"&gt;https://en.wikipedia.org/wiki/Name_Service_Switch&lt;/a&gt;&lt;ul&gt;&lt;li&gt;NSS 文档提到 nsswitch.conf，把各种 source 称为 database。这里哪儿有协议、哪儿是 data schema？是不是所有东西都是 hard wired？NSS 是 C lib 实现的，那么 C lib 怎么能支持这么专用的协议，像 user, host, passwd, automount 等等？模块是什么意思？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="https://www.gnu.org/software/libc/manual/html_node/Name-Service-Switch.html"&gt;https://www.gnu.org/software/libc/manual/html_node/Name-Service-Switch.html&lt;/a&gt; 链接来自于 wikipedia，指向 GNU C lib doc&lt;blockquote&gt;Various functions in the C Library need to be configured to work correctly in the local environment. Traditionally, this was done by using files (e.g., &lt;samp&gt;&lt;span class="file"&gt;/etc/passwd&lt;/span&gt;&lt;/samp&gt;), but other nameservices (like the Network Information Service (NIS) and the Domain Name Service (DNS)) became popular, and were hacked into the C library, usually with a fixed search order (see &lt;a rel="nofollow" target="_blank" href="https://www.gnu.org/software/libc/manual/jargon/frobnicate.html#frobnicate"&gt;frobnicate&lt;/a&gt;).&lt;p&gt;The GNU C Library contains a cleaner solution of this problem. It is designed after a method used by Sun Microsystems in the C library of Solaris&amp;nbsp;2. The GNU C Library follows their name and calls this scheme &lt;dfn&gt;Name Service Switch&lt;/dfn&gt; (NSS).&lt;/p&gt;&lt;p&gt;Though the interface might be similar to Sun&amp;#39;s version there is no common code. We never saw any source code of Sun&amp;#39;s implementation and so the internal interface is incompatible. This also manifests in the file names we use as we will see later.&lt;/p&gt;&lt;ul class="menu"&gt;&lt;li&gt;&lt;a rel="nofollow" target="_blank" href="https://www.gnu.org/software/libc/manual/html_node/NSS-Basics.html#NSS-Basics"&gt;NSS Basics&lt;/a&gt;: What is this NSS good for.&lt;/li&gt;&lt;li&gt;&lt;a rel="nofollow" target="_blank" href="https://www.gnu.org/software/libc/manual/html_node/NSS-Configuration-File.html#NSS-Configuration-File"&gt;NSS Configuration File&lt;/a&gt;: Configuring NSS.&lt;/li&gt;&lt;li&gt;&lt;a rel="nofollow" target="_blank" href="https://www.gnu.org/software/libc/manual/html_node/NSS-Module-Internals.html#NSS-Module-Internals"&gt;NSS Module Internals&lt;/a&gt;: How does it work internally.&lt;/li&gt;&lt;li&gt;&lt;a rel="nofollow" target="_blank" href="https://www.gnu.org/software/libc/manual/html_node/Extending-NSS.html#Extending-NSS"&gt;Extending NSS&lt;/a&gt;: What to do to add services or databases.&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;a rel="nofollow" target="_blank" href="https://www.gnu.org/software/libc/manual/html_node/Services-in-the-NSS-configuration.html#Services-in-the-NSS-configuration"&gt;https://www.gnu.org/software/libc/manual/html_node/Services-in-the-NSS-configuration.html#Services-in-the-NSS-configuration&lt;/a&gt; 提到&lt;blockquote&gt;&lt;h4 class="subsection"&gt;28.2.1 Services in the NSS configuration File&lt;/h4&gt;&lt;p&gt;The above example file mentions five different services: &lt;code&gt;files&lt;/code&gt;, &lt;code&gt;db&lt;/code&gt;, &lt;code&gt;dns&lt;/code&gt;, &lt;code&gt;nis&lt;/code&gt;, and &lt;code&gt;nisplus&lt;/code&gt;. This does not mean these services are available on all sites and it does also not mean these are all the services which will ever be available.&lt;/p&gt;&lt;p&gt;In fact, these names are simply strings which the NSS code uses to find the implicitly addressed functions. The internal interface will be described later. Visible to the user are the modules which implement an individual service.&lt;/p&gt;&lt;p&gt;Assume the service &lt;var&gt;name&lt;/var&gt; shall be used for a lookup. The code for this service is implemented in a module called &lt;samp&gt;&lt;span class="file"&gt;libnss_&lt;/span&gt;&lt;var&gt;name&lt;/var&gt;&lt;/samp&gt;. On a system supporting shared libraries this is in fact a shared library with the name (for example) &lt;samp&gt;&lt;span class="file"&gt;libnss_&lt;/span&gt;&lt;var&gt;name&lt;/var&gt;&lt;span class="file"&gt;.so.2&lt;/span&gt;&lt;/samp&gt;. The number at the end is the currently used version of the interface which will not change frequently. Normally the user should not have to be cognizant of these files since they should be placed in a directory where they are found automatically. Only the names of all available services are important.&lt;/p&gt;&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;什么是 SSSD？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="https://fedoraproject.org/wiki/Features/SSSD"&gt;https://fedoraproject.org/wiki/Features/SSSD&lt;/a&gt; Fedora wiki 根据这个描述，基本上就是实现了 windows 的一个功能：在离线的时候，仍然可以用域账户登陆 laptop，但是在下次联网时，自动更新最新的账户信息。&lt;br /&gt;&lt;blockquote&gt;&lt;p&gt;System Security Services Daemon (SSSD)&lt;/p&gt;&lt;h2&gt;&lt;span class="mw-headline"&gt;Summary &lt;/span&gt;&lt;/h2&gt;&lt;p&gt;This project provides a set of daemons to manage access to remote directories and authentication mechanisms, it provides an NSS and PAM interface toward the system and a pluggable backend system to connect to multiple different account sources. It is also the basis to provide client auditing and policy services for projects like FreeIPA.&lt;/p&gt;&lt;h2&gt;&lt;span class="mw-headline"&gt;Detailed Description &lt;/span&gt;&lt;/h2&gt;&lt;p&gt;The SSSD is intended to provide several key feature enhancements to Fedora. The first and most visible will be the addition of offline caching for network credentials. Authentication through the SSSD will potentially allow LDAP, NIS, and FreeIPA services to provide an offline mode, to ease the use of centrally managing laptop users.&lt;/p&gt;&lt;p&gt;The LDAP features will also add support for connection pooling. All communication to the ldap server will happen over a single persistent connection, reducing the overhead of opening a new socket for each request. The SSSD will also add support for multiple LDAP/NIS domains. It will be possible to connect to two or more LDAP/NIS servers acting as separate user namespaces.&lt;/p&gt;&lt;p&gt;An additional feature of the SSSD will be to provide a service on the system D-BUS called InfoPipe. This service will act as a central authority on extended user information such as face browser images, preferred language, etc. This will replace the existing system consisting predominately of hidden configuration files in the user&amp;#39;s home directory, which may not be available if the home directory has not yet been mounted by autofs.&lt;/p&gt;&lt;p&gt;The SSSD is being developed alongside the &lt;a rel="nofollow" class="external text" target="_blank" href="http://www.freeipa.org"&gt;FreeIPA&lt;/a&gt; project. Part of its purpose will be to act as an IPA client to enable features such as machine enrollment and machine policy management. SSSD will provide a back-end to the newly redesigned PolicyKit for central management of policy decisions.&lt;/p&gt;&lt;h2&gt;&lt;span class="mw-headline"&gt;Benefit to Fedora &lt;/span&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Laptop users will have offline access to their network logons, eliminating the need for local laptop accounts when traveling.&lt;/li&gt;&lt;li&gt;Desktop developers will have access to the new InfoPipe, allowing them to migrate towards using a more consistent approach for storing and retrieving extended user information.&lt;/li&gt;&lt;li&gt;The SSSD will simplify enrollment into FreeIPA network domains, as it will provide the FreeIPA client software.&lt;/li&gt;&lt;li&gt;The design of the SSSD will allow other services such as LDAP, NIS and FreeIPA to take advantage of the caching and offline features.&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;a rel="nofollow" target="_blank" href="https://fedorahosted.org/sssd/wiki/DesignDocs"&gt;https://fedorahosted.org/sssd/wiki/DesignDocs&lt;/a&gt; SSSD 文档。它从 Fedora 11 时开始 0.1 版，到现在已经是 1.9.x 版本，更高的版本以及 2.x 也在开发。可以在 Koji 看到全部的 rpm Changelog。&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://https://plus.google.com/114204339376082660377/posts"&gt;https://plus.google.com/114204339376082660377/posts&lt;/a&gt; G+信息&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://https://fedorahosted.org/sssd/wiki/DesignDocs/Netgroups"&gt;https://fedorahosted.org/sssd/wiki/DesignDocs/Netgroups&lt;/a&gt; &lt;a rel="nofollow" target="_blank" href="http://directory.fedoraproject.org/wiki/Howto:Netgroups"&gt;http://directory.fedoraproject.org/wiki/Howto:Netgroups&lt;/a&gt; Netgroup 概念&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://jhrozek.livejournal.com/2500.html"&gt;http://jhrozek.livejournal.com/2500.html&lt;/a&gt; 使用 SSSD 缓存和集中管理 automount。感觉它和 AD 设置 network mapped drive 类似。感觉什么东西都可以集中管理起来为好，包括 SSSD 最初设计中提到的 InfoPipe&lt;ul&gt;&lt;li&gt;什么是 identity provider？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Identity_provider"&gt;https://en.wikipedia.org/wiki/Identity_provider&lt;/a&gt; Identity provider&lt;br /&gt;&lt;ul&gt;&lt;li&gt;什么是 IPA？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="http://www.freeipa.org/page/IPA_Client_Design_Overview"&gt;http://www.freeipa.org/page/IPA_Client_Design_Overview&lt;/a&gt; FreeIPA, Identity, Policy, and Audit&lt;blockquote&gt;&lt;ul&gt;&lt;li&gt;FreeIPA is an integrated security information management solution combining Linux (Fedora), 389 (formerly known as Fedora Directory Server), MIT Kerberos, NTP, DNS. It consists of a web interface and command-line administration tools.&lt;/li&gt;&lt;li&gt;In IPA v2 we added DNS and Dogtag Certificate Server, enhanced administrative framework, added support for host identities, netgroups, automount per location and more.&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;a rel="nofollow" target="_blank" href="http://www.freeipa.org/page/About"&gt;http://www.freeipa.org/page/About&lt;/a&gt; What is FreeIPA&lt;blockquote&gt;&lt;h2&gt;What is Free IPA?&lt;/h2&gt;&lt;p&gt;FreeIPA is an integrated security information management solution combining Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS, Dogtag (Certificate System). It consists of a web interface and command-line administration tools.&lt;/p&gt;&lt;p&gt;IPA takes advantage of different technologies:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a rel="nofollow" class="external text" target="_blank" href="http://k5wiki.kerberos.org/wiki/Main_Page" title="http://k5wiki.kerberos.org/wiki/Main_Page"&gt;MIT KDC&lt;/a&gt; - core of the IPA&amp;#39;s authentication.&lt;/li&gt;&lt;li&gt;&lt;a rel="nofollow" class="external text" target="_blank" href="http://directory.fedoraproject.org/" title="http://directory.fedoraproject.org/"&gt;389 Directory Server&lt;/a&gt; - back end where IPA keeps all data.&lt;/li&gt;&lt;li&gt;&lt;a rel="nofollow" class="external text" target="_blank" href="http://pki.fedoraproject.org/wiki/PKI_Main_Page" title="http://pki.fedoraproject.org/wiki/PKI_Main_Page"&gt;Dogtag Certificate System&lt;/a&gt; - IPA includes CA &amp;amp; RA for certificate management functions.&lt;/li&gt;&lt;li&gt;&lt;a rel="nofollow" class="external text" target="_blank" href="https://fedorahosted.org/sssd/" title="https://fedorahosted.org/sssd/"&gt;SSSD&lt;/a&gt; - client side component that integrates IPA as a authentication and identity provider in a better way than traditional NSS &amp;amp; PAM.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;What&amp;#39;s Available in FreeIPA Now? What&amp;#39;s in the Pipeline?&lt;/h2&gt;&lt;p&gt;FreeIPA (so far) is an integrated solution combining&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Linux (currently Fedora)&lt;/li&gt;&lt;li&gt;389 Directory Server&lt;/li&gt;&lt;li&gt;MIT Kerberos&lt;/li&gt;&lt;li&gt;NTP&lt;/li&gt;&lt;li&gt;DNS (IPA v2)&lt;/li&gt;&lt;li&gt;Web and command line provisioning and administration tools&lt;/li&gt;&lt;li&gt;Dogtag Certificate System (IPA v2)&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Why Use FreeIPA?&lt;/h2&gt;&lt;p&gt;For efficiency, compliance and risk mitigation, organizations need to centrally manage and correlate vital security information including:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Identity&lt;/b&gt; (machine, user, virtual machines, groups, authentication credentials)&lt;/li&gt;&lt;li&gt;&lt;b&gt;Policy&lt;/b&gt; (host based access control)&lt;/li&gt;&lt;li&gt;&lt;b&gt;Audit&lt;/b&gt; (this component is deferred)&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;什么是 389DS？&lt;/li&gt;&lt;li&gt;什么是 authentication provider？&lt;/li&gt;&lt;li&gt;有没有 authentication 的一般的步骤、原则？为什么要 authenticaion？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Authentication"&gt;https://en.wikipedia.org/wiki/Authentication&lt;/a&gt; WIki on Authentication&lt;br /&gt;&lt;ul&gt;&lt;li&gt;OpenID 的原理是什么？&lt;/li&gt;&lt;li&gt;Identity 和 trust relationship 有什么联系？什么是 network of trust？&lt;/li&gt;&lt;li&gt;什么是 fedora packager cert？什么是 HTTPS 的 cert？什么是域名备案的 cert？&lt;/li&gt;&lt;li&gt;Red Hat network 的 cert 是什么？subscription cert, product cert 和 machine cert 分别用在什么地方？&lt;/li&gt;&lt;li&gt;/etc/security/pki 里的文件都是什么玩意儿？&lt;/li&gt;&lt;li&gt;浏览器的 cert 是怎么用在 https 上的？工作中有时候需要导入 fiddler 作为 CA，也遇到过一个奇怪的 bug：网管通过 bluecoat proxy 禁止了对 akamai (download.microsoft.com) 的访问，结果无法下载 cert revocation list，导致 .net application 无法联网。&lt;/li&gt;&lt;li&gt;什么是 X509？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/X.509"&gt;https://en.wikipedia.org/wiki/X.509&lt;/a&gt; Wiki on X.509&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="https://access.redhat.com/knowledge/docs/Red_Hat_Certificate_System/"&gt;https://access.redhat.com/knowledge/docs/Red_Hat_Certificate_System/&lt;/a&gt; Red Hat Certificate System admin guide&lt;br /&gt;&lt;ul&gt;&lt;li&gt;什么是 pkcs12？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/PKCS_12"&gt;https://en.wikipedia.org/wiki/PKCS_12&lt;/a&gt; Wiki on PKCS 12&lt;br /&gt;&lt;ul&gt;&lt;li&gt;之前 gro.clinux.org.cn 为什么要使用自己的 key 格式？为什么 filezilla 可以用来生成那种 key？(存疑)&lt;/li&gt;&lt;li&gt;什么是 self signing key？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="http://www.microhowto.info/howto/create_a_self_signed_ssl_certificate.html"&gt;http://www.microhowto.info/howto/create_a_self_signed_ssl_certificate.html&lt;/a&gt; Create self signed ssl key HOWTO&lt;br /&gt;在 Wiki on X509 中也提到 root CA 是 self signed，是手工导入浏览器的。&lt;br /&gt;&lt;ul&gt;&lt;li&gt;什么是 windows AD？&lt;/li&gt;&lt;li&gt;什么是 LDAP，可以做哪些事情？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol"&gt;https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol&lt;/a&gt; Wiki on LDAP&lt;br /&gt;&lt;ul&gt;&lt;li&gt;什么是 Kerberos, Krb5？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="http://technet.microsoft.com/en-us/library/bb742516.aspx"&gt;http://technet.microsoft.com/en-us/library/bb742516.aspx&lt;/a&gt; Kerberos Explained, from MSDN&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://gost.isi.edu/publications/kerberos-neuman-tso.html"&gt;http://gost.isi.edu/publications/kerberos-neuman-tso.html&lt;/a&gt; Kerberos technology&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://searchsecurity.techtarget.com/definition/Kerberos"&gt;http://searchsecurity.techtarget.com/definition/Kerberos&lt;/a&gt; Kerberos short definition (这个页面不适合 firefox 看)&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Kerberos_%28protocol%29"&gt;https://en.wikipedia.org/wiki/Kerberos_%28protocol%29&lt;/a&gt; Wiki on Kerberos&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://web.mit.edu/kerberos/"&gt;http://web.mit.edu/kerberos/&lt;/a&gt; Kerberos the protocol&lt;br /&gt;&lt;ul&gt;&lt;li&gt;什么是 GSSAPI？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Generic_Security_Services_Application_Program_Interface"&gt;https://en.wikipedia.org/wiki/Generic_Security_Services_Application_Program_Interface&lt;/a&gt; Wiki on GSSAPI&lt;br /&gt;&lt;ul&gt;&lt;li&gt;为什么之前 NSS 的模块需要全部换成使用 mozilla 的库？为什么可以这么容易地换掉？&lt;/li&gt;&lt;li&gt;为什么 openssl 的 0.x.y.z 版本这么容易把整个系统搞挂掉？&lt;/li&gt;&lt;li&gt;什么是 NT/LM？涉及哪些模块？&lt;/li&gt;&lt;li&gt;什么是 PAM？为什么各种模块要那样布置？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Linux_PAM"&gt;https://en.wikipedia.org/wiki/Linux_PAM&lt;/a&gt; Wiki on Linux PAM&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Pluggable_authentication_module"&gt;https://en.wikipedia.org/wiki/Pluggable_authentication_module&lt;/a&gt; Wiki on PAM&lt;br /&gt;&lt;ul&gt;&lt;li&gt;什么是 SSH，可以做哪些事情？&lt;/li&gt;&lt;li&gt;GPG 是 privacy guard，与 identity 是什么关系？&lt;/li&gt;&lt;li&gt;怎么用 S/MIME？&lt;/li&gt;&lt;li&gt;加密方式在上述的各种过程有什么应用？&lt;/li&gt;&lt;li&gt;有哪些政策、法律方面的考虑？&lt;/li&gt;&lt;li&gt;大规模应用，比如 AD 的设计，经过了怎样的过程？有哪些经验？为什么那样设计？&lt;/li&gt;&lt;li&gt;身份缓存的设计是怎样的？如何决定刷新身份信息的时机？例如，刷新间隔与超时间隔的参数安排&lt;/li&gt;&lt;li&gt;AD 与 group policy 是什么关系？&lt;/li&gt;&lt;li&gt;为什么 windows 的 802.1x for ethernet 要通过 group policy 设置，而且只能在 AD 里做？&lt;/li&gt;&lt;li&gt;什么是 RADIUS？什么是 TLS？什么是 LEAP, PEAP, WEP, WPA, MSCHAPv2？什么是 SSPI？什么是 SASL？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Remote_Authentication_Dial_In_User_Service"&gt;https://en.wikipedia.org/wiki/Remote_Authentication_Dial_In_User_Service&lt;/a&gt; Wiki on RADIUS&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Simple_Authentication_and_Security_Layer"&gt;https://en.wikipedia.org/wiki/Simple_Authentication_and_Security_Layer&lt;/a&gt; Wiki on SASL&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Secure_Sockets_Layer"&gt;https://en.wikipedia.org/wiki/Secure_Sockets_Layer&lt;/a&gt; Wiki on TLS&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Security_Support_Provider_Interface"&gt;https://en.wikipedia.org/wiki/Security_Support_Provider_Interface&lt;/a&gt; Wiki on SSPI&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/MS-CHAP"&gt;https://en.wikipedia.org/wiki/MS-CHAP&lt;/a&gt; Wiki on MS-CHAP&lt;br /&gt;&lt;ul&gt;&lt;li&gt;不同的 REALM/DOMAIN 之间怎么互相协调？怎么处理 roaming profile？&lt;/li&gt;&lt;li&gt;有没有人和我一样迷糊、一样一窍不通、一样傻，一样没能在 Network 课程上及格，一样在挣扎着重新学这些？&lt;/li&gt;&lt;/ul&gt;&lt;a rel="nofollow" name='cutid1-end'&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=Qf7rHRyvq3M:QpYDhBrlnWc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=Qf7rHRyvq3M:QpYDhBrlnWc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=Qf7rHRyvq3M:QpYDhBrlnWc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=Qf7rHRyvq3M:QpYDhBrlnWc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=Qf7rHRyvq3M:QpYDhBrlnWc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=Qf7rHRyvq3M:QpYDhBrlnWc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:354975</guid>
         <pubDate>Sat, 27 Oct 2012 04:16:51 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/354975.html</feedburner:origLink></item>
      <item>
         <title>The benefit of CFA Chicago candidate membership</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/V2N-BfKYnMM/351131.html</link>
         <description>On my first CFA Chicago event I found there are more student and/or candidate members than I thought. And then I got a brochure about candidate membership, learned that many things comes with the $175/yr fee. It looks like a deal! There is a comparison matrix on &lt;a rel="nofollow" target="_blank" href="http://www.cfachicago.org/membership_benefits.asp"&gt;this page&lt;/a&gt;, but that table does not mean everything, really.&lt;br /&gt;&lt;br /&gt;It is easier to understand by putting monetary values together:&lt;ul&gt;&lt;li&gt;Programs: $90 value&lt;/li&gt;&lt;/ul&gt;CFA Chicago holds so many events in one year. What surprises me is not the length of event schedule, but how frequently it is updated, how many new things are &amp;quot;Just Announced&amp;quot; (such notices are very handy), and how diversify it is. For example: the most recent weekly update received today contains 17 events (and 3 to 4 related activities), among which are about 4 &amp;quot;Last Call&amp;quot; events, 2 &amp;quot;Just Announced&amp;quot; ones. There are forums, discussions, luncheon speaks, networking happy hour, and so on. Those events are not free, many are not public. Most events cost about $45. Choosing two events in one year is something really hard to do, because they all look very interesting.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Exam preparation: $49+ value&lt;/li&gt;&lt;/ul&gt;This refers to the free Kaplan Schweser online mock exam. I took the live mock exam -- not the online one, to be honest. But any mock exam is very helpful. &lt;a rel="nofollow" target="_blank" href="http://www.cfachicago.org/examprep.asp"&gt;This page&lt;/a&gt; lists other discounts from Kaplan. I have no say over them, since I haven&amp;#39;t had a trial (what is in the $300 discount Premium+ package?)&lt;br /&gt;The other part of exam preparation is the study groups. From what I read from &lt;a rel="nofollow" target="_blank" href="http://bbs.cfaspace.com"&gt;cfaspace&lt;/a&gt; and &lt;a rel="nofollow" target="_blank" href="http://lilybbs.net/bbstdoc?board=Finance"&gt;bbs&lt;/a&gt;, many candidates want to join others during preparation. It takes some time to communicate and exchange ideas, especially for someone too shy like me. Without study groups, eventually candidates can figure out difficult items themselves -- thanks to the curriculum authors and editors for the clear and in-depth text and selected practice questions. But a study group lead by volunteers who are already CFA charterholders, or work closely with them, would be great. I don&amp;#39;t know the form of study group yet -- guess it would be one or two sessions each one hour before exam date, have people answer some questions or make some discussions.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Apply for the Scholarship&lt;/li&gt;&lt;/ul&gt;The scholarship, named &amp;quot;Kimberly Paige Memorial Study Scholarship&amp;quot;, covers study materials.&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://www.cfainstitute.org/cfaprogram/process/scholarships/Pages/index.aspx"&gt;Other scholarships&lt;/a&gt; from the CFAI (Access Scholarship and Awareness Scholarship) covers exam enrollment/registration and/or curriculum e-books. The &amp;quot;Access Scholarship&amp;quot; is about $500 reduction. Unfortunately, application must be submitted before Aug 15. Thanks to my employer (Morningstar), I have reimbursed the enrollment/registration fees. But for other people, students or who is under stress, this benefit can be quite useful.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Job posting&lt;/li&gt;&lt;/ul&gt;No comments.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Volunteers&lt;/li&gt;&lt;/ul&gt;This is how CFA Chicago works: many advisor groups are there behind those events. &lt;a rel="nofollow" target="_blank" href="http://www.cfachicago.org/descriptions.asp"&gt;Here&lt;/a&gt; is a list of the advisor groups. Usually CFA Chicago staff will join them, but the advisor groups are lead and run by volunteers. Sounds familiar? It is just like the Fedora Project, where we have board, technical committee and SIGs, all run by volunteers as well as Red Hat employees. The meetings are held monthly or bi-monthly. Every one is encouraged to join one or two groups. I attended&amp;nbsp; one meeting but could barely catch up what people were talking about. The meeting started by reviewing previous meeting minutes, then went on to explain the agenda. Discussions and brainstorming took most of the time. I think this also is how Fedora people have meetings in IRC. Some Zodbot-like person will keep logs and record action items. I don&amp;#39;t have much idea to contribute, but still feel good. Normally one does not have this chance to get involved.&lt;br /&gt;&lt;br /&gt;The bottom line: a candidate membership requires an active candidate number, so it is not limited to who have enrolled in the exam.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=V2N-BfKYnMM:mVrF44eCrF8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=V2N-BfKYnMM:mVrF44eCrF8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=V2N-BfKYnMM:mVrF44eCrF8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=V2N-BfKYnMM:mVrF44eCrF8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=V2N-BfKYnMM:mVrF44eCrF8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=V2N-BfKYnMM:mVrF44eCrF8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:351131</guid>
         <pubDate>Fri, 21 Sep 2012 03:24:03 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/351131.html</feedburner:origLink></item>
      <item>
         <title>senior member</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/TMz9H0tlVv0/341488.html</link>
         <description>续之前吵架的话题。没人会无缘无故地强硬地为自己辩护，没人会无缘无故地批评别人除非发现了软柿子捏。要吵架而没有证据可耻。&lt;br /&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://pics.livejournal.com/bbbush/pic/004pet1q/"&gt;&lt;img src="http://pics.livejournal.com/bbbush/pic/004pet1q/s640x480" width="640" height="388" border="0"/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;edit: 为什么三天前的旧事还要重提？因为事情还没完，保不定多久还要被扣上 BBS 维护不力、inactive 的帽子，所以昨天想了很久让谁来做箭靶子。我TMD为啥要担心所托非人？我只是个 fans 而已，我 play for fun 而已，搞神马政治呢。&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=TMz9H0tlVv0:5gbPmz_H10o:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=TMz9H0tlVv0:5gbPmz_H10o:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=TMz9H0tlVv0:5gbPmz_H10o:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=TMz9H0tlVv0:5gbPmz_H10o:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=TMz9H0tlVv0:5gbPmz_H10o:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=TMz9H0tlVv0:5gbPmz_H10o:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:341488</guid>
         <pubDate>Sat, 17 Dec 2011 03:17:14 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/341488.html</feedburner:origLink></item>
      <item>
         <title>时间是用来吵架的</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/1i7iDWjgifg/340893.html</link>
         <description>今天在 fedora chinese 邮件列表吵架。&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href='http://lists.fedoraproject.org/pipermail/chinese/2011-December/008715.html'&gt;http://lists.fedoraproject.org/pipermail/chinese/2011-December/008715.html&lt;/a&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href='http://lists.fedoraproject.org/pipermail/chinese/2011-December/008718.html'&gt;http://lists.fedoraproject.org/pipermail/chinese/2011-December/008718.html&lt;/a&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href='http://lists.fedoraproject.org/pipermail/chinese/2011-December/008724.html'&gt;http://lists.fedoraproject.org/pipermail/chinese/2011-December/008724.html&lt;/a&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href='http://lists.fedoraproject.org/pipermail/chinese/2011-December/008726.html'&gt;http://lists.fedoraproject.org/pipermail/chinese/2011-December/008726.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;又，我上网太多的证据，Personal IRC activity tracking record (full logs at &lt;a rel="nofollow" target="_blank" href='http://meetbot.fedoraproject.org/fedora-zh/'&gt;http://meetbot.fedoraproject.org/fedora-zh/&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;&lt;a rel="nofollow" name="cutid1"&gt;&lt;/a&gt;&lt;br /&gt;&lt;code&gt;[yuan@mstar logs]$ ls irssi-fedora-cn-2011-* |wc -l&lt;br /&gt;231&lt;br /&gt;[yuan@mstar logs]$ ls irssi-fedora-cn-20* |wc -l&lt;br /&gt;971&lt;br /&gt;[yuan@mstar logs]$ ls irssi-fedora-cn-20* | head -n 1&lt;br /&gt;irssi-fedora-cn-2008-06-27.txt&lt;br /&gt;[yuan@mstar logs]$ grep -i bbs irssi-fedora-cn-2011-* |grep -v -i IRC | col -b |awk -F: &amp;#39;{print $1}&amp;#39; |uniq&lt;br /&gt;irssi-fedora-cn-2011-02-13.txt&lt;br /&gt;irssi-fedora-cn-2011-02-18.txt&lt;br /&gt;irssi-fedora-cn-2011-04-24.txt&lt;br /&gt;irssi-fedora-cn-2011-05-01.txt&lt;br /&gt;irssi-fedora-cn-2011-05-04.txt&lt;br /&gt;irssi-fedora-cn-2011-05-06.txt&lt;br /&gt;irssi-fedora-cn-2011-05-22.txt&lt;br /&gt;irssi-fedora-cn-2011-07-29.txt&lt;br /&gt;irssi-fedora-cn-2011-08-05.txt&lt;br /&gt;irssi-fedora-cn-2011-10-21.txt&lt;br /&gt;irssi-fedora-cn-2011-11-11.txt&lt;br /&gt;[yuan@mstar logs]$ grep -i 密码 irssi-fedora-cn-2011-* |grep -v -i IRC | col -b |awk -F: &amp;#39;{print $1}&amp;#39; |uniq&lt;br /&gt;irssi-fedora-cn-2011-04-01.txt&lt;br /&gt;irssi-fedora-cn-2011-10-21.txt&lt;br /&gt;irssi-fedora-cn-2011-11-11.txt&lt;br /&gt;irssi-fedora-cn-2011-11-16.txt&lt;br /&gt;irssi-fedora-cn-2011-11-25.txt&lt;/code&gt;&lt;a rel="nofollow" name='cutid1-end'&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=1i7iDWjgifg:PauFrU_qbSc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=1i7iDWjgifg:PauFrU_qbSc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=1i7iDWjgifg:PauFrU_qbSc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=1i7iDWjgifg:PauFrU_qbSc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=1i7iDWjgifg:PauFrU_qbSc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=1i7iDWjgifg:PauFrU_qbSc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:340893</guid>
         <pubDate>Mon, 12 Dec 2011 14:44:09 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/340893.html</feedburner:origLink></item>
      <item>
         <title>Fedora中玩转QQ</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/Tgtlrnpf3BQ/5651bf83552394bd</link>
         <author>张定国</author>
         <guid isPermaLink="false">http://groups.google.com/group/fedora-cn/browse_thread/thread/5651bf83552394bd</guid>
         <pubDate>Thu, 20 Oct 2011 04:58:19 +0000</pubDate>
      <description>&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=Tgtlrnpf3BQ:3_EHt4u-Kfw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=Tgtlrnpf3BQ:3_EHt4u-Kfw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=Tgtlrnpf3BQ:3_EHt4u-Kfw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=Tgtlrnpf3BQ:3_EHt4u-Kfw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=Tgtlrnpf3BQ:3_EHt4u-Kfw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=Tgtlrnpf3BQ:3_EHt4u-Kfw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><feedburner:origLink>http://groups.google.com/group/fedora-cn/browse_thread/thread/5651bf83552394bd</feedburner:origLink></item>
      <item>
         <title>RMS on Jobs</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/AC2XgrqmzSM/339535.html</link>
         <description>cnbeta 转发了 RMS 关于 Jobs 的话，评分很高。文章地址&amp;nbsp;&lt;a rel="nofollow" target="_blank" href="http://cnbeta.com/articles/157656.htm"&gt;157656.htm&lt;/a&gt;&amp;nbsp;，是从 solidot &amp;nbsp;转来的，所以看那边的评论更好些，地址&amp;nbsp;&lt;a rel="nofollow" target="_blank" href="http://solidot.org/articles/11/10/08/0610247.shtml"&gt;11/10/08/0610247.shtml&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;RMS 说了这样几段话，地址 &lt;a rel="nofollow" target="_blank" href="http://stallman.org/archives/2011-jul-oct.html#06_October_2011_(Steve_Jobs)"&gt;2011-jul-oct.html#06_October_2011_(Steve_Jobs)&lt;/a&gt;：&lt;blockquote&gt;Steve Jobs, the pioneer of the computer as a jail made cool, designed to sever fools from their freedom, has died.&lt;br /&gt;&lt;br /&gt;As Chicago Mayor Harold Washington said of the corrupt former Mayor Daley, "I'm not glad he's dead, but I'm glad he's gone." Nobody deserves to have to die - not Jobs, not Mr. Bill, not even people guilty of bigger evils than theirs. But we all deserve the end of Jobs' malign influence on people's computing.&lt;br /&gt;&lt;br /&gt;Unfortunately, that influence continues despite his absence. We can only hope his successors, as they attempt to carry on his legacy, will be less effective.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;solidot 文章的最后一句，提到某个 FSF member 不满 RMS 的话，决定单打独斗去也。搜索 Larry Cafiero 可以发现跟 Fedora 颇有关系。他的理由是觉得 RMS 无法代表自由软件社区发言。博客文章大意为“每次他的发言都会带来灾难”。不过他的博客文章引用了其他几篇，却是白痴到死。ZDNet 两篇， Steven J. Vaughan-Nichols &lt;a rel="nofollow" target="_blank" href="http://www.zdnet.com/blog/open-source/free-software-founder-richard-m-stallman-is-glad-jobs-is-gone/9707"&gt;free-software-founder-richard-m-stallman-is-glad-jobs-is-gone/9707&lt;/a&gt; 和 Adrian Kingsley-Hughes &lt;a rel="nofollow" target="_blank" href="http://www.zdnet.com/blog/hardware/richard-m-stallman-on-steve-jobs-im-not-glad-hes-dead-but-im-glad-hes-gone/15275"&gt;richard-m-stallman-on-steve-jobs-im-not-glad-hes-dead-but-im-glad-hes-gone/15275&lt;/a&gt;，readwriteweb 一篇  Joe Brockmeier &lt;a rel="nofollow" target="_blank" href="http://www.readwriteweb.com/enterprise/2011/10/why-fsf-founder-richard-stallm.php"&gt;why-fsf-founder-richard-stallm.php&lt;/a&gt;。为啥这么说呢？RMS 本来就是说话不讲情面，抓住任何机会推广自由软件理念的，而且他很擅长引起争议。就这几段话，我觉得既中肯，又符合他的风格。&lt;br /&gt;&lt;br /&gt;我感谢 Apple 有 iPod Touch，可以运行 Skype，可以拍照发微博，让家人得以天涯若比邻。我也感谢 RMS 的话。他才是对我们大家息息相关的，不像那些商界巨子。大家都在改变世界， RMS 的做法是告诉大家自由的定义，然后用每个事例让大家来思考，就像这几段文字，与其说评论，不如说提问。而商业领袖的做法是依靠精致的产品和营销，他们的悼念，不如说是形象塑造的广告。虽然 Apple 看起来做到了几乎不可能的事情，带来了人类的希望，但是如果没有及时推出 iPhone 5，那就是骂声一片。这些不满意被 RMS 称为 fools 的人，一样被 Jobs 称为 fools；只是 RMS 不屑多说，老板们却还要希望消费者更傻一些。&lt;br /&gt;&lt;br /&gt;说到底每个人擅长的领域千差万别，不理解 RMS 的人太多了，但是社会还是要靠他们才能运转。自由并非社会的全部。而商业则是社会本身。RMS 批评 Jobs，跟堂吉诃德有什么分别？再去批评 RMS 的人，不是白痴么。&lt;br /&gt;&lt;br /&gt;update: 今天还查了一阵子 Washington 和 Daley 的关系，才知道那座 Daley Plaza 历史极其悠久，工业化的外观这么久没有锈蚀，真是不一般，然后才知道有两个 Daley，还有 the Machine 什么的。现任 Mayor 不是很像第七区特工出身！..&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=AC2XgrqmzSM:KA2b1uF_Iww:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=AC2XgrqmzSM:KA2b1uF_Iww:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=AC2XgrqmzSM:KA2b1uF_Iww:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=AC2XgrqmzSM:KA2b1uF_Iww:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=AC2XgrqmzSM:KA2b1uF_Iww:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=AC2XgrqmzSM:KA2b1uF_Iww:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:339535</guid>
         <pubDate>Sat, 08 Oct 2011 16:31:01 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/339535.html</feedburner:origLink></item>
      <item>
         <title>太长时间没有来更新Blog了……</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/a2TA-EusTmQ/blog.html</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://2.bp.blogspot.com/-Nj6-Hw5iqCU/TkjofvW5P1I/AAAAAAAABug/gbHqMRuR30k/s1600/Workspace%2B1_004.png"&gt;&lt;img style="float:right;margin:0 0 10px 10px;cursor:pointer;cursor:hand;width:320px;height:200px;" src="http://2.bp.blogspot.com/-Nj6-Hw5iqCU/TkjofvW5P1I/AAAAAAAABug/gbHqMRuR30k/s320/Workspace%2B1_004.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5641014165267627858"/&gt;&lt;/a&gt;
&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://4.bp.blogspot.com/-NhFHlOaTad0/TkjoVZQY-FI/AAAAAAAABuY/6sty9-KZ5l8/s1600/Workspace%2B1_005.png"&gt;&lt;img style="float:right;margin:0 0 10px 10px;cursor:pointer;cursor:hand;width:320px;height:200px;" src="http://4.bp.blogspot.com/-NhFHlOaTad0/TkjoVZQY-FI/AAAAAAAABuY/6sty9-KZ5l8/s320/Workspace%2B1_005.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5641013987536074834"/&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;时间，我们最抓不住的东西，大概就是时间……&lt;div&gt;秀两张Fedora 15的桌面，这是在&lt;a rel="nofollow" target="_blank" href="http://suzhoulug.org/index.php/%E9%A6%96%E9%A1%B5"&gt;苏州自由软件用户组&lt;/a&gt;活动上的PPT里面的.&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=a2TA-EusTmQ:fmFcONgiSds:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=a2TA-EusTmQ:fmFcONgiSds:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=a2TA-EusTmQ:fmFcONgiSds:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=a2TA-EusTmQ:fmFcONgiSds:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=a2TA-EusTmQ:fmFcONgiSds:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=a2TA-EusTmQ:fmFcONgiSds:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <author>Allen Chen's BLog</author>
         <guid isPermaLink="false">tag:blogger.com,1999:blog-6427452.post-8970779463255948035</guid>
         <pubDate>Mon, 15 Aug 2011 17:32:00 +0000</pubDate>
         <media:thumbnail height="72" url="http://2.bp.blogspot.com/-Nj6-Hw5iqCU/TkjofvW5P1I/AAAAAAAABug/gbHqMRuR30k/s72-c/Workspace%2B1_004.png" width="72" />
      <feedburner:origLink>http://a3linux.blogspot.com/2011/08/blog.html</feedburner:origLink></item>
      <item>
         <title>FZUG BBS</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/rPAhNLpaOVo/333054.html</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://bbs.fedora-zh.org/'&gt;http://bbs.fedora-zh.org/&lt;/a&gt; 从嘉佑的 Bluehost 空间迁到了我那份空间，同样是 Bluehost，与 &lt;a rel="nofollow" target="_blank" href='http://news.fedora-zh.org/'&gt;http://news.fedora-zh.org/&lt;/a&gt; (还有 &lt;a rel="nofollow" target="_blank" href='http://szlug.org/'&gt;http://szlug.org/&lt;/a&gt; )会合 - -! 希望不要再被墙了，那样的话，备选方案就复杂多了。&lt;br /&gt;&lt;br /&gt;数据迁移比较简单，安装了 vBulletin 之后稍作设置就恢复运行了，数据文件只有 180M，备份比较容易。&lt;br /&gt;&lt;br /&gt;mysql 支持对数据库、表、表列的 charset/collation 设置，默认是 latin1/latin1-sweden-ci。在 vBulletin 安装时可以设定一个 charset，建议值为&amp;ldquo;与数据库保持一致&amp;rdquo;。但是，由于找不到什么工具可以一次把历史记录中的文本全部转成 utf8 charset，现在改默认值也没有用了。&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=rPAhNLpaOVo:7tAI_KVyISE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=rPAhNLpaOVo:7tAI_KVyISE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=rPAhNLpaOVo:7tAI_KVyISE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=rPAhNLpaOVo:7tAI_KVyISE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=rPAhNLpaOVo:7tAI_KVyISE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=rPAhNLpaOVo:7tAI_KVyISE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:333054</guid>
         <pubDate>Sun, 13 Feb 2011 13:38:06 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/333054.html</feedburner:origLink></item>
      <item>
         <title>备份</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/GHpnzWmvWK4/330298.html</link>
         <description>&lt;blockquote&gt;Google Groups will no longer be supporting the Welcome Message feature.   Starting January 13, you won't be able to edit your welcome messages, but you will still be able   to view and download the existing content. See   &lt;a rel="nofollow" target="_blank" href="http://groups-announcements.blogspot.com/2010/09/notice-about-pages-and-files.html?hl=en"&gt;   this announcement   &lt;/a&gt;   for more information and other options for storing your content.&lt;br /&gt;&lt;br /&gt;Google Groups will no longer be supporting the Pages and Files features.   Starting January 13, you won't be able to upload new content, but you will still be able   to view and download existing content. See   &lt;a rel="nofollow" target="_blank" href="http://groups-announcements.blogspot.com/2010/09/notice-about-pages-and-files.html?hl=en"&gt;   this announcement   &lt;/a&gt;   for more information and other options for storing your content.&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a rel="nofollow" name="cutid1"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;http://groups.google.com/group/szlug&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;table cellspacing="10" cellpadding="0" border="0"&gt;&lt;tbody&gt;&lt;tr valign="top"&gt;&lt;td align="right"&gt;&lt;span&gt;&lt;b&gt;Group name&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;   &lt;td&gt;&lt;div style="display:block;"&gt;Shenzhen (深圳) Linux Unix User Group (SZLUG)&lt;/div&gt; 	&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr valign="top"&gt;   &lt;td align="right"&gt;&lt;span&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;   &lt;td&gt;&lt;div style="display:block;"&gt;深圳 Linux Unix 用户组/俱乐部&lt;br /&gt;&lt;br /&gt;欢迎访问用户组主页：&lt;a rel="nofollow" target="_blank" href="http://www.szlug.org/"&gt;http://www.szlug.org&lt;/a&gt;&lt;br /&gt;欢迎加入IRC群： &lt;a rel="nofollow"&gt;irc://freenode/#szlug&lt;/a&gt;&lt;/div&gt;&lt;div style="display:block;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="display:block;"&gt;Linux下的桌面、虚拟机、分布式和云计算已经相当完善；&lt;/div&gt;&lt;div style="display:block;"&gt;如果你还在用虚拟机使用Linux，欢迎你把它装到实体机上试试。&lt;br /&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;SZLUG 会定期组织活动，交流使用和开发自由软件的心得， &lt;br /&gt; 鼓励和吸引各行各业人员的参与，向社会传达自由软件的力量，&lt;/div&gt;&lt;div style="display:block;"&gt;让更多的人接受自由软件的理念。 &lt;br /&gt; &lt;br /&gt;如果想加入 szlug 通讯录，&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/szlug/msg/de56f74a74159d9b"&gt;请将真实个人信息发送给 jungle&lt;/a&gt;。&lt;br /&gt; 只要加入 szlug 通讯录便可以得到通讯录的副本。&lt;div style="display:block;"&gt;&amp;nbsp;&lt;/div&gt;你订阅了 RSS 通知吗, 你向页面下方 szlug 的邮件地址发邮件了吗? :P&lt;br /&gt;&lt;br /&gt;欢迎加入 SZLUG, 直接发送邮件至 &lt;a rel="nofollow" target="_blank" href="mailto:szlug@googlegroups.com"&gt;szlug@googlegroups.com&lt;/a&gt; 以任何 Linux 相关主题即可加入；&lt;br /&gt;注意为了防止 SPAM, 新用户的第一封邮件需要管理员的审核，请耐心等待，不要重复发信。&lt;br /&gt;&lt;br /&gt;回复邮件之前，别忘了先看看&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/szlug/msg/0d56b0ac4a23aaaf"&gt;本邮件列表回复方式&lt;/a&gt;&lt;br /&gt;发起话题前，别忘了先看看&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/szlug/msg/aa49bb52def71a5c"&gt;本邮件列表的讨论话题&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;http://groups.google.com/group/fedora-cn&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;table cellspacing="10" cellpadding="0" border="0"&gt;&lt;tbody&gt;&lt;tr valign="top"&gt;&lt;td align="right"&gt;&lt;span&gt;&lt;b&gt;討論組名稱&lt;/b&gt;&lt;/span&gt;&lt;/td&gt; &lt;td&gt;&lt;div style="display:block;"&gt;Fedora 中文用戶組 (fedora-cn 郵件列表)&lt;/div&gt; &lt;div style="display:block;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="display:block;"&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="top"&gt; &lt;td align="right"&gt;&lt;p&gt;&lt;span&gt;&lt;b&gt;描述&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt; &lt;td&gt;&lt;div style="display:block;"&gt;&lt;div style="display:block;"&gt;&lt;div style="display:block;"&gt;&lt;div style="display:block;"&gt;Fedora 中文用戶組 (Fedora-cn 郵件列表) 是 fedora 用戶交流的平台之一。&lt;/div&gt;&lt;div style="display:block;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="display:block;"&gt;請訪問 http://fedoraproject.org/wiki/zh/Communicate 查看更多交流平台，包括論壇，IRC 等。&lt;/div&gt;&lt;/div&gt;&lt;div style="display:block;"&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;div style="display:block;"&gt;－－－－－&lt;/div&gt;&lt;div style="display:block;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="display:block;"&gt;* 注意 *&lt;/div&gt;&lt;div style="display:block;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="display:block;"&gt;這個郵件列表的交流活動，正逐步遷往官方郵件列表 chinese@lists.fedoraproject.org；&lt;/div&gt;&lt;div style="display:block;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="display:block;"&gt;請至 https://admin.fedoraproject.org/mailman/listinfo/chinese 繼續支持！&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;http://groups.google.com/group/pongba&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;p style="text-align:right;font-family:times new roman, serif;color:rgb(0, 0, 153);"&gt;&lt;font size="4" style="color:rgb(0, 0, 0);"&gt;&lt;b&gt;&lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/pongba/subscribe"&gt;邮件订阅&lt;/a&gt;(&lt;span style="color:rgb(255, 0, 0);"&gt;最佳&lt;/span&gt;！&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/web/toplanguage-subscription-howto"&gt;讲解&lt;/a&gt;) | &lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/feed/rss_v2_0_topics.xml"&gt;RSS订阅所有主题&lt;/a&gt; | &lt;a rel="nofollow" target="_blank" href="http://feeds.delicious.com/v2/rss/pongba/toplanguage"&gt;RSS订阅精选主题&lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:right;font-family:times new roman, serif;color:rgb(0, 0, 153);"&gt;&lt;font size="4" style="color:rgb(0, 0, 0);"&gt;&lt;b&gt;&lt;a rel="nofollow" target="_blank" href="http://feeds.delicious.com/v2/rss/pongba/toplanguage"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style="text-align:center;font-family:times new roman, serif;color:rgb(0, 0, 153);"&gt;&lt;font size="6"&gt;&lt;b&gt;TopLanguage&lt;/b&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:times new roman, serif;color:rgb(51, 51, 51);"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;b style="color:rgb(255, 0, 0);"&gt;&lt;font size="2"&gt;与他人的&lt;font size="4"&gt;讨论&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/pongba/browse_frm/thread/6f6140744ab95c72/"&gt;是对自己想法的整理&lt;/a&gt;，也是获得&lt;font size="4"&gt;新视角&lt;/font&gt;的重要途径。&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="text-align:center;color:rgb(255, 0, 0);"&gt;&lt;font size="2"&gt;&lt;b&gt;&lt;span style="font-family:arial, sans-serif;"&gt;这里鼓励&lt;font size="6"&gt;分享&lt;/font&gt;和&lt;font size="6"&gt;讨论&lt;/font&gt;；&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;b&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;font size="4"&gt;不欢迎&lt;/font&gt;不加思考和&lt;font size="4"&gt;不做功课的求助&lt;/font&gt;，&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;b&gt;&lt;span style="font-family:arial, sans-serif;"&gt;若无有价值的分享或有价值的问题，则&lt;font size="6"&gt;鼓励潜水&lt;/font&gt;。&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;font size="2"&gt;&lt;i style="font-family:times new roman, serif;"&gt;&lt;br /&gt;&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;b&gt;[*] &lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/pongba/browse_thread/thread/2d0bf08c73f2d8c6"&gt;程序员新人入行指导&lt;/a&gt; by &lt;a rel="nofollow" target="_blank" href="http://sunxiunan.com/"&gt;sagasw&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;b&gt;[*] &lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/pongba/browse_thread/thread/95025fb0a04dbe74"&gt;学习的三部曲&lt;/a&gt; by &lt;a rel="nofollow" target="_blank" href="http://program-think.blogspot.com/"&gt;program-think&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;b&gt;[*] &lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/pongba/browse_thread/thread/2cfa868f6a098d6b"&gt;讨论和思考中常见的逻辑谬误&lt;/a&gt; (外一篇&lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/pongba/browse_frm/thread/3a88afe2d0fcbcdc/"&gt;《兼谈Critical Thinking》&lt;/a&gt; by &lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/yuankaining/"&gt;KennyYuan&lt;/a&gt;) &lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;b&gt;&lt;font size="4" style="color:rgb(255, 0, 0);"&gt;&amp;gt;&amp;gt; 预览历史&lt;font size="4"&gt;&lt;a rel="nofollow" target="_blank" href="http://delicious.com/pongba/toplanguage"&gt;讨论精选&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(255, 0, 0);"&gt;&lt;font size="4"&gt;&lt;b&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(255, 0, 0);"&gt;&lt;font size="4"&gt;&lt;b&gt;&lt;span style="font-family:arial, sans-serif;"&gt;[重要公告]TopLanguage发帖要求（&lt;font size="6"&gt;必读&lt;/font&gt;，1分钟）&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(255, 0, 0);"&gt;&lt;font size="4"&gt;&lt;b&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(255, 0, 0);"&gt;&lt;font size="4"&gt;&lt;b&gt;&lt;span style="font-family:arial, sans-serif;"&gt;发帖原则：&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt; &lt;div style="text-align:left;"&gt;&lt;font size="2"&gt;1. 珍视这个高质量的交流圈子，&lt;span style="color:rgb(255, 0, 0);"&gt;提问前&lt;/span&gt;&lt;font size="4"&gt;&lt;b style="color:rgb(255, 0, 0);"&gt;请做足功课&lt;/b&gt;&lt;/font&gt;（使用Google, Wikipedia, 以及&lt;/font&gt;&lt;font size="2"&gt;&lt;b&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/web/problemsolvingstepone"&gt;参考这里&lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;font size="2"&gt;）。&lt;/font&gt;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p style="color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;font size="4"&gt;&lt;font size="2"&gt;2. &lt;/font&gt;&lt;/font&gt;&lt;font size="4" style="color:rgb(255, 0, 0);"&gt;&lt;font size="2"&gt;&lt;b&gt;哪些情况容易&lt;font size="4"&gt;被封&lt;/font&gt;&amp;nbsp;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;font size="4" style="color:rgb(191, 144, 0);"&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;&amp;nbsp; &amp;nbsp; a. 明显不看发帖要求，自己也根本&lt;b&gt;&lt;font size="4"&gt;不愿思考&lt;/font&gt;&lt;/b&gt;和动手查资料（请多用Amazon和Wikipedia来搜索你需要的资料，例见&lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/pongba/t/ee7716a01dc4866a"&gt;这里&lt;/a&gt;），只想借别人的资源省自己的事的。&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b. &lt;b&gt;&lt;font size="4"&gt;查资料&lt;/font&gt;&lt;/b&gt;可解决或可去专门新闻组提问的语言&amp;amp;技术细节问题。&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;font size="4" style="color:rgb(191, 144, 0);"&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;&amp;nbsp; &amp;nbsp; c. &lt;b&gt;&lt;font size="4"&gt;鸡毛蒜皮&lt;/font&gt;&lt;/b&gt;的问题。&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;font size="4" style="color:rgb(191, 144, 0);"&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; d. 入门级&lt;b&gt;&lt;font size="4"&gt;基础问题&lt;/font&gt;&lt;/b&gt;尤其不要问，请请教Google和Wikipedia。&lt;br /&gt;3. &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;建议阅读&lt;b&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/web/%E5%85%B3%E4%BA%8E%E9%82%AE%E4%BB%B6%E5%88%97%E8%A1%A8%E8%AE%A8%E8%AE%BA%E7%9A%84%E5%87%A0%E7%82%B9%E6%84%9F%E6%83%B3"&gt;邮件列表讨论原则&lt;/a&gt;&lt;/b&gt;。&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font size="4" style="color:rgb(191, 144, 0);"&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;&lt;font size="4"&gt;&lt;b style="color:rgb(255, 0, 0);"&gt;发贴&lt;font size="6"&gt;格式&lt;/font&gt;：&lt;/b&gt;&lt;/font&gt;&lt;br /&gt; 1. &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;span style="color:rgb(255, 0, 0);"&gt;帖子标题请尽量做到&amp;ldquo;&lt;/span&gt;&lt;b style="color:rgb(255, 0, 0);"&gt;朴素&lt;/b&gt;&lt;span style="color:rgb(255, 0, 0);"&gt;&amp;rdquo;和&amp;ldquo;&lt;/span&gt;&lt;b style="color:rgb(255, 0, 0);"&gt;切题&lt;/b&gt;&lt;span style="color:rgb(255, 0, 0);"&gt;&amp;rdquo;&lt;/span&gt;&lt;/font&gt;&lt;b&gt;。&lt;font size="4"&gt;莫名其妙的标题&lt;/font&gt;&lt;/b&gt;&lt;b&gt;（例：&amp;ldquo;一个问题&amp;rdquo;、&amp;ldquo;再次询问&amp;rdquo;）会浪费浏览者的时间&lt;/b&gt;。&lt;b&gt;因此，请用一句话（长一点没关系）概括你的问题的中心思想&lt;/b&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;p style="text-align:left;"&gt;&lt;font size="2" style="color:rgb(0, 0, 0);"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;2. &lt;font size="4"&gt;&lt;b style="color:rgb(255, 0, 0);"&gt;发帖&lt;font size="6"&gt;必须&lt;/font&gt;添加以下给出的标准标签&lt;font size="6"&gt;后缀&lt;/font&gt;&lt;/b&gt;&lt;b style="color:rgb(255, 0, 0);"&gt;，请&lt;font size="6"&gt;统一&lt;/font&gt;使用以下给出的标签名&lt;/b&gt;&lt;/font&gt;（方便他人和你自己过滤不感兴趣的主题）：&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a. &lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="4"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&lt;b&gt;{技术}&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;技术类帖子，&lt;font size="4"&gt;&lt;b&gt;必须&lt;/b&gt;&lt;/font&gt;加&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="4"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&lt;b&gt;{技术}&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;标签&lt;b&gt;。&lt;/b&gt;可自由&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;根据内容类别&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;添加更多标签{C++}/{Java}/...（以此类推）等。&lt;br /&gt; &lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b. &lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="4"&gt;&lt;b&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;{非技术}&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;非技术类帖子，&lt;font size="4"&gt;&lt;b&gt;必须&lt;/b&gt;&lt;/font&gt;加&lt;font size="4"&gt;&lt;b&gt;{非技术}&lt;/b&gt;&lt;/font&gt;标签。可自由添加更多标签；&lt;font size="4"&gt;&lt;b&gt;例&lt;font size="2"&gt;：&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&amp;ldquo;&lt;b&gt;&lt;i&gt;大家认为时间管理的首要原则是什么？&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="4"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&lt;b&gt;&lt;i&gt;{非技术}{时间管理}{讨论}&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&amp;rdquo;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; c. &lt;font size="4"&gt;&lt;b&gt;建议&lt;/b&gt;&lt;/font&gt;综合使用&lt;b&gt;&lt;font size="4"&gt;{讨论}&lt;/font&gt;/&lt;font size="4"&gt;{分享}&lt;/font&gt;/&lt;font size="4"&gt;{询问}&lt;/font&gt;&lt;/b&gt;这三个标签。&lt;b&gt;&lt;font size="4"&gt;例&lt;/font&gt;：&lt;/b&gt;&amp;ldquo;&lt;b&gt;&lt;i&gt;C++的复杂性在工程项目中的成本到底是多高？&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="4"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&lt;b&gt;&lt;i&gt;{讨论}{技术}{C++}&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&amp;rdquo;&lt;br /&gt; &lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; d. &lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;水贴&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&lt;font size="4"&gt;&lt;b&gt;必须&lt;/b&gt;&lt;/font&gt;打上&lt;font size="4"&gt;&lt;b&gt;{OT}&lt;/b&gt;&lt;/font&gt;标签（OT == OffTopic）。 &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e. 发帖&lt;font size="4"&gt;&lt;b&gt;无须&lt;/b&gt;&lt;/font&gt;加{TL}标签，GoogleGroups会自动加上；如果你是主贴者，你在gmail里是看不到[TL]标签的，不要奇怪。&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; f. 即使忘加标签也请勿重复发贴。&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align:left;"&gt;注：之所以强调&lt;font size="4"&gt;&lt;b&gt;必加标签&lt;/b&gt;&lt;/font&gt;，是为了允许订阅者&lt;a rel="nofollow" target="_blank" href="http://www.google.cn/search?hl=zh-CN&amp;amp;q=gmail+filter&amp;amp;meta=lr%3Dlang_zh-CN%7Clang_zh-TW"&gt;&lt;b&gt;&lt;font size="4"&gt;设置过滤器&lt;/font&gt;&lt;/b&gt;&lt;/a&gt;来自动过滤&lt;b&gt;不感兴趣&lt;/b&gt;的主题，避免噪音困扰。（&lt;b&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/web/toplanguage-subscription-howto"&gt;详见！&lt;/a&gt;&lt;/b&gt;）&lt;/p&gt;&lt;p style="text-align:left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;b&gt;杂项：&lt;/b&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a. &lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;回帖时请不要全文引用别人的发言，请摘选出相关的部分然后回复。&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b. &lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;请勿使用&amp;ldquo;求助&amp;rdquo;、&amp;ldquo;请问&amp;rdquo;、&amp;ldquo;聊聊&amp;rdquo;、&amp;ldquo;急！&amp;rdquo;之类不相干字眼，皆属噪音。&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; c. &lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;请不要向这个邮件列表发送Gtalk之类的邀请邮件。&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; d.&lt;/font&gt; 请勿回&amp;ldquo;顶&amp;rdquo;、&amp;ldquo;收藏&amp;rdquo;、&amp;ldquo;受教了&amp;rdquo;之类的超短回帖。&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e. 总之&lt;b&gt;别把在 BBS 上发言的坏习惯带来&lt;/b&gt;。&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;span style="color:rgb(0, 0, 0);"&gt;注：&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;b style="color:rgb(255, 0, 0);"&gt;&lt;br /&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;a. 疑惑为什么我们有以上一大摞&amp;ldquo;规矩&amp;rdquo;？如果你有兴趣，可参考&lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/pongba/browse_frm/thread/afff60146ac0df68"&gt;这个帖子&lt;/a&gt;内的回帖，以及&lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/pongba/web/toplang-asking-howto"&gt;这里&lt;/a&gt;。&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;b. &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/web/toplang-rules"&gt;TopLanguage 管理方案 v1.0 Beta&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;b&gt;&lt;font size="6" style="color:rgb(255, 0, 0);"&gt;怎么加入？&lt;/font&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;1)&lt;font size="4" style="color:rgb(0, 0, 0);"&gt;&lt;b&gt;&lt;span style="background-color:rgb(255, 255, 0);"&gt; （&lt;span style="color:rgb(255, 0, 0);"&gt;必须&lt;/span&gt;）&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;阅读首页的&lt;b&gt;发帖准则&lt;/b&gt;。&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;2) 向管理组邮箱 &lt;/span&gt;&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="mailto:pongba+tlreq@gmail.com"&gt;&lt;span&gt;pongba+tlreq@gmail.com&lt;/span&gt;&lt;/a&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt; 发送一封邮件&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;，包含（但不限于）：&lt;/span&gt;&lt;/font&gt;&lt;p style="text-align:left;color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) &lt;b&gt;&lt;font size="4" style="background-color:rgb(255, 255, 0);"&gt;（&lt;span style="color:rgb(255, 0, 0);"&gt;必须&lt;/span&gt;）&lt;/font&gt;邮件标题请以 &lt;span style="color:rgb(255, 0, 0);"&gt;[TL申请] &lt;/span&gt;前缀&lt;/b&gt;。&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) &lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;（可选）&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;简单的自我介绍，&lt;b&gt;有blog更佳&lt;/b&gt;。&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) &lt;/span&gt;&lt;/font&gt;&lt;font size="4" style="background-color:rgb(255, 255, 0);"&gt;&lt;b&gt;&lt;span style="font-family:arial, sans-serif;"&gt;（&lt;span style="color:rgb(255, 0, 0);"&gt;必须&lt;/span&gt;）&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;b&gt;一个你觉得有价值并想要和TL上的同学们讨论的&lt;span style="color:rgb(255, 0, 0);"&gt;技术&lt;/span&gt;话题或问题，清晰阐述你自己对该问题或话题的看法&lt;/b&gt;。&lt;i&gt;三言两语或者&amp;ldquo;求教&amp;rdquo;贴就免了&lt;/i&gt;。如果审核通过，这将成为你在TL上的第一封帖子。（如果你对别人发的某个主题有不错的见解，也可以）&lt;br /&gt;注：&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;0) &lt;span style="background-color:rgb(255, 255, 0);"&gt;以上&amp;ldquo;必须&amp;rdquo;项必填，否则申请无效。&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;1) 如果你只想读一读TL上大伙的讨论，不妨&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/feed/rss_v2_0_topics.xml"&gt;订阅RSS&lt;/a&gt;。无需申请加入。当你觉得想参加讨论的时候，则可以提交上述邮件。&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;2) 投诉请发往 &lt;a rel="nofollow" target="_blank" href="mailto:pongba+appeal@gmail.com"&gt;pongba+appeal@gmail.com&lt;/a&gt; ，加 [TL投诉] 前缀。&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style="text-align:center;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:center;color:rgb(255, 0, 0);"&gt;&lt;b&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;font size="6"&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/web/toplanguagers"&gt;TopLanguage人物谱&lt;/a&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/web/bear_small.PNG" style="border:0pt none;background-color:transparent;clear:left;margin-bottom:1em;float:left;margin-right:1em;"&gt;&lt;img style="border:0pt none;" src="http://groups.google.com/group/pongba/web/bear_small.PNG?display=thumb&amp;amp;width=96&amp;amp;height=96" alt=""/&gt;&lt;/a&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;font size="4"&gt;&lt;b style="color:rgb(0, 0, 0);"&gt;TopLoggers&lt;/b&gt;&lt;/font&gt;（字母顺序）：&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/alai04"&gt;alai&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://wesleybao.spaces.live.com/"&gt;鲍志云(WesleyBao)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://program-think.blogspot.com/"&gt;编程随想&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://shiningray.cn/"&gt;曹力(ShiningRay)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://silwile.net/"&gt;陈怀兴(silwile)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://realazy.org/blog/"&gt;陈贤安(realazy)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/Solstice"&gt;陈硕&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://chenyufei.name/blog"&gt;Chen Yufei&lt;/a&gt;、&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;a rel="nofollow" target="_blank" href="http://redworld.blog.ubuntu.org.cn/"&gt;陈恺(maninred)&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.cppblog.com/vczh/"&gt;陈梓瀚(vczh)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://cuitianyi.com/blog"&gt;崔添翼(DD)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://initiative.yo2.cn/"&gt;est&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.cnblogs.com/duguguiyu"&gt;范怀宇|Venus神庙&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://fifan.ycool.com/"&gt;范禹(Garfield)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.awflasher.com/blog/"&gt;郭启睿(awflasher)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.yinux.com/"&gt;Goodbee&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.charlesgao.com/"&gt;高远&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.sina.com.cn/tcyge"&gt;葛祥营&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.devep.net/virushuo/"&gt;霍炬&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.tinydust.net/prog/diary/diary.htm"&gt;郝培强(Tinyfool)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.joycode.com/anrs"&gt;胡新宇(Anders)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.sina.com.cn/ankyhe"&gt;何志斌(AnkyHe)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/akirya"&gt;韩卫平(akirya)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.kamang.net/"&gt;韩祝鹏(AlbertLee)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/housisong/"&gt;HouSiSong&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://hi.baidu.com/jrckkyy"&gt;jrckkyy&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/kenryhuang/"&gt;KenryHuang&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.xiaolai.net/"&gt;李笑来|Pure Pleasure&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://mindhacks.cn/"&gt;刘未鹏(pongba)|MindHacks&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://hi.baidu.com/limodou"&gt;Limodou&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/lanphaday"&gt;赖勇浩&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/turingbook"&gt;刘江|图灵出版社&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://liuxinyu95.googlepages.com/"&gt;刘新宇&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/whinah"&gt;雷鹏&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://sharpmark.net/"&gt;刘炯(sharpmark)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://billlangjun.blogspot.com/"&gt;郎君&lt;/a&gt;、&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;a rel="nofollow" target="_blank" href="http://googollee.blog.163.com/"&gt;李兆海(Googol)&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;、&lt;a rel="nofollow" target="_blank" href="http://lgn21st.javaeye.com/"&gt;吕国宁(Daniel)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/linkerlin"&gt;LinkerLin&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://simohayha.javaeye.com/"&gt;刘炜&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/kenryhuang"&gt;KenryHuang&lt;/a&gt;、&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/myan"&gt;孟岩(myan)&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;、&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/longshanks"&gt;莫华枫(longshanks)&lt;/a&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/raptor"&gt;猛禽&lt;/a&gt;、&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;a rel="nofollow" target="_blank" href="http://www.2maomao.com/blog/"&gt;任中方(realfun)&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.renteng.org/"&gt;RenTeng&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://sunxiunan.com/"&gt;sagasw&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/tangl_99"&gt;TangLiang(tangl99)&lt;/a&gt;、&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;a rel="nofollow" target="_blank" href="http://joyfire.spaces.live.com/"&gt;王乐珩(joyfire)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.forwind.cn/"&gt;windstorm&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://brucewang.net/"&gt;BruceWang&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://justinw.cnblogs.com/"&gt;王晓亮(Justin)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://egmkang.cnblogs.com/"&gt;王小康(egmkang)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/cmu_hua"&gt;魏献华&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.youxu.info/"&gt;徐宥(YouXu)|4G Spaces&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/xushiweizh"&gt;许式伟&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.xuwenhao.com/"&gt;XU Wenhao&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.windameister.org/blog/"&gt;Windam&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://dongshengxie.spaces.live.com/"&gt;谢东升&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://infinitudecn.spaces.live.com/"&gt;谢轩(infinitude)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://aifreedom.com/"&gt;谢松&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/g9yuayon"&gt;袁泳(g9)|负暄琐话&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.luanxiang.org/blog/"&gt;余晟(Yurii)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.mingli-yuan.info/"&gt;yuan-mingli&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.solrex.cn/"&gt;杨文博(Solrex)|Solrex Shuffling&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/yuankaining/"&gt;元凯宁(KennyYuan)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/yayong"&gt;OliverYang&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://hi.baidu.com/yjpro"&gt;杨军&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.blankyao.cn/"&gt;姚东旭(blankyao)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://zbw25.spaces.live.com/"&gt;庄表伟&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://cnzhangzhen.spaces.live.com/"&gt;张振(zz)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://zsp.javaeye.com/"&gt;张沈鹏&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://yeka.blogbus.com/"&gt;周筠|博文视点&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://zfbp.spaces.live.com/"&gt;周帆(BBP)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/zengkun100/"&gt;zengkun&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://zhiqiang.org/blog/"&gt;张志强|阅微堂&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.mrzenix.com/blog/"&gt;曾俊杰&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://www.blogjava.net/zellux"&gt;Zellux&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://zoomquiet.blogspot.com/"&gt;Zoom.Quiet&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://dreamhead.blogbus.com/"&gt;郑晔(dreamhead)&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/zhengyun_ustc"&gt;郑昀&lt;/a&gt;|&lt;a rel="nofollow" target="_blank" href="http://it.ju690.com/"&gt;玩聚网&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://jeffreyzhao.cnblogs.com/"&gt;老赵(JeffreyZhao)点滴&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.pluskid.org/"&gt;张&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://blog.pluskid.org/"&gt;驰&lt;/a&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;a rel="nofollow" target="_blank" href="http://blog.pluskid.org/"&gt;原&lt;/a&gt;、&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/MagBryan"&gt;郑柯|CSDN&lt;/a&gt;（根据&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/web/toplanguagers"&gt;TopLanguage人物谱&lt;/a&gt;上注明的&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;Blog&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;添加） &lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="text-align:left;color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;b&gt;TopLanguage&lt;font size="2"&gt;讨论精选&lt;/font&gt;系列&lt;/b&gt;：&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/pongba/archive/2007/10/05/1812378.aspx"&gt;第一期&lt;/a&gt;，&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/pongba/archive/2007/10/29/1854461.aspx"&gt;第二期&lt;/a&gt;，&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/pongba/archive/2007/11/29/1907341.aspx"&gt;第三期&lt;/a&gt;，&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/pongba/archive/2007/12/26/1968724.aspx"&gt;第四期&lt;/a&gt;，&lt;b&gt;&lt;font size="4"&gt;&lt;a rel="nofollow" target="_blank" href="http://delicious.com/pongba/toplanguage"&gt;所有精选&lt;/a&gt;&lt;/font&gt;&lt;/b&gt; 。&lt;b&gt;TopLanguage&lt;font size="4"&gt;主题讨论&lt;/font&gt;系列之：&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/web/toplang-problemsolvingseries"&gt;今天我们思考&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;p style="text-align:right;"&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="text-align:left;"&gt;&lt;font size="2"&gt;&lt;b&gt;&lt;span style="font-family:arial, sans-serif;"&gt;友情groups：&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;技术：&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/python-cn"&gt;Python-CN&lt;/a&gt;&lt;/span&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pure-algorithms"&gt;&lt;/a&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;|&lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/agilechina"&gt;敏捷中国&lt;/a&gt;|&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/dev4server"&gt;高性能网络编程&lt;/a&gt;|；出版：&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/turingbook"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;图灵俱乐部&lt;/span&gt;&lt;/a&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;|&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/BVtougao"&gt;博文视点专家团&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;|&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/hzbook"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;华章科技翻译&lt;/span&gt;&lt;/a&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="font-family:arial, sans-serif;"&gt;|&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/web/%E5%85%B3%E4%BA%8E%E9%82%AE%E4%BB%B6%E5%88%97%E8%A1%A8%E8%AE%A8%E8%AE%BA%E7%9A%84%E5%87%A0%E7%82%B9%E6%84%9F%E6%83%B3"&gt;关于邮件列表讨论的几点感想&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;p align="center"&gt;&lt;b&gt;&lt;font size="5"&gt;关于邮件列表讨论的几点感想&lt;/font&gt;&lt;/b&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;font size="4"&gt;By 刘未鹏(pongba)&lt;/font&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;font size="4"&gt;C++的罗浮宫(&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/pongba"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;http://blog.csdn.net/pongba&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt;)&lt;/font&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;font size="4"&gt;TopLanguage(&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba" title="http://groups.google.com/group/pongba"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;http://groups.google.com/group/pongba&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt;)&lt;/font&gt;&lt;/p&gt; &lt;p align="left"&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font size="4"&gt;每一个论坛，每一个邮件列表，在其生命历程中都会出现无数次的争吵；这是太正常不过的事情，从日常八卦论坛，到像 comp.lang.c++.std 这样专业到牙齿的邮件列表，都会有大量争论的身影。所以我不想也不可能号召大家不要争论，况且一个公开的邮件列表应该是个民主的地方才对。&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="4"&gt;我只想说说我个人对于什么是有价值争论的一点感想。为什么想说这些，是因为我一直觉得一个高质量的邮件列表是一个无 价的财富，是每个人（订阅的，潜水的，讨论的）的财富，大家各人的知识结构不一样，看问题的视角不一样，互相补充，互相对照，是件非常美好的事情，也是极 有效的学习途径。创建这个邮件列表本属于偶然的念头，但一年过去了，我把它当成这几年来做过的最有价值的一件事情，因为我从中收获了很多东西（如果你是新 近加入&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;这个列表&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt;的，不妨翻翻以前的存档吧:-)）&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="4"&gt;我觉得有价值的讨论应该具备以下几个性质（对于程序员群落，有许多纯技术讨论，譬如 FAQ 式的问题，其实是不存在以下一些问题的，但也有不少复杂的决策与判断问题）&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="4"&gt;1. &lt;b&gt;客观&lt;/b&gt;。这是最重要的一点。当然，每个人都是带着滤镜来看这个世界的，受到 既有知识结构和信念的影响（认知科学把这个叫做认知图式，我们日常用语叫思维定势，或者略带贬义的&amp;ldquo;偏见&amp;rdquo;），我们理解问题总是不免片面；而这正是争论的 价值所在，我常常在和别人讨论的过程中发现自己思维的漏洞，因为自己的漏洞自己是难以察觉的。&amp;mdash;&amp;mdash;那为什么又要强调客观呢？照上面的说法岂不是在说&amp;ldquo;我们 反正无法客观，那就争论就是了&amp;rdquo;。我觉得不是的，虽然每个人都难免受到既有知识结构的影响，但我们可以争取尽量客观，思考问题的时候力图全面，深刻。关于 思考的一些 Rules of Thumb ，我在自己总结的一点学习习惯里面&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/pongba/archive/2008/07/08/2625115.aspx"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;也有&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;a rel="nofollow" target="_blank" href="http://blog.csdn.net/pongba/archive/2008/07/20/2681668.aspx"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;提到&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt;。&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="4"&gt;2. &lt;b&gt;切题&lt;/b&gt;。这个问题是噪音最大来源。拿程序员圈子来说，最常见的一类就是本来 是想对语言的技术优势劣势进行分析的。但结果讨论到最后变成了信仰的拉锯：讨论者首先确定自己的信仰，然后收集与信仰符合的证据，忽视与之相反的证据。并 用它们来支撑信仰。结果就是各说各的，都只说了问题的某一个或几个方面，有人摸象腿有人摸象鼻。就是极少有人注意到其实语言选择问题是一个复杂的决策问 题，视具体场合，综合各个因素才能决策的。一个话题一旦涉及到个人信念，就非常容易升级为信念拉锯战（其实这里的&amp;ldquo;信念&amp;rdquo;未必需要是多大的信仰，只要是自 己认为成立的知识，都构成信念，而且绝大多数的信念都是隐式的，指导日常决策，但自己觉察不到&amp;mdash;&amp;mdash;只有到了和具有相对信念的人一对比时才会发现）。当自己 相信正确的事情被别人提出反面证据的时候，每个人都会跳出来捍卫，因为毕竟每个人都希望自己做的是&amp;ldquo;The Right Thing&amp;rdquo;。&lt;b&gt;然而讨论的真正目的和价值，并不是为了去盲目捍卫自己的信念，而是为了揭示出到底什么才是应该去相信的&lt;/b&gt;。比如我经常看到这样的话：&lt;b&gt;尽管...，但我仍然坚持我的立场&lt;/b&gt;。我就笑了，这是哪门子逻辑？&lt;b&gt;我一直觉得，有信仰才不是什么牛逼的事情，牛逼的是随时能够根据更可靠更客观的证据来改变信仰&lt;/b&gt;。&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://www.douban.com/subject/2143904/?i=0"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;进化心理学&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt;上， 在形成今天的心理机制的远古社会，我们基本通过朴素的观察归纳来艰难地获得对世界的知识，并将之纳为内部的信念，所以信念这玩意儿在当时是很宝贵的东西 （英文中用 &amp;ldquo;buy&amp;rdquo; 来表达对一个东西是不是相信，不相信就是 I don't buy it。），往往意味着生存所依赖的知识，这也就&lt;b&gt;导致了我们进化出非常强烈的情绪机制来保卫信念&lt;/b&gt;，来确保我们不会轻易地因为一两个反例就抛弃信念。但时代进步太快了，我们的远古心理机制&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://www.douban.com/review/1287071/"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;还没来得及进化就被一下拖入了现代信息社会&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt;（所谓的&amp;ldquo;进化时滞&amp;rdquo;），信息时代知识的进步是非常迅速的，不断有新知识被发现，而且我们随时可以查看全世界最顶尖的牛人发现的知识，所以原来的信仰很容易在新的事实面前被打破。所以，我只想说，&lt;b&gt;信仰之争是最无价值的，因为我们每个人大脑中的东西都只是真理的一个逼近&lt;/b&gt;，并且&lt;b&gt;我们每个人的目标其实都是相同的，那就是尽量逼近事实&lt;/b&gt;，&amp;ldquo;真相只有一个&amp;rdquo;，&lt;b&gt;如果真的关心自己是不是在做&amp;ldquo;The Right Thing&amp;rdquo;的话，我们就都应该处在寻找它的途中，而不是在竭力维护自己大脑中的那个&lt;/b&gt;。&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="4"&gt;2.1. &lt;b&gt;直接论证而不是迂回论证&amp;mdash;&amp;mdash;Critical Thinking&lt;/b&gt;。阮一峰曾经转载过一个&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://www.ruanyifeng.com/blog/2008/07/when_you_say_this_egg_is_not_good.html"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;迂回论证的列表&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt;（注意后面的评论），此列表比较生动有趣，更系统一点的则可以参考 wikipedia 上的&amp;nbsp;&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Critical_thinking"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;Critical Thinking&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt; （特别地，&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Informal_Fallacies"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;Informal Fallacies&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt;，&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Fallacies"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;Fallacies&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt;）。 这里举几个常见的例子：XX 这么说别有用心 =&amp;gt; 他的说法是错误的。你说 XX 这么说对他自己有什么好处呢？=&amp;gt; 他的说法是正确的。这属于让道德判断直接指导逻辑判断（此外还有价值判断凌驾逻辑判断）。还有如：没能证明不代表证伪，没能证伪也不代表证明。再如：如果 两个人的观念看上去对立，证明了一方错误，并没有自动证明另一方正确。等等等等。另外这里还有一个相当完善的认知偏见列表（&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/List_of_cognitive_biases"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;List of Cognitive Biases&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt;），最近发现的，很有价值。没耐心看《决策与判断》、《别做正常的傻瓜》、《态度改变与社会影响》这些书的同学，可以参考以上几个 wikipedia 条目（注意从中引申链接出去的内容）。最后，&lt;b&gt;其实日常讨论中要想尽可能地立于真理一方也不算很难，当自己觉得想要提出某个看法的时候反问自己一句：Prove it！&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="4"&gt;2.2. &lt;b&gt;避免空泛讨论&lt;/b&gt;。空泛的论证有几个典型特点：1). &lt;b&gt;只下断言不给逻辑&lt;/b&gt;。2) &lt;b&gt;大量使用定义含糊不清的词句&lt;/b&gt;。3) &lt;b&gt;太空抽象&lt;/b&gt;（这个在编码里面也出现，&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://www.joelonsoftware.com/"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;周思博&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt;就 曾经提到过），一个空泛的概括虽然看上去的确符合要讨论的东西，但仔细一瞧却一点建设性都没有，一点也没有&amp;ldquo;充要&amp;rdquo;地刻画问题。一个日常的例子就是绝大多 数人都会认为星座算命很准，而实际上星座算命的确准&amp;mdash;&amp;mdash;它只不过用了一些放之四海而皆准的废话，不仅对你准，还对所有人都准。但却没有任何指导意义。空泛 的论证还有一个很有意思的特点，就是发言者并不觉得自己发言空泛，反而觉得很有理很正确&amp;mdash;&amp;mdash;当然很正确，正确的废话太多了，抽象到一定高度随便吼一嗓子都 很正确，世界上最正确的话毫无疑问就是&amp;ldquo;存在即合理&amp;rdquo;，因为它是&lt;/font&gt;&lt;a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Tautology_%28logic%29"&gt;&lt;font size="4" color="#669966"&gt;&lt;u&gt;同义反复&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="4"&gt;。除此之外为什么发言者会觉得正确，道理和人们觉得星座算命正确是一样的&amp;mdash;&amp;mdash;正确，但不靠谱。其实归纳抽象能力人人都有，但就怕抽象抽过了头，能够抽象到恰到好处的高度的才是真正牛逼的。&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="4"&gt;3. &lt;b&gt;珍惜&lt;/b&gt;。有一帮子朋友能够和自己讨论问题是一件美好的事情，邮件列表不是 cnBeta 的评论台，每个人上去冒个泡发泄一下自己的情绪然后老死不相往来，我想每个人订阅邮件列表都是希望在讨论中收获东西，而不是仅仅为了有一个地方能够话痨。 邮件列表既不是公共评论台也不是 twitter 也不是 BBS ，邮件列表是一个更私人化的更紧密的社区，就好比是大家直接互相发邮件一样。邮件列表的交互频率也比任何论坛形式来得更快。正是因为这样的几个特点，一个 邮件列表更像是一个私人化的朋友圈子。而形成一个高质量的列表不是一件容易的事情，人一多起来就很难保证噪音不变大。对此我的看法是，宁可不发言，也不乱 发言（这就是为什么我在列表首页上写明&amp;ldquo;&lt;b&gt;欢迎潜水&lt;/b&gt;&amp;rdquo;的原因）。有一个简单的启发式判断方法：少于一百个字的发言几乎很难形成价值的。当然，不是提倡话痨，而是说，&lt;b&gt;有 一段时间论坛经验的人可能都会注意到，很多人在发言的时候只是想表达一种情绪，或者一种个人化判断的结果，仿佛扔出来了就捍卫了什么东西，然后就可以心里 爽快了，所以这样的讨论者，他的意图其实并不在于从讨论中获得东西，所以你不会看到他把自己的逻辑明明白白摆出来，因为他不想摆，也没有想过要摆出逻辑和 事实，只是把从下意识里面冒出来的第一个结论扔出来就算了&lt;/b&gt;。这样的讨论是很难有价值的，而放在一个本来就是为了从讨论中获取价值的邮件列表里，也就使得邮件列表退化了。&lt;b&gt;对于想从讨论中学习的人，我建议在讨论的过程中切勿只作判断和声明，而是简单地说明白你的道理，因为很可能你的道理有漏洞，而具有不同视角的人能够看出来，这才是讨论真正的价值&lt;/b&gt;。&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="4"&gt;4. &lt;b&gt;不打不相识&lt;/b&gt;。为一个问题争得面红耳赤是很正常的。但如果为了一点争执就上升到个人高度那就小家子气了。对事不对人，&amp;ldquo;&lt;b&gt;我可以不同意你的观点，但我仍然是你的朋友&lt;/b&gt;&amp;rdquo;。 只不过话说得这么动听，实现起来还是有点小困难的，因为每个人包括我自己都不喜欢在公开的地方被 Prove Wrong ，（不好意思，又扯上进化心理学了）因为这会影响个人能力的公众评估，后者具有很重要的价值。对此我只能说，那就尽量说正确和客观的话吧（参见上面几 条），如果被 Prove Wrong ，也没啥，因为又学到了新的东西，Stay Foolish 是好事情。我记得在哪看过有一位（当然实际上不止一个）科学家，在完成了研究之后喜欢一个劲找自己的茬子，试图证明自己是错的。我想这真是黄金心态，&lt;b&gt;因为毕竟，倘若我们不是站在真理上，就都是在寻求真理的路上，如果仅仅是为了心理上感到满足的话随便接受了哪个不算太离谱的信念都可以&lt;/b&gt;。&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="4"&gt;最后，真心希望大家能发挥一个邮件列表的最大价值:-)&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;http://groups.google.com/group/python-cn&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color:rgb(255, 153, 0);"&gt;导入&lt;/span&gt;&lt;/b&gt; &lt;font size="4" style="color:rgb(68, 68, 68);"&gt;&lt;font style="color:rgb(51, 0, 153);font-family:courier new, monospace;"&gt;this&lt;/font&gt;&lt;/font&gt;&lt;br /&gt;&lt;b style="color:rgb(255, 153, 0);"&gt;定义&lt;/b&gt; 自在(**编程):&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b style="color:rgb(255, 153, 0);"&gt;申明&lt;/b&gt; &lt;font size="4" style="font-family:georgia;"&gt;&lt;b&gt;&lt;span style="color:rgb(0, 153, 0);"&gt;pythonic&lt;/span&gt;&lt;/b&gt;&lt;/font&gt; == &amp;quot;&lt;b style="color:rgb(204, 0, 0);"&gt;&lt;font size="4"&gt;大道至简&lt;/font&gt;&lt;/b&gt;&amp;quot;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;此乃 &lt;a rel="nofollow" target="_blank" href="http://wiki.woodpecker.org.cn/moin/CPUG"&gt;&lt;b&gt;CPyUG&lt;/b&gt; ~ Chinese Python User Group &lt;b&gt;华蟒用户组&lt;/b&gt;&lt;/a&gt; 主力技术讨论列表!&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;关于本邮件列表规约:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;+ 讨论主题&lt;b&gt;&lt;span style="color:rgb(153, 0, 0);"&gt;不允许&lt;/span&gt;&lt;/b&gt;出现&lt;b&gt;跟python或python社区&lt;font size="4"&gt;&lt;span style="color:rgb(204, 0, 0);"&gt;没有&lt;/span&gt;&lt;/font&gt;直接或间接关系的&lt;/b&gt;。&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 涉及到：政治，心情，聊天，邀请，哲学，法律，社会问题等都是不允许的;倡导&amp;quot;&lt;a rel="nofollow" target="_blank" href="http://wiki.woodpecker.org.cn/moinKaoPulity"&gt;靠谱&lt;/a&gt;&amp;quot;分享;BS无限制&amp;quot;言论自由&amp;quot;&lt;/p&gt;&lt;p&gt;+ 没有直接关系的标题上要加 &lt;b&gt;[OT]&lt;/b&gt; 字样(代表&lt;b&gt;&lt;i&gt;Off Topic离题&lt;/i&gt;&lt;/b&gt;)&lt;/p&gt;+ 讨论中一但出现人身攻击/谩骂情况，管理员即刻行使警告/禁言/ban等处罚以肃氛围!&lt;div&gt;&lt;br /&gt;直接与间接内容说明:&lt;/div&gt;&lt;div&gt;&lt;div&gt;- &lt;b style="color:rgb(153, 0, 0);"&gt;直接&lt;/b&gt; 就是python技术相关，比如：python相关的问题，使用到python的技术或项目讨论，以及重大的社区/列表管理事件;&lt;br /&gt;- &lt;b&gt;&lt;span style="color:rgb(153, 0, 0);"&gt;间接&lt;/span&gt;&lt;/b&gt; 仅指以下情况:&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + 非技术性质: python相关的线下/上活动，本列表的一些管理话题，python招聘，技术相关社区活动&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + 技术性质的: 如算法，语言，操作系统，版权，开源技术，但是不直接与python相关但属IT话题&lt;/div&gt;&lt;div&gt;(本规约将随着大家的质疑会不断完善，让漏洞越来越小，如果对上述分类有不同意见，请与&lt;a rel="nofollow" target="_blank" href="mailto:python-cn-owner@googlegroups.com"&gt;管理员直接沟通&lt;/a&gt;。)&lt;/div&gt;&lt;p&gt;&lt;b&gt;关于处罚措施，详细说明如下:&lt;/b&gt;&lt;/p&gt;&lt;p style="color:rgb(0, 0, 0);"&gt;&lt;font size="2"&gt;&lt;span style="border-collapse:collapse;"&gt;&lt;span&gt;&lt;b style="color:rgb(204, 0, 0);"&gt;&lt;font size="4"&gt;+ 第一次警告，第二次禁言一周，言语中有人身攻击者第一次就直接禁言一周&lt;br /&gt;&lt;/font&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span style="border-collapse:collapse;"&gt;&lt;span&gt;&lt;b&gt;+ 对处理有异议者，发信&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;b&gt;与&lt;a rel="nofollow" target="_blank" href="mailto:python-cn-owner@googlegroups.com"&gt;管理员直接沟通&lt;/a&gt;&lt;font size="2"&gt;&lt;span style="border-collapse:collapse;"&gt;&lt;span&gt;，不允许在列表中发贴争论，违反者禁言一周&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="color:rgb(0, 0, 0);"&gt;&amp;nbsp; 提示:: 禁言一周后,请主动&lt;b&gt;与&lt;a rel="nofollow" target="_blank" href="mailto:python-cn-owner@googlegroups.com"&gt;管理员直接沟通&lt;/a&gt; &lt;/b&gt;以解禁,否则视作自动退订&lt;br /&gt;&lt;font size="2"&gt;&lt;span style="border-collapse:collapse;"&gt;&lt;span&gt;&lt;b style="color:rgb(204, 0, 0);"&gt;&lt;font size="4"&gt;+ 但凡被禁言过的再犯，则被ban(踢出列表，且不再允许再加入)&lt;/font&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;当前管理员组:&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;+ Limodou (列表创建人,所有者)&lt;/p&gt;&lt;p&gt;+ Zoom.Quiet&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;+ &lt;/i&gt;&lt;/b&gt;机械唯物主义&lt;/p&gt;&lt;p&gt;+   Leo Jay&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;郑重建议&lt;/i&gt;&lt;/b&gt; 您在订阅前了解如何订阅/退定/使用&lt;a rel="nofollow" target="_blank" href="http://baike.baidu.com/view/179412.htm"&gt;邮件列表&lt;/a&gt;!考虑到之前我们已发现的&lt;i&gt;&lt;b&gt;&lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/python-cn/browse_thread/thread/dab0c0b49f8fb9e/8c893302c9e2756c"&gt;一系列问题&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;，建议您使用gmail邮箱来进行订阅。&lt;/p&gt;&lt;p&gt;本邮件列表的订阅者包括有中国&lt;b&gt;主要IT业内公司&lt;/b&gt;的技术及管理人员，&lt;/p&gt;&lt;p&gt;&lt;span style="color:rgb(255, 0, 0);"&gt;&amp;nbsp; 任何情况下，您直接向这个邮件列表发出&amp;ldquo;退订&amp;rdquo;之类的&lt;/span&gt;&lt;span style="color:rgb(255, 0, 0);"&gt;请求&lt;/span&gt;&lt;span style="color:rgb(255, 0, 0);"&gt;邮件&lt;/span&gt;&lt;span style="color:rgb(255, 0, 0);"&gt;，均会视作您无法胜任IT相关职业的一项&lt;b&gt;直接证据&lt;/b&gt;&lt;/span&gt;，&lt;b&gt;请三思！&lt;/b&gt;&lt;/p&gt;&lt;p&gt;参考:&lt;b&gt; &lt;a rel="nofollow" target="_blank" href="http://www.haokanbu.com/story/11015/"&gt;&lt;font size="2"&gt;&lt;span style="color:rgb(153, 102, 51);"&gt;python-cn列表史实&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;退订: &lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/python-cn/subscribe"&gt;https://groups.google.com/group/python-cn/subscribe&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; 0. 正常情况下点击上述链接就能看到退订的按钮,继续点击就可以了;&lt;/p&gt;&lt;div&gt;&amp;nbsp; 1. 非正常情况下,即订阅新闻组的邮箱和注册google账户的邮箱不是一样的话;你需要用订阅新闻组的邮箱来注册一个google账户,重复第0步才可以退订!&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;2. 好像很多时候groups是被封锁的, 如果上不了上面的那个网站, 可以&lt;span style="border-collapse:collapse;color:rgb(80, 0, 80);"&gt;向此发空信即退:&amp;nbsp;&lt;/span&gt;&lt;span style="border-collapse:collapse;color:rgb(80, 0, 80);"&gt;&lt;a rel="nofollow" style="color:rgb(87, 151, 176);" target="_blank" href="mailto:python-cn-unsubscribe@googlegroups.com"&gt;python-cn+unsubscribe@googlegroups.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;font color="#500050"&gt;&lt;span style="border-collapse:collapse;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;严正: &lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/python-cn/web/zen4askandanswer?_done=%2Fgroup%2Fpython-cn%3F"&gt;&lt;b&gt;理解列表! 智慧提问!&lt;/b&gt;&lt;/a&gt; &lt;a rel="nofollow" target="_blank" href="http://wiki.woodpecker.org.cn/moin/AskForHelp"&gt;http://wiki.woodpecker.org.cn/moin/AskForHelp&lt;/a&gt;&amp;nbsp; &lt;/div&gt;&lt;p&gt;提倡: &lt;b style="color:rgb(116, 27, 71);"&gt;潜水!&lt;/b&gt; &lt;a rel="nofollow" target="_blank" href="http://groups.google.com/group/pongba/web/%E5%85%B3%E4%BA%8E%E9%82%AE%E4%BB%B6%E5%88%97%E8%A1%A8%E8%AE%A8%E8%AE%BA%E7%9A%84%E5%87%A0%E7%82%B9%E6%84%9F%E6%83%B3"&gt;&lt;b&gt;列表讨论准则!&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;/b&gt;推行准入指标:&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&amp;nbsp; 0. 任何技术讨论务必包含足够的 &lt;b&gt;&lt;a rel="nofollow" target="_blank" href="http://wiki.woodpecker.org.cn/moin/5W1H"&gt;5W1H&lt;/a&gt;&lt;/b&gt; 信息!&amp;nbsp; &lt;br /&gt;&amp;nbsp; 1. 如果仅仅是想获得方案和代码, 请给出相应报酬的给付标准和支付渠道!&lt;/p&gt;&lt;p&gt;倡导::&lt;/p&gt;&lt;p&gt;&amp;nbsp; 感到不爽,自个儿尝试相应工具解决了,并及时分享出来,是态度0!&lt;br /&gt;&amp;nbsp; 感到不爽,自个儿尝试找到解决方案了,并及时分享出来,是态度1!&lt;br /&gt;&amp;nbsp; 感到不爽,自个儿尝试修订代码搞定了,并及时分享出来,是态度2!&lt;br /&gt;&amp;nbsp; 感到不爽,自个儿未尝试直接出来跪求行者解决,是最不靠谱态度! 建议给出报价!是也乎,是也乎...&lt;/p&gt;&lt;p&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;同时有面向专门主题发行的中文Py列表::&lt;br /&gt;主力讨论: &lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/python-cn"&gt;https://groups.google.com/group/python-cn&lt;/a&gt;&lt;br /&gt;珠江事务: &lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/zpug"&gt;https://groups.google.com/group/zpug&lt;/a&gt;&lt;br /&gt;北京事务: &lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/bpug"&gt;https://groups.google.com/group/bpug&lt;/a&gt;&lt;/p&gt;&lt;p&gt;上海事务: &lt;a rel="nofollow" target="_blank" href="http://groups-beta.google.com/group/spug"&gt;http://groups-beta.google.com/group/spug&lt;/a&gt;&lt;br /&gt;安徽事务: &lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/ahpug"&gt;https://groups.google.com/group/ahpug&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;南昌事务: &lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/ncpug"&gt;https://groups.google.com/group/ncpug&lt;/a&gt;&lt;br /&gt;中国事务: &lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/CPyUG"&gt;https://groups.google.com/group/CPyUG&lt;/a&gt;&lt;br /&gt;华东南:: &lt;a rel="nofollow" target="_blank" href="https://groups.google.com/group/cpug-eastchina"&gt;https://groups.google.com/group/cpug-eastchina&lt;/a&gt;&lt;br /&gt;ZEUUX:: &lt;a rel="nofollow" target="_blank" href="http://www.zeuux.org/pipermail/zeuux-python/"&gt;http://www.zeuux.org/pipermail/zeuux-python/&lt;/a&gt; &lt;i style="color:rgb(224, 102, 102);"&gt;含python.cn 列表邮件归档(2004~2008)&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;b style="color:rgb(68, 68, 68);"&gt;珠三角技术沙龙&lt;/b&gt;&lt;span style="color:rgb(224, 102, 102);"&gt;&lt;span style="color:rgb(68, 68, 68);"&gt;:: &lt;a rel="nofollow" target="_blank" href="https://groups-beta.google.com/group/guangzhou-tech-party"&gt;https://groups-beta.google.com/group/guangzhou-tech-party&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;i style="color:rgb(224, 102, 102);"&gt;&lt;br /&gt;&lt;/i&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a rel="nofollow" name='cutid1-end'&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=GHpnzWmvWK4:a5sqRUijFL8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=GHpnzWmvWK4:a5sqRUijFL8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=GHpnzWmvWK4:a5sqRUijFL8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=GHpnzWmvWK4:a5sqRUijFL8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=GHpnzWmvWK4:a5sqRUijFL8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=GHpnzWmvWK4:a5sqRUijFL8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:330298</guid>
         <pubDate>Wed, 19 Jan 2011 16:25:26 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/330298.html</feedburner:origLink></item>
      <item>
         <title>唯讀狀態測試，請忽略。</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/tJDLVUGDyS8/1c9308ea3326fddf</link>
         <author>Caius Chance (Kaio)</author>
         <guid isPermaLink="false">http://groups.google.com/group/fedora-cn/browse_thread/thread/1c9308ea3326fddf</guid>
         <pubDate>Sat, 01 Jan 2011 08:28:26 +0000</pubDate>
      <description>&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=tJDLVUGDyS8:DvGfNaPPOSQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=tJDLVUGDyS8:DvGfNaPPOSQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=tJDLVUGDyS8:DvGfNaPPOSQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=tJDLVUGDyS8:DvGfNaPPOSQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=tJDLVUGDyS8:DvGfNaPPOSQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=tJDLVUGDyS8:DvGfNaPPOSQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><feedburner:origLink>http://groups.google.com/group/fedora-cn/browse_thread/thread/1c9308ea3326fddf</feedburner:origLink></item>
      <item>
         <title>Re: [FZH] Yum update Kernel Error</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/7thwDsy5Ylo/2ada740f3ae7ff52</link>
         <author>Caius Chance</author>
         <guid isPermaLink="false">http://groups.google.com/group/fedora-cn/browse_thread/thread/2ada740f3ae7ff52</guid>
         <pubDate>Thu, 23 Dec 2010 09:29:32 +0000</pubDate>
      <description>&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=7thwDsy5Ylo:JNL4DzZZw9A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=7thwDsy5Ylo:JNL4DzZZw9A:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=7thwDsy5Ylo:JNL4DzZZw9A:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=7thwDsy5Ylo:JNL4DzZZw9A:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=7thwDsy5Ylo:JNL4DzZZw9A:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=7thwDsy5Ylo:JNL4DzZZw9A:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><feedburner:origLink>http://groups.google.com/group/fedora-cn/browse_thread/thread/2ada740f3ae7ff52</feedburner:origLink></item>
      <item>
         <title>gnome-terminal上有什么快捷方式来选中一段文字吗？</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/9RtFJzxw6XQ/0f97ff556f4849c7</link>
         <author>Gucci Koo</author>
         <guid isPermaLink="false">http://groups.google.com/group/fedora-cn/browse_thread/thread/0f97ff556f4849c7</guid>
         <pubDate>Thu, 11 Nov 2010 08:01:01 +0000</pubDate>
      <description>&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=9RtFJzxw6XQ:MyqcJBTitsM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=9RtFJzxw6XQ:MyqcJBTitsM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=9RtFJzxw6XQ:MyqcJBTitsM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=9RtFJzxw6XQ:MyqcJBTitsM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=9RtFJzxw6XQ:MyqcJBTitsM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=9RtFJzxw6XQ:MyqcJBTitsM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><feedburner:origLink>http://groups.google.com/group/fedora-cn/browse_thread/thread/0f97ff556f4849c7</feedburner:origLink></item>
      <item>
         <title>just test</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/sC6wlVs6zJg/f2720a09304604cf</link>
         <author>飞天2006</author>
         <guid isPermaLink="false">http://groups.google.com/group/fedora-cn/browse_thread/thread/f2720a09304604cf</guid>
         <pubDate>Thu, 04 Nov 2010 08:01:08 +0000</pubDate>
      <description>&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=sC6wlVs6zJg:dPXAAmKZf90:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=sC6wlVs6zJg:dPXAAmKZf90:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=sC6wlVs6zJg:dPXAAmKZf90:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=sC6wlVs6zJg:dPXAAmKZf90:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=sC6wlVs6zJg:dPXAAmKZf90:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=sC6wlVs6zJg:dPXAAmKZf90:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><feedburner:origLink>http://groups.google.com/group/fedora-cn/browse_thread/thread/f2720a09304604cf</feedburner:origLink></item>
      <item>
         <title>sorbanie wants to chat</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/n7GypVFwxIM/5195981c5c7a97b2</link>
         <author>sorbanie</author>
         <guid isPermaLink="false">http://groups.google.com/group/fedora-cn/browse_thread/thread/5195981c5c7a97b2</guid>
         <pubDate>Thu, 21 Oct 2010 01:40:45 +0000</pubDate>
      <description>&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=n7GypVFwxIM:_wqIh0Y-aY8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=n7GypVFwxIM:_wqIh0Y-aY8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=n7GypVFwxIM:_wqIh0Y-aY8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=n7GypVFwxIM:_wqIh0Y-aY8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=n7GypVFwxIM:_wqIh0Y-aY8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=n7GypVFwxIM:_wqIh0Y-aY8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><feedburner:origLink>http://groups.google.com/group/fedora-cn/browse_thread/thread/5195981c5c7a97b2</feedburner:origLink></item>
      <item>
         <title>BlueHost</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/hWogmjyVym0/314311.html</link>
         <description>BlueHost 有最多五万文件的限制，在 cpanel 里可以看到文件数列表，不过还是自己数一次为好。用 git gc 压缩了半天，发现 mediawiki 和 wordpress 都只占用 1k 文件数量。超过 5w 限制大约只是无法备份吧？&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;fedorazh@fedora-zh.net [~]# ~/opt/bin/find-all-file-count |tail -n 15&lt;br /&gt;299 ./public_html/org.fedora-zh.irc&lt;br /&gt;422 ./public_html/org.fedora-zh.planet&lt;br /&gt;751 ./tmp/mysql_slow_queries&lt;br /&gt;760 ./tmp/webalizer&lt;br /&gt;988 ./opt&lt;br /&gt;1127 ./public_html/com.today-future.weblog&lt;br /&gt;1736 ./tmp&lt;br /&gt;2059 ./public_html/org.fedora-zh.news&lt;br /&gt;2632 ./public_html/org.szlug.wiki&lt;br /&gt;2746 ./.cpan/build&lt;br /&gt;2856 ./.cpan&lt;br /&gt;6801 ./rpmbuild/BUILD&lt;br /&gt;6844 ./rpmbuild&lt;br /&gt;7646 ./public_html&lt;br /&gt;20615 .&lt;br /&gt;&lt;br /&gt;fedorazh@fedora-zh.net [~]# cat opt/bin/find-all-file-count&lt;br /&gt;for i in `find . -maxdepth 2 -type d`; do echo `find $i |wc -l` $i ; done |sort -n&lt;br /&gt;&lt;/code&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=hWogmjyVym0:feV08gJ9Vo4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=hWogmjyVym0:feV08gJ9Vo4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=hWogmjyVym0:feV08gJ9Vo4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=hWogmjyVym0:feV08gJ9Vo4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=hWogmjyVym0:feV08gJ9Vo4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=hWogmjyVym0:feV08gJ9Vo4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:314311</guid>
         <pubDate>Wed, 13 Oct 2010 14:30:04 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/314311.html</feedburner:origLink></item>
      <item>
         <title>原地满血复活</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/ddJ6PE0gJmk/313508.html</link>
         <description>说的是我的本本。国庆节前搞坏了，一直都没来得及修，因为要看书，如果图书馆都关门，家里又有电脑分心，那就一个字都看不进了。&lt;br /&gt;&lt;br /&gt;升级到 Fedora 14 后，fedora-release-14 默认打开了 updates-testing 仓库，结果不小心装了几个包。不知道怎么降级，所以直接从光盘 rpm -ivh --force 装上去了，也没有卸载原来的。后来这几个包被 push 到 stable，才想起来用 package-cleanup --clear-dupes 要把旧版本的卸掉。没想到悲剧发生，文件被干掉了——我本以为会保留文件，毕竟新版本也指向它们，没想到新的 rpm 在解析 conflict file 时是这个逻辑。主要是两个库，libcanberra 有四个包，libselinux 有四个包。系统中几乎所有软件包都依赖于 libselinux.so.1，所以连再运行一个命令都不能，甚至重启都不能了。启动时指定 init=/bin/sh 可以拿到 root shell 但是任何命令都执行不了。&lt;br /&gt;&lt;br /&gt;今天花了三个小时来修他。手上只有一个淘汰下来的移动硬盘，里面还是 F10，好像换下来之后就没有用它启动过系统。里面还是 LVM 的配置，所以在 grub 纠结了半天。重启无数次后才知道，UUID 和 LABEL 原来都是不能用的，幸运的是 /dev/VolGroup00/LogVol00 这样的写法可以！到了一个完整的系统里就好办多了，把原来的分区挂上，rpm 指定 root 和 db 路径，再次安装那个 rpm，完事。整个过程里最费时间的是在找所有的 UUID 然后挨个试验(最终发现列出来的 UUID 都不对)。还有就是最后要做一次 selinux relabel，以前的 80G 硬盘需要走三行星星，现在 500G 硬盘竟然要走八行了。。很耗时间。期间比较幸运的地方：移动硬盘的系统竟然可以启动，而且是需要用主机上最新的内核才可以；移动硬盘里的 rpm 竟然能解开 F14 的 rpm payload，本以为压缩方式变了的——可是为什么 rpm2cpio|cpio -div 出错呢？还有，在 ext3/4 之间转来转去，竟然没有问题。最后是 /var/log/messages 幸好还留着 package-cleanup 的记录，只有那几个软件包被 Erased。总的来说是很幸运啊！&lt;br /&gt;&lt;br /&gt;edit: 更运气了，26 号机器坏掉，正是 &lt;a rel="nofollow" target="_blank" href='http://bugzilla.redhat.com/634757'&gt;http://bugzilla.redhat.com/634757&lt;/a&gt; 爆发，之后 mass rebuild，然后到两三天前正好 push stable。 :D&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=ddJ6PE0gJmk:F0ikYb8yMBk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=ddJ6PE0gJmk:F0ikYb8yMBk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=ddJ6PE0gJmk:F0ikYb8yMBk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=ddJ6PE0gJmk:F0ikYb8yMBk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=ddJ6PE0gJmk:F0ikYb8yMBk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=ddJ6PE0gJmk:F0ikYb8yMBk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:313508</guid>
         <pubDate>Fri, 08 Oct 2010 15:25:09 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/313508.html</feedburner:origLink></item>
      <item>
         <title>Packages in my Fedora 14</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/PbiNXSQ8JwE/312548.html</link>
         <description>一共安装了 2200+ 软件包，每个软件包都是一个 rpm 文件，其中后缀为 .fc14.i686.rpm 的文件有 1178 个，.fc14.noarch.rpm 有 376 个，最后还有几个不很规范的&lt;code&gt;&lt;br /&gt;espeak-1.43-2.fc14.i386&lt;br /&gt;filezilla-3.3.3-1.fc14.1.i686&lt;br /&gt;firefox4-4.0-0.10.beta6.fc14.remi.i686&lt;br /&gt;libvncserver-0.9.7-4.fc14.i386&lt;br /&gt;readline-6.1-2.fc14.i386&lt;br /&gt;switchdesk-4.0.9-8.fc14.1.noarch&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;软件包的命名统计：以 ^lib 开头的软件包有 299 个，以 ^texlive 开头的有 189 个，可以解释为什么 l 和 t 那么多。以 ^python 或 ^perl 开头的有 142 个，掩盖不了对 p 开头的偏好。&lt;br /&gt;&lt;code&gt;cat rpms.txt |tr A-Z a-z | perl -e 'while(&amp;lt;&amp;gt;){ if(m/^[a-z]/) { $words{$&amp;}++; } } foreach $key (sort {$words{$b} &amp;lt;=&amp;gt; $words{$a}} keys %words) { print $key . $words{$key} . " "; }'&lt;br /&gt;l353 p253 t239 g228 r124 e108 a91 s83 c78 f71 m67 b63 n60 d58 x54 i41 o41 j40 w38 k32 h22 q22 u17 v15 y13 z8&lt;/code&gt;&lt;br /&gt;排除这些的结果是 g228 r124 p111 e108 a91，为什么 g 最多呢，难道是因为 GNU 吗。&lt;br /&gt;&lt;br /&gt;许多软件包都是想深究一下而不能的。为什么说玩 Linux 折腾呢，就是因为一个软件包都需要花很多时间去玩，比如第一个软件包(跳过播放器才会用的 a52dec 和 aalib-libs)是 abrt，Fedora Automatic bug detection and reporting tool，用来报告错误的。相关还有一个软件包是 report, Fedora Incident reporting library。在那本讲微软的书里提到，有了 Dr.Watson，微软可以很容易地发现错误，并且保证用户的匿名性。对于一个用户以亿计的产品，这样的工具非常重要。他们用了二十年时间来收集数据(?)。他们的 windows xp 系统能跑在所有的硬件上，能装无数的软件，不是没有原因的。而 Fedora/GNOME 只有在上个版本才引入 ABRT 和 kerneloops 之类的工具。这样的工具是否值得花几天时间玩味一下呢？然而，每个软件包都如此有用、有前途，个人的精力却十分有限，何况志向也不在这里。偶尔花点时间，像今天一样学习下怎么做个小统计，十分有益身心。更多的就做不到了。如果对自己该做什么有所怀疑，为放弃了这样丰富的宝库而可惜，以致茫然，反而不值得。&lt;br /&gt;&lt;br /&gt;话说回来，我还是要继续鼓吹自由软件，推荐大家用 Fedora。即使我自己对这 2200+ 软件包并不熟悉，说不出好处，也绝不能让人以为这个系统只是简单的外观漂亮、操作另类。它是有用的，是极其丰富的。我的系统里只是选装了一部分，在 Fedora 14 的安装光盘(DVD)中一共有 2700+ 软件包，在整个 Fedora 14 的软件仓库里一共有 18500+ 软件包。注意一个软件包并不等同于一个软件——通常一个软件对应一个或多个软件包。这是因为软件之间可能有共享的内容，将共享内容单独打包，可以让维护更容易。按照 1:10 的比例，整个仓库中软件的总数量应该在 1800+，当然这个数字是低估了。在 &lt;a rel="nofollow" target="_blank" href='https://admin.fedoraproject.org/pkgdb/collections/'&gt;https://admin.fedoraproject.org/pkgdb/collections/&lt;/a&gt; 列出的数字是 9742，这是 SRPM 的数量。一个维护者的工作量是以 SRPM 来计量的。我在这里说的“软件”大约相当于 &lt;a rel="nofollow" target="_blank" href='https://admin.fedoraproject.org/pkgdb/apps/name/list/*'&gt;https://admin.fedoraproject.org/pkgdb/apps/name/list/*&lt;/a&gt; (2800+，很长！多图杀猫！这里有一个 Firefox 的搜索插件 &lt;a rel="nofollow" target="_blank" href='http://maxamillion.fedorapeople.org/ffpkgdb_search/'&gt;http://maxamillion.fedorapeople.org/ffpkgdb_search/&lt;/a&gt; 带 auto suggestion)&lt;br /&gt;&lt;br /&gt;edit: 发现 apps 列表和我说的又不是一回事，既然每个 app 都有图标，说明是给最终用户的，因此列表中不包含 GNU Compiler Collection 之类的重要工具，编程语言一概不列。eclipse 是有的，emacs 也有，可是没有 vim。难道是因为 e 家的可以用来画画儿？&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=PbiNXSQ8JwE:C0oQ6lw2DD8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=PbiNXSQ8JwE:C0oQ6lw2DD8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=PbiNXSQ8JwE:C0oQ6lw2DD8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=PbiNXSQ8JwE:C0oQ6lw2DD8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=PbiNXSQ8JwE:C0oQ6lw2DD8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=PbiNXSQ8JwE:C0oQ6lw2DD8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:312548</guid>
         <pubDate>Wed, 22 Sep 2010 01:55:17 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/312548.html</feedburner:origLink></item>
      <item>
         <title>bbbush @ 2010-09-20T23:11:00</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/OFyJq36L08s/311396.html</link>
         <description>廣州歸來。累死了。&lt;br /&gt;&lt;br /&gt;發現 Fedora 14 Beta 升級完畢，現在重啓，希望還能正常回來。&lt;br /&gt;&lt;br /&gt;edit: 正常了。然而 realplayer, virtualbox, texlive 都需要重新裝，還有那些卸掉的 debuginfo，還要嘗試下 &lt;a rel="nofollow" target="_blank" href='http://fedoraproject.org/wiki/Releases/14/FeatureList'&gt;http://fedoraproject.org/wiki/Releases/14/FeatureList&lt;/a&gt; 。&lt;br /&gt;&lt;br /&gt;另外 gnome-shell 一運行桌面就掛掉了，可以切換到終端，用 metacity 替換掉，但是 gnome-panel 沒辦法啓動。也可以殺掉 gnome-session 從頭來過。&lt;br /&gt;&lt;br /&gt;edit: Firefox 4b6 (remi) freeze if used ibus, maybe another reboot is necessary, or a clean profile? 如果輸入法能用，按下左右鍵以模擬中鍵(在新標籤頁中打開)的功能卻又不見了。&lt;br /&gt;&lt;br /&gt;edit: 上面触摸板的问题看来是默认设置变了。man evdev 提到，Emulate3Buttons 的默认值是 true。但是我必须添加新的 xorg conf，MatchIsTouchpad 然后显式设置这个值才行。设置成 false 看来是许多 ubuntu 用户的期望值。&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href='https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/291694/comments/10'&gt;https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/291694/comments/10&lt;/a&gt; &lt;i&gt;"The automatic Emulate3Buttons disabling works as intended now (the first time you press the middle mouse button, it gets disabled). Also with the new xinput improvements, you can change the settings on runtime."&lt;/i&gt; 还有 &lt;a rel="nofollow" target="_blank" href='http://ubuntuforums.org/showthread.php?t=1426012'&gt;http://ubuntuforums.org/showthread.php?t=1426012&lt;/a&gt; &lt;i&gt;"Who this is for: People running Ubuntu 10.04+ who want their mouse to register a left + right click to be 2 events (left mouse and right mouse), rather than the default of emulating a middle click. - This is very important if you play many games, or if you simply have a middle button on your mouse and don't like the default Ubuntu behavior."&lt;/i&gt; 下载源代码搜索了一下，原来 ChangeLog 里就有很长的一段解释(21a2ac818e75ef918d320ce1e88b6263e68e598d)，说上面那种做法有点小问题，干脆禁掉得了——可是为什么不对 TrackPad 设备特殊处理呢，Pointer 设备范围太广了。&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=OFyJq36L08s:cWtGtW5ajUM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=OFyJq36L08s:cWtGtW5ajUM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=OFyJq36L08s:cWtGtW5ajUM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=OFyJq36L08s:cWtGtW5ajUM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=OFyJq36L08s:cWtGtW5ajUM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=OFyJq36L08s:cWtGtW5ajUM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:311396</guid>
         <pubDate>Mon, 20 Sep 2010 15:11:28 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/311396.html</feedburner:origLink></item>
      <item>
         <title>Caution! Not F10. (SFD2010, SZLUG, preparation)</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/0eXX-lKfeWg/310563.html</link>
         <description>昨天開始下載 Fedora 14 Beta.TC1, 還是在 &lt;a rel="nofollow" target="_blank" href="http://alt.fedoraproject.org/pub/alt/stage/14-Beta.TC1/i386/iso/"&gt;alt.fp.o&lt;/a&gt;，&lt;a rel="nofollow" target="_blank" href="http://fedoraproject.org/wiki/Logo/History"&gt;&lt;img alt="" src="http://bbs.fedora-zh.org/fedora-logo.png"/&gt;&lt;/a&gt;速度還是非常慢。一面試着用 &lt;a rel="nofollow" target="_blank" href="http://s.szlug.org"&gt;http://s.szlug.org&lt;/a&gt; 轉接，那邊輕鬆到 500K，一會兒下完了；一面試着 uget, wget 之類的東西。可是一天下來，uget 提示 130k+ 的同時，已下載的內容才 600M，倒是有個 2G 多的臨時文件。晚上換 wget，另外一個目錄用 fp.o wiki 上說的那句 &lt;pre&gt;

rsync -Pavy alt.fedoraproject.org::stage/14-Beta.TC1/i386/iso/Fedora-14-Beta-i386-DVD.iso Fedora-14-Beta-i386-DVD.iso&lt;/pre&gt;，今天發現 rsync 結束了，wget 只到一半。這個速度真是莫名其妙。sha256sum 通過。&lt;br /&gt;&lt;br /&gt;今天去刻錄了 F14 DVD x30，另外刻錄了 F13 Live x15，根據去年的經驗是夠用了。&lt;img alt="" src="https://fedoraproject.org/static/images/fedora-logo.png"/&gt; 請大家都來做小白鼠，體驗最先進的 beta 階段的技術吧！&lt;a rel="nofollow" target="_blank" href="http://fedoraproject.org/wiki/Foundations"&gt;&lt;img alt="" src="http://fedoraproject.org/w/uploads/thumb/e/e7/4Foundations.png/150px-4Foundations.png"/&gt;&lt;/a&gt;畢竟等 release 還要近兩個月，本來就是折騰頑的東西，要那麼穩定幹什麼？難道你等得不心急嗎？我是早就養成了一到 beta 就升級的習慣了，Fedora 最近幾次 cycle 又十分穩重，讓人挑不出毛病來。&amp;mdash;&amp;mdash;若是急着轉換自己的分區到 Btrfs，或是不小心刪了 /bin，大手術因鼠而異，也沒法怪到 Fedora 頭上。刻錄用是_前年_剩下的 F10 空白盤片，一直沒有搞 FreeMedia 所以還有不少。萬商@華強北，刻錄價格是 RMB0.8，用了一個小時。&lt;br /&gt;&lt;br /&gt;(華強北還是有很多奸商，老而彌奸，咬定十塊錢母盤和一塊錢的刻錄不鬆口。)&lt;br /&gt;&lt;br /&gt;萬商有個計算機書店，Ken 總是會到那裏買書看書。今年去了兩次，覺得確實不錯，計算機書都TMD是精選，不知道怎麼選出這些書來，讓人一本都不想放過。&lt;br /&gt;&lt;br /&gt;額，說什麼呢。SFD2010 和去年的全稱一樣，Software Freedom Day，&lt;img alt="" src="http://softwarefreedomday.org/sites/default/files/images/pixture_reloaded_logo_0.png"/&gt;每年都是九月第三個週末，每個學校或者LUG自行組隊，中國的話有個開源促進會在協調。&lt;img alt="" src="http://wiki.szlug.org/szlug-logo.png"/&gt;SZLUG 去年和深圳大學_Java 協會_合辦，今年找不到他們的 Sun 興趣小組了，張樂不知道怎麼聯繫到了大學城那邊，一個是圖書館說可以，還有一個是清華研究生院，最終定到了那邊。今年活動的信息見這個地址： &lt;a rel="nofollow" target="_blank" href="http://wiki.szlug.org/w/Software_Freedom_Day_2010"&gt;&lt;pre&gt;

http://wiki.szlug.org/w/Software_Freedom_Day_2010&lt;/pre&gt;&lt;/a&gt; 時間：2010年9月18日 下午2点－6点。地點：深圳清华研究生院 CI-101 教室。主題很雜，可能對每個人都有點用吧 ;)&lt;br /&gt;&lt;br /&gt;想做胸章，帶安全別針的馬口鐵胸章，fp.o wiki 提供了圖，&lt;img alt="" src="http://fedoraproject.org/w/uploads/c/ce/Fedora-button_4f.png"/&gt;上次是U老師說的嗎，要用壓章機之類的東西來做。中午去了趟中心書城實地考察，那可真熱鬧，擠滿了人。賣徽章的只有兩家，看來技術有了進步，背面改用塑料了，不過也沒法印出陽文的效果了。他們都說不接單，可惜。&lt;a rel="nofollow" target="_blank" href="http://samos.taobao.com"&gt;淘寶有一個&lt;/a&gt;接單，但是貴了，我心理價位是七角一個。有一家做竹木鑰匙扣的很好，塗上畫再一層清漆，很有味道。畫畫的美眉在現場做，毫不猶豫地寫字，描粗，字真好看。她說擺出來那些都是手繪的，不過批量做倒也可以&amp;mdash;&amp;mdash;反正要回去和大當家的商量下了，&amp;ldquo;我只管在上面畫&amp;rdquo;。不知道用什麼技術才能批量。&lt;br /&gt;&lt;br /&gt;有一個攤位賣印鑑，用橡皮刻出字來，附美工刀一套四把，教程一份。顏色是用一小塊海綿刷上去，我本以爲多大的印就需要多大的印泥，笑死了。最大的印有巴掌大，可以畫美女花鳥，很漂亮。&lt;br /&gt;&lt;br /&gt;反正繞了這幾個地方都很好玩。今天天氣超級差，早晨看着太陽出來，踩車子去買早點，然後就冒着雨踩回來。過年那次冒雨踩車，不過是濺了一條泥辮子；今天則是把衣服和車子都沖洗乾淨了。雨點很冷很有力道，清晰地打在身上，難得有這樣的體驗。回來洗了澡，反而不下雨了，一直到中午(又一次是飯後)才下起來。冒雨衝到書城再衝回來，雨又稍小，晚上又是如此。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;edit: 回來看到 &lt;a rel="nofollow" target="_blank" href="http://fedoraproject.org/wiki/User:Rhe"&gt;http://fedoraproject.org/wiki/User:Rhe&lt;/a&gt; 等人在 fp.o wiki 的一頁，原來她們在測 F14 Beta.TC1 &lt;a rel="nofollow" target="_blank" href="https://fedoraproject.org/w/uploads/6/60/Test-result-pass.png"&gt;&lt;img alt="" src="https://fedoraproject.org/w/uploads/6/60/Test-result-pass.png"/&gt;&lt;/a&gt;&lt;img alt="" src="https://fedoraproject.org/w/uploads/f/f1/Test-result-fail.png"/&gt;&lt;a rel="nofollow" target="_blank" href="http://pics.livejournal.com/bbbush/pic/004p9y25/"&gt;&lt;img alt="" src="https://fedoraproject.org/w/uploads/1/1a/Test-result-warn.png"/&gt;&lt;/a&gt;，也許馬上就有新版本了。&lt;img src="https://fedoraproject.org/w/uploads/e/e6/Test-result-inprogress.gif" alt=""/&gt; 若是刻好的光盤可以再 sync 該多好。&lt;a rel="nofollow" target="_blank" href="http://bbs.fedora-zh.org"&gt;&lt;img height="47" border="0" width="320" alt="" src="http://pics.livejournal.com/bbbush/pic/004p9y25/s320x240"/&gt;&lt;/a&gt;升級 &lt;a rel="nofollow" target="_blank" href="http://bbs.fedora-zh.org"&gt;http://bbs.fedora-zh.org&lt;/a&gt; 從 vbb 4.0 到 vBulletin CMS 4.0.6。&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=0eXX-lKfeWg:SPmyzOJHaQA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=0eXX-lKfeWg:SPmyzOJHaQA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=0eXX-lKfeWg:SPmyzOJHaQA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=0eXX-lKfeWg:SPmyzOJHaQA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=0eXX-lKfeWg:SPmyzOJHaQA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=0eXX-lKfeWg:SPmyzOJHaQA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <guid isPermaLink="false">urn:lj:livejournal.com:atom1:bbbush:310563</guid>
         <pubDate>Sun, 12 Sep 2010 13:52:55 +0000</pubDate>
      <feedburner:origLink>http://bbbush.livejournal.com/310563.html</feedburner:origLink></item>
      <item>
         <title>订阅</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/hQJIPfwCrk8/25248833b37a44b1</link>
         <author>good bai</author>
         <guid isPermaLink="false">http://groups.google.com/group/fedora-cn/browse_thread/thread/25248833b37a44b1</guid>
         <pubDate>Thu, 02 Sep 2010 03:05:41 +0000</pubDate>
      <description>&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=hQJIPfwCrk8:Sve67GllZ8Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=hQJIPfwCrk8:Sve67GllZ8Y:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=hQJIPfwCrk8:Sve67GllZ8Y:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=hQJIPfwCrk8:Sve67GllZ8Y:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=hQJIPfwCrk8:Sve67GllZ8Y:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=hQJIPfwCrk8:Sve67GllZ8Y:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><feedburner:origLink>http://groups.google.com/group/fedora-cn/browse_thread/thread/25248833b37a44b1</feedburner:origLink></item>
      <item>
         <title>firefox 4.0 beta版没啥改进之处</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/CKLlUana9DE/db996759750319a4</link>
         <author>chopin xiao</author>
         <guid isPermaLink="false">http://groups.google.com/group/fedora-cn/browse_thread/thread/db996759750319a4</guid>
         <pubDate>Fri, 27 Aug 2010 11:29:24 +0000</pubDate>
      <description>&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=CKLlUana9DE:wYBfnhMsEqE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=CKLlUana9DE:wYBfnhMsEqE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=CKLlUana9DE:wYBfnhMsEqE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=CKLlUana9DE:wYBfnhMsEqE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=CKLlUana9DE:wYBfnhMsEqE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=CKLlUana9DE:wYBfnhMsEqE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><feedburner:origLink>http://groups.google.com/group/fedora-cn/browse_thread/thread/db996759750319a4</feedburner:origLink></item>
      <item>
         <title>[FZH] 征招Linux Developer</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/0iusLQIMpRU/c1ba3cfd2acae7e1</link>
         <author>Devil Wang</author>
         <guid isPermaLink="false">http://groups.google.com/group/fedora-cn/browse_thread/thread/c1ba3cfd2acae7e1</guid>
         <pubDate>Sat, 03 Jul 2010 06:04:41 +0000</pubDate>
      <description>&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=0iusLQIMpRU:CxDmDOpsXtA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=0iusLQIMpRU:CxDmDOpsXtA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=0iusLQIMpRU:CxDmDOpsXtA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=0iusLQIMpRU:CxDmDOpsXtA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=0iusLQIMpRU:CxDmDOpsXtA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=0iusLQIMpRU:CxDmDOpsXtA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><feedburner:origLink>http://groups.google.com/group/fedora-cn/browse_thread/thread/c1ba3cfd2acae7e1</feedburner:origLink></item>
      <item>
         <title>如何关闭命令自动安装功能</title>
         <link>http://feedproxy.google.com/~r/Fedora-cn/~3/UTHS71WYnYM/6b0eb34568eb95b2</link>
         <author>chopin xiao</author>
         <guid isPermaLink="false">http://groups.google.com/group/fedora-cn/browse_thread/thread/6b0eb34568eb95b2</guid>
         <pubDate>Fri, 02 Jul 2010 06:10:40 +0000</pubDate>
      <description>&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=UTHS71WYnYM:A2c3UtsKMYc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=UTHS71WYnYM:A2c3UtsKMYc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=UTHS71WYnYM:A2c3UtsKMYc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=UTHS71WYnYM:A2c3UtsKMYc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Fedora-cn?a=UTHS71WYnYM:A2c3UtsKMYc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Fedora-cn?i=UTHS71WYnYM:A2c3UtsKMYc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><feedburner:origLink>http://groups.google.com/group/fedora-cn/browse_thread/thread/6b0eb34568eb95b2</feedburner:origLink></item>
   </channel>
</rss><!-- fe3.yql.bf1.yahoo.com compressed/chunked Wed May 22 02:41:36 UTC 2013 -->
