Linux Operating System History of Linux 1. Estimated Desktop Usage Share Windows 92.00% Linux Notes 1.02% January 2010 2.

Slides:



Advertisements
Similar presentations
What is an operating system? Is it software?
Advertisements

Computer Software 3 Section A Software Basics CHAPTER PARSONS/OJA
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
COMPUTER SYSTEMS OPERATING SYSTEMS AND SOFTWARE NEXT.
Upgrading Software CIT 1100 Chapter4.
Linux vs. Windows. Linux  Linux was originally built by Linus Torvalds at the University of Helsinki in  Linux is a Unix-like, Kernal-based, fully.
Linux+ Guide to Linux Certification, Second Edition Chapter 3 Linux Installation and Usage.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
Xuan Guo Chapter 1 What is UNIX? Graham Glass and King Ables, UNIX for Programmers and Users, Third Edition, Pearson Prentice Hall, 2003 Original Notes.
Getting Started with Linux: Novell’s Guide to CompTIA’s Linux+ (Course 3060) Section 2 Use the Linux Desktop.
Cambodia-India Entrepreneurship Development Centre - : :.... :-:-
Installing software on personal computer
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
LECTURE 14 Operating Systems and Utility Programs
Unix Presentation. What is an Operating System An operating system (OS) is a program that allows you to interact with the computer -- all of the software.
Computer System System Software. Learning Objective Students should understand the different types of systems software and their functions. Students should.
SOFTWARE.
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Linux GUI Chapter 5. Graphical User Interface GUI vs. CLI Easier and more intuitive More popular and advanced Needed for graphics, web browsing Linux.
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
Computing Fundamentals Module A Unit 2: Using Windows Vista LessonTopic 8Looking at Operating Systems 9Looking at the Windows Desktop 10Starting Application.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
IT Essentials 1 v4.0 Chapters 4 & 5 JEOPARDY RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
A Comparison of Linux vs. Windows Bhargav A. Sorathiya B.E. 4 th C.E. Roll no:6456.
CENT 305 Information Systems Security Linux Introduction.
 2002 Prentice Hall Chapter 4 Software Basics: The Ghost in the Machine.
Software 1. Software is divided into parts System software Operating system Utility software Application software 2.
Section 2 Software.
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,
PowerPoint Presentation to Accompany Chapter 5 System Software Visualizing TechnologyCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
Getting Started With Ubuntu Linux Presented by Grant Root
Operating System Basics
Application Software System Software.
Linux History C151 Multi-User Operating Systems. Open Source Programming Open source programming: 1983, Richard Stallman started the GNU Project (GNU.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop I Introduction to Linux Professional Training Academy.
Open Source Software. Chris Moylan Group 5...I think.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
2: Operating Systems Networking for Home & Small Business.
CEG 2400 FALL 2012 Linux/UNIX Network Operating Systems.
Computer Operating Systems And Software applications.
A Brief Introduction to Linux Cheng-Han Du. History.
Linux and Coldfusion MX Mid-Michigan Coldfusion User’s Group, Nov
OPERATING SYSTEMS (OS) By the end of this lesson you will be able to explain: 1. What an OS is 2. The relationship between the OS & application programs.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
Computer Software. Two Major Types of SW System SW Programs that generally perform the background tasks in a computer. These programs, many times, talk.
A Brief Introduction to Linux Cheng-Han Du. History.
Feeling Linux yourself Dr. Tran, Van Hoai Faculty of Computer Science and Engineering HCMC Uni. of Technology
Linux Essentials Chapter 1: Selecting an Operating System.
Chapter 2 Operating Systems
Operating System & Application Software
Software Mr. Singh.
LINUX WINDOWS Vs..
Selected topic in computer science (1)
Welcome to Linux Chap#1 Hanin Abdulrahman.
UNIX & LINUX Operating Systems
Chapter 2: Operating-System Structures
Group members Byron Farrell Zhimian Wu Mingjun Gao Calvin Ho
CO6025 Advanced Programming
Structure of Unix OS.
OPEN SOURCE SOFTWARE (OSS)
Popular Operating Systems
LINUX WINDOWS Vs..
McGraw-Hill Technology Education
CSE 303 Lecture 1 introduction to Linux/Unix environment
SOFTWARE TECHNOLOGIES
Welcome to Linux Chap#1 Hanin Abdulrahman.
Welcome to Linux Chap#1.
Presentation transcript:

Linux Operating System History of Linux 1

Estimated Desktop Usage Share Windows 92.00% Linux Notes 1.02% January

Pre-installation Windows Pre-installed by default on almost all new desktop PCsdesktop PCs Notes Microsoft's agreement with vendors to sell only the Windows OS is being challenged in court by French consumer rights groups Linux Pre-installed by default on very few new desktop PCs. January 2010desktop PCs 3

Server revenue market share Windows 7.3% Linux Note 33.8% April

Top 500Top 500 supercomputer operating system family share Windows 1.0% (absolute 5) Linux 88.6% (absolute 443), the 14 fastest supercomputers run Linux June

Graphical user interface Windows The window manager is the Desktop Window Manager on Windows Vista. The desktop environment may be modified by a variety of third party products such as WindowBlindsDesktop Window Manager WindowBlinds Linux A number of desktop environments are available, of which GNOME and KDE are the most widely used. By default, they use as their window managers Metacity and KWin respectively, though these can be replaced by other window managers such as Compiz Fusiondesktop environmentsGNOMEKDE window managersMetacityKWinCompiz Fusion 6

Command-line interface Windows The Command Prompt exists to provide direct communication between the user and the operating system.Command Prompt Linux Linux is strongly integrated with the system console. The command line can be used to recover the system if the graphics subsystem fails. A large number of Unix shells exists. with the majority being "Bourne shell compatible" shells, of which the most widely used is GNU Bash.Unix shellsBourne shell compatibleGNU Bash 7

8 A command-line interface, typically displayed in a system console or terminal emulator window, allows users to tell the computer to perform tasks ranging from the simple (for example, copying a file) to the complex (compiling and installing new software). Shells are powerful but can be confusing to new users. Some complex tasks are more easily accomplished through shells than through a GUI, such as piping, or scripting. See also: Comparison of computer shells.command-line interfacesystem consoleterminal emulator copying a fileShellspipingscriptingComparison of computer shells

Ease of Install Windows On Windows Server 2003 and prior, the installation is divided into two stages; the first, text-mode; the second, graphical.On Windows Vista and newer, the installation is single stage, and graphical. Linux Varies greatly by distribution. Most distributions intended for new or intermediate users provide simple graphical installers. General purpose oriented distributions offer a live CD or GUI installer (SuSE, Debian, Pardus, Pclinuxos, Mandriva, Ubuntu, Fedora etc.),SuSEDebianPardus PclinuxosMandriva UbuntuFedora 9

Drivers Windows The Windows installation media usually contains enough drivers to make the OS functional. To this end, "generic" drivers may be used to provide basic functionality. Drivers for these devices can later be upgraded from the manufacturer. Windows Update may also contain updated drivers that can be installed after the base OS is in place. Linux Linux kernels in most distributions include the majority of drivers available as modules, hardware is detected and drivers loaded at boot with usually little or no user interaction required.usually the drivers are included in the kernel (open- source), and therefore do not require additional media or any user interaction. A few hardware manufactures (Broadcom, Nvidia) have proprietary drivers which require manual installation.modulesBroadcomNvidia 10

Pre-installed software Windows Some multimedia and home use software (IE, Media Player, Notepad, WordPad, Paint…) plus OEM bundled software. Windows Vista Includes IE7, Windows Mail, Windows Media Center, etc. depending on which edition is purchased. It does not include Office suites or advanced multimedia softwareIEMedia Player NotepadWordPadPaint OEMIE7Windows Mail Windows Media Center Microsoft's methods of bundling software were deemed illegal in the case United States v. MicrosoftUnited States v. Microsoft Linux All main distributions contain numerous programs: multimedia, graphics, internet, office suites, games, system utilities and alternative desktop environments. Some distributions specialise in education, games, or security. 11

12 Not pre-installed software Windows A massive pool of both proprietary software (including shareware and freeware) and free software. Programs usually come with the required libraries and are normally installed easily. proprietary software sharewarefreewarefree software Uninstallation can be of varying difficulty depending on which of many installer methods were used, components and registry entries may be left behind Linux A massive pool of free software and some proprietary software covering a wide range of use. A Microsoft employee wrote in an internal report in 1998 that "Most of the primary apps that people require when they move to Linux are already available for free.Using free Windows- compatibility layers like Wine, some Windows software can also be runWine

13 Linux distributions can not lawfully include MP3 or MPEG-4 file decoders in a majority of countries, as it would violate the Patent Cooperation Treaty. There is nothing preventing a user from installing these decoders, however the user assumes all liability for installing said pieces of software. Media players (such as Rhythmbox)) for free alternative audio/video formats are available in Linux, but these players are unable to decode patented formats, such as MP3, without installing additional plugin MP3MPEG-4Patent Cooperation Treaty Rhythmbox

Partitioning 14

File systems 15

Boot Loader 16

Accessibility and usability 17

General stability 18

Performance 19

Support 20

Programs 21

Security 22