SlideShare une entreprise Scribd logo
1  sur  31
An Introduction to
Open Source
Software
ALI YAVARI – MAIL@ALIYAVARI.COM
What is Source?
• Source code is the version of software as it is originally written by
a human in plain text
• The term software refers to all operating systems, application
programs
• Source code can be written in any of the programming languages
(C, C++, Cobol, Fortran, Java, Perl, PHP, Python and..)
• To be usable by a computer source code must be compiled
Reference: http://www.linfo.org/
Compile
What is Open Source Software?
promotes free redistribution and access to a
products design or ideas and implementation
details.
Open -> Collaboration is Open
Source -> Source is freely available
Share
Adapt
Modify
Collaborate!
Is it Free?
• Free here is freedom not free in terms of price.
• Every free software is not Open Source.
• Every Open Source software is not free.
• Some software are Open Source as well as free.
No!
Open Source Software History
• In the 1950s and 1960s,
• software and compilers were delivered as a part of hardware
purchases without separate fees
• At this time, source code, the human-readable form of
software, was generally distributed with the software
providing the ability to fix bugs or add new functionality
• Many of the modifications developed by universities were
openly shared in keeping with the academic principles of
sharing knowledge
• In the 1970s
• “unbundling” of software from hardware [IBM]
• In the 1980s
• Richard Stallman, formerly a programmer at the MITAI Lab
launched the GNU Project
• Computer Science Research Group (CSRG) of the University
of California at Berkeley working on BSD UNIX system
Open Source Software History Cont’d
• In the 1990s
• In Finland, LinusTorvalds, a student of computer science was implementing
the first versions of the Linux kernel.
• GNU/Linux
• 386BSD
• GNU/Linux and 386BSD were reasonably stable platforms.
• BSD based operating systems (NetBSD, FreeBSD, and OpenBSD)
• GNU/Linux distributions (Slackware, Debian, Red Hat, Suse, Mandrake,..)
• Apache (web server)
• Perl
• GNOME and KDE (Desktop environment)
• Mozilla (funded by Netscape to build a web browser)
• Open Source Initiative (OSI)
GNU Project
• Build a free operating system
• Software produced by GNU will remain free
• Started by coding some programming tools (a compiler, an editor,
etc.).
• GNU General Public License (GPL)
• The freedom to run the program as you wish, for any purpose (freedom 0).
• The freedom to study how the program works, and adapt it to your needs
(freedom 1)
• The freedom to redistribute copies so you can help your neighbor (freedom 2).
• The freedom to improve the program, and release your improvements to the
public, so that the whole community benefits (freedom 3)
Free software means the users
have the freedom to run, copy,
distribute, study, change and
improve the software.
Copyleft
Copyleft is a general method for making a
program (or other work) free, and requiring all
modified and extended versions of the
program to be free as well.
http://www.gnu.org/copyleft/copyleft.en.html
Berkeley Software Distribution
• Berkeley Software Distribution (BSD) is a Unix operating system
• Developed and distributed by the Computer Systems Research
Group (CSRG) of the University of California, Berkeley
• Basis for several open source development projects
• FreeBSD aims for high performance and ease of use by end users
• NetBSD aims for maximum portability (NASA space missions)
• OpenBSD aims for security
• There are also BSD UNIX® operating systems which are not open
source
• Mac OS® X the operating system for Apple.The BSD core is Darwin (available as
a fully functional open source operating system)
• Open Source Initiative (OSI) is a public benefit corporation
• Founded in 1998
• Actively engaged in building open source community
http://www.opensource.org/
Business models for open-source software
• Selling professional services
• Selling of branded merchandise
• Selling of certificates
• Voluntary donations
• Advertising-supported software
• Re-licensing under a proprietary license
• And…
Open Source Project
• Linux Foundation – 2007
• 7800 contributors from 800 companies
• 6 patches per hour
• OpenStack - 2010
• Started as NASA/Rackspace project
• 10,418 individual members in 125 countries
• 237 organizations
• 1278 contributors
• 1.3M lines of code
Linux
• A Linux distribution has thousands of software Free!
• Linux is a complete, stable and reliable operating system
• Linux is powerful
• Linux has a complete development environment
• Linux is an ideal environment for servers
• It is easily upgradable
• It has lots of documentation
• More than 90% of current Linux source code is written by other
developers
• Even Microsoft Contributes to Linux Kernel Development
Linux
runs on Linux-based Server
runs on Linux-based Server
runs on Linux-based Server
runs on Linux-based Server
runs on Linux-based Server
runs on Linux-based Server
runs on Linux-based Server
but why?
• Stability
• Security
• Hardware
• Cost
• Freedom
• Apache, Linux’s leadingWeb server application
• MySQL, the most prominent database application
• PHP, the most popular scripting language
Apache
• Developed and maintained by an open community of developers
under the auspices of the Apache Software Foundation
• The most popular web server on the internet since 1996
• 54.2% of all active websites (June 2013)
• is a collaborative software development
• Apache can run on almost any OS including
• Simple and powerful
• File-based configuration
• It is free
• It is Open Source
MySQL
• 1994 – Development starts on MySQL
• MySQL is the world's most popular open source database
• Relational database management system (RDBMS);
• Facebook and Wikipedia use MySQL
• It is Open Source
• It is Free
PHP
• is a server-side scripting language designed for web development
• was installed on more than 240 million websites and 2.1 million web
servers
• originally stood for Personal Home Page
• it now stands for PHP: Hypertext Preprocessor
• PHP is free software released under the PHP License
Wordpress
• WordPress is the world’s most popular blogging platform
• Used by a 202 million websites
• can be used to transform a standard blog into interactive website
• Content management system
• https://wordpress.com
• Open Source
• Free
VLC Player
• media player had been downloaded 300 million times
• supports practically every audio/video codec and file format
• live recording of streaming video
• frame-by-frame advancement and superb speed controls
• It is Open Source
• It is Free
Notepad++
• Source code editor and Notepad replacement
• https://notepad-plus-plus.org/
• supports several languages
• GPL License.
• auto-completion for CSS, C, C++, C#, Java, JavaScript, SQL, HTML,
XML and PHP
Ubuntu
• is a Debian-based Linux operating system
• Unity as its default desktop environment
• Ubuntu also runs network servers
• generates revenue through the sale of technical support and other
services related to Ubuntu
• It is Open Source
• It is Free
Let’s try Ubuntu!
• Ubuntu Distribution
• http://www.ubuntu.com/download/desktop
• Virtual PC
• http://www.microsoft.com/en-au/download/details.aspx?id=3702
Android
• Android is a mobile operating system (OS) based on the Linux kernel
and currently developed by Google.
• Android is designed primarily for touchscreen
• Source code is released by Google under open source licenses
• Initially developed by Android, Inc., which Google bought in 2005
($50 million)
• was developed as a platform for digital cameras but the makers later
changed their focus to smart phones
• Free!
GIMP
• GNU Image Manipulation Program
• is a free and open-source raster graphics editor
• began in 1995 as the school project of two university students
• a possible replacement for Adobe Photoshop
• Windows: www.gimp.org/downloads/
• Linux: apt-get install gimp
• LaTeX is a document preparation system for high-quality typesetting
• It is most often used for medium-to-large technical or scientific
documents but it can be used for almost any form of publishing.
• LaTeX is not a word processor
• LaTeX was first developed in 1985
• MiKTeX is a freeTeX distribution forWindows systems
http://miktex.org/download
Is Open Source just about software!?
Arduino is an open source hardware!

Contenu connexe

Tendances

Open source software, commercial software, freeware software, shareware softw...
Open source software, commercial software, freeware software, shareware softw...Open source software, commercial software, freeware software, shareware softw...
Open source software, commercial software, freeware software, shareware softw...Muhammad Haroon
 
Free and Open Source Software
Free and Open Source SoftwareFree and Open Source Software
Free and Open Source SoftwareMoinuddin Ahmed
 
Linux operating system ppt
Linux operating system pptLinux operating system ppt
Linux operating system pptAchyut Sinha
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentationashanrajpar
 
Open source software development
Open source software developmentOpen source software development
Open source software developmentSagar Raravi
 
Linux operating system - Overview
Linux operating system - OverviewLinux operating system - Overview
Linux operating system - OverviewAshita Agrawal
 
Free and Open Source Software
Free and Open Source SoftwareFree and Open Source Software
Free and Open Source Softwareiwilldo4u
 
Open source Software: pros and cons
Open source Software: pros and consOpen source Software: pros and cons
Open source Software: pros and consygpriya
 
Open source operating systems
Open source operating systemsOpen source operating systems
Open source operating systemsTushar B Kute
 
Open Source Software Presentation
Open Source Software PresentationOpen Source Software Presentation
Open Source Software PresentationHenry Briggs
 
An introduction to open source software
An introduction to open source softwareAn introduction to open source software
An introduction to open source softwareSanjuktaBanik
 
Open source technology
Open source technologyOpen source technology
Open source technologyaparnaz1
 
The open source philosophy
The open source philosophyThe open source philosophy
The open source philosophyGautam Krishnan
 
Linux ppt
Linux pptLinux ppt
Linux pptlincy21
 

Tendances (20)

Open Source Licences
Open Source LicencesOpen Source Licences
Open Source Licences
 
Open Source Software
Open Source SoftwareOpen Source Software
Open Source Software
 
Open source software, commercial software, freeware software, shareware softw...
Open source software, commercial software, freeware software, shareware softw...Open source software, commercial software, freeware software, shareware softw...
Open source software, commercial software, freeware software, shareware softw...
 
Free and Open Source Software
Free and Open Source SoftwareFree and Open Source Software
Free and Open Source Software
 
Linux operating system ppt
Linux operating system pptLinux operating system ppt
Linux operating system ppt
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentation
 
Open source software development
Open source software developmentOpen source software development
Open source software development
 
Linux operating system - Overview
Linux operating system - OverviewLinux operating system - Overview
Linux operating system - Overview
 
Free and Open Source Software
Free and Open Source SoftwareFree and Open Source Software
Free and Open Source Software
 
Open source Software: pros and cons
Open source Software: pros and consOpen source Software: pros and cons
Open source Software: pros and cons
 
Open source operating systems
Open source operating systemsOpen source operating systems
Open source operating systems
 
Open Source Software Presentation
Open Source Software PresentationOpen Source Software Presentation
Open Source Software Presentation
 
An introduction to open source software
An introduction to open source softwareAn introduction to open source software
An introduction to open source software
 
Open source technology
Open source technologyOpen source technology
Open source technology
 
FOSS
FOSS FOSS
FOSS
 
The open source philosophy
The open source philosophyThe open source philosophy
The open source philosophy
 
System software
System softwareSystem software
System software
 
Linux os and its features
Linux os and its featuresLinux os and its features
Linux os and its features
 
Linux ppt
Linux pptLinux ppt
Linux ppt
 
Open source movement
Open source movementOpen source movement
Open source movement
 

En vedette

A história dos sistemas operacionais
A história dos sistemas operacionaisA história dos sistemas operacionais
A história dos sistemas operacionaisCarlos Marques
 
Software livre x software proprietário
Software livre x software proprietárioSoftware livre x software proprietário
Software livre x software proprietárioprofesssorcarlinho
 
Sistema de arquivos e Software Livre e Proprietário
Sistema de arquivos e Software Livre e ProprietárioSistema de arquivos e Software Livre e Proprietário
Sistema de arquivos e Software Livre e ProprietárioAndré Felipe Santos Martins
 
Software Livre (Conceitos, contextualização histórica, licenças, sistemas ope...
Software Livre (Conceitos, contextualização histórica, licenças, sistemas ope...Software Livre (Conceitos, contextualização histórica, licenças, sistemas ope...
Software Livre (Conceitos, contextualização histórica, licenças, sistemas ope...Sérgio Souza Costa
 
Software livre, proprietário e comercial
Software livre, proprietário e comercialSoftware livre, proprietário e comercial
Software livre, proprietário e comercialHenrique Fonseca
 
Software livre x Software Proprietário : Propriedade Intelectual
Software livre x Software Proprietário : Propriedade IntelectualSoftware livre x Software Proprietário : Propriedade Intelectual
Software livre x Software Proprietário : Propriedade IntelectualWisllay Vitrio
 

En vedette (10)

A história dos sistemas operacionais
A história dos sistemas operacionaisA história dos sistemas operacionais
A história dos sistemas operacionais
 
Apresentação Software Livre
Apresentação Software LivreApresentação Software Livre
Apresentação Software Livre
 
Software livre x software proprietário
Software livre x software proprietárioSoftware livre x software proprietário
Software livre x software proprietário
 
Sistema de arquivos e Software Livre e Proprietário
Sistema de arquivos e Software Livre e ProprietárioSistema de arquivos e Software Livre e Proprietário
Sistema de arquivos e Software Livre e Proprietário
 
Software livre, codigo aberto e licenças
Software livre, codigo aberto e licençasSoftware livre, codigo aberto e licenças
Software livre, codigo aberto e licenças
 
Open Source
Open SourceOpen Source
Open Source
 
Software Livre (Conceitos, contextualização histórica, licenças, sistemas ope...
Software Livre (Conceitos, contextualização histórica, licenças, sistemas ope...Software Livre (Conceitos, contextualização histórica, licenças, sistemas ope...
Software Livre (Conceitos, contextualização histórica, licenças, sistemas ope...
 
Sistemas Operacionais
Sistemas OperacionaisSistemas Operacionais
Sistemas Operacionais
 
Software livre, proprietário e comercial
Software livre, proprietário e comercialSoftware livre, proprietário e comercial
Software livre, proprietário e comercial
 
Software livre x Software Proprietário : Propriedade Intelectual
Software livre x Software Proprietário : Propriedade IntelectualSoftware livre x Software Proprietário : Propriedade Intelectual
Software livre x Software Proprietário : Propriedade Intelectual
 

Similaire à An Introduction to Open Source Software

Open source softwares
Open source softwaresOpen source softwares
Open source softwaresSahil Jindal
 
Open source softwares
Open source softwaresOpen source softwares
Open source softwaresSahil Jindal
 
Overview on Open Source Technology.pptx
Overview on Open Source Technology.pptxOverview on Open Source Technology.pptx
Overview on Open Source Technology.pptxDrRShaliniVISTAS
 
Free and Open Source Software
Free and Open Source SoftwareFree and Open Source Software
Free and Open Source SoftwareRam Nath
 
605 open source applications
605 open source applications605 open source applications
605 open source applicationsewhitt17
 
Introduction to Linux basic
Introduction to Linux basicIntroduction to Linux basic
Introduction to Linux basicf114n
 
Open Source Software and Free Software
Open Source Software and Free SoftwareOpen Source Software and Free Software
Open Source Software and Free SoftwareDhurjati Borah
 
Linux – an introduction
Linux – an introductionLinux – an introduction
Linux – an introductionWingston
 
Introducing linux: a short expedition to the debian environment
Introducing linux: a short expedition to the debian environmentIntroducing linux: a short expedition to the debian environment
Introducing linux: a short expedition to the debian environmentMd. Zahid Hossain Shoeb
 
Basics of GNU & Linux
Basics of GNU & LinuxBasics of GNU & Linux
Basics of GNU & LinuxBIT DURG
 
Course 101: Lecture 5: Linux & GNU
Course 101: Lecture 5: Linux & GNU Course 101: Lecture 5: Linux & GNU
Course 101: Lecture 5: Linux & GNU Ahmed El-Arabawy
 
Embedded Systems: Lecture 6: Linux & GNU
Embedded Systems: Lecture 6: Linux & GNUEmbedded Systems: Lecture 6: Linux & GNU
Embedded Systems: Lecture 6: Linux & GNUAhmed El-Arabawy
 
An Introduction to Open Source Software and Web Application Development
An Introduction to Open Source Software and Web Application DevelopmentAn Introduction to Open Source Software and Web Application Development
An Introduction to Open Source Software and Web Application Developmenttrevorthornton
 
01 linux history overview
01 linux history overview01 linux history overview
01 linux history overviewShay Cohen
 
open source technology
open source technologyopen source technology
open source technologyparmsidhu
 
Introduction to FOSS
Introduction to FOSSIntroduction to FOSS
Introduction to FOSSIslam Wazery
 

Similaire à An Introduction to Open Source Software (20)

Open source softwares
Open source softwaresOpen source softwares
Open source softwares
 
Open source softwares
Open source softwaresOpen source softwares
Open source softwares
 
Overview on Open Source Technology.pptx
Overview on Open Source Technology.pptxOverview on Open Source Technology.pptx
Overview on Open Source Technology.pptx
 
Free and Open Source Software
Free and Open Source SoftwareFree and Open Source Software
Free and Open Source Software
 
605 open source applications
605 open source applications605 open source applications
605 open source applications
 
Linux Training Center Pune
Linux Training Center PuneLinux Training Center Pune
Linux Training Center Pune
 
Introduction to Linux basic
Introduction to Linux basicIntroduction to Linux basic
Introduction to Linux basic
 
Open Source Software and Free Software
Open Source Software and Free SoftwareOpen Source Software and Free Software
Open Source Software and Free Software
 
Linux – an introduction
Linux – an introductionLinux – an introduction
Linux – an introduction
 
Introducing linux: a short expedition to the debian environment
Introducing linux: a short expedition to the debian environmentIntroducing linux: a short expedition to the debian environment
Introducing linux: a short expedition to the debian environment
 
Basics of GNU & Linux
Basics of GNU & LinuxBasics of GNU & Linux
Basics of GNU & Linux
 
Course 101: Lecture 5: Linux & GNU
Course 101: Lecture 5: Linux & GNU Course 101: Lecture 5: Linux & GNU
Course 101: Lecture 5: Linux & GNU
 
Embedded Systems: Lecture 6: Linux & GNU
Embedded Systems: Lecture 6: Linux & GNUEmbedded Systems: Lecture 6: Linux & GNU
Embedded Systems: Lecture 6: Linux & GNU
 
An Introduction to Open Source Software and Web Application Development
An Introduction to Open Source Software and Web Application DevelopmentAn Introduction to Open Source Software and Web Application Development
An Introduction to Open Source Software and Web Application Development
 
Buntu
BuntuBuntu
Buntu
 
Linux for everyone
Linux for everyoneLinux for everyone
Linux for everyone
 
01 linux history overview
01 linux history overview01 linux history overview
01 linux history overview
 
Open source
Open sourceOpen source
Open source
 
open source technology
open source technologyopen source technology
open source technology
 
Introduction to FOSS
Introduction to FOSSIntroduction to FOSS
Introduction to FOSS
 

Dernier

Mastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptxMastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptxAS Design & AST.
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorTier1 app
 
SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?Alexandre Beguel
 
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdfAndrey Devyatkin
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldRoberto Pérez Alcolea
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...OnePlan Solutions
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesVictoriaMetrics
 
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...kalichargn70th171
 
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdfSteve Caron
 
eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolsosttopstonverter
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shardsChristopher Curtin
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogueitservices996
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...OnePlan Solutions
 
Advantages of Cargo Cloud Solutions.pptx
Advantages of Cargo Cloud Solutions.pptxAdvantages of Cargo Cloud Solutions.pptx
Advantages of Cargo Cloud Solutions.pptxRTS corp
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLionel Briand
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesKrzysztofKkol1
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slidesvaideheekore1
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jNeo4j
 
Pros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdf
Pros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdfPros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdf
Pros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdfkalichargn70th171
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics
 

Dernier (20)

Mastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptxMastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptx
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryError
 
SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?
 
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository world
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 Updates
 
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
 
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
 
eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration tools
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogue
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
 
Advantages of Cargo Cloud Solutions.pptx
Advantages of Cargo Cloud Solutions.pptxAdvantages of Cargo Cloud Solutions.pptx
Advantages of Cargo Cloud Solutions.pptx
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and Repair
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slides
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
 
Pros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdf
Pros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdfPros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdf
Pros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdf
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
 

An Introduction to Open Source Software

  • 1. An Introduction to Open Source Software ALI YAVARI – MAIL@ALIYAVARI.COM
  • 2. What is Source? • Source code is the version of software as it is originally written by a human in plain text • The term software refers to all operating systems, application programs • Source code can be written in any of the programming languages (C, C++, Cobol, Fortran, Java, Perl, PHP, Python and..) • To be usable by a computer source code must be compiled Reference: http://www.linfo.org/ Compile
  • 3. What is Open Source Software? promotes free redistribution and access to a products design or ideas and implementation details.
  • 4. Open -> Collaboration is Open Source -> Source is freely available Share Adapt Modify Collaborate!
  • 5. Is it Free? • Free here is freedom not free in terms of price. • Every free software is not Open Source. • Every Open Source software is not free. • Some software are Open Source as well as free. No!
  • 6. Open Source Software History • In the 1950s and 1960s, • software and compilers were delivered as a part of hardware purchases without separate fees • At this time, source code, the human-readable form of software, was generally distributed with the software providing the ability to fix bugs or add new functionality • Many of the modifications developed by universities were openly shared in keeping with the academic principles of sharing knowledge • In the 1970s • “unbundling” of software from hardware [IBM] • In the 1980s • Richard Stallman, formerly a programmer at the MITAI Lab launched the GNU Project • Computer Science Research Group (CSRG) of the University of California at Berkeley working on BSD UNIX system
  • 7. Open Source Software History Cont’d • In the 1990s • In Finland, LinusTorvalds, a student of computer science was implementing the first versions of the Linux kernel. • GNU/Linux • 386BSD • GNU/Linux and 386BSD were reasonably stable platforms. • BSD based operating systems (NetBSD, FreeBSD, and OpenBSD) • GNU/Linux distributions (Slackware, Debian, Red Hat, Suse, Mandrake,..) • Apache (web server) • Perl • GNOME and KDE (Desktop environment) • Mozilla (funded by Netscape to build a web browser) • Open Source Initiative (OSI)
  • 8. GNU Project • Build a free operating system • Software produced by GNU will remain free • Started by coding some programming tools (a compiler, an editor, etc.). • GNU General Public License (GPL) • The freedom to run the program as you wish, for any purpose (freedom 0). • The freedom to study how the program works, and adapt it to your needs (freedom 1) • The freedom to redistribute copies so you can help your neighbor (freedom 2). • The freedom to improve the program, and release your improvements to the public, so that the whole community benefits (freedom 3) Free software means the users have the freedom to run, copy, distribute, study, change and improve the software.
  • 9. Copyleft Copyleft is a general method for making a program (or other work) free, and requiring all modified and extended versions of the program to be free as well. http://www.gnu.org/copyleft/copyleft.en.html
  • 10. Berkeley Software Distribution • Berkeley Software Distribution (BSD) is a Unix operating system • Developed and distributed by the Computer Systems Research Group (CSRG) of the University of California, Berkeley • Basis for several open source development projects • FreeBSD aims for high performance and ease of use by end users • NetBSD aims for maximum portability (NASA space missions) • OpenBSD aims for security • There are also BSD UNIX® operating systems which are not open source • Mac OS® X the operating system for Apple.The BSD core is Darwin (available as a fully functional open source operating system)
  • 11. • Open Source Initiative (OSI) is a public benefit corporation • Founded in 1998 • Actively engaged in building open source community http://www.opensource.org/
  • 12. Business models for open-source software • Selling professional services • Selling of branded merchandise • Selling of certificates • Voluntary donations • Advertising-supported software • Re-licensing under a proprietary license • And…
  • 13. Open Source Project • Linux Foundation – 2007 • 7800 contributors from 800 companies • 6 patches per hour • OpenStack - 2010 • Started as NASA/Rackspace project • 10,418 individual members in 125 countries • 237 organizations • 1278 contributors • 1.3M lines of code
  • 14.
  • 15. Linux • A Linux distribution has thousands of software Free! • Linux is a complete, stable and reliable operating system • Linux is powerful • Linux has a complete development environment • Linux is an ideal environment for servers • It is easily upgradable • It has lots of documentation • More than 90% of current Linux source code is written by other developers • Even Microsoft Contributes to Linux Kernel Development
  • 16. Linux runs on Linux-based Server runs on Linux-based Server runs on Linux-based Server runs on Linux-based Server runs on Linux-based Server runs on Linux-based Server runs on Linux-based Server
  • 17. but why? • Stability • Security • Hardware • Cost • Freedom • Apache, Linux’s leadingWeb server application • MySQL, the most prominent database application • PHP, the most popular scripting language
  • 18. Apache • Developed and maintained by an open community of developers under the auspices of the Apache Software Foundation • The most popular web server on the internet since 1996 • 54.2% of all active websites (June 2013) • is a collaborative software development • Apache can run on almost any OS including • Simple and powerful • File-based configuration • It is free • It is Open Source
  • 19. MySQL • 1994 – Development starts on MySQL • MySQL is the world's most popular open source database • Relational database management system (RDBMS); • Facebook and Wikipedia use MySQL • It is Open Source • It is Free
  • 20. PHP • is a server-side scripting language designed for web development • was installed on more than 240 million websites and 2.1 million web servers • originally stood for Personal Home Page • it now stands for PHP: Hypertext Preprocessor • PHP is free software released under the PHP License
  • 21. Wordpress • WordPress is the world’s most popular blogging platform • Used by a 202 million websites • can be used to transform a standard blog into interactive website • Content management system • https://wordpress.com • Open Source • Free
  • 22. VLC Player • media player had been downloaded 300 million times • supports practically every audio/video codec and file format • live recording of streaming video • frame-by-frame advancement and superb speed controls • It is Open Source • It is Free
  • 23. Notepad++ • Source code editor and Notepad replacement • https://notepad-plus-plus.org/ • supports several languages • GPL License. • auto-completion for CSS, C, C++, C#, Java, JavaScript, SQL, HTML, XML and PHP
  • 24. Ubuntu • is a Debian-based Linux operating system • Unity as its default desktop environment • Ubuntu also runs network servers • generates revenue through the sale of technical support and other services related to Ubuntu • It is Open Source • It is Free
  • 25. Let’s try Ubuntu! • Ubuntu Distribution • http://www.ubuntu.com/download/desktop • Virtual PC • http://www.microsoft.com/en-au/download/details.aspx?id=3702
  • 26. Android • Android is a mobile operating system (OS) based on the Linux kernel and currently developed by Google. • Android is designed primarily for touchscreen • Source code is released by Google under open source licenses • Initially developed by Android, Inc., which Google bought in 2005 ($50 million) • was developed as a platform for digital cameras but the makers later changed their focus to smart phones • Free!
  • 27. GIMP • GNU Image Manipulation Program • is a free and open-source raster graphics editor • began in 1995 as the school project of two university students • a possible replacement for Adobe Photoshop • Windows: www.gimp.org/downloads/ • Linux: apt-get install gimp
  • 28.
  • 29. • LaTeX is a document preparation system for high-quality typesetting • It is most often used for medium-to-large technical or scientific documents but it can be used for almost any form of publishing. • LaTeX is not a word processor • LaTeX was first developed in 1985 • MiKTeX is a freeTeX distribution forWindows systems
  • 31. Is Open Source just about software!? Arduino is an open source hardware!

Notes de l'éditeur

  1. Open Source software is distributed with its source code. The Open Source Definition has three essential features: It allows free re-distribution of the software without royalties or licensing fees to the author It requires that source code be distributed with the software or otherwise made available for no more than the cost of distribution It allows anyone to modify the software or derive other software from it, and to redistribute the modified software under the same terms. Steven Weber, The Political Economy of Open Source Software, BRIE Working Paper 140, http://brie.berkeley.edu/~briewww/pubs/pubs/wp/wp140.pdf
  2. Apache more than 50% market share
  3. The simplest way to make a program free software is to put it in the public domain (uncopyrighted) but It also allows uncooperative people to convert the program into proprietary software. Copyleft says that anyone who redistributes the software, with or without changes, must pass along the freedom to further copy and change it Copyleft also provides an incentive for other programmers to add to free software
  4. Branded: the Mozilla Foundation[13] and the Wikimedia Foundation[14] sell branded merchandise articles like t-shirts and coffee mugs innovated by Moodle, an open source learning management system and community platform Firefox 1.0 web browser
  5. historically, about 30% of all vulnerabilities listed since 1996 in this database are linked to PHP
  6. apt-get update apt-get install texlive texlive-base or apt-get install texlive-full