Derivatives: French | Russian | Spanish
Updated: 30 June, 2019
 by FreeFind

title ?

Começando
1. Introdução
2. Migrando para o GNU/Linux
3. Obtendo o openSUSE
4. Instalação
O Básico
5. Ambiente de trabalho KDE Plasma
6. Aplicativos para tarefas comuns
7. Segurança e root
8. Terminal
9. Configurações de Admin. (YaST)
10. Instalando softwares
11. Repositórios de software
Configuração
12. Integração com o Windows
13. Codecs multimídia
14. Plugins para navegadores
15. Drivers gráficos
16. Drivers para redes sem fio
Apêndice
A: Ajuda e documentação
B: Games
C. Under the Hood
D. History and Background
E: Getting Involved
GNU Free Documentation License

Appendix D: History and Background

The purpose of this chapter is to give readers some insight into and background knowledge of the history and eco system of GNU/Linux and free/open source software in general.

D.1 Source Code vs. Binary Machine Code

Computer software is written in various different programming languages. This source code can be written and understood by anyone with the proper training:

#include <iostream.h>

main()
{
    cout << "Hello World!";
    return 0;
}

The human-readable source code is then compiled into binary machine code that computers can run:

01001000 01100101 01101100 01101100 01101111 00100000 01010111 01101111 01110010 01101100 01100100 00100001 00100000

Without access to the source code and permission to modify it, neither you as an individual, nor your community at large, can study how the software works and what it does - let alone change it and improve it - you are completely dependent on the whims of the company/person which does have the source code.

D.2 Richard Stallman, GNU and Free Software

In 1984 and 1985 respectively, system programmer Richard M. Stallman (RMS), who was increasingly frustrated by the technical and social restrictions proprietary software imposed on him, founded the GNU project (GNU’s Not Unix) with the aim to create a free Unix like operating system, and the Free Software Foundation (FSF) a foundation to promote free software.

rms
Richard M. Stallman

Free software doesn’t mean free of charge, free software can be commercial. It refers to free as in freedom, specifically defined by the following four fundamental freedoms:

The freedoms 1 and 3 require access to the source code of the program.

tip

If you want to know more about free software, consider downloading this video of Richard M. Stallman speaking (550 MB, Ogg Theora format)

D.2.1 GNU GPL, Copyleft and Other Free Software Licenses

Any software licence that secures the above mentioned four fundamental freedoms, is considered a free software licence. Dozens and dozens of different free software licenses exist. Free software licences work by building on existing copyright laws to provide users with a lot more freedom and rights than you’d normally have.

The most widely used free software licence by far, is the GNU General Public License (GPL). One of the characteristics of the GNU GPL is that it applies a principle known as copyleft. This means that while you’re allowed to modify and redistribute GPL’ed software - these derivative works must be distributed under similar terms - thus ensuring that GPL’ed programs will always remain free software. Non-copyleft licenses are also called permissive licenses, these types of free software licenses allow redistributing the software under different, incompatible licenses - even proprietary ones.

D.3 Linux and Linus Torvalds

By the late 1980s the GNU project had created an almost complete free Unix operating system, but the kernel was causing problems.

In 1991, independentantly of the GNU project, then 22-year old Finnish university student Linus Torvalds decided to write a Unix kernel that he could use at home. Later that year he announced the first release on a newsgroup, using these now immortal words: “…I’m doing a (free) operating system (just a hobby, won’t be big and professional like gnu)…“.

linus
Linus Torvalds

The kernel was named Linux and soon it was licenced under the GNU GPL, and people started combining it with the GNU tools. A fully functional, free Unix-like operating system consisting of GNU plus Linux was reality!

Today Linus Torvalds lives in the U.S. and continues to lead development of the Linux kernel - but he’s no longer alone, today over a thousand developers contribute code to the kernel every year - some of which are volunteers contributing in their spare time, while others are employed by large corporations, such as IBM, Intel, Novell and Red Hat.

D.4 Open Source

The term open source was created in 1998, by a group of people who wanted to distance themselves somewhat from the ideological rhetoric of the free software movement for the purpose of making free software more appealing to commercial interests.

The software licences recognised by the Free Software Foundation and the Open Source Initiative are almost all the same, therefore there’s very little difference between open source and free software in practice - the differences are almost exclusively on a philosophical and rhetorical level. To bridge the gap between the two camps the term “FOSS” (Free and Open Source Software) is often used.

D.5 The History of openSUSE

SUSE was founded on September 2, 1992 in Germany, under the name Gesellschaft für Software- und Systementwicklung mbH (S.u.S.E. GmbH), meaning: “Software and System Development, Inc.”. The first GNU/Linux distribution (S.u.S.E. Linux 1.0) was released in 1994 - making SUSE one of the oldest existing GNU/Linux distributions. Originally it was merely a German version of an American distribution called Slackware, but later SUSE has become one of the leading distributions. In 2003 SUSE was acquired by Novell.

In 2005 the openSUSE project was started with the goal of opening up development and involve the community more.

In 2010 Novell was acquired by Attachmate. The deal was finalized in April 2011, and one of the first actions of Attachmate was to split SUSE into a separate business unit independant of Novell, and move SUSE headquarters back to Nuremberg, Germany. In 2014 Micro Focus merged with Attachmate, but this did not affect SUSE nor the openSUSE Project.

In 2014 the development branch openSUSE Factory was stabilized enough to become a usable rolling relese distribution, called openSUSE Tumbleweed. openSUSE Tumbleweed forms the base for SUSE Linux Enterprise Server and Desktop (SLES and SLED). This again lead to changes in the stable openSUSE releases and the creation of openSUSE Leap in 2015, which uses SUSE Linux Enterprise for the core system, and has a form of long term support with major yearly service packs and major releases only happening every 3-4 years.

gnu
tux
konqui
geeko
The GNU project mascot The official mascot of Linux - the penguin Tux The KDE mascot - the dragon Konqui The SUSE mascot - the chameleon named Geeko

D.6 The GNU/Linux Ecosystem

D.6.1 Distributions

When the Linux kernel and the GNU tools and other free software components from “upstream” are bundled together to form a complete contemporary operating system, it’s called a GNU/Linux distribution. Many distributions exist targetting different types of users and use cases - enterprises, home users, servers, desktops, multimedia centers etc. Some are commercial, others are fully based on the efforts of community volunteers. Besides bundling the software, distributors usually also integrate it, brand it, patch it, provide additional tools developed in-house and so forth. The existence of multiple distributions is only possible because the software components are free software of course.

ecosystem
This figure shows the ecosystem of upstream projects, distributors and end users.

D.6.2 Who Develops Free Software and Why?

Many developers are employed by large companies such as IBM, Novell, Red Hat, Google, Mozilla Foundation, KDAB, Intel, AMD, Canonical, Oracle etc. These companies usually have a business model of selling services around free software or selling hardware with free software installed on it. By using free software companies can share the development costs with others.

Also many people are paid to develop free software in other ways, via university work, government sponsorships, donations, students can be paid via the Google Summer of Code project, etc.

However there are also many, many people working on free software in their spare time for nothing. They can have many different motivations.

D.6.3 Who is Using GNU/Linux?

Many people still perceive GNU/Linux as a small hobbyist operating system - and the marketshare on standard desktop PCs is quite small of course. Nevertheless a marketshare of about one percent, still adds up to millions and millions of people worldwide. No truly reliable measure of the marketshare or total number of users is possible, for something which is usually freely redistributable.

However GNU/Linux is very widespread in other areas. A very large share of web servers and other servers run GNU/Linux. Facebook, Google and Yahoo build their entire infrastructures on GNU/Linux. GNU/Linux has been used everywhere from Antarctica to NASA using it in outer space. GNU/Linux is the preferred operating system for most of the world’s super computers. And GNU/Linux is used embedded in devices where people often don’t even know it’s there, such as mobile phones, TVs, e-book-readers, PDAs, routers, hard disk recorders, NAS devices, and more.

Send your comments via e-mail to admin [at] opensuse-guide.org