Linux ● What is Linux? ● History of Linux ● The Linux Kernel ● Distributions ● Areas of application ● Linux and safety.

Slides:



Advertisements
Similar presentations
GNU / Linux A free operating system. Summary History What can you find on a Linux OS Linux Economy.
Advertisements

Open Source. Operating System  Application Program Interface (API) Scheduling: Defines which application to run, when to run it, and how much time. Memory.
An exploration of the various options that users have with distributions of Linux.
GNU, Linux and Open Source GNUKernel GNU/ Linux OpenSource.
Linux GUI X-Windows System. X-Windows System A stable and extremely powerful GUI system that provides a complete Client/Server framework. The X-org foundation.
Introduction to Linux Chapter 1. Operating Systems Operating System (OS) - most basic and important software on a computer Performs core tasks Organize.
Operating Systems.
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.
Software of Information Systems Hun Myoung Park, Ph.D., Public Management and Policy Analysis Program Graduate School of International Relations International.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Network Operating Systems Week 9.
Overview of Linux Dr. Michael L. Collard 1.
유닉스, 왜 공부하나 ? 자동화 –GUI vs commands 서버 개발 능력, 관리 능력 – 데스크탑에서의 개발과 관리와의 차이 ?
Chap 1 ~ Introducing LINUX LINUX is a free-stable multi-user operating system that derives from UNIX operating system Benefits: 1) Linux is released under.
بسم الله الرحمن الرحيم What is an operating system? 1- An interface between the user and Hardware 2- Control Program 3- Resource Manager.
Linux Florian Walch, 5aI, Agenda History Naming controversy Uses Linux distributions.
INCS Virtual Data Center Security using Linux.
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.
A Study on Linux Operating System Ying Jiang ID:
A brief history of Unix Jeremy Shafer MIS Department Fox School of Business Temple University.
Linux History C151 Multi-User Operating Systems. Open Source Programming Open source programming: 1983, Richard Stallman started the GNU Project (GNU.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop I Introduction to Linux Professional Training Academy.
Linux Kernel.
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.
Linux Operating System By: Julie Dunbar. Overview Definitions History and evolution of Linux Current development In reality ◦United States  Business.
A Brief Introduction to Linux Cheng-Han Du. History.
Linux and Coldfusion MX Mid-Michigan Coldfusion User’s Group, Nov
A Brief Introduction to Linux Cheng-Han Du. History.
Linux.... Who ? What ? Why ?. Linux was developed by a Finnish programmer Linus Torvalds in1991. Since then, thousands of programmers the world over,have.
Course : PGClass : MCA Subject: Operating SystemSub.Code : 3CT11 Staff Name : S.SomasundaramYear & Sem : II nd & III rd.
Introduction to unix. The UNIX Operating System An operating system "OS” is a set of programs that controls a computer. It controls both the hardware.
Why Fedora? Overview and Q&A Warren Togami Associate Software Engineer Red Hat, Inc. Southern California Linux Expo Feb 11-12, 2006.
Feeling Linux yourself Dr. Tran, Van Hoai Faculty of Computer Science and Engineering HCMC Uni. of Technology
Gaël Cuenot / IUP1 GMI 1 May 12, 2005 Gnu / Linux.
Computer Technology Project Distros Lars Noodén
Linux Essentials Chapter 1: Selecting an Operating System.
Computer Technology Project
Operating System and Utility Programs
IT320 Operating System Concepts
Fedora Core 6 – Desktop Features
Kamalesh Saha University of North Carolina at Charlotte
A History of Linux Damian Gordon.
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.
Choosing and Installing a Linux Distribution
Computer Software Digital Literacy.
IT244 - Introduction to Linux / Unix Instructor: Bo Sheng
LINUX WINDOWS Vs..
Selected topic in computer science (1)
Welcome to Linux Chap#1 Hanin Abdulrahman.
UNIX & LINUX Operating Systems
Android is the step in the vision of creating a better mobile phone.
Linux Introduction ITIS 2110.
Linux Operating System Architecture
MOBILE DEVICE OPERATING SYSTEM
OPEN SOURCE SOFTWARE (OSS)
Linux What is Linux? history of Linux the Linux Kernel
CSE 303 Lecture 1 introduction to Linux/Unix environment
Linux: A Product of the Internet
Chapter 2: The Linux System Part 1
A short Linux History of UNIX/Linux
Linux Professor Sabol.
Welcome to Linux Chap#1 Hanin Abdulrahman.
Section 1: Linux Basics and SLES9 Installation
Welcome to Linux Chap#1.
Presentation transcript:

Linux ● What is Linux? ● History of Linux ● The Linux Kernel ● Distributions ● Areas of application ● Linux and safety

What is Linux? ● free, platform independent, multi-user operating system ● supports a large amount of processors ● stands under GPL (general public license) ● distributed in form of Linux-Distributions – For example: SUSE, Slackware, Fedora Core, Gentoo

History of Linux ● Linus Torvalds, the “father” of Linux started to develop Linux in 1991 ● 1993 licensed under GPL – "Making Linux GPL'd was definitely the best thing I ever did.", Linus Torvalds 1997 ● until now, a lot of projects developed around the kernel – For example the X Windows System, KDE, GNOME

The Linux Kernel ● a hybrid monolithic operating system kernel – It contains the whole operating system functionality like memory and process management and virtual interface over hardware ● runs on almost every exotic hardware like iPAQ or also digital cameras and number crunchers ● developed by a big international community of not profit oriented programmers

Distributions

Areas of application ● Mainly in professional areas as server, on number crunchers, clusters – LAMP: Linux, Apache, MySQL, PHP ● On desktop systems not as successful as Windows at this time ● Sometimes on mobile phones or PDAs

Linux and safety ● Strict access right management ● Developed for and under the eyes of professionals ● Free availability makes it easy so test in different scenarios