SlideShare una empresa de Scribd logo
1 de 25
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
Hidaya Institute of
Science &
Technology
www.histpk.org
A Division of Hidaya Trust, Pakistan
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
Introduction to Linux OS
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
An operating system (OS) is a collection of software that
manages computer hardware resources and provides
common services for computer programs. The operating
system is a vital component of the system software in a
computer system. Application programs usually require an
operating system to function. OS is the interface between
hardware and user .All computers need an OS
OSes are used to run applications and control hardware.
Popular OSes include Windows, Linux, Mac OSX
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
Linux is a free open-source operating system based on
Unix. Linux was originally created by Linus Torvalds with the
assistance of developers from around the globe. Linux is
free to download, edit and distribute. Linux is a very
powerful operating system and it is gradually becoming
popular throughout the world. Linux is a Unix-like computer
operating system assembled under the model of free and
open source software development and distribution
Linux was originally developed as a free operating system
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
the underlying source code may be used, modified, and
distributed—commercially or non-commercially—by
anyone under licenses such as the GNU General Public
License. Typically Linux is packaged in a format known
as a Linux distribution for desktop and server use
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
Before Linux
In 80’s, Microsoft’s DOS was the dominated OS for PC
Apple MAC is better, but expensive
UNIX is much better, but much much expensive. Only
for minicomputer for commercial applications
People was looking for a UNIX based system, which is
cheaper and can run on PC
Both DOS, MAC and UNIX are proprietary, i.e., the
source code of their kernel is protected
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
GNU project
Established in 1984 by Richard Stallman, who believes
that software should be free from restrictions against
copying or modification in order to make better and
efficient computer programs GNU is a recursive acronym
for “GNU's Not Unix”
Aim at developing a complete Unix-like operating system
which is free for copying and modification Companies
make their money by maintaining and distributing the
software,
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
e.g. optimally packaging the software with different tools
(Redhat, Slackware, Mandrake, SuSE, etc) 1985,
Stallman started the Free Software Foundation and wrote
the GNU General Public License (GNU GPL) in 1989.
A famous professor Andrew Tanenbaum developed
Minix, a simplified version of UNIX that runs on PC
Minix was for class teaching only. No intention for
commercial use In Sept 1991, Linus Torvalds, a student
of Computer Science at the University of Helsinki,
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
developed the preliminary kernel of Linux, known as
Linux version 0.01
It was put to the Internet and received enormous
response from worldwide software developers
By March 1992 came version 0.95….. x-windows
It was put to the Internet and received enormous
response from worldwide software developers
By March 1992 came version 0.95….. x-windows
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
November 1992 SUSE , German version
August 1993 Debian & slackware
March 1994 kernel version 1.0
Oct 1994 Red hat & caldera
March 1996 kernel version 2.0
KDE 1998
Jan 1999 kernel version 2.2
2000 IBM invest 1 Billion$
Jan 2001 kernel version 2.4
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
Open Office 2002
Late 2003 Fedora
December 2003 kernel version 2.6
October 2004 Ubuntu
July 2011 kernel version 3.0
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
Linux Pros and Cons
Advantages over Windows
It's almost free to relatively inexpensive. Source code is
included. Bugs are fixed quickly and help is readily
available through the vast support in Internet. Linux is
more stable than Windows. Linux is truly multi-user and
multi-tasking
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
multiuser: OS that can simultaneously serve a number of
users. multitasking: OS that can simultaneously
execute a number of programs. Linux runs on
equipment that other operating systems consider too
underpowered, e.g. 386 systems, PDA, etc
Disadvantages compared with Windows
Isn't as popular as Windows.Less commercial company
is responsible for Linux.Linux is relatively hard to learn
and use as compared to Windows
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
Low cost:
There is no need to spend time and huge amount money to
obtain licenses since Linux and much of it’s software come
with the GNU General Public License. There is no need to
worry about any software's that you use in Linux.
Stability:
Linux has high stability compared with other operating
systems. There is no need to reboot the Linux system to
maintain performance levels.
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
Rarely it freeze up or slow down. It has a continuous up-
times of hundreds of days or more
Performance:
Linux provides high performance on various networks. It
has the ability to handle large numbers of users
simultaneously.
Flexibility:
Linux is very flexible. Linux can be used for high
performance server applications, desktop applications, and
embedded systems.
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
You can install only the needed components for a particular
use.
Compatibility:
It runs all common Unix software packages and can process
all common file formats.
Wider Choice:
There is a large number of Linux distributions which gives you
a wider choice. Each organization develop and support
different distribution. You can pick the one you like best; the
core function's are the same
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
Fast and easy installation:
Linux distributions come with user-friendly installation.
Multitasking & Multiuser:
Linux is a multitasking operating system. It can handle
many things at the same time.It is Also a true multiuser OS
Security:
Linux is one of the most secure operating systems. File
ownership and permissions make linux more secure.
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
Open source:
Linux is an Open source operating systems. You can easily
get the source code for linux and edit it to develop your
personal operating system.
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
Today, Linux is widely used for both basic home and office
uses. It is the main operating system used for high
performance business and in web servers. Linux has made
a high impact in this world. Today, Linux systems are used
in every domain, from embedded systems to
supercomputers
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
No threat of viruses
Linux systems are extremely stable
Linux is Free
Linux comes with most of the required software pre-installed
Linux never gets slow
Linux does not need defragmentation
Linux can even run on oldest hardware
Adding more software is a matter of a few clicks
Most Windows-only apps have their either their native version or
alternatives for Linux
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
Linux distributions
Today there are hundreds of different distributions available
popular Linux distributions include
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
© Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org

Más contenido relacionado

La actualidad más candente

La actualidad más candente (19)

Intro to linux
Intro to linuxIntro to linux
Intro to linux
 
A History of Linux
A History of LinuxA History of Linux
A History of Linux
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
Linux opearting system
Linux opearting systemLinux opearting system
Linux opearting system
 
A general Overview of linux !!
A general Overview of linux !!A general Overview of linux !!
A general Overview of linux !!
 
Ppt af linux
Ppt af linuxPpt af linux
Ppt af linux
 
History of Linux
History of LinuxHistory of Linux
History of Linux
 
Linux seminar
Linux seminarLinux seminar
Linux seminar
 
Becoming Linux Expert Series-Install Linux Operating System
Becoming Linux Expert Series-Install Linux Operating SystemBecoming Linux Expert Series-Install Linux Operating System
Becoming Linux Expert Series-Install Linux Operating System
 
what is LINUX ? presentation.
what is LINUX ? presentation.what is LINUX ? presentation.
what is LINUX ? presentation.
 
Introduction 2 linux
Introduction 2 linuxIntroduction 2 linux
Introduction 2 linux
 
History Of Linux
History Of LinuxHistory Of Linux
History Of Linux
 
linux introduction
linux introductionlinux introduction
linux introduction
 
Linux operating system - Overview
Linux operating system - OverviewLinux operating system - Overview
Linux operating system - Overview
 
Introduction to linux ppt
Introduction to linux pptIntroduction to linux ppt
Introduction to linux ppt
 
Operating Systems: Versions of Linux
Operating Systems: Versions of LinuxOperating Systems: Versions of Linux
Operating Systems: Versions of Linux
 
BITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installationBITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installation
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linux
 
Case study linux
Case study linuxCase study linux
Case study linux
 

Destacado

The Social Customer 5 november 2013
The Social Customer 5 november 2013The Social Customer 5 november 2013
The Social Customer 5 november 2013
Bas Reus
 
Pengertian pdrd
Pengertian pdrdPengertian pdrd
Pengertian pdrd
colopuzh
 
Sunbelt 2013 conference presentation Hamburg, Bas Reus
Sunbelt 2013 conference presentation Hamburg, Bas ReusSunbelt 2013 conference presentation Hamburg, Bas Reus
Sunbelt 2013 conference presentation Hamburg, Bas Reus
Bas Reus
 

Destacado (7)

The Social Customer 5 november 2013
The Social Customer 5 november 2013The Social Customer 5 november 2013
The Social Customer 5 november 2013
 
Home interior designs
Home interior designsHome interior designs
Home interior designs
 
Pengertian pdrd
Pengertian pdrdPengertian pdrd
Pengertian pdrd
 
Start android
Start androidStart android
Start android
 
Sunbelt 2013 conference presentation Hamburg, Bas Reus
Sunbelt 2013 conference presentation Hamburg, Bas ReusSunbelt 2013 conference presentation Hamburg, Bas Reus
Sunbelt 2013 conference presentation Hamburg, Bas Reus
 
File system structure in linux
File system structure in linuxFile system structure in linux
File system structure in linux
 
Functions in php
Functions in phpFunctions in php
Functions in php
 

Similar a 1 introduction to linux os

Dtu 2012_03_15
Dtu 2012_03_15Dtu 2012_03_15
Dtu 2012_03_15
Peter Toft
 
Linux Implementation ProposalRichard JohnsonWhy Linux .docx
Linux Implementation ProposalRichard JohnsonWhy Linux .docxLinux Implementation ProposalRichard JohnsonWhy Linux .docx
Linux Implementation ProposalRichard JohnsonWhy Linux .docx
croysierkathey
 
Foss for students
Foss for studentsFoss for students
Foss for students
NAILBITER
 
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdfintroductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
EidTahir
 
Myths in Open Source World
Myths in Open Source WorldMyths in Open Source World
Myths in Open Source World
NAILBITER
 
Introduction 2 linux ml
Introduction 2 linux mlIntroduction 2 linux ml
Introduction 2 linux ml
Murtala Lawal
 
LTR: Open Source Public Workstations
LTR: Open Source Public WorkstationsLTR: Open Source Public Workstations
LTR: Open Source Public Workstations
koegeljm
 

Similar a 1 introduction to linux os (20)

Module 1 introduction to Linux
Module 1 introduction to LinuxModule 1 introduction to Linux
Module 1 introduction to Linux
 
Module 01 Introduction to Linux
Module 01 Introduction to LinuxModule 01 Introduction to Linux
Module 01 Introduction to Linux
 
Linux Seminar for Beginners
Linux Seminar for BeginnersLinux Seminar for Beginners
Linux Seminar for Beginners
 
Dtu 2012_03_15
Dtu 2012_03_15Dtu 2012_03_15
Dtu 2012_03_15
 
The Rise of Open Source
The Rise of Open SourceThe Rise of Open Source
The Rise of Open Source
 
Linux Implementation ProposalRichard JohnsonWhy Linux .docx
Linux Implementation ProposalRichard JohnsonWhy Linux .docxLinux Implementation ProposalRichard JohnsonWhy Linux .docx
Linux Implementation ProposalRichard JohnsonWhy Linux .docx
 
Presentation on HP ProLiant value add tools on Linux
Presentation on HP ProLiant value add tools on LinuxPresentation on HP ProLiant value add tools on Linux
Presentation on HP ProLiant value add tools on Linux
 
Linux
LinuxLinux
Linux
 
Linux basics
Linux basicsLinux basics
Linux basics
 
An introduction to open source software
An introduction to open source softwareAn introduction to open source software
An introduction to open source software
 
A Roadmap for Students Using FOSS (Free and Open Source Software) and Reachin...
A Roadmap for Students Using FOSS (Free and Open Source Software) and Reachin...A Roadmap for Students Using FOSS (Free and Open Source Software) and Reachin...
A Roadmap for Students Using FOSS (Free and Open Source Software) and Reachin...
 
Foss for students
Foss for studentsFoss for students
Foss for students
 
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdfintroductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
 
Myths in Open Source World
Myths in Open Source WorldMyths in Open Source World
Myths in Open Source World
 
Introduction 2 linux ml
Introduction 2 linux mlIntroduction 2 linux ml
Introduction 2 linux ml
 
windows vs Linux
windows vs Linuxwindows vs Linux
windows vs Linux
 
Linux Training Center Pune
Linux Training Center PuneLinux Training Center Pune
Linux Training Center Pune
 
Unix linux talk_by_pk_mishra_v1.8
Unix linux talk_by_pk_mishra_v1.8Unix linux talk_by_pk_mishra_v1.8
Unix linux talk_by_pk_mishra_v1.8
 
Opensource wildey
Opensource wildeyOpensource wildey
Opensource wildey
 
LTR: Open Source Public Workstations
LTR: Open Source Public WorkstationsLTR: Open Source Public Workstations
LTR: Open Source Public Workstations
 

Último

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Último (20)

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 

1 introduction to linux os

  • 1. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org Hidaya Institute of Science & Technology www.histpk.org A Division of Hidaya Trust, Pakistan
  • 2. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org Introduction to Linux OS
  • 3. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org An operating system (OS) is a collection of software that manages computer hardware resources and provides common services for computer programs. The operating system is a vital component of the system software in a computer system. Application programs usually require an operating system to function. OS is the interface between hardware and user .All computers need an OS OSes are used to run applications and control hardware. Popular OSes include Windows, Linux, Mac OSX
  • 4. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org Linux is a free open-source operating system based on Unix. Linux was originally created by Linus Torvalds with the assistance of developers from around the globe. Linux is free to download, edit and distribute. Linux is a very powerful operating system and it is gradually becoming popular throughout the world. Linux is a Unix-like computer operating system assembled under the model of free and open source software development and distribution Linux was originally developed as a free operating system
  • 5. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org the underlying source code may be used, modified, and distributed—commercially or non-commercially—by anyone under licenses such as the GNU General Public License. Typically Linux is packaged in a format known as a Linux distribution for desktop and server use
  • 6. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org Before Linux In 80’s, Microsoft’s DOS was the dominated OS for PC Apple MAC is better, but expensive UNIX is much better, but much much expensive. Only for minicomputer for commercial applications People was looking for a UNIX based system, which is cheaper and can run on PC Both DOS, MAC and UNIX are proprietary, i.e., the source code of their kernel is protected
  • 7. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org GNU project Established in 1984 by Richard Stallman, who believes that software should be free from restrictions against copying or modification in order to make better and efficient computer programs GNU is a recursive acronym for “GNU's Not Unix” Aim at developing a complete Unix-like operating system which is free for copying and modification Companies make their money by maintaining and distributing the software,
  • 8. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org e.g. optimally packaging the software with different tools (Redhat, Slackware, Mandrake, SuSE, etc) 1985, Stallman started the Free Software Foundation and wrote the GNU General Public License (GNU GPL) in 1989. A famous professor Andrew Tanenbaum developed Minix, a simplified version of UNIX that runs on PC Minix was for class teaching only. No intention for commercial use In Sept 1991, Linus Torvalds, a student of Computer Science at the University of Helsinki,
  • 9. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org developed the preliminary kernel of Linux, known as Linux version 0.01 It was put to the Internet and received enormous response from worldwide software developers By March 1992 came version 0.95….. x-windows It was put to the Internet and received enormous response from worldwide software developers By March 1992 came version 0.95….. x-windows
  • 10. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org November 1992 SUSE , German version August 1993 Debian & slackware March 1994 kernel version 1.0 Oct 1994 Red hat & caldera March 1996 kernel version 2.0 KDE 1998 Jan 1999 kernel version 2.2 2000 IBM invest 1 Billion$ Jan 2001 kernel version 2.4
  • 11. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org Open Office 2002 Late 2003 Fedora December 2003 kernel version 2.6 October 2004 Ubuntu July 2011 kernel version 3.0
  • 12. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org Linux Pros and Cons Advantages over Windows It's almost free to relatively inexpensive. Source code is included. Bugs are fixed quickly and help is readily available through the vast support in Internet. Linux is more stable than Windows. Linux is truly multi-user and multi-tasking
  • 13. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org multiuser: OS that can simultaneously serve a number of users. multitasking: OS that can simultaneously execute a number of programs. Linux runs on equipment that other operating systems consider too underpowered, e.g. 386 systems, PDA, etc Disadvantages compared with Windows Isn't as popular as Windows.Less commercial company is responsible for Linux.Linux is relatively hard to learn and use as compared to Windows
  • 14. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org Low cost: There is no need to spend time and huge amount money to obtain licenses since Linux and much of it’s software come with the GNU General Public License. There is no need to worry about any software's that you use in Linux. Stability: Linux has high stability compared with other operating systems. There is no need to reboot the Linux system to maintain performance levels.
  • 15. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org Rarely it freeze up or slow down. It has a continuous up- times of hundreds of days or more Performance: Linux provides high performance on various networks. It has the ability to handle large numbers of users simultaneously. Flexibility: Linux is very flexible. Linux can be used for high performance server applications, desktop applications, and embedded systems.
  • 16. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org You can install only the needed components for a particular use. Compatibility: It runs all common Unix software packages and can process all common file formats. Wider Choice: There is a large number of Linux distributions which gives you a wider choice. Each organization develop and support different distribution. You can pick the one you like best; the core function's are the same
  • 17. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org Fast and easy installation: Linux distributions come with user-friendly installation. Multitasking & Multiuser: Linux is a multitasking operating system. It can handle many things at the same time.It is Also a true multiuser OS Security: Linux is one of the most secure operating systems. File ownership and permissions make linux more secure.
  • 18. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org Open source: Linux is an Open source operating systems. You can easily get the source code for linux and edit it to develop your personal operating system.
  • 19. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org Today, Linux is widely used for both basic home and office uses. It is the main operating system used for high performance business and in web servers. Linux has made a high impact in this world. Today, Linux systems are used in every domain, from embedded systems to supercomputers
  • 20. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org No threat of viruses Linux systems are extremely stable Linux is Free Linux comes with most of the required software pre-installed Linux never gets slow Linux does not need defragmentation Linux can even run on oldest hardware Adding more software is a matter of a few clicks Most Windows-only apps have their either their native version or alternatives for Linux
  • 21. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org Linux distributions Today there are hundreds of different distributions available popular Linux distributions include
  • 22. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
  • 23. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
  • 24. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org
  • 25. © Copyright 2012 Hidaya Trust (Pakistan) ● A Non-Profit Organization ● www.hidayatrust.org / www,histpk.org