Open Source The Revolution

Size: px
Start display at page:

Download "Open Source The Revolution"

Transcription

1 Open Source The Revolution Sistemas de Informação em Saúde I Mestrado em Informática Médica (FMUP) António Cardoso Martins (digiplan.pt@gmail.com) April 2009

2 Agenda Free Software History of Free Software The philosophy of FOSS FOSS development process model FOSS Vs. Proprietary Software Benefits of FOSS Licensing models of FOSS The Linux operating system FOSS Applications Where do FOSS fit in the Health Care? 2

3 Definition of Terms FOSS - Free and Open Source Software Free Software free as in free speech Proprietary Software restricted use, hidden source code Commercial Software for a price Open Source Software with source code Freeware free as in free lunch Public Domain no copyright, totally open Copyleft GPL self-propagation method 3

4 Free Software 4

5 History of Free Software 1960s and 70s developers/programmers freely exchanged source code 1969 ARPA started work on ARPANET, later called Internet Unix and C invented by Ken Thompson, Dennis Ritchie, and J.F. Ossanna Late 70s & early 80s BSD (Berkeley Systems Distribution) Unix created, TCP/IP into BSD Unix Late 70s companies began to restrict use, became secretive about source code, equated copying software to stealing Disaffection was created among those used to freedom and access to code 5

6 The Open Letter to Hobbyists 6

7 Richard Stallman Worked at MIT Got frustrated by restriction on access to source code Started the GNU (GNU is Not Unix) project in 1983 Started the Free Software Foundation [FSF] Developed many tools under the GNU project Used Linux kernel to create GNU/Linux : A complete open source operating system Developed the GNU General Public License (GPL) Gnu = wildebeest (GNU logo) Stallman was ridiculed and mocked, called a communist 7

8 The GNU project GNU = GNU is Not Unix (a recursive acronym!) Project to implement a completely free Unix-like operating system Started by Richard Stallman in 1984, an MIT researcher, in a time when Unix sources were no longer free Initial components: C compiler (gcc), make (GNU make), Emacs, C library (glibc), coreutils (ls, cp...) However, in 1991, the GNU project was still missing a kernel and was running only on proprietary unix GNU / Linux and Free Software An introduction, Michael Opdenacker, Free Electrons electrons.com

9 Freedom According to FSF Software is free if it provides all four freedoms: 0. The freedom to run the program for any purpose 1. The freedom to study and modify the program 2. The freedom to copy the program so you can help your neighbor 3. The freedom to improve the program, and release your improvements to the public, so that the whole community benefits 9

10 The philosophy of OSS 10

11 The Cathedral and the Bazaar 1997: Eric Raymond wrote essay titled The Cathedral and the Bazaar Presented a strong argument in support of open source as a better process for software development than proprietary process Influenced Netscape Communications to release source code of their browser to open source community (1998) Eric Raymond 11

12 Free software and Open Source The Free Software movement Principle centered approach Focuses on individual freedom and on the social usefulness of cooperation The Open Source movement Pragmatic approach Mainly advocates the advantages of sharing the sources and makes choices based on technical superiority Though the basic motives are different, both movements work together and get along very well! GNU / Linux and Free Software An introduction, Michael Opdenacker, Free Electrons electrons.com

13 Free Software vs Open Source Software Bruce Perens Eric Raymond, Bruce Perens, and Tim O'Reilly led creation of Open Source Initiative (OSI) in 1998 OSI sought to improve image of free/open source software and make it more business-friendly OSI convinced several corporations to support FOSS (Oracle, IBM, Corel, Intel, Netscape) OSI Open Source Initiative 13

14 What is Open Source? It doesn't just mean Access to the source-code The license must not restrict anyone from selling or giving away the software The program must include the source code, and allow distribution The license must allow for derived works and other modifications to be released under the same license The license must not discriminate against persons or groups The license must not discriminate against fields of endeavor (e.g., it cannot say For educational use only )

15 FOSS Software Development Process Model 15

16 Proprietary software model (The Cathedral) Developers, Architects, Project Managers Business: Purchasers End Users 16

17 Open Source development model (The Bazaar) Lose (global) community of developers Existence of a strong project leader but fluid structure Uses incremental development, frequent releases Requires code management and bug management system Developers offer free services, are self-motivated Often involves a global effort, code exchange via Internet Uses open source tools 17

18 Comments on Process Models We must recognize that software can be very complex No process model is perfect Ultimately, similar parameters determine product quality in each model Talented developers and good leadership is a must in each process Bazaar model is not always the most appropriate 18

19 FOSS Vs. Proprietary Software 19

20 FOSS Vs. Proprietary Software Open Source Proprietary Software Usually lower license cost or no cost License fee can be high Source available Source code usually closed Freedom to modify Usually can not modify Business model relies on service fees not license fees Usually relies on license fees Better cross-platform (OS) support Often single platform support Open Source Software: An Introduction, J M Githeko, Egerton University, July

21 FOSS Vs. Proprietary Software Open Source Proprietary Software Easy to test and evaluate before adoption Often requires you pay license fees before access Easier to audit security vulnerabilities Closed code difficult to detect vulnerabilities Total cost of ownership (TCO) should be lower TCO often higher due to lock-in factor and high license fees Linus Torvalds Linux Bill Gates Microsoft Adapted from: Open Source Software: An Introduction, J M Githeko, Egerton University, July

22 Benefits of FOSS Purchasers (Businesses) Usually lower license cost Flexible support options no vendor lock-in Freedom to modify Content (data) Owners FOSS provides longevity to support content, less chance of data extinction FOSS often uses open file and data formats (e.g., XML) Easier to localize due to open source code Open Source Software: An Introduction, J M Githeko, Egerton University, July

23 Benefits of FOSS End-Users (Employees) Can help themselves or get help from friends Can modify software if they have skills Are not limited to PS Retry, Reboot and Reinstall options Software Developers Openness of source code allows more focus on innovation - they can borrow and reuse easily) Small companies find it easier to sell software discontinuation of support is less likely Open Source Software: An Introduction, J M Githeko, Egerton University, July

24 Benefits of FOSS Security Open source receives more scrutiny so vulnerabilities are likely to be found faster Code can be inspected easily for weaknesses National Capacity Building Education institutions can improve students skills by using FOSS for instruction We ll rely less on external technical support Will help create jobs rather than export jobs Local support will add value to the local economy Piracy zero difficult to pirate FOSS it s open and usually free of license fees Open Source Software: An Introduction, J M Githeko, Egerton University, July

25 Challenges of implementing FOSS High level of skill required is usually quite high Need to be able to evaluate options Need to get internal or external support system (developers) Often runs on FOSS OS so skill in Linux or BSD may be critical Internet connectivity a must Open Source Software: An Introduction, J M Githeko, Egerton University, July

26 Licensing models of FOSS 26

27 The GNU General Public License GPL The major contribution from the GNU project! Copyleft licenses use copyright laws to let the author require that modified versions are free software too The GNU GPL requires that modifications and derived works are GPL too: Only applies to released software Any program using GPLed code (either by static or even dynamic linking) is considered as an extension of this code GPL FAQ: GNU / Linux and Free Software An introduction, Michael Opdenacker, Free Electrons electrons.com

28 GNU Lesser General Public License LGPL Copyleft license similar to the GNU GPL: Modifications must be shared under the same conditions However, permits linking with non free modules Used by several Free Software libraries. Examples: glibc, GTK, Wine, SDL There are dozens of other similar Licensing models MPL, BSD license, Apache, CPL, Eclipse... GNU / Linux and Free Software An introduction, Michael Opdenacker, Free Electrons electrons.com

29 The Linux operating system 29

30 Unix family tree FreeBSD BSD family OpenBSD BSD (Berkeley Software Distribution) NetBSD Bill Joy Bill Joy SunOS (Stanford University Network) NextStep Bell Labs (AT&T) GNU Richard Stallman Ken Thompson Dennis Ritchie (C language created to implement a portable OS) MacOS X GNU / Linux Linus Torvalds IRIX (SGI) SRV5 Ritchie, Thompson Time System V family HP UX Sun Solaris AIX (IBM) GNU / Linux and Free Software An introduction, Michael Opdenacker, Free Electrons electrons.com You are here

31 The Unix philosophy Today's most powerful systems are based on a 35 year old design! Small is beautiful Make each program do one thing well Choose portability over efficiency Avoid captive user interfaces System abstraction Kernel: hardware layer Shell: text mode layer X Window: GUI layer GNU / Linux and Free Software An introduction, Michael Opdenacker, Free Electrons electrons.com

32 Main Unix features Unix originally created for huge multi-user mainframe computers Multi-user and secure: Regular users can't mess with other user's files (by default) In particular, regular users can't modify system settings, can't remove programs, etc. root: administrator user with all privileges Preemptive multi-tasking Supports multiple processors Extremely flexible Networking support Portability Scalability GNU / Linux and Free Software An introduction, Michael Opdenacker, Free Electrons electrons.com

33 Unix system architecture Graphical user applications Web browser, office, multimedia... Command line applications ls, mkdir, wget, ssh, gcc, busybox, shells (scripts)... User space Shared libraries libjpeg, libstdc++, libxml... C library GNU C library, uclibc... Operating system kernel Linux, Hurd... Hardware and peripherals GNU / Linux and Free Software An introduction, Michael Opdenacker, Free Electrons electrons.com Kernel Space Hardware

34 Linux Free Unix-like kernel created in 1991 by Linus Torvalds The whole system uses GNU tools: C library, gcc, binutils, fileutils, make, emacs... So the whole system is called GNU / Linux Shared very early as free software (GPL license), which attracted more and more contributors and users Since 1991, growing faster than any other operating system (not only Unix) GNU / Linux and Free Software An introduction, Michael Opdenacker, Free Electrons electrons.com

35

36 Commercial distributions Red Hat: The most popular. Reliable, safe, user friendly, easy to install, supported by all hardware and software vendors. Suse (Novell): The main alternative. Easy to install, user friendly, stable. Getting support by hardware and software vendors. Mandriva (formerly Mandrake): User friendly, easy to install, more innovative, but less stable. More targeted to individual users. Little vendor support.

37 Community distributions (1) Fedora Core: Stable, secure, user friendly, easy to install. Frequent full releases. Debian: Very stable and safe, but more difficult to configure and install. Developer but no user friendly yet. Stable releases not frequent enough (every 2 or 3 years). Great for servers, but not for beginners! Ubuntu Linux: The growing community distribution. Debian based but stable releases every 6 months. Long term support commitment (5 years!). User friendly. Great for both beginners and experts!

38 Community distributions (2) Mandriva Community: Easy to install, secure, user friendly, frequent full releases, but less stable (not enough testing and taking user feedback into account). Gentoo Linux: Created to reach the highest levels of customizability. Most packages compiled from source by the user with CPU optimizations. Ported to most architectures supported by the Linux kernel. Frequent releases. Great documentation. Not for beginners though great for learning!

39 FOSS Applications 39

40 Apache Web server from the Apache Foundation License: Apache license (BSD type) The most popular web server on Internet since April 1996! Supported platforms: Unix and Windows NT Main developers: community

41 Firefox Open source web browser Created under Mozilla

42 Market Shares (April 2009) Web browsers Operating Systems

43 OpenOffice.org Open Source office suite Founded by Sun Microsystems in 2000

44 OpenOffice.org Applications

45 Where do FOSS fit in The Health Care? 45

46 Advantages of IT Use in Health Care 46

47 General Challenges to IT Adoption in Health Care 47

48 Health Care & OSS Adoption Theory Facilitators (+) Inhibitors ( ) The Adoption of Open Source Software in Hospitals, Gilberto Munoz, University of Maryland, March

49 Health Care Information Systems Focus: Hospital software systems only Two types of OSS products available for hospitals: Domain-specific Electronic medical records (EMR) systems VistA, OpenVistA, and Open EMR, etc. General-purpose Web servers, database servers, office suites, operating systems Apache, MySQL, OpenOffice, and Linux, etc. The Adoption of Open Source Software in Hospitals, Gilberto Munoz, University of Maryland, March

50 Survey Survey sent to 260 IT hospital managers across the BWNV selected from the HIMSS member s database Response Rate of Survey = (30/229*100) = 13.10% Respondent profile Director/Mgr of IS (26.7%), CIO/CTO/VP (20%), and project manager level (20%) Type of hospital Health care system hospitals (40%), followed by hospitals as a part of a multi-system network (36.67%) IT budget Half (50%) 2.1%-3.0% In-house IT personnel 90% More than five years of experience IT personnel 76.7% The Adoption of Open Source Software in Hospitals, Gilberto Munoz, University of Maryland, March

51 Adoption of OSS by Hospitals Has your hospital adopted (i.e., acquired with plans to use) any open source software (OSS) application, product, or system? Non adopters & adopters 80 n=23 Characteristics of OSS adopters Hospital type Hospital as a part of a multisystem network (42.86 %) Type of IT personnel In-house (100%) Years of experience IT personnel 10 (42.86%) Percent % n= % 0 No-Adoption Yes-Adoption 5-10 years (28.57%) Has your hospital adopted (i.e., acquired with plans to use) any open source Q: Has your hospital adopted (i.e., acquired with plans to use) any open source software (OSS) application, product, or system? Hospital s annual gross revenue $501M (57%) IT operating budget (annual) % (85.7) The Adoption of Open Source Software in Hospitals, Gilberto Munoz, University of Maryland, March

52 Extent of OSS Adoption Hospitals have adopted general-purpose products to a greater extent than domain-specific products *MIRTH=cross platform HL7 interface engine that enables bi directional sending of HL7 messages between systems and applications over multiple transports *DCM4CHE=applications and utilities for healthcare IT. These applications have been developed in the Java programming language for performance and portability, supporting deployment on JDK 1.4 and up The Adoption of Open Source Software in Hospitals, Gilberto Munoz, University of Maryland, March

53 Results Interviews Lack of in-house development The rule rather than the exception Dependency on software vendors for all IT operations and software needs Lack of sufficient and skilled IT personnel Lack of medical informaticians I think that the majority of the OSS are probably of inferior quality because they are just gifts that any research lab puts together and hands out from a couple graduate students Hospital IT managers perceive that software provided by hospital software vendors have better quality in general Perceived lack of OSS security It is not the fact that the OSS won't be able to provide the functionality that we need in the hospital. The major concern is going to be how secure OSS is Lack of liability provided by OSS Amalgamation of medicine and IT expertise Perceived lack of general quality of OSS products IT staff personnel are exclusively devoted to the on-site support of IT systems provided by vendors The factor that caused us not to adopt OSS is the support and accountability that comes with writing a check to a commercial software vendor Satisfaction level with software vendors The Adoption of Open Source Software in Hospitals, Gilberto Munoz, University of Maryland, March

54 Results Interviews Hospital IT budget IT budget with 3% or less have a propensity to adopt OSS Hospital organizational culture Very conservative industry when it concerns the willingness and support of IT management to adopt any new technology Hospital organizational structure The organizational design of the hospital has a major influence on the adoption of software within the hospital, I don't want to use the word power structure, but it is almost the political landscape of the organization that influences the way we adopt any technology The Adoption of Open Source Software in Hospitals, Gilberto Munoz, University of Maryland, March

55

56

57

58

59

60

61

62

63

64 Questions? 64

Unit 10 : An Introduction to Linux OS

Unit 10 : An Introduction to Linux OS Unit 10 : An Introduction to Linux OS Linux is a true 32/64-bit operating system that run on different platforms. It is a multi-user, multi-tasking and time sharing operating system. Linux is a very stable

More information

CSPA. Common Statistical Production Architecture Descritption of the Business aspects of the architecture: business models for sharing software

CSPA. Common Statistical Production Architecture Descritption of the Business aspects of the architecture: business models for sharing software CSPA Common Statistical Production Architecture Descritption of the Business aspects of the architecture: business models for sharing software Carlo Vaccari Istat (vaccari@istat.it) Index Costs categories

More information

Foreword. Contents. Edos - Sixth Framework Programme - Priority 2 1

Foreword. Contents. Edos - Sixth Framework Programme - Priority 2 1 Edos Glossary Project Title Edos Project Number IST-004312 Contact Authors Ciarán Bryce, Michel Deriaz, Michel Pawlak Author List Ciarán Bryce, Michel Deriaz, Michel Pawlak,... Workpackage Number WP 4

More information

Introduction to Computer Administration. System Administration

Introduction to Computer Administration. System Administration Introduction to Computer Administration System Administration System Administration System Administration Duties of System Administrator Types of Administrators/Users Operating Systems Supporting Administration

More information

Corso di Laurea Magistrale in Informatica, Università di Padova Tecnologie open-source, Anno accademico 2010/2011

Corso di Laurea Magistrale in Informatica, Università di Padova Tecnologie open-source, Anno accademico 2010/2011 Proprietary software is computer software which is the legal property of one party. The terms of use for other parties is defined by contracts or licensing agreements. These terms may include various privileges

More information

We d like to hear your suggestions for improving our indexes. Send email to index@oreilly.com.

We d like to hear your suggestions for improving our indexes. Send email to index@oreilly.com. Index A Academic Free License, 14, 24 30 derivative works, 27 disclaimer of warranties, 26 intellectual property rights, 24 limitations of, 26 merger clauses, 29 modifying terms, 30 non-endorsement provision,

More information

Traditional Commercial Software Development. Open Source Development. Traditional Assumptions. Intangible Goods. Dr. James A.

Traditional Commercial Software Development. Open Source Development. Traditional Assumptions. Intangible Goods. Dr. James A. Open Source Development Dr. James A. Bednar jbednar@inf.ed.ac.uk http://homepages.inf.ed.ac.uk/jbednar Traditional Commercial Software Development Producing consumer-oriented software is often done in

More information

Moving a Commercial Forecasting Product to Open Source

Moving a Commercial Forecasting Product to Open Source American Immunization Registry Conference October 7 9, 2013 Denver, CO Moving a Commercial Forecasting Product to Open Source Judy Merritt, Scientific Technologies Corporation Nathan Bunker, Dandelion

More information

On the Influence of Free Software on Code Reuse in Software Development

On the Influence of Free Software on Code Reuse in Software Development On the Influence of Free Software on Code Reuse in Software Development Marco Balduzzi Abstract Software reuse has become a topic of much interest in the software community due

More information

Introduction to Open Source. Marco Zennaro mzennaro@ictp.it Carlo Fonda cfonda@ictp.it

Introduction to Open Source. Marco Zennaro mzennaro@ictp.it Carlo Fonda cfonda@ictp.it Introduction to Open Source Marco Zennaro mzennaro@ictp.it Carlo Fonda cfonda@ictp.it Agenda Open Source Linux Linux history Distributions License Types OS and Development OS Definition Why is it called

More information

CSE 265: System and Network Administration

CSE 265: System and Network Administration CSE 265: System and Network Administration MW 1:10-2:00pm Maginnes 105 http://www.cse.lehigh.edu/~brian/course/sysadmin/ Find syllabus, lecture notes, readings, etc. Instructor: Prof. Brian D. Davison

More information

Open Source Software Usage in the Schools conceptual strategy

Open Source Software Usage in the Schools conceptual strategy Open Source Software Usage in the Schools conceptual strategy Kliment Simoncev simoncev@gmail.com open source advocate on behalf of MoES Drafting conceptual strategy Leverage open source software in different

More information

What You Should Know About Open Source Software

What You Should Know About Open Source Software What You Should Know About Open Source Software J.D. Marple Silicon Valley Latham & Watkins operates as a limited liability partnership worldwide with an affiliate in the United Kingdom and Italy, where

More information

Userful MultiSeat Toolkit

Userful MultiSeat Toolkit Userful MultiSeat Toolkit Computer Lab Set-Up & Procedures Guide Linux: The Free Alternative 2 Userful MultiSeat Toolkit - Computer Lab Set-Up & Procedures Guide Linux: The Free Alternative Copyright 2010

More information

Open Source Alternatives. Panther Linux User Group Joseph Rivera

Open Source Alternatives. Panther Linux User Group Joseph Rivera 1 Open Source Alternatives Panther Linux User Group Joseph Rivera 2 Open Source -What does it mean? Promotion of free redistribution of software and source code to anyone that wants it. Why do Open Source?

More information

Open Source Software Development

Open Source Software Development Open Source Software Development OHJ-1860 Software Systems Seminar, 3 cr Imed Hammouda Institute of Software Systems Tampere University of Technology Course Information Open Source Software Development

More information

Presentation. Open Source is NOT Free. For ISACA. By Dave Yip / Gamatech Ltd. Agenda

Presentation. Open Source is NOT Free. For ISACA. By Dave Yip / Gamatech Ltd. Agenda Presentation Open Source is NOT Free For ISACA By Dave Yip / Gamatech Ltd Agenda Gamatech Introduction to Open Source Open Source and Enterprises Open Source Licensing Open Source Risks Open Source Management

More information

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu.

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu. Fall 2009 Lecture 1 Operating Systems: Configuration & Use CIS345 Introduction to Operating Systems Mostafa Z. Ali mzali@just.edu.jo 1-1 Chapter 1 Introduction to Operating Systems An Overview of Microcomputers

More information

An Introduction to Open Source Software and Licensing

An Introduction to Open Source Software and Licensing An Introduction to Open Source Software and Licensing @black_duck_sw Karen Copenhaver Mark Radcliffe Peter Vescuso Black Duck 2013 Speakers Peter Vescuso EVP of Marketing, Black Duck Software Karen Copenhaver

More information

Open Source. Is Open Source ready for you? Are you ready for Open Source? Magcu 2004 9/29/2004 slide # 1

Open Source. Is Open Source ready for you? Are you ready for Open Source? Magcu 2004 9/29/2004 slide # 1 Is Open Source ready for you? Are you ready for Open Source? Magcu 2004 9/29/2004 slide # 1 Elizabeth Ziph, CEO THE LINUX BOX CORPORATION Magcu 2004 9/29/2004 slide # 2 AGENDA What is Open Source Linux

More information

CSE 265: System and Network Administration. CSE 265: System and Network Administration

CSE 265: System and Network Administration. CSE 265: System and Network Administration CSE 265: System and Network Administration MW 9:10-10:00am Packard 258 F 9:10-11:00am Packard 112 http://www.cse.lehigh.edu/~brian/course/sysadmin/ Find syllabus, lecture notes, readings, etc. Instructor:

More information

Policy on Device Drivers for Procurement of Hardware for e-governance

Policy on Device Drivers for Procurement of Hardware for e-governance Policy on Device Drivers for Procurement of Hardware for e-governance (Draft for Public Review) Government of India Department of Information Technology Ministry of Communications and Information Technology

More information

Understanding the OS Architecture and Linux History. Zhiqiang Lin

Understanding the OS Architecture and Linux History. Zhiqiang Lin CS 6V81-05: System Security and Malicious Code Analysis Understanding the OS Architecture and Linux History Zhiqiang Lin Department of Computer Science University of Texas at Dallas February 15 th, 2012

More information

Free and Open Source Business Applications. Presentation to Young Professionals CPA Discussion Group. 8 October 2014, 2014 http://levlafayette.

Free and Open Source Business Applications. Presentation to Young Professionals CPA Discussion Group. 8 October 2014, 2014 http://levlafayette. Free and Open Source Business Applications Presentation to Young Professionals CPA Discussion Group 8 October 2014, 2014 http://levlafayette.com About Free and Open Source Software Some definitions of

More information

4.1 Introduction 4.2 Explain the purpose of an operating system 4.2.1 Describe characteristics of modern operating systems Control Hardware Access

4.1 Introduction 4.2 Explain the purpose of an operating system 4.2.1 Describe characteristics of modern operating systems Control Hardware Access 4.1 Introduction The operating system (OS) controls almost all functions on a computer. In this lecture, you will learn about the components, functions, and terminology related to the Windows 2000, Windows

More information

Contents. Intended Audience for This Book How This Book Is Structured. Acknowledgements

Contents. Intended Audience for This Book How This Book Is Structured. Acknowledgements Preface Intended Audience for This Book How This Book Is Structured xvii xviii xix Acknowledgements xxi 1 Open Source Software: Definitions and History 1 1.1 Definition of Terms 1 1.1.1 What Is Free Software?

More information

Functions of NOS Overview of NOS Characteristics Differences Between PC and a NOS Multiuser, Multitasking, and Multiprocessor Systems NOS Server

Functions of NOS Overview of NOS Characteristics Differences Between PC and a NOS Multiuser, Multitasking, and Multiprocessor Systems NOS Server Functions of NOS Overview of NOS Characteristics Differences Between PC and a NOS Multiuser, Multitasking, and Multiprocessor Systems NOS Server Hardware Windows Windows NT 4.0 Linux Server Software and

More information

Open Source: A Practical Foundation. Presented By : Amgad Madkour

Open Source: A Practical Foundation. Presented By : Amgad Madkour Open Source: A Practical Foundation Presented By : Amgad Madkour What is open source? Open source refers to any program whose source code is made available for use or modification as users or other developers

More information

An Investigation of How Commercial Software Companies Should React to Open Source Software

An Investigation of How Commercial Software Companies Should React to Open Source Software An Investigation of How Commercial Software Companies Should React to Open Source Software UW CSEP 590 TU Course Project December 10, 2004 Patrick Haluptzok, Bipin Karunakaran, Rodrick Megraw, Magdalene

More information

Free and Open Source Software - a feasibility study Appendix 1: Extensive survey

Free and Open Source Software - a feasibility study Appendix 1: Extensive survey 2003:8a Free and Open Source Software - a feasibility study Appendix 1: Extensive survey This publication is available from: The Swedish Agency for Public Management Publication Service Box 2280 SE-103

More information

Network operating systems typically are used to run computers that act as servers. They provide the capabilities required for network operation.

Network operating systems typically are used to run computers that act as servers. They provide the capabilities required for network operation. NETWORK OPERATING SYSTEM Introduction Network operating systems typically are used to run computers that act as servers. They provide the capabilities required for network operation. Network operating

More information

CSE 265: System and Network Administration. CSE 265: System and Network Administration

CSE 265: System and Network Administration. CSE 265: System and Network Administration CSE 265: System and Network Administration WF 9:10-10:00am Packard 258 M 9:10-11:00am Packard 112 http://www.cse.lehigh.edu/~brian/course/sysadmin/ Find syllabus, lecture notes, readings, etc. Instructor:

More information

A microeconomic analysis of commercial open source software development

A microeconomic analysis of commercial open source software development A microeconomic analysis of commercial open source software development Date: November 7 th 2007 Author: Mathieu Baudier (mbaudier@argeo.org) Abstract The particularity of open source software is how it

More information

Of Penguins and Wildebeest. Anthony Rodgers VA7IRL

Of Penguins and Wildebeest. Anthony Rodgers VA7IRL Of Penguins and Wildebeest Anthony Rodgers VA7IRL The Penguin Linux was created by a Swedish-speaking Finn called Linus Torvalds Version 0.01 was released in September 1991 We are now on version 2.6 It

More information

Selection and Management of Open Source Software in Libraries.

Selection and Management of Open Source Software in Libraries. Selection and Management of Open Source Software in Libraries. Vimal kumar V. Asian School of Business Padmanabha Building Technopark, Trivandrum-695 581 vimal0212@yahoo.com Abstract Open source software

More information

The Benefits of Verio Virtual Private Servers (VPS) Verio Virtual Private Server (VPS) CONTENTS

The Benefits of Verio Virtual Private Servers (VPS) Verio Virtual Private Server (VPS) CONTENTS Performance, Verio FreeBSD Virtual Control, Private Server and (VPS) Security: v3 CONTENTS Why outsource hosting?... 1 Some alternative approaches... 2 Linux VPS and FreeBSD VPS overview... 3 Verio VPS

More information

Why Open Source Software / Free Software (OSS/FS)? Look at the Numbers!

Why Open Source Software / Free Software (OSS/FS)? Look at the Numbers! 0 Why Open Source Software / Free Software (OSS/FS)? Look at the Numbers! David A. Wheeler dwheeler@dwheeler.com Based on http://www.dwheeler.com/oss_fs_why.html 0 What is OSS/FS? Open Source Software

More information

Symantec NetBackup Enterprise Server and Server 7.x OS Software Compatibility List

Symantec NetBackup Enterprise Server and Server 7.x OS Software Compatibility List Symantec NetBackup Enterprise Server and Server 7.x OS Software Compatibility List Created on December 20, 2013 Copyright 2013 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and

More information

CS 377: Operating Systems. Outline. A review of what you ve learned, and how it applies to a real operating system. Lecture 25 - Linux Case Study

CS 377: Operating Systems. Outline. A review of what you ve learned, and how it applies to a real operating system. Lecture 25 - Linux Case Study CS 377: Operating Systems Lecture 25 - Linux Case Study Guest Lecturer: Tim Wood Outline Linux History Design Principles System Overview Process Scheduling Memory Management File Systems A review of what

More information

Open Source Software is of special interest for Statistical Institutions in several aspects:

Open Source Software is of special interest for Statistical Institutions in several aspects: Working Paper No. 7 Topic (iii) Open source software for electronic raw data reporting UNITED NATIONS STATISTICAL COMMISSION AND ECONOMIC COMMISSION FOR EUROPE CONFERENCE OF EUROPEAN STATISTICIANS EUROPEAN

More information

Metatron Technology Consulting s Strategic Guide to Open Source Software

Metatron Technology Consulting s Strategic Guide to Open Source Software Metatron Technology Consulting s Strategic Guide to Open Source Software Chris Travers April 30, 2004 Copyright c April 30, 2004 Metatron Technology Consulting. Permission is granted for verbatim redistribution

More information

Star System. 2004 Deitel & Associates, Inc. All rights reserved.

Star System. 2004 Deitel & Associates, Inc. All rights reserved. Star System Apple Macintosh 1984 First commercial OS GUI Chapter 1 Introduction to Operating Systems Outline 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 Introduction What Is an Operating System?

More information

LSN 10 Linux Overview

LSN 10 Linux Overview LSN 10 Linux Overview ECT362 Operating Systems Department of Engineering Technology LSN 10 Linux Overview Linux Contemporary open source implementation of UNIX available for free on the Internet Introduced

More information

FAME Operating Systems

FAME Operating Systems FAME Operating Systems 2012 David Picard contributors : Arnaud Revel, Mickaël Maillard picard@ensea.fr 1. Introduction A very simple computer Goals of an operating system Hardware management Task management

More information

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.7. Page 1

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.7. Page 1 Server Monitoring AppDynamics Pro Documentation Version 4.1.7 Page 1 Server Monitoring......................................................... 4 Standalone Machine Agent Requirements and Supported Environments............

More information

Lecture 1: Introduction to UNIX

Lecture 1: Introduction to UNIX Lecture 1: Introduction to UNIX CS2042 - UNIX Tools September 29, 2008 Lecture Outline 1 2 Class Specifics 3 Login Information What is UNIX? One of the first widely-used operating systems Basis for many

More information

PARALLELS SERVER 4 BARE METAL README

PARALLELS SERVER 4 BARE METAL README PARALLELS SERVER 4 BARE METAL README This document provides the first-priority information on Parallels Server 4 Bare Metal and supplements the included documentation. TABLE OF CONTENTS 1 About Parallels

More information

Leveraging Open Source / Freeware Solutions

Leveraging Open Source / Freeware Solutions Leveraging Open Source / Freeware Solutions Dean Pfoutz (CFE) Information Technology Director Indian River County Property Appraiser dpfoutz@ircpa.org (772) 226-1555 Objectives Understand the Open Source

More information

Comodo Hacker Guardian

Comodo Hacker Guardian TM Creating Trust Online Comodo Hacker Guardian Definition of Plug-in Categories Contents Debian Local Security Checks Windows CGI Abuses Windows : Microsoft Bulletins Windows : User Management FTP (File

More information

Parallels Virtuozzo Containers 4.7 for Linux Readme

Parallels Virtuozzo Containers 4.7 for Linux Readme Parallels Virtuozzo Containers 4.7 for Linux Readme This document provides the first-priority information about Parallels Virtuozzo Containers 4.7 for Linux and supplements the included documentation.

More information

Keynote Speech. Free and Open Software: Features, Development, Experiences, Benefits and Opportunities

Keynote Speech. Free and Open Software: Features, Development, Experiences, Benefits and Opportunities Free and Open Source Software in Sudan: Freedom of Change and Strategic Vision, Khartoum - 8 June 2009 Keynote Speech Free and Open Software: Features, Development, Experiences, Benefits and Opportunities

More information

How To Understand The Benefits Of Open Source

How To Understand The Benefits Of Open Source Open Source Software This page intentionally left blank Open Source Software: Implementation and Management Paul Kavanagh AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO

More information

Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration

Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration ULI101 Week 06b Week Overview Installing Linux Linux on your Desktop Virtualization Basic Linux system administration Installing Linux Standalone installation Linux is the only OS on the computer Any existing

More information

Free software GNU/Linux TOR project

Free software GNU/Linux TOR project Fair Young Sustainable Inclusive and Cooperative (FYSIC) @ Modica Sicily Free software GNU/Linux TOR project Solira Software Libero Ragusa What is Solira? We promote the Free Software philosophy on local

More information

FOSS License Restrictions and Some Important Issues

FOSS License Restrictions and Some Important Issues Free and Open Source Software (FOSS) Part II presented by Wolfgang Leister INF 5780 Høstsemester 2009 Ifi Universitetet i Oslo Some thoughts about FOSS Open Source Software (1) 1. Free Redistribution The

More information

Why use Linux Based Server??

Why use Linux Based Server?? Why use Linux Based Server?? How fast is the Internet growing? Web sites (worldwide) are growing from O.5 MM to 7.5 MM from 1995-2002E, which is 45% CAGR. Users (worldwide) are growing at 55% cagr from

More information

Using VMware Player. VMware Player. What Is VMware Player?

Using VMware Player. VMware Player. What Is VMware Player? VMWARE APPLICATION NOTE VMware Player Using VMware Player This document contains the following sections: Work and Play in a Virtual World on page 1 Options and Features in VMware Player on page 4 Installing

More information

Free and Open Source Software for Business: An Introduction

Free and Open Source Software for Business: An Introduction Free and Open Source Software for Business: An Introduction James Kariuki Njenga Department of Information Systems University of the Western Cape Introduction to general concepts, and business ideas of

More information

Introduction to Free Software

Introduction to Free Software , facts, myths, actors http://www.poirrier.be/ June 28th, 2007 Freedom What are free software? Software Freedom What are free software? Free... Software? Freedom What are free software? Freedom No subordination,

More information

Open Source Software: Recent Developments and Public Policy Implications. World Information Technology and Services Alliance

Open Source Software: Recent Developments and Public Policy Implications. World Information Technology and Services Alliance December 2004 Open Source Software: Recent Developments and Public Policy Implications Open source software has become a topic of great interest in the press and among policymakers. Open source software

More information

Introducing Linux and open source

Introducing Linux and open source Introducing Linux and open source Lotte Mygind, Rune Hylsberg Jacobsen and Oskar Swirtun Ericsson is adapting its products and work processes to take advantage of opportunities afforded by open-source

More information

How To Understand How Open Source And Free Software Work Together

How To Understand How Open Source And Free Software Work Together Free and Open Source Software in relation to Asterisk* Lars Strand lars.strand@redpill-linpro.com Ibidium's Asterisk course Oslo, NR, 8.-11. September 2009 What is this? What is free software? What is

More information

Linux. Prepared for: Professor Maria Damen. Prepared by: Lori Minor. Date: December 6, 2010

Linux. Prepared for: Professor Maria Damen. Prepared by: Lori Minor. Date: December 6, 2010 Linux Prepared for: Professor Maria Damen Prepared by: Lori Minor Date: December 6, 2010 Table of Contents Executive Summary 1 Introduction What is Linux? 2 Comparison of Linux to Other Operating Systems

More information

The use of Free Software (Freeware) in Thomson-CSF

The use of Free Software (Freeware) in Thomson-CSF décembre 2000 1 The use of Free Software (Freeware) in Thomson-CSF Jean Aguado CET Software Thomson Technologies & Methods décembre 2000 2 Objectives! Benefit from open source! Eliminate potential risks!

More information

Introduction to Linux

Introduction to Linux chapter Introduction to Linux After completing this chapter, you will be able to: Understand the purpose of an operating system Outline the key features of the Linux operating system Describe the origins

More information

PARALLELS SERVER BARE METAL 5.0 README

PARALLELS SERVER BARE METAL 5.0 README PARALLELS SERVER BARE METAL 5.0 README 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This document provides the first-priority information on the Parallels Server Bare Metal

More information

ENTERPRISE-CLASS MONITORING SOLUTION FOR EVERYONE ALL-IN-ONE OPEN-SOURCE DISTRIBUTED MONITORING

ENTERPRISE-CLASS MONITORING SOLUTION FOR EVERYONE ALL-IN-ONE OPEN-SOURCE DISTRIBUTED MONITORING ENTERPRISE-CLASS MONITORING SOLUTION FOR EVERYONE ALL-IN-ONE OPEN-SOURCE DISTRIBUTED MONITORING 1 CONTENTS About Zabbix Software... 2 Main Functions... 3 Architecture... 4 Installation Requirements...

More information

An Open Source Work Shop. Luciano Resende (lresende@apache.org) Haleh Mahbod (hmahbod@gmail.com) Aug. 2008

An Open Source Work Shop. Luciano Resende (lresende@apache.org) Haleh Mahbod (hmahbod@gmail.com) Aug. 2008 An Open Source Work Shop Luciano Resende (lresende@apache.org) Haleh Mahbod (hmahbod@gmail.com) Aug. 2008 1 Topics General knowledge about open source Importance of Open Source What is Open Source License

More information

Components of a Computing System. What is an Operating System? Resources. Abstract Resources. Goals of an OS. System Software

Components of a Computing System. What is an Operating System? Resources. Abstract Resources. Goals of an OS. System Software What is an Operating System? An operating system (OS) is a collection of software that acts as an intermediary between users and the computer hardware One can view an OS as a manager of system resources

More information

nexb- Software Audit for Acquisition Due Diligence

nexb- Software Audit for Acquisition Due Diligence nexb- Software Audit for Acquisition Due Diligence www.nexb.com Agenda About nexb What nexb does Our experience Software Audit: M&A License Violation Risks & Recent Audit Issues Software Audit Process

More information

Open Source Software: A Survey from 10,000 Feet. Contents

Open Source Software: A Survey from 10,000 Feet. Contents Foundations and Trends R in Technology, Information and Operations Management Vol. 4, Nos. 3 4 (2010) 187 347 c 2011 S. Androutsellis-Theotokis, D. Spinellis, M. Kechagia and G. Gousios DOI: 10.1561/0200000026

More information

MySQL databases as part of the Online Business, using a platform based on Linux

MySQL databases as part of the Online Business, using a platform based on Linux Database Systems Journal vol. II, no. 3/2011 3 MySQL databases as part of the Online Business, using a platform based on Linux Ion-Sorin STROE Romanian Academy of Economic Studies Romana Sq, no 6, 1 st

More information

Symantec NetBackup Enterprise Server and Server 7.x OS Software Compatibility List

Symantec NetBackup Enterprise Server and Server 7.x OS Software Compatibility List Symantec NetBackup Enterprise Server and Server 7.x OS Software Compatibility List Created on March 12, 2015 Copyright 2015 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and NetBackup

More information

Price List. Phone Number (919)728-0386 E-mail Address rjdohnert@pc-opensystems.com Mailing Address PO Box 698 Franklinton NC 27525

Price List. Phone Number (919)728-0386 E-mail Address rjdohnert@pc-opensystems.com Mailing Address PO Box 698 Franklinton NC 27525 Price List Published By Roberto J. Dohnert, Sept 15, 2012 Rev (01) Oct 17, 2012 Rev(02) May 21, 2013 This is a current list and pricing strategy for PC/OpenSystems LLC consulting division. These prices

More information

Measurably reducing risk through collaboration, consensus & practical security management. 2013 CIS Security Benchmarks 1

Measurably reducing risk through collaboration, consensus & practical security management. 2013 CIS Security Benchmarks 1 Measurably reducing risk through collaboration, consensus & practical security management 2013 CIS Security Benchmarks 1 Background City University of New York s Rights and Benefits as a CIS Security Benchmarks

More information

24x7 Scheduler Multi-platform Edition 5.2

24x7 Scheduler Multi-platform Edition 5.2 24x7 Scheduler Multi-platform Edition 5.2 Installing and Using 24x7 Web-Based Management Console with Apache Tomcat web server Copyright SoftTree Technologies, Inc. 2004-2014 All rights reserved Table

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com WHITE PAPER Microsoft SQL Server Versus Linux Enterprise RDBMS in Enterprise Computing: Comparing

More information

Upon completion of this chapter, you will able to answer the following questions:

Upon completion of this chapter, you will able to answer the following questions: CHAPTER 2 Operating Systems Objectives Upon completion of this chapter, you will able to answer the following questions: What is the purpose of an OS? What role do the shell and kernel play? What is the

More information

How To Use Open Source Software

How To Use Open Source Software Open Source Software: What You Need to Know Presented By: Lisa Abe, Ian Kyer and Marek Nitoslawski September 15, 2005 Open source software ( OSS ): What you need to know Understanding the business and

More information

Computers: Tools for an Information Age

Computers: Tools for an Information Age Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background Objectives of Chapter 3 Describe the functions of an Operating System Explain the basics of a personal computer

More information

Measurably reducing risk through collaboration, consensus & practical security management. 2015 CIS Security Benchmarks 1

Measurably reducing risk through collaboration, consensus & practical security management. 2015 CIS Security Benchmarks 1 Measurably reducing risk through collaboration, consensus & practical security management 2015 CIS Security Benchmarks 1 Background State of Idaho s Rights and Benefits as a CIS Security Benchmarks Member

More information

FLOSS Final Report Part 3

FLOSS Final Report Part 3 FLOSS Final Report Part 3 Free/Libre Open Source Software: Survey and Study Basics of Open Source Software Markets and Business Models Berlin, July 2002 3 BERLECON RESEARCH GmbH Oranienburger Str. 32

More information

Categories of Free and Nonfree Software

Categories of Free and Nonfree Software This list was originally published on http://gnu.org, in 1996. This document is part of, the GNU Project s exhaustive collection of articles and essays about free software and related matters. Copyright

More information

Introduction to Linux

Introduction to Linux Introduction to Linux CHAPTER 1 In this chapter you will learn about The role and function of Linux The historical development of Linux Linux distributions Common Linux roles The introduction and adoption

More information

Secure Access Using VPN

Secure Access Using VPN Secure Access Using VPN WHAT IS CISCO SSL VPN? Cisco is the brand name of the VPN appliance (hardware). The SSL VPN stands for Secure Sockets Layer Virtual Private Network. SSL VPN is a service that allows

More information

Open Source Security Tools for Information Technology Professionals

Open Source Security Tools for Information Technology Professionals Open Source Security Tools for Information Technology Professionals School of Professional Studies (SPS) The City University of New York (CUNY) Aron Trauring Adjunct Professor CEO, Zoteca Class 1 September

More information

Open Source Software in Computer Science and IT Higher Education: A Case Study

Open Source Software in Computer Science and IT Higher Education: A Case Study 1 Open Source Software in Computer Science and IT Higher Education: A Case Study Dan R. Lipşa, Robert S. Laramee Abstract The importance and popularity of open source software has increased rapidly over

More information

Inside this issue. Letter from the editors 3. Featuring. Open source-perceptions and philosophy The IPad world. Mind bogglers

Inside this issue. Letter from the editors 3. Featuring. Open source-perceptions and philosophy The IPad world. Mind bogglers Inside this issue Letter from the editors 3 Featuring Open source-perceptions and philosophy The IPad world Mind bogglers 4 6 Let us C! Bet you didn t know 7 8 TechStuff Drop box X-Windows system 9 10

More information

Integrigy Corporate Overview

Integrigy Corporate Overview mission critical applications mission critical security Application and Database Security Auditing, Vulnerability Assessment, and Compliance Integrigy Corporate Overview Integrigy Overview Integrigy Corporation

More information

Impact of cloud computing

Impact of cloud computing EOLE European Open source & free software Law Event Brussels 06/12/2013 Impact of cloud computing...on FOSS users Benjamin Jean bjean@inno3.fr 1 Plan 0. Definition : who are the users? 1. Questions: is

More information

Open Source Sustainability and RDM. Scott Wilson scott.wilson@oucs.ox.ac.uk

Open Source Sustainability and RDM. Scott Wilson scott.wilson@oucs.ox.ac.uk Open Source Sustainability and RDM Scott Wilson scott.wilson@oucs.ox.ac.uk What does sustainability mean? To be sustainable a project must meet its own costs. Most projects have their initial costs covered

More information

Server OS Buyer s Guide Vendor-neutral tips for choosing the best server operating system for your organization

Server OS Buyer s Guide Vendor-neutral tips for choosing the best server operating system for your organization Vendor-neutral tips for choosing the best server operating system for your organization Traditionally, choosing a server operating system meant simply selecting between Windows or Linux. However, now organizations

More information

Red Hat Network: Monitoring Module Overview

Red Hat Network: Monitoring Module Overview Red Hat Network: Monitoring Module Overview Red Hat has built the next generation of systems management software presenting both highgrowth businesses and service providers with a simple, scalable and

More information

Free Software/Open Source. Proprietary Software

Free Software/Open Source. Proprietary Software Free Software/Open Source Alley Stoughton Kansas State University Spring 2008 1 Proprietary Software In the traditional approach to commercial software development and distribution, software is: written

More information

LAMP Server A Brief Overview

LAMP Server A Brief Overview 2012 LAMP Server A Brief Overview Daniel Eakins Santa Fe College CTS 2356 Advanced Administration 3/21/2012 Abstract LAMP is short for Linux, Apache, MySQL, and PHP. LAMP servers are typically not Windows

More information

Measured Performance of an Information System

Measured Performance of an Information System MEB 2009 7 th International Conference on Management, Enterprise and Benchmarking June 5 6, 2009 Budapest, Hungary Measured Performance of an Information System Szikora Péter Budapest Tech, Hungary szikora.peter@kgk.bmf.hu

More information

Evolution of the Data Center

Evolution of the Data Center CHAPTER 1 Evolution of the Data Center The need for consolidation in the data center didn't just occur overnight; we have been building up to it for a long time. In this chapter, we review the evolution

More information

Virtualization: an old concept in a new approach

Virtualization: an old concept in a new approach MPRA Munich Personal RePEc Archive Virtualization: an old concept in a new approach Logica Banica and Doina Rosca and Cristian Stefan University of Pitesti, Faculty of Economics, University of Craiova,

More information

Oracle Business Intelligence Publisher. 1 Oracle Business Intelligence Publisher Certification. Certification Information 10g Release 3 (10.1.3.4.

Oracle Business Intelligence Publisher. 1 Oracle Business Intelligence Publisher Certification. Certification Information 10g Release 3 (10.1.3.4. Oracle Business Intelligence Publisher Certification Information 10g Release 3 (10.1.3.4.2) E12692-08 September 2011 This document outlines the certified hardware and software configurations for Oracle

More information

Open Source Software: No Free Lunch?

Open Source Software: No Free Lunch? Open Source Software: No Free Lunch? Eric Rusten & Kurt D. Moses Is Open Source Software a savior for cashstrapped schools and national governments? One of the most hotly debated topics in the field of

More information