Citizendia

The Linux kernel has been marked by constant growth throughout its history. Linux is an operating system kernel used by a family of Unix-like Operating systems These are popularly termed Linux operating systems and Since the initial release of its source code in 1991, it has grown from a small number of C files under a license prohibiting commercial distribution to its state in 2007 of about 290 megabytes of source under the GNU General Public License[1] . In Computer science, source code (commonly just source or code) is any sequence of statements or declarations written in some Human-readable tags please moot on the talk page first! --> In Computing, C is a general-purpose cross-platform block structured A megabyte is a unit of Information or Computer storage equal to either 106 (1000000 Bytes or 220 (1048576 bytes depending on

Contents

Pre-creation

The Unix operating system was conceived and implemented in the 1960s and first released in 1970. Unix (officially trademarked as UNIX, sometimes also written as Unix with Small caps) is a computer Its wide availability and portability meant that it was widely adopted, copied and modified by academic institutions and businesses, with its design being influential on authors of other systems.

In 1983, Richard Stallman started the GNU project with the goal of creating a free UNIX-like, POSIX-compatible operating system. Richard Matthew Stallman (born March 16 1953 often abbreviated " rms " is an American software freedom activist The GNU Project is a Free software, Mass collaboration project announced in 1983 by Richard Stallman. Free software or software libre is Software that can be used studied and modified without restriction and which can be copied and redistributed in modified or unmodified POSIX (ˈpɒzɪks or "Portable Operating System Interface" is the collective name of a family of related standards specified by the IEEE to define As part of this work, he wrote the GNU General Public License (GPL). By the early 1990s there was almost enough available to create a full operating system. However, the GNU kernel, called Hurd, had failed to attract enough attention from developers. In Computer science, the kernel is the central component of most computer Operating systems (OS

Another free operating system project in the 1980s was the Berkeley Software Distribution (BSD). This was developed by UC Berkeley from the 6th edition of Unix from AT&T. The University of California Berkeley (also referred to as Cal, Berkeley and UC Berkeley) is a major research university located in Berkeley Since AT&T Unix code was contained in BSD, AT&T filed a lawsuit in the early 1990s against the University of California, which strongly limited the development of BSD and greatly slowed adoption.

MINIX, a Unix-like system intended for academic use, was released by Andrew S. Tanenbaum in 1987. MINIX is a Unix-like computer Operating system based on a Microkernel architecture. Andrew Stuart "Andy" Tanenbaum (sometimes referred to by the handle ast) (born 1944 is a Professor of Computer science at the Vrije While source code for the system was available, modification and redistribution were restricted. In addition, MINIX's 16-bit design was not well adapted to the 32-bit features of the increasingly cheap and popular Intel 386 architecture for personal computers. The range of Integer values that can be stored in 32 bits is 0 through 4294967295 or −2147483648 through 2147483647 using Two's complement encoding

These factors of a lack of a widely-adopted, free kernel provided the impetus for Torvalds's starting his project. Free software or software libre is Software that can be used studied and modified without restriction and which can be copied and redistributed in modified or unmodified He has stated that had either the GNU or 386BSD kernels been available at the time, he likely would not have written his own[2][3].

The creation of Linux

Linus Torvalds in 2002
Linus Torvalds in 2002

In 1991, in Helsinki, Linus Torvalds began a project that later became the Linux kernel. Year 1991 ( MCMXCI) was a Common year starting on Tuesday (link will display full calendar of the Gregorian Calendar. Helsinki (in Finnish;) or Helsingfors (in Swedish;) is the Capital and largest city of Finland. Linus Benedict Torvalds ( ˈtuːrvalds born December 28 1969 in Helsinki, Finland) is a Finnish software engineer Linux is an operating system kernel used by a family of Unix-like Operating systems These are popularly termed Linux operating systems and It was initially a terminal emulator, which Torvalds used to access the large UNIX servers of the university. He wrote the program specifically for the hardware he was using and independent of an operating system because he wanted to use the functions of his new PC with an 80386 processor. Development was done on Minix using the GNU C compiler, which is still the main choice for compiling Linux today (although the code can be built with other compilers, such as the Intel C Compiler). MINIX is a Unix-like computer Operating system based on a Microkernel architecture. The GNU Compiler Collection (usually shortened to GCC) is a set of Compilers produced for various Programming languages by the GNU Project Intel C++ Compiler (also known as icc or icl) describes a group of C / C++ Compilers from Intel.

As Torvalds wrote in his book Just for Fun[4], he eventually realized that he had written an operating system kernel. On 25 August 1991, he announced this system in a Usenet posting to the newsgroup "comp. Usenet, a Portmanteau of "user" and "network" is a world-wide distributed Internet discussion system A newsgroup is a Repository usually within the Usenet system for messages posted from many users in different locations os. minix. ":

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 portable (uses 386 task switching etc), and it probably never will support anything other than AT-harddisks, as that's all I have :-(.

Linus Torvalds [5]

The name

Linus Torvalds had wanted to call his invention Freax, a portmanteau of "freak," "free," and "x," an allusion to Unix. During the start of his work on the system, he stored the files under the name "Freax" for about a half year. Torvalds had already considered the name "Linux," but initially dismissed it as too egotistical.

In order to facilitate development, the files were uploaded to the ftp server (ftp. funet. fi) of the Helsinki University of Technology (HUT) in September 1991. Helsinki University of Technology ( TKK) ( Finnish: Teknillinen korkeakoulu; Swedish: Tekniska högskolan) is the premier technical Ari Lemmke, Torvald's coworker at the HUT who was responsible for the servers at the time, did not feel Freax was a good name. Ari Lemmke (born December 12, 1963) is the person who gave Linux its name Consequently, he dubbed the project "Linux" without consulting Torvalds. Later, however, Torvalds consented to "Linux": "After many arguments, he finally admitted that Linux was simply the better name. In the source code of version 0. 01 of Linux, the name 'Freax' was still used in the makefile. Only later was the name Linux used. Thus the name actually not planned at all became generally accepted world-wide. "

"Linux is obsolete"

In 1992 Andrew S. Tanenbaum, recognized computer scientist and author of the Minix microkernel system, wrote a Usenet article on the newsgroup comp. The Tanenbaum-Torvalds debate is a debate between Andrew S Tanenbaum and Linus Torvalds, regarding Linux and kernel architecture in general Andrew Stuart "Andy" Tanenbaum (sometimes referred to by the handle ast) (born 1944 is a Professor of Computer science at the Vrije MINIX is a Unix-like computer Operating system based on a Microkernel architecture. A microkernel is a minimal Computer Operating system kernel which in its purest form provides no operating-system services at all only the os. minix with the title "Linux is obsolete," which marked the beginning of a famous debate about the structure of the then-recent Linux kernel. Among the most significant criticisms were that:

Tanenbaum's prediction that Linux would become outdated within a few years and replaced by GNU Hurd (which he considered to be more modern) proved incorrect. Linux has been ported to all major platforms and its open development model has led to an exemplary pace of development. In contrast, GNU Hurd has not yet reached the level of stability that would allow it to be used on a production server. [7]

Linux under the GNU GPL

Torvalds first published the Linux kernel—then exclusively known as Linux—under its own licence, which was, essentially, a shared source licence with a restriction on commercial activity. Shared Source is Microsoft 's framework for sharing Computer program Source code with third parties With code from the GNU system freely available, it seemed advantageous if this could be used with the Linux kernel. In 1992, he suggested to switch to the GNU General Public License. He first announced this change in the release notes of version 0. 12[8]. In the middle of December 1992 he published version 0. 99 using the GNU GPL[9].

Linux and GNU developers worked to integrate GNU components with Linux to make a fully functional and free operating system. [10]

Torvalds has stated, “making Linux GPL'd was definitely the best thing I ever did. ”[11]

GNU/Linux naming controversy

For more details on this topic, see GNU/Linux naming controversy. The GNU/Linux naming controversy is a dispute among members of the Free and open source software community.

The designation "Linux" was initially used by Torvalds only for the Linux kernel. The kernel was, however, frequently used together with other software, especially that of the GNU project. This quickly became the most popular adoption of GNU software. In June 1994 in GNU's bulletin, Linux was referred to as a "free UNIX clone", and the Debian project began calling its product Debian GNU/Linux. Debian ( pronounced) is a computer Operating system composed entirely of Free and open source software. In May 1996, Richard Stallman published the editor Emacs 19. Emacs is a class of feature-rich Text editors usually characterized by their extensibility 31, in which the type of system was renamed from Linux to Lignux. This spelling was intended to refer specifically to the combination of GNU and Linux, but this was soon abandoned in favor of "GNU/Linux". [12].

This name garnered varying reactions. The GNU and Debian projects use the name, although most developers simply use the term "Linux" to refer to the combination.

Official mascot

Main article: Tux

Torvalds announced in 1996 that there would be a mascot for Linux, a penguin. Larry Ewing provided the original draft of today's well known mascot based on this description. Larry Ewing is a US computer programmer who is known as the creator of the Linux mascot Tux. The name Tux was suggested by James Hughes as derivative of Torvalds's UniX. [4]

New development

Kernel

There are many other well-known maintainers for the Linux kernel beside Torvalds such as Alan Cox and Marcelo Tosatti. Alan Cox (born July 22, 1968 in Solihull, England) is a British Computer programmer heavily involved in the development Marcelo Wormsbecker Tosatti is a Linux kernel developerHe became the Maintainer of the stable 2 Cox maintained version 2. 2 of the kernel until it was discontinued at the end of 2003. Likewise, Tosatti maintained version 2. 4 of the kernel until the middle of 2006. Andrew Morton steers the development and administration of the 2. Andrew Keith Paul Morton (born 1959 in England) is an Australian software engineer, best known as one of the lead developers of the Linux kernel 6 kernel, which was released on 18 December 2003 in its first stable incarnation. Also the older branches are still constantly improved.

The success of Linux in many areas of application is mostly due to the lack of licensing costs and the characteristics of free software concerning stability, security, expandability and maintenance of leading back. When vulnerabilities do occur, such as the vmsplice() exploit, they are quickly disclosed and patched. The vmsplice( local root exploit was a vulnerability in the Linux kernel that allowed a user with shell access to mount a Privilege escalation attack to

Community

The largest part of the work on Linux is performed by the Community, the programmers that use Linux and send their suggested improvements to the maintainers. Various companies have also helped not only with the development of the Kernels, but also with the writing of the body of auxiliary software, which is distributed with Linux.

It is released both by organized projects such as Debian, and by projects connected directly with companies such as Fedora and openSUSE. Debian ( pronounced) is a computer Operating system composed entirely of Free and open source software. The Fedora Operating system is an RPM -based general purpose Linux distribution, developed by the community-supported Fedora Project and sponsored SUSE Linux distributions openSUSE, (ˌoʊpɛnˈsuːzə is a general purpose Operating system developed by the OpenSUSE Project. The members of the respective projects meet at various conferences and fairs, in order to exchange ideas. One of the largest of these fairs is the LinuxTag in Germany (currently in Berlin), where about 10,000 people assemble annually, in order to discuss Linux and the projects associated with it. LinuxTag ( German for "Linux- Day " is a Free Software expo with an emphasis on Linux (but also BSD) held Germany, officially the Federal Republic of Germany ( ˈbʊndəsʁepuˌbliːk ˈdɔʏtʃlant is a Country in Central Europe. Berlin is the capital city and one of sixteen states of Germany.

Desktop

Main article: X Window System
early X
early X

Most Linux distributions have the capability to—and in most cases do—run the X Window System to interface with the user graphically. A Linux distribution (also called GNU/Linux by distributions such as Debian, Fedora, Ubuntu, Linux Mint, Mandriva and

Main articles: KDE and GNOME

KDE was founded in 1996 by Matthias Ettrich. KDE ( K Desktop Environment) (ˌkeɪdiːˈiː is a Free software project which aims to be a powerful system for an easy-to-use Desktop environment. A gnome is a Mythical creature characterized by its extremely small size and subterranean lifestyle Matthias Ettrich (born 14 June 1972 in Bietigheim-Bissingen, southern Germany) is a Computer scientist known for his contributions At the time, he was troubled by the inconsistencies in UNIX applications. Application software is a subclass of Computer software that employs the capabilities of a computer directly and thoroughly to a task that the user wishes to perform He proposed a new desktop environment. In graphical computing a desktop environment ( DE) commonly refers to a style of Graphical user interface (GUI that is based on the Desktop metaphor which He also wanted to make this desktop easy to use. His initial Usenet post spurred a lot of interest. Usenet, a Portmanteau of "user" and "network" is a world-wide distributed Internet discussion system [13]

Matthias chose to use the Qt toolkit for the KDE project. Qt (pronounced "cute" by its creators is a Cross-platform application development framework widely used for the development of GUI programs (in which At the time, Qt did not use a free software license. A free software licence is a Software licence which grants recipients rights to modify and redistribute the Software which would otherwise be prohibited by Copyright Members of the GNU project became concerned with the use of such a toolkit for building a free software desktop environment. In August 1997, two projects were started in response to KDE: the Harmony toolkit (a free replacement for the Qt libraries) and GNOME (a different desktop without Qt and built entirely on top of free software). The Harmony toolkit is a never-completed Free software Widget toolkit that aimed to be API compatible with the then- proprietary Qt [14] GTK+ was chosen as the base of GNOME in place of the Qt toolkit. GTK+, or The GIMP Toolkit, is a Cross-platform Widget toolkit for creating Graphical user interfaces It is one of the most popular toolkits

In November 1998, the Qt toolkit was licensed under the free/open source Q Public License (QPL). An open source license is a copyright License for Computer software that makes the source code available under terms that allow for modification and redistribution The Q Public License ( QPL) is a non- Copyleft Free software license created by Trolltech for its free edition of the Qt toolkit But debate continued about compatibility with the GNU General Public License (GPL). In September 2000, Trolltech made the Unix version of the Qt libraries available under the GPL, in addition to the QPL, which has eliminated the concerns of the Free Software Foundation. September 2000: January - February - March - April - May - June - July - August - Unix (officially trademarked as UNIX, sometimes also written as Unix with Small caps) is a computer The Free Software Foundation ( FSF) is a Non-profit corporation founded by Richard Stallman on 4 October 1985 to support the Free software movement

Both KDE and GNOME now participate in freedesktop.org, an effort to standardize Unix desktop interoperability, although there is still some competition between them. [15]

Software such as Xgl or AIGLX also enable hardware acceleration in turn allowing Compiz to display graphical effects similar to Mac OS X's Exposé. Xgl is an X server architecture designed to take advantage of modern graphics cards via their OpenGL drivers layered Accelerated Indirect GLX (" AIGLX " is an Open source project founded by Red Hat and the Fedora community to allow accelerated In Computing, hardware acceleration is the use of Hardware to perform some function faster than is possible in software running on the general purpose CPU Compiz is one of the first Compositing window managers for the X Window System that uses 3D graphics hardware to create fast Compositing desktop Exposé is a feature of the Mac OS X Operating system. First previewed on 23 June 2003 at the Worldwide Developers Conference

Open Source Development Lab and Linux Foundation

The Open Source Development Lab (OSDL) was created in the year 2000, and is an independent nonprofit organization which pursues the goal of optimizing Linux for employment in data centers and in the carrier range. It served as sponsored working premises for Linus Torvalds and also for Andrew Morton, until the middle of 2006 when he transferred to Google, which runs on the Linux kernel. Torvalds works full time on behalf the OSDL, developing the Linux Kernels. The noncommercial mechanism of several major companies is financed as Red Hat, Novell, Mitsubishi, Intel, IBM, Dell and HP.

On January 22, 2007, OSDL and the Free Standards Group merged to form The Linux Foundation, narrowing their respective focuses to that of promoting GNU/Linux in competition with Microsoft Windows. The Free Standards Group was an industry non-profit Consortium chartered to primarily specify and drive the adoption of Open source standards. The Linux Foundation ( LF) is a non-profit Consortium chartered to foster the growth of Linux. Linux (commonly pronounced ˈlɪnəks Microsoft Windows is a series of Software Operating systems and Graphical user interfaces produced by Microsoft. [16]

Companies

Despite being open-source a few companies profit from Linux. These companies, most of which are also members of the Open Source Development Lab, invest substantial resources into the advancement and development of Linux, in order to make it suited for various application areas. This includes hardware donations for driver developers, cash donations for people who develop Linux software, and the employment of Linux programmers at the company. Some examples are IBM and HP, which use Linux first of all on their own servers, and Red Hat, which maintains its own distribution. Likewise Trolltech supports Linux by the development and GPL licensing of Qt, which makes the development of KDE possible, and by the employment of some X and KDE developers.

Controversy over Linux

Linux has been surrounded by controversy repeatedly since its inception.

Samizdat

Years later Andrew Tanenbaum would again discuss the defects of Linux. When Ken Brown in his book Samizdat interviewed Tanenbaum, the latter explained that Torvalds had not copied the design of MINIX. Samizdat And Other Issues Regarding the 'Source' of Open Source Code is a book by Kenneth Brown, which was prereleased in May 2004 and was to be published Brown wrote a section documenting its relationship to Linux well. Naturally Torvalds knew his book and Minix.

But the code was his. The proof of this is that he messed the design up. MINIX is a nice, modular microkernel system […] Linus rewrote the whole thing as a big monolithic kernel, complete with inline assembly code :-(. The first version of Linux was like a time machine. It went back to a system worse than what he already had on his desk. Of course, he was just a kid and didn’t know better (although if he had paid better attention in class he should have), but producing a system that was fundamentally different from the base he started with seems pretty good proof that it was a redesign. I don’t think he could have copied UNIX because he didn’t have access to the UNIX source code, except maybe John Lions’ book, which is about an earlier version of UNIX that does not resemble Linux so much.

Competition from Microsoft

Although Torvalds has said that Microsoft's feeling threatened by Linux in the past was of no consequence to him [17] , the Microsoft and Linux camps had a number of antagonistic interactions between 1997 and 2001. This became quite clear for the first time in 1998, when the first Halloween document was brought to light by Eric S. Raymond. The so-called Halloween documents comprise a series of confidential Microsoft memoranda on potential strategies relating to Free software, Open-source software Eric Steven Raymond (born December 4 1957 often referred to as ESR, is a Computer programmer, author and Open source software advocate This was a short essay by a Microsoft developer that sought to lay out the threats posed to Microsoft by free software and identified strategies to counter these perceived threats. Free software or software libre is Software that can be used studied and modified without restriction and which can be copied and redistributed in modified or unmodified However the Free Software Foundation distance themselves from deeming Microsoft as the Great Satan and reminded the community that every company which spreads proprietary software is doing something that is bad for software users. The Free Software Foundation ( FSF) is a Non-profit corporation founded by Richard Stallman on 4 October 1985 to support the Free software movement Proprietary software is Computer software on which the producer has set restrictions on use private modification copying, or republishing. [18]

Competition entered a new phase in the beginning of 2004, when Microsoft published results from customer case studies evaluating the use of Windows vs. Microsoft Corporation is an American multinational Computer technology Corporation, which rose to dominate the Home computer Linux under the name “Get the Facts” on its own web page. Based on inquiries, research analysts, and some Microsoft sponsored investigations, the case studies claimed that enterprise use of Linux on servers compared unfavorably to the use of Windows in terms of reliability, security, and total cost of ownership. Total cost of ownership (TCO is a financial estimate designed to help consumers and enterprise managers assess direct and indirect costs [19]

In response, commercial Linux distributors produced their own studies, surveys and testimonials to counter Microsoft's campaign. Novell's web-based campaign at the end of 2004 was entitled “Unbending the truth” and sought to outline the advantages as well as dispelling the widely publicized legal liabilities of Linux deployment. Novell particularly referenced the Microsoft studies in many points. IBM also published a series of studies under the title “The Linux at IBM competitive advantage” to again parry Microsoft's campaign. Red Hat had a campaign called “Truth Happens” aimed at letting the performance of the product speak for itself, rather than advertising the product by studies.

In the autumn of 2006, Novell and Microsoft announced an agreement to co-operate on software interoperability and patent protection. [20] In the context of the virtualization was agreed upon to improve the exchange from Office documents and to simplify the Virtualization of the Enterprise solutions in each case under the competition product as well as the integration of Linux and Windows machines into a common directory structure to simplify. The patent protection planned at the same time that customers of Novell or Microsoft may not be sued by the other company for patent infringement. This patent protection was also expanded for non-free software developers. The last part was criticized because it only included non-commercial developers.

SCO

In March 2003 the SCO Group accused IBM of violating their copyright on UNIX by transferring code from UNIX to Linux. The SCO-Linux controversies are a series of legal and public disputes between the Software company SCO Group (SCO and various Linux vendors and users The SCO Group Inc ( TSG, informally SCO;) is a software company formerly called Caldera Systems and Caldera International. SCO claims ownership of the copyrights on UNIX and a lawsuit was filed against IBM. Red Hat has countersued and SCO has since filed other related lawsuits. At the same time as their lawsuit, SCO began selling Linux licenses to users who do not want to risk a possible complaint on the part of SCO. Since Novell also claims the copyrights to UNIX, it filed suit against SCO. Novell Inc ( is a global Software Corporation based in the United States specializing in enterprise operating systems such as SUSE

SCO has since filed for bankruptcy. [21]

Trademark of the name

Linux is a registered trademark of Linus Torvalds.

Trademark rights

In 1994 and 1995 several people in different countries attempted to register the name Linux as a trademark. Thereupon requests for royalty payments were issued to several Linux companies, a step with which many developers and users of Linux did not agree. Linus Torvalds clamped down on these companies with help from Linux International and was granted the trademark Linux, which he transferred to Linux International. Linux International, also known simply as LI is a worldwide non-profit association of groups corporations and others that work towards the promotion of growth of Linux and A trademark or trade mark, represented by the symbols ™ and ®, or mark is a distinctive sign or indicator used by an individual Protection of the trademark was later administered by a dedicated foundation, the non-profit Linux Mark Institute. The Linux Mark Institute ( LMI) is an organization which administers the " Linux " Trademark on behalf of Linus Torvalds for In 2000 Linus Torvalds specified the basic rules for the assignment of the licenses. This means that anyone who offers a product or a service with the name Linux must possess a license for it, which can be attained through a unique purchase.

In June 2005 a new controversy developed over the use of royalties generated from the use of the Linux trademark. The Linux Mark Institute, which represents Linus Torvalds' rights, announced a price increase from 500 to 5,000 dollars for the use of the name. This step was justified as being needed to cover the rising costs of trademark protection.

In response to this increase, the community became displeased, which is why Linus Torvalds made an announcement on 21 August 2005, in order to smooth the waves and dissolve the misunderstandings. In an e-mail he described the current situation as well as the background in detail and also dealt with the question of who had to pay license costs:

[. . . ] And let’s repeat: somebody who doesn’t want to _protect_ that name would never do this. You can call anything "MyLinux", but the downside is that you may have somebody else who _did_ protect himself come along and send you a cease-and-desist letter. Or, if the name ends up showing up in a trademark search that LMI needs to do every once in a while just to protect the trademark (another legal requirement for trademarks), LMI itself might have to send you a cease-and-desist-or-sublicense it letter.
 
At which point you either rename it to something else, or you sublicense it. See? It’s all about whether _you_ need the protection or not, not about whether LMI wants the money or not.
 
[. . . ] Finally, just to make it clear: not only do I not get a cent of the trademark money, but even LMI (who actually administers the mark) has so far historically always lost money on it. That’s not a way to sustain a trademark, so they’re trying to at least become self-sufficient, but so far I can tell that lawyers fees to _give_ that protection that commercial companies want have been higher than the license fees. Even pro bono lawyers charge for the time of their costs and paralegals etc.

Linus Torvalds [22]

Chronology

See also

References

  1. ^ Linux Headquarters' kernel page. This is a timeline-style look at how Free software has evolved and existed from its inception Retrieved on 2007-12-04. Year 2007 ( MMVII) was a Common year starting on Monday of the Gregorian calendar in the 21st century. "December 4th" redirects here For the song by Jay-Z, see December 4th (song.
  2. ^ Linus vs. Tanenbaum debate.
  3. ^ The Choice of a GNU Generation - An Interview With Linus Torvalds.
  4. ^ a b Just for Fun,Linus Torvalds and David Diamond, 2001
  5. ^ Torvalds, Linus: What would you like to see most in minix? Usenet group comp. Linus Benedict Torvalds ( ˈtuːrvalds born December 28 1969 in Helsinki, Finland) is a Finnish software engineer David Diamond may refer to David Diamond (composer (1915–2005 American composer David Diamond (journalist David Year 2001 ( MMI) was a Common year starting on Monday according to the Gregorian calendar. Usenet, a Portmanteau of "user" and "network" is a world-wide distributed Internet discussion system os. minix, August 25, 1991. Events 1248 - The Dutch city of Ommen receives city rights and fortification rights from Otto III the Year 1991 ( MCMXCI) was a Common year starting on Tuesday (link will display full calendar of the Gregorian Calendar.
  6. ^ Andrew Tanenbaum, Linus Torvalds and others: Linux is obsolete Usenet post, 29. 01. 1992
  7. ^ The GNU Hurd Project
  8. ^ Torvalds, Linus (1992-01-05). Linus Benedict Torvalds ( ˈtuːrvalds born December 28 1969 in Helsinki, Finland) is a Finnish software engineer Year 1992 ( MCMXCII) was a Leap year starting on Wednesday (link will display full 1992 Gregorian calendar) Events 1477 - Battle of Nancy: Charles the Bold is killed and Burgundy becomes part of France. RELEASE NOTES FOR LINUX v0.12. Linux Kernel Archives. Retrieved on 2007-07-23. Year 2007 ( MMVII) was a Common year starting on Monday of the Gregorian calendar in the 21st century. Events 1632 - Three hundred colonists bound for New France depart from Dieppe France.  “The Linux copyright will change: I've had a couple of requests to make it compatible with the GNU copyleft, removing the "you may not distribute it for money" condition. I agree. I propose that the copyright be changed so that it confirms to GNU - pending approval of the persons who have helped write code. I assume this is going to be no problem for anybody: If you have grievances ("I wrote that code assuming the copyright would stay the same") mail me. Otherwise The GNU copyleft takes effect as of the first of February. If you do not know the gist of the GNU copyright - read it. ”
  9. ^ z-archive of Linux version 0.99, kernel. org, December 1992
  10. ^ [1]
  11. ^ Hiroo Yamagata: The Pragmatist of Free Software, Linus Torvalds Interview, 05. 08. 1997
  12. ^ Linux and GNU - GNU Project - Free Software Foundation (FSF)
  13. ^ (14 October 1996). Events 1066 - Norman Conquest: Battle of Hastings - In England on Senlac Hill seven miles from Hastings, the forces Year 1996 ( MCMXCVI) was a Leap year starting on Monday (link will display full 1996 Gregorian calendar) "New Project: Kool Desktop Environment (KDE)". de.comp.os.linux.misc. (Web link). Retrieved on 2006-12-29. Year 2006 ( MMVI) was a Common year starting on Sunday of the Gregorian calendar. Events 1170 - Thomas Becket: Thomas Becket Archbishop of Canterbury is assassinated inside Canterbury Cathedral by followers of King Henry II
  14. ^ Richard Stallman (2000-09-05). 2000 ( MM) was a Leap year that started on Saturday of the Common Era, in accordance with the Gregorian calendar. Events 1590 - Alexander Farnese 's army forces Henry IV of France to raise the siege of Paris. Stallman on Qt, the GPL, KDE, and GNOME. Retrieved on 2005-09-09. Year 2005 ( MMV) was a Common year starting on Saturday (link displays full calendar of the Gregorian calendar. Events 1000 - Battle of Svolder, Viking Age. 1379 - Treaty of Neuberg, splitting the Austrian
  15. ^ A tale of two desktops
  16. ^ The Linux Foundation (January 22, 2007). "New Linux Foundation Launches – Merger of Open Source Development Labs and Free Standards Group". Press release. A news release, media release, press release or press statement is a written or recorded Communication directed at members of the News Retrieved on 2007-01-21. Year 2007 ( MMVII) was a Common year starting on Monday of the Gregorian calendar in the 21st century. Events 1189 - Philip II of France and Richard I of England begin to assemble troops to wage the Third Crusade.  “"Computing is entering a world dominated by two platforms: Linux and Windows. "”
  17. ^ Hiroo Yamagata. The Pragmatist of Free Software: Linus Torvalds Interview. Retrieved on 2007-11-28. Year 2007 ( MMVII) was a Common year starting on Monday of the Gregorian calendar in the 21st century. For the town in Argentina, see 28 de Noviembre. Events  “I don't try to be a threat to MicroSoft, mainly because I don't really see MS as competition. Especially not Windows - the goals of Linux and Windows are simply so different. ”
  18. ^ Free Software Foundation (2007-06-19). The Free Software Foundation ( FSF) is a Non-profit corporation founded by Richard Stallman on 4 October 1985 to support the Free software movement Year 2007 ( MMVII) was a Common year starting on Monday of the Gregorian calendar in the 21st century. Events 1179 - The Norwegian Battle of Kalvskinnet outside Nidaros. Is Microsoft the Great Satan?. Philosophy of the GNU Project. Retrieved on 2007-08-14. Year 2007 ( MMVII) was a Common year starting on Monday of the Gregorian calendar in the 21st century. Events 1183 - Taira no Munemori and the Taira clan take the young Emperor Antoku and the three sacred treasures  “We see that Microsoft is doing something that is bad for software users: making software proprietary and thus denying users their rightful freedom. But Microsoft is not alone in this; almost all software companies do the same thing to the users. If other companies manage to dominate fewer users than Microsoft, that is not for lack of trying. ”
  19. ^ Get the Facts. Microsoft (2004). Retrieved on 2006-11-24. Year 2006 ( MMVI) was a Common year starting on Sunday of the Gregorian calendar. Events 380 - Theodosius I makes his adventus, or formal
  20. ^ Open Letter to Community from Novell. Novell (2006). Retrieved on 2007-03-23. Year 2007 ( MMVII) was a Common year starting on Monday of the Gregorian calendar in the 21st century. Events 1174 - Jocelin, Abbot of Melrose, is elected Bishop of Glasgow.
  21. ^ SCO Group files for bankruptcy protection. CNet News. com (2007-09-14). Year 2007 ( MMVII) was a Common year starting on Monday of the Gregorian calendar in the 21st century. Events 81 - Domitian becomes Emperor of the Roman Empire upon the death of his brother Titus. Retrieved on 2008-01-14. 2008 ( MMVIII) is the current year in accordance with the Gregorian calendar, a Leap year that started on Tuesday of the Common Events 1129 - Formal approval of the Order of the Templar at the Council of Troyes.
  22. ^ Linus Torvalds: Linus trademarks Linux?!! from the linux-Kernel mailing list, 21. 08. 2005

External links


© 2009 citizendia.org; parts available under the terms of GNU Free Documentation License, from http://en.wikipedia.org
Dapyx Software network: MP3 Explorer | Ebook Manager | Zenithic