科学网

 找回密码
  注册

tag 标签: Linus

相关帖子

版块 作者 回复/查看 最后发表

没有相关内容

相关日志

VASP自学笔记2
wing2032 2020-4-29 20:12
华算科技VASP零基础特训营学习笔记2 Linux常用命令 超算网络连接 VPN连接:Easy Connect 登录:Xshell (windows)、Terminal-remote connection(mac): ssh User@Server,Ctrl+D断开连接 文件传输:Xftp (windows)、ForkLift (mac) 查询自带模块:module avail cd、pwd ls、mkdir、touch 文件夹(蓝)、可执行文件(绿)、不可执行文件(白) cp、mv、rm vi cat、less head、tail grep、split echo... for if
个人分类: VASP|0 个评论
对事较真就赢 和人较真则输
热度 5 chrujun 2015-3-8 21:22
做事情,要认真,一丝不苟,越认真越好。人的一生都应该这样。 对于人,还真不能较真,较真就输了。一方面是一生中碰到的人太多了,志同道合者毕竟是少数。就是志同道合者之间,还有性格冲突的情况。道不同不相为谋。孔子也说过“人不知而不愠,不亦君子乎”。 在科学网上处理博主之间的关系尤其如此。别人对我无中生有造谣,我有多大损失? 别人骂我几句,我又受到多大伤害? 别人误解了我,我一定要让别人消除误解才行? 没有必要对这些东西太在意,走自己的路就对了。仿3个自信也来自信一下: 做事自信 做人自信 传道自信 “已是悬崖百丈冰,犹有花枝俏。” 真正自信了,这个境界也不是望不可及。Linus还是大学生的时候就开发操作系统Linux,我看Linus就很有自信。现在绝大多数智能手机上安装的是基于Linux操作系统之上的安卓系统,Linux在超级计算、服务器和嵌入式系统中现在是绝对的王者。Linus以个人之力揭竿而起,100万之众响应,干掉了不可一世的操作系统UNIX和WINDOWS。Linus开始就有三个自信,做事自信(相信自己可以做更好的操作系统)、做人自信(分享自己代码)、传道自信(相信开源最好,团结就是力量)。Linus也被人批评过多次,但他从来没有为他的所作所为辩解过。如果他觉得别人批评对了,他会用实际行动来改正。如果他觉得别人批评错了,他会继续走他的路。
个人分类: 我的思考|4447 次阅读|7 个评论
Linus Torvalds Bio
huangfuqiang 2009-12-10 20:13
来源于:http://www.linux.org/info/linus.html About Linus Torvalds Early Life Linus Torvalds was born on December 28, 1969 in Helsinki, Finland. He is the son of Nils and Anna Torvalds. Both parents pursued careers in journalism. Linus took an early interest in computers mainly through the influence of his maternal grandfather. He excelled in math in secondary school. Linus and his family are part of a minority in Finland whose first language is not Finnish but Swedish , a fact which is not widely known. For this reason, early references to his pronunciation of Linux in Swedish were not understood or often cited as an error. University Student Linus Torvalds enrolled at the University of Helsinki in 1988 where he studied computer science. After buying a PC with an Intel 386 CPU , he began using Minix, an Unix-inspired operating system created by Andrew Tannenbaum for use as a teaching tool. Linus was not impressed with the system in general and in particular he lamented its inability to do terminal emulation , which he needed so he could connect to the university's computers. Linus decided to do the terminal emulation program himself, independently of Minix. These were the first steps toward creating Linux. Linux Development Linus quickly developed the terminal emulation program and it was sufficient for his needs for a while. However, Linus began thinking that it would be nice to be able to do other things with it like tranferring and saving files. This is where Linux was really born. Originally, Linus wanted to name his creation 'Freax' (pronounced like the English word freaks ). He changed it to Linux at the prompting of a friend. In August, 1991, Linus announced on Usenet that he was working on this operating system: From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds) Newsgroups: comp.os.minix Subject: What would you like to see most in minix? Summary: small poll for my new operating system Message-ID: 1991Aug25.205708.9541@klaava.Helsinki.FI Date: 25 Aug 91 20:57:08 GMT Organization: University of Helsinki Hello everybody out there using minix - I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones. This has been brewing since april, and is starting to get ready. I'd like any feedback on things people like/dislike in minix, as my OS resembles it somewhat (same physical layout of the file-system (due to practical reasons) among other things). I've currently ported bash(1.08) and gcc(1.40), and things seem to work. This implies that I'll get something practical within a few months, and I'd like to know what features most people would want. Any suggestions are welcome, but I won't promise I'll implement them :-) Linus (torvalds@kruuna.helsinki.fi) PS. Yes - it's free of any minix code, and it has a multi-threaded fs. It is NOT protable (uses 386 task switching etc), and it probably never will support anything other than AT-harddisks, as that's all I have :-(. Linus uploaded the first version of Linux, version 0.01 in September of 1991. Then Linux belonged to the world. Marriage and a Family In 1993, Linus was teaching an introductory computer course at the University of Helsinki. A young woman in the class named Tove Monni emailed him and asked him out on a date. She would later become his wife. Tove and Linus went on to have three daughters, Patricia, Miranda and Daniela. To the USA and Transmeta In late 1996 Linus accepted an invitation to visit the California headquarters of Transmeta, a start-up company in the first stages of designing an energy saving CPU. Linus was intrigued by their work and in early 1997 he accepted a position at Transmeta and moved to California with his family. Along with his work for Transmeta, Linus continued to oversee kernel development. Open Source Development Laboratory In June of 2003, Linus left Transmeta in order to focus exclusively on the Linux kernel and began to work under the auspices of the Open Source Development Labs (OSDL) a consortium formed by high-tech companies which include IBM, Hewlett-Packard, Intel, AMD , RedHat, Novell and many others. The purpose of the consortium is to promote Linux development. OSDL merged with The Free Standards Group in January 2007 to become The Linux Foundation.
个人分类: 开源软件项目研究与分析|4087 次阅读|1 个评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-6 06:05

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部