SlideShare uma empresa Scribd logo
1 de 17
Software Libre
Alexander Pardo
Sistema Operativo
 Definición
 Tipos de Sistema Operativo
1. Según su estructura
2. Según los servicios que ofrece
3. Según la forma en que ofrece sus servicios
Tipos de Sistema Operativo
Según su Estructura
 Estructura Monolítica
Módulo
A
Módulo
B
Módulo
C
Módulo
D
 Estructura Jerárquica
Tipos de Sistema Operativo
Según su Estructura
0:
1:
2:
3:
4:
5:
Gestión de CPU
Hardware/Memoria
Comunicaciones
Entrada/Salida
Archivos
Usuario
Tipos de Sistema Operativo
Según su Estructura
 Máquina Virtual
 Cliente Servidor (Micro Kernel)
Tipos de Sistema Operativo
Según los servicios que ofrecen
Sistemas
Operativos
Por Número
de
Usuarios
Por Número
de Tareas
Por Número
de
Procesadore
s
Monousuarios: soportan a un usuario a la vez, sin importar el
número de procesadores que tenga la computadora o el número de
procesos o tareas que el usuario pueda ejecutar en un mismo
instante de tiempo.
Multiusuarios: son capaces de dar servicio a más de un usuario
a la vez, ya sea por medio de varias terminales conectadas a la
computadora o por medio de sesiones remotas en una red de
comunicaciones. No importa el número de procesadores en la
máquina ni el número de procesos que cada usuario puede ejecutar
simultáneamente.
Monotareas: sólo permiten una tarea a la vez por usuario. Puede
darse el caso de un sistema multiusuario y monotarea, en el cual se
admiten varios usuarios al mismo tiempo pero cada uno de ellos
puede estar haciendo solo una tarea a la vez.
Multitareas: permite al usuario estar realizando varias labores al
mismo tiempo. Es común encontrar en ellos interfaces gráficas
orientadas al uso de menús y el ratón, lo cual permite un rápido
intercambio entre las tareas para el usuario, mejorando su
productividad.
Uniproceso: es capaz de manejar solamente un procesador de la
computadora, de manera que si la computadora tuviese más de uno le
sería inútil.
Multiproceso: Un sistema operativo multiproceso se refiere al
número de procesadores del sistema, que es más de uno y éste es
capaz de usarlos todos para distribuir su carga de trabajo.
Asimétrico: el sistema operativo selecciona a uno
de los procesadores el cual jugará el papel de
procesador maestro y servirá como pivote para
distribuir la carga a los demás procesadores, que
reciben el nombre de esclavos.
Simétrico: los procesos o partes de ellos (threads)
son enviados indistintamente a cualquiera de los
procesadores disponibles, teniendo, teóricamente,
una mejor distribución y equilibrio en la carga de
trabajo bajo este esquema.
 Sistemas Operativos de Red
 Sistemas Operativos Distribuidos
Tipos de Sistema Operativo
Según los servicios que ofrecen
Software Libre
 Definición
 Características
1. La libertad de usar el programa, con cualquier propósito.
2. La libertad de estudiar cómo funciona el programa, y adaptarlo
a tus necesidades.
3. La libertad de distribuir copias.
4. La libertad de mejorar el programa y hacer públicas las
mejoras a los demás, de modo que toda la comunidad se
beneficie.
Software Libre
Tipos
 Software de Fuente Abierta
 Software de Dominio Público
 Software protegido con copyleft
 Software libre no protegido con copyleft
 Software abarcado por GPL
Software Libre
 ¿Qué es Copyleft?
Copyleft dice que cualquiera que redistribuye el
software, con o sin cambios, debe dar la libertad de
copiarlo y modificarlo más. Copyleft garantiza que
cada usuario tenga esa libertad.
Otros Tipos de Software
 Software semilibre
 Software privativo
 Freeware
 Shareware
 Software Comercial
Software Libre Frente al Software Propietario
 Ventajas
Software Libre
Software Propietario
 Desventajas
Software Libre
Software Propietario
LINUX
 Historia
From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds)
Newsgroup: comp.os.minix Subject: GCC-1.40 and a posix
question Message-ID: 1991Jul13,
100050.9886@klaava.Helsinki.FI Date: 3 Jul 91 10:00:50 GMT
Hello netlanders, Due a project I'm working on (in minix), I'm
interested In the posix standard definition. Could somebody
please point me to a (preferably) machine-readable format of the
latest posix rules? Ftp-sites would be nice. Linux Torvalds
torvalds@kruuna.helsinki.fi
From:torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds)
Newsgroup: comp.os.minix
Subject: What would you like to see most in minix?
Summary: small poll for my new operating system
Message-ID: 1991Aug25, 20578.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 want. Any suggestions are welcome, but I won't
promise I'll implement them :-) Linux Torvalds torvalds@kruuna.helsinki.fi
LINUX
LINUX
From: Linus Benedict Torvalds(torvalds@klaava.Helsinki.FI)
Subject: Free minix-like kernel sources for 386-AT
Newsgroups: comp.os.minix
Date: 1991-10-05 08:53:28 PST
Do you pine for the nice days of minix-1.1, when men were men and wrote their own device drivers? Are you without a nice project
and just dying to cut your teeth on a OS you can try to modify for your needs? Are you finding it frustrating when everything works
on minix? No more all- nightmers to get a nifty program working? Then this post might be just for you :-) As I mentioned a
month(?) ago, I'm working on a free version of a minix-lookalike for AT-386 computers. It has finally reached the stage where it's
even usable (though may not be depending on what you want), and I am willing to put out the sources for wider distribution. It
is just version 0.02 (+1 (very small) patch already), but I've successfully run bash/gcc/gnu-make/gnu-sed/compress etc under it.
Sources for this pet project of mine can be found at nic.funet.fi (128.214.6.100) in the directory /pub/OS/Linux. The directory
also contains some README-file and a couple of binaries to work under Linux (Bash, update and gcc, what more can you ask for :-).
Full kernel source is provided, as no minix code has been used. Library sources are only partially free, so that cannot be
distributed currently. The system is able to compile "as-is" and has been known to work. Heh. Sources to the binaries (bash and
gcc) can be found at the same place in /pub/gnu. ALERT! WARNING! NOTE! These sources still need minix-386 to be compiled (and gcc-
1.40, possibly 1.37.1, haven't tested), and you need minix to set it up if you want to run it, so it is not yet a standalone system
for those of you without minix. I'm working on it. You also need to be something of a hacker to set it up (?), so for those hoping
for an alternative to minix-386, please ignore me. It is currently meant for hackers interested in operating systems and 386's with
access to minix. The system needs an AT-compatible harddisk (IDE is fine) and EGA/VGA. If you are still interested, please ftp the
README/RELNOTES, and/or mail me for additional info. I can (well, almost) hear you asking yourselves "why?". Hurd will be out in a
year (or two, or next month, who knows), and I've already got minix. This is a program for hackers by a hacker. I've enjouyed
doing it, and somebody might enjoy looking at it and even modifying it for their own needs. It is still small enough to
understand, use and modify, and I'm looking forward to any comments you might have. I'm also interested in hearing from anybody who
has written any of the utilities/library functions for minix. If your efforts are freely distributable (under copyright or even
public domain), I'd like to hear from you, so I can add them to the system. I'm using Earl Chews estdio right now (thanks for a
nice and working system Earl), and similar works will be very wellcome. Your (C)'s will of course be left intact. Drop me a line if
you are willing to let me use your code.
Linus
LINUX
 Características
1. Software Libre
2. Multiusuario
3. Multitarea
4. Multiprocesador
5. Multiplataforma
Ventajas y Desventajas con Respecto a
Otros Software
Sistema
Operativo
Conectividad Estabilidad Escalabilidad Multi-usuario Multi-plataforma POSIX Propietario
MS-DOS
No Mala Baja No No No Si
Windows
95/98/ME
SMB Regular Baja Inseguro No No Si
Windows
NT/2000 SMB+ Regular Media Inseguro Parcial Limitada Si
UNIX
Excelente Excelente Muy Alta Si Si Múltiple Si Si
*BSD
Buena Excelente Alta Si Si Si No
Linux
Excelente Excelente Muy Alta Si Si Múltiple Si No

Mais conteúdo relacionado

Mais procurados

Mais procurados (8)

arquitectura-de-linux
arquitectura-de-linuxarquitectura-de-linux
arquitectura-de-linux
 
Manejo de sistemas operativo/ALINE JOHANA
Manejo de sistemas operativo/ALINE JOHANA Manejo de sistemas operativo/ALINE JOHANA
Manejo de sistemas operativo/ALINE JOHANA
 
Servicios de impresión de gnu linux
Servicios de impresión de gnu linuxServicios de impresión de gnu linux
Servicios de impresión de gnu linux
 
Manejo de sistemas operativo
Manejo de sistemas operativoManejo de sistemas operativo
Manejo de sistemas operativo
 
Linux
LinuxLinux
Linux
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 

Semelhante a Software libre

Semelhante a Software libre (20)

Sistema operativo
Sistema operativoSistema operativo
Sistema operativo
 
Sistemas linux windows
Sistemas linux windowsSistemas linux windows
Sistemas linux windows
 
Sistema operativo linux
Sistema operativo linuxSistema operativo linux
Sistema operativo linux
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Linux
LinuxLinux
Linux
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 
Computacion
ComputacionComputacion
Computacion
 

Último

El uso de las tic en la vida ,lo importante que son
El uso de las tic en la vida ,lo importante  que sonEl uso de las tic en la vida ,lo importante  que son
El uso de las tic en la vida ,lo importante que son241514984
 
El_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptx
El_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptxEl_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptx
El_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptxAlexander López
 
TEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.ppt
TEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.pptTEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.ppt
TEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.pptJavierHerrera662252
 
Mapa-conceptual-del-Origen-del-Universo-3.pptx
Mapa-conceptual-del-Origen-del-Universo-3.pptxMapa-conceptual-del-Origen-del-Universo-3.pptx
Mapa-conceptual-del-Origen-del-Universo-3.pptxMidwarHenryLOZAFLORE
 
Red Dorsal Nacional de Fibra Óptica y Redes Regionales del Perú
Red Dorsal Nacional de Fibra Óptica y Redes Regionales del PerúRed Dorsal Nacional de Fibra Óptica y Redes Regionales del Perú
Red Dorsal Nacional de Fibra Óptica y Redes Regionales del PerúCEFERINO DELGADO FLORES
 
AREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPO
AREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPOAREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPO
AREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPOnarvaezisabella21
 
tarea de exposicion de senati zzzzzzzzzz
tarea de exposicion de senati zzzzzzzzzztarea de exposicion de senati zzzzzzzzzz
tarea de exposicion de senati zzzzzzzzzzAlexandergo5
 
Trabajo de tecnología excel avanzado.pdf
Trabajo de tecnología excel avanzado.pdfTrabajo de tecnología excel avanzado.pdf
Trabajo de tecnología excel avanzado.pdfedepmariaperez
 
Presentación inteligencia artificial en la actualidad
Presentación inteligencia artificial en la actualidadPresentación inteligencia artificial en la actualidad
Presentación inteligencia artificial en la actualidadMiguelAngelVillanuev48
 
FloresMorales_Montserrath_M1S3AI6 (1).pptx
FloresMorales_Montserrath_M1S3AI6 (1).pptxFloresMorales_Montserrath_M1S3AI6 (1).pptx
FloresMorales_Montserrath_M1S3AI6 (1).pptx241522327
 
tics en la vida cotidiana prepa en linea modulo 1.pptx
tics en la vida cotidiana prepa en linea modulo 1.pptxtics en la vida cotidiana prepa en linea modulo 1.pptx
tics en la vida cotidiana prepa en linea modulo 1.pptxazmysanros90
 
Los Microcontroladores PIC, Aplicaciones
Los Microcontroladores PIC, AplicacionesLos Microcontroladores PIC, Aplicaciones
Los Microcontroladores PIC, AplicacionesEdomar AR
 
El uso de las TIC's en la vida cotidiana.
El uso de las TIC's en la vida cotidiana.El uso de las TIC's en la vida cotidiana.
El uso de las TIC's en la vida cotidiana.241514949
 
La Electricidad Y La Electrónica Trabajo Tecnología.pdf
La Electricidad Y La Electrónica Trabajo Tecnología.pdfLa Electricidad Y La Electrónica Trabajo Tecnología.pdf
La Electricidad Y La Electrónica Trabajo Tecnología.pdfjeondanny1997
 
GonzalezGonzalez_Karina_M1S3AI6... .pptx
GonzalezGonzalez_Karina_M1S3AI6... .pptxGonzalezGonzalez_Karina_M1S3AI6... .pptx
GonzalezGonzalez_Karina_M1S3AI6... .pptx241523733
 
LAS_TIC_COMO_HERRAMIENTAS_EN_LA_INVESTIGACIÓN.pptx
LAS_TIC_COMO_HERRAMIENTAS_EN_LA_INVESTIGACIÓN.pptxLAS_TIC_COMO_HERRAMIENTAS_EN_LA_INVESTIGACIÓN.pptx
LAS_TIC_COMO_HERRAMIENTAS_EN_LA_INVESTIGACIÓN.pptxAlexander López
 
Presentación sobre la Inteligencia Artificial
Presentación sobre la Inteligencia ArtificialPresentación sobre la Inteligencia Artificial
Presentación sobre la Inteligencia Artificialcynserafini89
 
Tecnologias Starlink para el mundo tec.pptx
Tecnologias Starlink para el mundo tec.pptxTecnologias Starlink para el mundo tec.pptx
Tecnologias Starlink para el mundo tec.pptxGESTECPERUSAC
 
Crear un recurso multimedia. Maricela_Ponce_DomingoM1S3AI6-1.pptx
Crear un recurso multimedia. Maricela_Ponce_DomingoM1S3AI6-1.pptxCrear un recurso multimedia. Maricela_Ponce_DomingoM1S3AI6-1.pptx
Crear un recurso multimedia. Maricela_Ponce_DomingoM1S3AI6-1.pptxNombre Apellidos
 
Excel (1) tecnologia.pdf trabajo Excel taller
Excel  (1) tecnologia.pdf trabajo Excel tallerExcel  (1) tecnologia.pdf trabajo Excel taller
Excel (1) tecnologia.pdf trabajo Excel tallerValentinaTabares11
 

Último (20)

El uso de las tic en la vida ,lo importante que son
El uso de las tic en la vida ,lo importante  que sonEl uso de las tic en la vida ,lo importante  que son
El uso de las tic en la vida ,lo importante que son
 
El_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptx
El_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptxEl_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptx
El_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptx
 
TEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.ppt
TEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.pptTEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.ppt
TEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.ppt
 
Mapa-conceptual-del-Origen-del-Universo-3.pptx
Mapa-conceptual-del-Origen-del-Universo-3.pptxMapa-conceptual-del-Origen-del-Universo-3.pptx
Mapa-conceptual-del-Origen-del-Universo-3.pptx
 
Red Dorsal Nacional de Fibra Óptica y Redes Regionales del Perú
Red Dorsal Nacional de Fibra Óptica y Redes Regionales del PerúRed Dorsal Nacional de Fibra Óptica y Redes Regionales del Perú
Red Dorsal Nacional de Fibra Óptica y Redes Regionales del Perú
 
AREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPO
AREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPOAREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPO
AREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPO
 
tarea de exposicion de senati zzzzzzzzzz
tarea de exposicion de senati zzzzzzzzzztarea de exposicion de senati zzzzzzzzzz
tarea de exposicion de senati zzzzzzzzzz
 
Trabajo de tecnología excel avanzado.pdf
Trabajo de tecnología excel avanzado.pdfTrabajo de tecnología excel avanzado.pdf
Trabajo de tecnología excel avanzado.pdf
 
Presentación inteligencia artificial en la actualidad
Presentación inteligencia artificial en la actualidadPresentación inteligencia artificial en la actualidad
Presentación inteligencia artificial en la actualidad
 
FloresMorales_Montserrath_M1S3AI6 (1).pptx
FloresMorales_Montserrath_M1S3AI6 (1).pptxFloresMorales_Montserrath_M1S3AI6 (1).pptx
FloresMorales_Montserrath_M1S3AI6 (1).pptx
 
tics en la vida cotidiana prepa en linea modulo 1.pptx
tics en la vida cotidiana prepa en linea modulo 1.pptxtics en la vida cotidiana prepa en linea modulo 1.pptx
tics en la vida cotidiana prepa en linea modulo 1.pptx
 
Los Microcontroladores PIC, Aplicaciones
Los Microcontroladores PIC, AplicacionesLos Microcontroladores PIC, Aplicaciones
Los Microcontroladores PIC, Aplicaciones
 
El uso de las TIC's en la vida cotidiana.
El uso de las TIC's en la vida cotidiana.El uso de las TIC's en la vida cotidiana.
El uso de las TIC's en la vida cotidiana.
 
La Electricidad Y La Electrónica Trabajo Tecnología.pdf
La Electricidad Y La Electrónica Trabajo Tecnología.pdfLa Electricidad Y La Electrónica Trabajo Tecnología.pdf
La Electricidad Y La Electrónica Trabajo Tecnología.pdf
 
GonzalezGonzalez_Karina_M1S3AI6... .pptx
GonzalezGonzalez_Karina_M1S3AI6... .pptxGonzalezGonzalez_Karina_M1S3AI6... .pptx
GonzalezGonzalez_Karina_M1S3AI6... .pptx
 
LAS_TIC_COMO_HERRAMIENTAS_EN_LA_INVESTIGACIÓN.pptx
LAS_TIC_COMO_HERRAMIENTAS_EN_LA_INVESTIGACIÓN.pptxLAS_TIC_COMO_HERRAMIENTAS_EN_LA_INVESTIGACIÓN.pptx
LAS_TIC_COMO_HERRAMIENTAS_EN_LA_INVESTIGACIÓN.pptx
 
Presentación sobre la Inteligencia Artificial
Presentación sobre la Inteligencia ArtificialPresentación sobre la Inteligencia Artificial
Presentación sobre la Inteligencia Artificial
 
Tecnologias Starlink para el mundo tec.pptx
Tecnologias Starlink para el mundo tec.pptxTecnologias Starlink para el mundo tec.pptx
Tecnologias Starlink para el mundo tec.pptx
 
Crear un recurso multimedia. Maricela_Ponce_DomingoM1S3AI6-1.pptx
Crear un recurso multimedia. Maricela_Ponce_DomingoM1S3AI6-1.pptxCrear un recurso multimedia. Maricela_Ponce_DomingoM1S3AI6-1.pptx
Crear un recurso multimedia. Maricela_Ponce_DomingoM1S3AI6-1.pptx
 
Excel (1) tecnologia.pdf trabajo Excel taller
Excel  (1) tecnologia.pdf trabajo Excel tallerExcel  (1) tecnologia.pdf trabajo Excel taller
Excel (1) tecnologia.pdf trabajo Excel taller
 

Software libre

  • 2. Sistema Operativo  Definición  Tipos de Sistema Operativo 1. Según su estructura 2. Según los servicios que ofrece 3. Según la forma en que ofrece sus servicios
  • 3. Tipos de Sistema Operativo Según su Estructura  Estructura Monolítica Módulo A Módulo B Módulo C Módulo D
  • 4.  Estructura Jerárquica Tipos de Sistema Operativo Según su Estructura 0: 1: 2: 3: 4: 5: Gestión de CPU Hardware/Memoria Comunicaciones Entrada/Salida Archivos Usuario
  • 5. Tipos de Sistema Operativo Según su Estructura  Máquina Virtual  Cliente Servidor (Micro Kernel)
  • 6. Tipos de Sistema Operativo Según los servicios que ofrecen Sistemas Operativos Por Número de Usuarios Por Número de Tareas Por Número de Procesadore s Monousuarios: soportan a un usuario a la vez, sin importar el número de procesadores que tenga la computadora o el número de procesos o tareas que el usuario pueda ejecutar en un mismo instante de tiempo. Multiusuarios: son capaces de dar servicio a más de un usuario a la vez, ya sea por medio de varias terminales conectadas a la computadora o por medio de sesiones remotas en una red de comunicaciones. No importa el número de procesadores en la máquina ni el número de procesos que cada usuario puede ejecutar simultáneamente. Monotareas: sólo permiten una tarea a la vez por usuario. Puede darse el caso de un sistema multiusuario y monotarea, en el cual se admiten varios usuarios al mismo tiempo pero cada uno de ellos puede estar haciendo solo una tarea a la vez. Multitareas: permite al usuario estar realizando varias labores al mismo tiempo. Es común encontrar en ellos interfaces gráficas orientadas al uso de menús y el ratón, lo cual permite un rápido intercambio entre las tareas para el usuario, mejorando su productividad. Uniproceso: es capaz de manejar solamente un procesador de la computadora, de manera que si la computadora tuviese más de uno le sería inútil. Multiproceso: Un sistema operativo multiproceso se refiere al número de procesadores del sistema, que es más de uno y éste es capaz de usarlos todos para distribuir su carga de trabajo. Asimétrico: el sistema operativo selecciona a uno de los procesadores el cual jugará el papel de procesador maestro y servirá como pivote para distribuir la carga a los demás procesadores, que reciben el nombre de esclavos. Simétrico: los procesos o partes de ellos (threads) son enviados indistintamente a cualquiera de los procesadores disponibles, teniendo, teóricamente, una mejor distribución y equilibrio en la carga de trabajo bajo este esquema.
  • 7.  Sistemas Operativos de Red  Sistemas Operativos Distribuidos Tipos de Sistema Operativo Según los servicios que ofrecen
  • 8. Software Libre  Definición  Características 1. La libertad de usar el programa, con cualquier propósito. 2. La libertad de estudiar cómo funciona el programa, y adaptarlo a tus necesidades. 3. La libertad de distribuir copias. 4. La libertad de mejorar el programa y hacer públicas las mejoras a los demás, de modo que toda la comunidad se beneficie.
  • 9. Software Libre Tipos  Software de Fuente Abierta  Software de Dominio Público  Software protegido con copyleft  Software libre no protegido con copyleft  Software abarcado por GPL
  • 10. Software Libre  ¿Qué es Copyleft? Copyleft dice que cualquiera que redistribuye el software, con o sin cambios, debe dar la libertad de copiarlo y modificarlo más. Copyleft garantiza que cada usuario tenga esa libertad.
  • 11. Otros Tipos de Software  Software semilibre  Software privativo  Freeware  Shareware  Software Comercial
  • 12. Software Libre Frente al Software Propietario  Ventajas Software Libre Software Propietario  Desventajas Software Libre Software Propietario
  • 13. LINUX  Historia From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds) Newsgroup: comp.os.minix Subject: GCC-1.40 and a posix question Message-ID: 1991Jul13, 100050.9886@klaava.Helsinki.FI Date: 3 Jul 91 10:00:50 GMT Hello netlanders, Due a project I'm working on (in minix), I'm interested In the posix standard definition. Could somebody please point me to a (preferably) machine-readable format of the latest posix rules? Ftp-sites would be nice. Linux Torvalds torvalds@kruuna.helsinki.fi
  • 14. From:torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds) Newsgroup: comp.os.minix Subject: What would you like to see most in minix? Summary: small poll for my new operating system Message-ID: 1991Aug25, 20578.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 want. Any suggestions are welcome, but I won't promise I'll implement them :-) Linux Torvalds torvalds@kruuna.helsinki.fi LINUX
  • 15. LINUX From: Linus Benedict Torvalds(torvalds@klaava.Helsinki.FI) Subject: Free minix-like kernel sources for 386-AT Newsgroups: comp.os.minix Date: 1991-10-05 08:53:28 PST Do you pine for the nice days of minix-1.1, when men were men and wrote their own device drivers? Are you without a nice project and just dying to cut your teeth on a OS you can try to modify for your needs? Are you finding it frustrating when everything works on minix? No more all- nightmers to get a nifty program working? Then this post might be just for you :-) As I mentioned a month(?) ago, I'm working on a free version of a minix-lookalike for AT-386 computers. It has finally reached the stage where it's even usable (though may not be depending on what you want), and I am willing to put out the sources for wider distribution. It is just version 0.02 (+1 (very small) patch already), but I've successfully run bash/gcc/gnu-make/gnu-sed/compress etc under it. Sources for this pet project of mine can be found at nic.funet.fi (128.214.6.100) in the directory /pub/OS/Linux. The directory also contains some README-file and a couple of binaries to work under Linux (Bash, update and gcc, what more can you ask for :-). Full kernel source is provided, as no minix code has been used. Library sources are only partially free, so that cannot be distributed currently. The system is able to compile "as-is" and has been known to work. Heh. Sources to the binaries (bash and gcc) can be found at the same place in /pub/gnu. ALERT! WARNING! NOTE! These sources still need minix-386 to be compiled (and gcc- 1.40, possibly 1.37.1, haven't tested), and you need minix to set it up if you want to run it, so it is not yet a standalone system for those of you without minix. I'm working on it. You also need to be something of a hacker to set it up (?), so for those hoping for an alternative to minix-386, please ignore me. It is currently meant for hackers interested in operating systems and 386's with access to minix. The system needs an AT-compatible harddisk (IDE is fine) and EGA/VGA. If you are still interested, please ftp the README/RELNOTES, and/or mail me for additional info. I can (well, almost) hear you asking yourselves "why?". Hurd will be out in a year (or two, or next month, who knows), and I've already got minix. This is a program for hackers by a hacker. I've enjouyed doing it, and somebody might enjoy looking at it and even modifying it for their own needs. It is still small enough to understand, use and modify, and I'm looking forward to any comments you might have. I'm also interested in hearing from anybody who has written any of the utilities/library functions for minix. If your efforts are freely distributable (under copyright or even public domain), I'd like to hear from you, so I can add them to the system. I'm using Earl Chews estdio right now (thanks for a nice and working system Earl), and similar works will be very wellcome. Your (C)'s will of course be left intact. Drop me a line if you are willing to let me use your code. Linus
  • 16. LINUX  Características 1. Software Libre 2. Multiusuario 3. Multitarea 4. Multiprocesador 5. Multiplataforma
  • 17. Ventajas y Desventajas con Respecto a Otros Software Sistema Operativo Conectividad Estabilidad Escalabilidad Multi-usuario Multi-plataforma POSIX Propietario MS-DOS No Mala Baja No No No Si Windows 95/98/ME SMB Regular Baja Inseguro No No Si Windows NT/2000 SMB+ Regular Media Inseguro Parcial Limitada Si UNIX Excelente Excelente Muy Alta Si Si Múltiple Si Si *BSD Buena Excelente Alta Si Si Si No Linux Excelente Excelente Muy Alta Si Si Múltiple Si No