Linus Torvalds 语录 Top 10

下面是Linux的创始人Linus Torvalds的一些言论,这是我个人认为最有意思的10句。如果你想看更多的Linus Torvalds说过的话,你可以看看他在维基百科上的词条:Linux Torvalds。我们在下面给出中英文对照,希望你能喜欢。

“Really, I’m not out to destroy Microsoft. That will just be a completely unintentional side effect ” (真的,我并不是想要干掉Microsoft,如果真是那样了,那完全是一个无意的副作用)——”The Way We Live Now: Questions for Linus Torvalds”, 接受《New York Times》的采访, 2003-09-28.
“Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it”(只有愚昧的人才会用磁带来做备份,真正聪明的人会上传他们最重要的东西到FTP服务器上,而剩下事情是,让世界各地的人来镜像这些东西)——(1996-07-20). 在linux.dev.kernel 新闻组上的一个贴子
“Software is like sex; it’s better when it’s free.” (软件就像是性一样,仅当是自由的时候才会更好)—— 1996 的FSF 大会, 相关视频。
“Is “I hope you all die a painful death” too strong?”(“我希望你们所有人在痛苦中死去”这句话是不是太强硬啦?)——这句话是,Linus是在拒绝某些硬件产商想在Linux的内核中植入特定的硬件处理程序,对那些硬件产商说的。
“Most days I wake up thinking I’m the luckiest bastard alive.”(很多天当我醒来的时候,我想到我是世界上最幸运的还活着的混蛋)—— Linus  Torvalds 和David Diamond (2001). Just for Fun: The Story of an Accidental Revolutionary.
“An infinite number of monkeys typing into GNU emacs would never make a good program.” (即使是无穷多个猴子在GNU的emacs中输入东西,那也不会写出一段好的程序)—— 出自 Linux 1.3.53 编程风格
“Talk is cheap. Show me the code.”(能说算不上什么,有本事就把你的代码给我看看)—— 2000-08-25, 给linux-kernel 邮件列表的一封邮件
“I’m a bastard. I have absolutely no clue why people can ever think otherwise. Yet they do. People think I’m a nice guy, and the fact is that I’m a scheming, conniving bastard who doesn’t care for any hurt feelings or lost hours of work, if it just results in what I consider to be a better system. And I’m not just saying that. I’m really not a very nice person. I can say “I don’t care” with a straight face, and really mean it.” (我是一个混蛋。我完全不知道人们为什么会从另外一个角度来看我,但是他们确实是(那么做的)。人们认为我是个好人,但事实上我是个诡计多端的混蛋,只要最终能得到我所认为的更好的系统,那么我对任何感情的伤害或工作时间的损失都不在乎。我并不只是(在口头上)说说而已,我真的不是一个很好的人。我能面无表情地说“我不在乎”,而且我确实不在乎。)—— 2000-09-06,给 linux-kernel 邮件列表的邮件
“Those that can, do. Those that can’t, complain.”(那些能做的人就做,不能做的人就只会抱怨)——2003-09-23, 给Linux Kernel 邮件列表 (注意:Linus只是借用了一下这个句型,这个引言的原创在这里)


“You see. I don’t think any new thoughts. I think thoughts that other people have thought, and I rearrange them. But Sara, she thinks thoughts that never were before.”(您看,我没有任何新的想法。我的想法都是别人已经想过的,而我只是去重新组织一下别人的想法。但是莎拉不一样,她的想法是从来没有人想过的)—— 这是Linus给和他的母亲说起他的姐姐Sara。

维基百科上的“Linus Torvald 词条”上有很多他的语录,你不妨去看看,你喜欢哪些呢?

转自:http://coolshell.cn/articles/1278.html

原创文章,作者:s19930811,如若转载,请注明出处:http://www.178linux.com/2416

(1)
s19930811s19930811
上一篇 2015-04-03 21:59
下一篇 2015-04-03 21:59

相关推荐

  • 制作epel源

    在linux的使用过程中,ISO镜像的rpm包并不是十分的齐全。这个时候就需要去epel源去下载安装rpm包安装。这里简单的描述下epel源的配置方法。仅供参考。 1.关闭SELinuxsed -i.bak ‘s/SELINUX=enforcing/SELINUX=permissive/’ /etc/selinux/config se…

    2017-12-18
  • 集中管理利器-puppet快速入门-下

    Puppet配置 1.    文件管理 file 文件服务器写法: /etc/puppet/ fileserver.conf 定义 [files] path /tmp/files  ## puppet数据存放目录 =è后面远程备份实战会用到 allow *.example.com 实战1: 备份master机…

    Linux干货 2015-05-07
  • Linux ssh安全远程登录

                   Linux ssh安全远程登录 本章内容:     构建SSH远程登录系统     SSH(secure shell)是标准的网络协议,主要用于实现字符界面的远程登录管理…

    Linux干货 2016-10-10
  • N22-第七周作业

    1、创建一个10G分区,并格式为ext4文件系统;    (1) 要求其block大小为2048, 预留空间百分比为2, 卷标为MYDATA, 默认挂载属性包含acl;    (2) 挂载至/data/mydata目录,要求挂载时禁止程序自动运行,且不更新文件的访问时间戳; 创建一个10G的分区:  &nbs…

    Linux干货 2016-12-18
  • bash特性

    一、命令历史     概念:shell进程能够将之前执行过的命令保存记录下来     存储位置:         1、命令历史的文件             使用以下环境变量查看相关参数:     &…

    Linux干货 2016-09-19
  • VIM命令 总结

    VIM命令总结

    2017-11-25