Open Source The Future of Software What’s Open Source Open-source software is computer software whose source code is available under a copyright license.

Slides:



Advertisements
Similar presentations
Linux Overview1 John Mathieson IEEE Monthly Meeting February 3, 2009 Tux Official Mascot of Linux Kernel.
Advertisements

Free Beer and Free Speech Thomas Krichel
Carlo Tarantola Senior Director EMEA Mobile and Wireless Center of Expertise Warsaw, Poland Oracle Corporation.
OPEN SOURCE vs. COMMERCIAL SOFTWARE an academic view Budi Rahardjo Presented at Business Software Alliance.
Software engineering tools for web development Jim Briggs 1CASE.
Introduction to Linux Video task 1. Five reasons to use Linux Data security Price Reliability It is modified for the needs of a user It is easy to use.
What is GNU/Linux (Not Linux!)? David Sudjiman davidsudjiman (at) yahoo (dot) com The latest version of this document can.
Open Source for the End User. Matthew G. Switlik Learning Management Programmer IT since 1996 Web application development since 2001.
Copyleft and cathedrals How the counterculture is changing the way we do business.
IS Spring The Basics of Open Source Reinhardi A. Haqi Mohamed Umar Shakeel Advanced Topics for Systems Development.
A Framework for Understanding The Open Revolution How the Open Source movement is changing the world.
A DAPT IST Dissemination and Use Plan Revised version Ricardo Jiménez-Peris Universidad Politécnica de Madrid.
Open Source Basics: Definitions, Models, and Questions Johndan Johnson-Eilola Clarkson University.
Open Source/Free Software Source code is available Extensible Can be changed, modified Freely distributed Copies Modified versions Alternatives to commercial/proprietary.
Open Source WGISS 39. Definition of Open Source Software (OSS)  Open source or open source software (OSS) is any computer software distributed under.
Open-Source Software ISYS 475.
COMP 6005 An Introduction To Computing Session Two: Computer Software Acquiring Software.
OPEN-SOURCE SOFTWARE BY: SAMANTHA HERALD  Otherwise known as OSS, is computer software that is available with source code: normally reserved for copyright.
Sl.NoUnitContents 1.Unit - 1 What is Open Source?, Why Open Source? 2Unit – 2 What is Open Standard? - Why Open Standards? 3Unit – 3 Peek into history.
CHAPTER 6 OPEN SOURCE SOFTWARE AND FREE SOFTWARE
Comparing functions and features of operating systems.
University of Limerick1 Software Applications u Aspects of software and the internet.
INTELLECTUAL PROPERTY COPYRIGHTS, PATENTS AND TRADE MARKS.
Is Open Source Software a viable option for private and public organizations? Anthony W. Hamann Tuesday, March 21, 2006.
Computers and Society Examine the extent to which Richard Stallman’s GNU manifesto has succeeded in challenging the dominance of conventionally distributed.
Open Source Software An Introduction. The Creation of Software l As you know, programmers create the software that we use l What you may not understand.
Open Source: Doing What You Do for Free Alex Inman Director of Technology Whitfield School
How I learned to stop worrying and love Open Source Software... Colin M. Sharples Advisory IT Specialist IBM Business Consulting Services SQNZ 21 October.
Introduction to Open Source Imed Hammouda, adjunct professor Tampere University of Technology
Presented By: Avijit Gupta V. SaiSantosh.
Open Source Software Information Technologies and the Business Students 2 By Alex Hauteclocque and Marina Andreeva Professor Darin McRae.
Software Engineering CS3003
Development Strategies for Web Applications Jonathan Babbage National Superconducting Cyclotron Laboratory.
PREPARED BY: YOUR FIRST AND LAST NAME CURRENT DATE Ethics for Computer Use.
Open Source Software Bangladesh University of Business and Technology Nizar Saadi Dahir M.Sc. Computer Engineering Computer Center- Kufa University
OPEN SOURCE AND FREE SOFTWARE. What is open source software? What is free software? What is the difference between the two? How the two differs from shareware?
Open Source Operating Systems. TEKS Standards § Computer Applications 12) The student describes how and why computer technology evolves. The student.
About Openness Letizia Jaccheri Pisa
Introduction After seeing the pressure of license and proprietary software users where a lot of money is needed to make sure the software is in good condition,
Open Source Software Architecture and Design By John Rouda.
Copyright © 2006 Linux Care OÜ 1 “IST programme: new funding and collaboration opportunities” , Tallinn, Estonia Linux in Business use Linux.
OPEN-SOURCE SOFTWARE BY: SAMANTHA HERALD  Otherwise known as OSS, is computer software that is available with source code: normally reserved for copyright.
What is Open-Source Software?  Open-Source software (OSS) is computer software that is available in source code form: the source code and certain other.
Open Source Software This permits users to use, change, and improve the software, and to redistribute it in modified or unmodified forms. It is very often.
Open Source Examples – Linux; Apache; Firefox Requirements – Distributed w/ source code – License allows for modifications (GPL) – License remains w/ any.
OPEN SOURCE SOFTWARE By Jenna Litteral. WHAT IS OPEN SOURCE SOFTWARE?  Open Source Software (OSS) is a computer software available with a source code.
Presentation By: Ryan Combs. Ubuntu Pronouced: ‘ oo-BOON-too’ Ubuntu is an African word that has a few meanings. 1)“Humanity to others” 2) “I am what.
FP 501 OPEN SOURCE OPERATING SYSTEM CHAPTER 1: INTRODUCTION TO OPEN SOURCE SOFTWARE (OSS) TECHNOLOGY.
Made By: Micheal Mouner Linux VS Windows. Agenda.
SIG OPEN Tim Choh. AGENDA Go over some basic info on open source Look into GitHub Look into some local open source groups Find some cool open source projects.
Open Source Software. Chris Moylan Group 5...I think.
© 2007 by Michal Dobisek; made available under the EPL v1.0 | EclipseCon 2007 Michal Dobisek, Inside Subversive The Subversion.
Software Copyrights and Licenses DANIEL PARKER. Overview  Copyrights  Software copyright information  Software licenses & some examples  Why copyrighting.
1 The FreeBSD Project: a Replication Case Study of Open Source Development.
Free Software, Protection against Thieves, and the Cloud Omnilore Computer Talk Rick Spilane Feb. 25, /7/2016Rick Spillane1.
Welcome to Open Source Technology An Overview of Software By Afroz Hippargi, CIT, YASHADA, Pune.
Open Source Project Development – A case study - CSC8350, 4/07/ Instructor: Xiaolin Hu - Presenters: Fasheng Qiu & Xue Wang.
Introduction to FOSS. Classes of software  Operating System (OS)  Software that manages all the application programs in a computer  Manages the computer.
LINUX History In 1984 a project was launched by Richard Stallman to develop a complete Unix-like operating system that would be considered free software.
OPEN SOURCE.
open source and free software Najeeb Ullah Student ID
Open Source software Licensing
OPEN SOURCE.
What is Copyright?.
Daniel Henry January 30, 2002 CS 4900
OPEN SOURCE SOFTWARE (OSS)
OPEN SOURCE BY :.
Open Source Software Licenses
APACHE LICENSE HISTORICAL EVOLUTION
Open Source Concepts Chapter 14 12th Computer Application Paddasalai
Presentation transcript:

Open Source The Future of Software

What’s Open Source Open-source software is computer software whose source code is available under a copyright license that permits users to study, change, and improve the software, and to redistribute it in modified or unmodified form.

Open source license Open source licenses define the privileges and restrictions a licensor must follow in order to use, modify or redistribute the open source software for example GNU General Public License (GNU GPL)

Pros and Cons of OSS Pros It’s Free! for general usage Less bug and more Stable (not all) Cross-Platform Cons No user support Less secure Less efficiency User Interface may not attractive

Source Code Revision Control Concurrent Version System (CVS) manage the files of a project when several people are working on the project at the same time Client – Server Architecture Netbeans, Eclipse, Intellij IDEA are support too! (Plug- in)

Sample

How OSS will be affect to user? Have you ever heard these ? Linux, FreeBSD, PHP, Apache, Mozilla Firefox, LAME or BitTorrent (Client) Many people will be tend to use it more because of their proposition.

Let’s Begin Adobe Photoshop vs. Gimp

Intellij IDEA vs. Eclipse vs. Netbeans (Java IDE)

Let’s use Open Source Software Open Source Rules! Starting by using Linux

References ethttp:// et s/ s/

Sarawat Kitsinthopchai Krisa Chaijaroen ppt