John Curl Joe Hetherington Bradley Lewis Michael Wu.

Slides:



Advertisements
Similar presentations
Linux Operating System Linux is a free open-source operating system based on Unix. Linux was originally created by Linus Torvalds with the assistance of.
Advertisements

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
GNU / Linux A free operating system. Summary History What can you find on a Linux OS Linux Economy.
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.
Introduction to windows operating system i
Introduction to Linux Chapter 1. Operating Systems Operating System (OS) - most basic and important software on a computer Performs core tasks Organize.
Operating Systems.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
Operating Systems. Software Software – the instructions that make the CPU do useful things Divided into two main categories – System software – Applications.
Linux Introduction. Overview What is Unix/Linux? History of Linux Features Supported Under Linux The future of Linux.
Linux Operating system
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.
Introduction to Linux Environment Dr.S.Siva Kumari Mrs.S.Siva Ranjani Avinashilingam University.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
Linux Basics. What is an Operating System (OS)? An Operating System (OS) is an interface between hardware and user which is responsible for the management.
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Week 6 Operating Systems.
Operating Systems Operating System
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Network Operating Systems Week 9.
PowerPoint Presentation to Accompany Chapter 5 System Software Visualizing TechnologyCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software 1 Health IT Workforce Curriculum Version 1.0/Fall.
Survey of PC and Network Operating Systems
1 ITSK 2611 Welcome. 2 Operating System 3 What is an OS Resource Manager –Disk –Memory –CPU Device Manager –Printers –Video Card –Sound Card Utility.
Overview of Linux Dr. Michael L. Collard 1.
LINUX System : Lecture 2 OS and UNIX summary Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang University Acknowledgement.
Choosing NOS can be a complex and a difficult decision. Every popular NOS has its strengths and weaknesses. NOS may cost thousands of dollars depending.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
Computer Software Chapter 4 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
PowerPoint Presentation to Accompany Chapter 5 System Software Visualizing TechnologyCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
Computers & Operating Systems
IT320 OPERATING SYSTEM CONCEPTS Unit 3: Welcome to Linux June 2011 Kaplan University 1.
IT320 OPERATING SYSTEM CONCEPTS Unit 3: Welcome to Linux September 2012 Kaplan University 1.
CS2204: Introduction to Unix January 19 th, 2004 Class Meeting 1 * Notes adapted by Christian Allgood from previous work by other members of the CS faculty.
A Study on Linux Operating System Ying Jiang ID:
CSNB334 Advanced Operating Systems 1. Introduction to Linux Lecturer: Abdul Rahim Ahmad.
The UNIX Time-sharing system
Linux History C151 Multi-User Operating Systems. Open Source Programming Open source programming: 1983, Richard Stallman started the GNU Project (GNU.
UNIX History UNIX began as a research project. UNIX System V developed at Bell Laboratories. BSD (Berkley Software Distribution) UNIX XENIX UNIX Sun Operating.
Introduction to UNIX CS465. What is UNIX? (1) UNIX is an Operating System (OS). An operating system is a control program that allocates the computer's.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop I Introduction to Linux Professional Training Academy.
Silberschatz, Galvin and Gagne ©2011 Operating System Concepts Essentials – 8 th Edition Chapter 2: The Linux System Part 1.
Agenda UNX122_022_w1_p3 Overview of UNIX
Chapter 1: Introduction to Linux. 2 Introduction Computer Components: –Hardware –Software Types of hardware and software Important components of an OS.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 8 Linux.
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.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 01 Introduction.
OPS224 Operating Systems - Unix Instructor: MURRAY SAUL.
A Brief Introduction to Linux Cheng-Han Du. History.
Systems Software / The Operating System CSC October 14, 2010.
GNU and Linux.
IT320 Operating System Concepts
Macintosh & Linux Used to fill in pg 5 & 6 of “Operating Systems” Packet.
LINUX WINDOWS Vs..
Selected topic in computer science (1)
Welcome to Linux Chap#1 Hanin Abdulrahman.
Unit 1.8 Ethical, legal, cultural and environmental concerns
LINUX WINDOWS Vs..
Chapter 4 The Power behind the Power
Chapter 2: The Linux System Part 1
Chapter 4 The Power behind the Power
Windows Virtual PC / Hyper-V
Welcome to Linux Chap#1 Hanin Abdulrahman.
Welcome to Linux Chap#1.
Presentation transcript:

John Curl Joe Hetherington Bradley Lewis Michael Wu

John Curl

What is Linux?  Unix like operating system  Open source collaboration  Free  Code can be freely transmitted and modified  Linux can be installed on any platform  More predominately used on servers, over 60%

Design  Based off the principles established in the Unix system  Uses a monolithic kernel (a high-level virtual interface over computer hardware) which handles process control, networking, and peripheral and file system access

User Interface  Users can control a Linux-based system through a command line interface (or CLI), a graphical user interface (or GUI), or through controls attached to the associated hardware  The default mode for desktops is GUI while CLI is used on separate virtual consoles

Joe Hetherington

UNIX  Appeal  Multitasking  Multiuser  Portability  UNIX programs  Software library

UNIX Multiuser Ex. Allows multiple users to access same document – compartmentalization Portability Able to move from one brand of computer to another with minimal code changes Easy to update

UNIX UNIX Programs Integral Utilities – necessary for operation Tools – provide customizable capabilities Software Library Third-party vendors

UNIX Structure

What is a kernel?  A kernel is the central component of most computer operating systems; it is a bridge between applications and the actual data processing done at the hardware level. The kernel's responsibilities include managing the system's resources (the communication between hardware and software components)

Kernel Lowest level of software Manages hardware Runs user programs Maintains security and integrity of whole system

Kernel Fulfills 4 Main Management Tasks Memory management Process management File system management I/O management

Bradley Lewis

History  Developed by Linus Torvalds at the University of Helsinki in Finland  Inspired by Munix Written from scratch by Andrew Tanenbaum Ran off the Intel 8086 microprocessor Contained 12,00 lines of code

History  Uses no code from AT&T or any other proprietary source  First official version introduced in October of 1991 as version 0.02

History  Version 0.02 Was able to run bash and gcc Intended as a hackers system Primary focus was kernel development

History  A year and a half later in December of 1993 Linux was at version.99  Battles broke out between Linus and Tannenbaum, the creator of Minix  Linux became more popular and was finally licensed under the GNU General Public License

History  In 1996 Linux was put to the test and ran 68 PCs as a single parallel processing machine  Had a peak speed of 19 billion calculations per second, making it the 315 th most powerful supercomputer  Cost a tenth of what comparable supercomputers

General Public License  This license allows anyone to: use the software at no charge, without any limitations copy, and distribute or sell unmodified copies of the software in the source or binary form modify, and distribute or sell a modified version of the software as long as the source code is included and licensing under the GPL sell support for the software

John Curl

Ubuntu  Most popular form of Linux  Named after South African ethical ideology, meaning “humanity towards others”  40% to 50% of Linux users  Like all Linux Ubuntu is free and open source  Can run many Windows programs through Vmware

Ubuntu  Works on PC's & Servers  Updated every 6 months  Features- , Music, Web Surfing, Chat, Photos, Office, Games  Access thousands of open source Apps  Download or request CD from Ubuntu siteUbuntu site

Installation  This General Public License allows Linux to be obtained free of charge  Ways of Installation "no-install": a "Run-from-CD" LiveCD distributionLiveCD setting up "Dual-boot" systems you can completely erase the HD and install Linux only Through distributors such as Red Hat, Caldera, etc.

Ubuntu Installation  PC 256 MB RAM 4 GB disk space  Server 192 MB RAM 1 GB disk space Processor – Intel or AMD x86, AMD_64, EM_64T

Michael Wu

Linux Support  No official Linux support  Most support is done by online community  Medibuntu (Multimedia, Entertainment & Distractions In Ubuntu) Repository of packages that cannot be included in Ubuntu distributation. Step by step instructions to install packages

Linux Support  Technical Support Canonical ○ Company that provides live tech support for a cost Linux.org ○ Provides various documents to assist with Linux installation and problems Linuxforums.org ○ Provides help on different Linux systems ○ Provides information on most Linux needs for beginners

Linux Support  Forums Free software licenses allows for many proficient users to make improvements to Linux software Post your problem and there is usually a response time within a few hours Many users of Linux are knowledgeable in programming

Linux User Group  Located in many cities and regions  Private non-profit organization  Promotes Linux and extensions of the free software  Holds meets to train and offer technical support

Linux User Group  Installfests LUG hosted event at university or LAN party People get together to do mass installations of Linux  Hackfests LUG event People get together to reveal security issues and provides ways of fixing them

John Curl

Linux  Advantages Easy installation Frequently updated Large support community Many different versions Targeted less by viruses Unix based FREE!

Linux  Disadvantages Unstable Lack of High Quality Professional Software Installation

Mac  Advantages Excellent user interface Stable Large number of professional applications Easy installation Targeted less by viruses Unix based

Mac  Disadvantages Proprietary OS limited to a specific platform Cost is high

Windows  Advantages Most popular OS Most familiar OS Very high Application and Driver support

Windows  Disadvantages Not very stable Restricted freedom Not free Bad startup Applications Frequently attacked by viruses

Windows XP (52.94%) Windows Vista (23.25%) Windows 7 (11.24%) Mac OS X (5.90%) Linux (1.14%) iPhone (0.73%) Other (2.65%)

Sources        