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

相关推荐

  • Linux系统基础命令

    Linux下一些基本常用命令:   1、Lscpu:显示CPU架构详细信息; [root@centos6 ~]#lscpu 2、Cat:查看合并文件到标准输出; [root@centos6 ~]#cat file    Tac:显示的文本与cat显示的文本相反; 3、Who:显示都有那些用户登录到了系统; [root@…

    Linux干货 2016-07-26
  • 三种方案实现tomcat反代服务

    要求: 分别实现这三种架构:    1、nginx + tomcat cluster    2、httpd(proxy_http_module)+tomcat cluster    3、httpd(proxy_ajp_module)+tomcat cluster;   &nbsp…

    2017-07-03
  • 马哥教育网络班22期+第二周课程练习

    week2作业: 1.linux上的文件管理类命令都有哪些,其常用的使用方法及其相关示例演示。 (1)touch 功能:创建文件 示例:  [root@director1 example]# touch file1 file2 [root@director1 example]# ll to…

    Linux干货 2016-08-22
  • Python from entry to abandon

          学习Linux已经有大致两周了,依然感觉到自己仍然在运维的大门外徘徊。于是我想要找到一个在Linux之外的业余方向,可以作为枯燥基础学习的调节。没过多久我就发现了Python可以 说是钦定的选择,它作为Linux的内置语言,传言风格简洁优美,功能强大。Python老生常谈的缺点是效率不高,哎,没办…

    Linux干货 2017-04-01
  • linux终端变量设置,文件系统,man使用说明,文件类型

    一、定义终端提示符的变量 export PS1=’\e[32m[\e[33m\u\e[31m@\e[35m\h\e[36m\t\e[34m\#\e[31m\s\e[37m\W\e[32m]\$ ‘  `]# export 是个命令      PS1指终端提示符变量    &n…

    Linux干货 2016-11-02
  • N25-Week9

    1. 写一个脚本,判断当前系统上所有用户的shell是否为可登陆shell(即用户的shell不是/sbin/nologin);分别统计这两类用户的个数,通过字符串比较来实现 #! /bin/bash#写一个脚本,判断当前系统上所有用户的shell是否为可登陆shell(即用户的shell不是/sbin/nologin);#分别统计这两类用户的个数#通过字符…

    Linux干货 2017-03-10