SlideShare a Scribd company logo
1 of 16
Download to read offline
LINUX OPERATING
SYSTEM
Introduction
&
Installation
Contents
2/8/2016 Prepared by: Bushra Abro 2
Introduction
• Intermediate layer
between Software
& Hardware
• Introduced by
Linus Trovald
• 1991-1994
Operating
System
• Completely
independent OS
• Opensource
• Commands
similarity
Linux vs
Unix
2/8/2016 Prepared by: Bushra Abro 3
Opensource
A MisconceptionNot Free!
•Free does not always means free of charge!
•Free refers to freedom
Source code and functionality is open and visibleSource code availability
Annual fee, Production use license, Support/training feeLicense types
2/8/2016 Prepared by: Bushra Abro 4
Distributions
• Different functionality according to requirements
Concept
• Enterprise, Security, General purpose
Types
• Ubuntu, RedHat, Kali, Mint, OpenSuse, etc
Examples
2/8/2016 Prepared by: Bushra Abro 5
Basic concepts
Shell
• GUI vs LUI
• Commands
needed
root
• Highest
level
• User,
Directory
Capitalization
• Case
sensitivity as
opposed to
windows
2/8/2016 Prepared by: Bushra Abro 6
Server Vs Desktop
Server
• no GUI
• Meant for server tasks
• Works efficiently
• Stable (best OS for servers)
Desktop
• GUI
• General purpose software
• Not an ideal OS as compared to Windows or Mac
2/8/2016 Prepared by: Bushra Abro 7
UBUNTU
INSTALLATION
Desktop version
2/8/2016 Prepared by: Bushra Abro 8
Download and Creating Bootable USB
2/8/2016 Prepared by: Bushra Abro 9
Download
• http://www.ubuntu.co
m/desktop
• Latest available to-
date: Ubuntu 14.04.3
LTS (5years security
and maintenance
updates)
Installation Media
• CD or USB
• USB installer:
http://www.pendriveli
nux.com/universal-
usb-installer-easy-as-1-
2-3/#button
System Requirements
(Minimum)
• RAM : 1 GB
• Disk space: 5 GB
• A CD drive, USB port,
graphics resolution
1024*768
• Processor speed 1GHz
• Should support
virtualization if dual
boot is required
Ubuntu Installation
2/8/2016 Prepared by: Bushra Abro 10
Try or intall
Prepare to install
ubuntu
Setup wireless
Allocate Drive
space
Ubuntu Installation
2/8/2016 Prepared by: Bushra Abro 11
Begin the
installation
Select your
location
Select Keyboard
Login Password
Details
Ubuntu Installation
2/8/2016 Prepared by: Bushra Abro 12
Wait and see! That’s it!
C++ compiler in Ubuntu
• Update package list: sudo apt-get update
• Install g++ compiler: sudo apt-get install g++
• Write a program
• Example:
2/8/2016 Prepared by: Bushra Abro 13
#include <iostream>
using namespace std;
int main ()
{
cout << “This is My first c++ program in
Ubuntu";
return 0;
}
Compile and Execute
• Sample.cpp
• Compile: g++ -o sample sample.cpp
• Execute: ./sample
2/8/2016 Prepared by: Bushra Abro 14
Credentials
2/8/2016 Prepared by: Bushra Abro 15
Introduction to Linux by Eli the Computer Guy
www.ubuntu.com
QUESTIONS?
Thankyou for listening 
2/8/2016 Prepared by: Bushra Abro 16

More Related Content

What's hot

A brief look at Linux &amp; Ubuntu
A brief look at Linux &amp; UbuntuA brief look at Linux &amp; Ubuntu
A brief look at Linux &amp; Ubuntu
Steve Shinn
 
Installing Notes 9 on Ubuntu 12.10
Installing Notes 9 on Ubuntu 12.10Installing Notes 9 on Ubuntu 12.10
Installing Notes 9 on Ubuntu 12.10
Matthias Knäpper
 
Fos sintro pres-dav
Fos sintro pres-davFos sintro pres-dav
Fos sintro pres-dav
Parin Sharma
 

What's hot (20)

A brief look at Linux &amp; Ubuntu
A brief look at Linux &amp; UbuntuA brief look at Linux &amp; Ubuntu
A brief look at Linux &amp; Ubuntu
 
GNU/LINUX - Day 1
GNU/LINUX - Day 1GNU/LINUX - Day 1
GNU/LINUX - Day 1
 
Linux kodachi
Linux kodachiLinux kodachi
Linux kodachi
 
File server-info
File server-infoFile server-info
File server-info
 
BSidesKnoxville 2019 - Unix: The Other White Meat
BSidesKnoxville 2019 - Unix: The Other White MeatBSidesKnoxville 2019 - Unix: The Other White Meat
BSidesKnoxville 2019 - Unix: The Other White Meat
 
Installing Notes 9 on Ubuntu 12.10
Installing Notes 9 on Ubuntu 12.10Installing Notes 9 on Ubuntu 12.10
Installing Notes 9 on Ubuntu 12.10
 
Introduction to FOSS
Introduction to FOSSIntroduction to FOSS
Introduction to FOSS
 
Gentoo Linux, or Why in the World You Should Compile Everything
Gentoo Linux, or Why in the World You Should Compile EverythingGentoo Linux, or Why in the World You Should Compile Everything
Gentoo Linux, or Why in the World You Should Compile Everything
 
Fundamentals of Linux Privilege Escalation
Fundamentals of Linux Privilege EscalationFundamentals of Linux Privilege Escalation
Fundamentals of Linux Privilege Escalation
 
Metasploit @ 2010 Utah Open Source Conference
Metasploit @ 2010 Utah Open Source ConferenceMetasploit @ 2010 Utah Open Source Conference
Metasploit @ 2010 Utah Open Source Conference
 
Hacking with Backtrack Lecture-1
Hacking with Backtrack Lecture-1Hacking with Backtrack Lecture-1
Hacking with Backtrack Lecture-1
 
K ubuntu
K ubuntuK ubuntu
K ubuntu
 
Intel demo on movidius
Intel demo on movidiusIntel demo on movidius
Intel demo on movidius
 
NFD LuCI
NFD LuCINFD LuCI
NFD LuCI
 
Top 10 Tips for Beginning Linux Users
Top 10 Tips for Beginning Linux UsersTop 10 Tips for Beginning Linux Users
Top 10 Tips for Beginning Linux Users
 
FOSS and Linux
FOSS and LinuxFOSS and Linux
FOSS and Linux
 
WIndows Kernel-Land exploitation
WIndows Kernel-Land exploitationWIndows Kernel-Land exploitation
WIndows Kernel-Land exploitation
 
Fos sintro pres-dav
Fos sintro pres-davFos sintro pres-dav
Fos sintro pres-dav
 
Linux advanced privilege escalation
Linux advanced privilege escalationLinux advanced privilege escalation
Linux advanced privilege escalation
 
Package management and creation in Gentoo Linux
Package management and creation in Gentoo LinuxPackage management and creation in Gentoo Linux
Package management and creation in Gentoo Linux
 

Similar to Linux introduction

Tamaray ACT22A
Tamaray ACT22ATamaray ACT22A
Tamaray ACT22A
Erm78
 

Similar to Linux introduction (20)

Ubuntu for all
Ubuntu for allUbuntu for all
Ubuntu for all
 
Buntu 1
Buntu 1Buntu 1
Buntu 1
 
Ubuntu desktop
Ubuntu desktopUbuntu desktop
Ubuntu desktop
 
Ubuntu 11.04 Natty Narwhal
Ubuntu 11.04 Natty NarwhalUbuntu 11.04 Natty Narwhal
Ubuntu 11.04 Natty Narwhal
 
Linux
LinuxLinux
Linux
 
introduction to ubuntu
introduction to ubuntuintroduction to ubuntu
introduction to ubuntu
 
Ubuntu OS.pptx
Ubuntu OS.pptxUbuntu OS.pptx
Ubuntu OS.pptx
 
Linux
Linux Linux
Linux
 
Folleto ubuntu
Folleto ubuntuFolleto ubuntu
Folleto ubuntu
 
Ubuntu - The History
Ubuntu - The HistoryUbuntu - The History
Ubuntu - The History
 
Hillel kobrovski Linux security overview for ciso
Hillel kobrovski   Linux security overview for cisoHillel kobrovski   Linux security overview for ciso
Hillel kobrovski Linux security overview for ciso
 
Introduction to Linux for bioinformatics
Introduction to Linux for bioinformaticsIntroduction to Linux for bioinformatics
Introduction to Linux for bioinformatics
 
Tamaray ACT22A
Tamaray ACT22ATamaray ACT22A
Tamaray ACT22A
 
The RULE project: efficient computing for all GNU/Linux users
The RULE project: efficient computing for all GNU/Linux usersThe RULE project: efficient computing for all GNU/Linux users
The RULE project: efficient computing for all GNU/Linux users
 
Before begining linux
Before begining linuxBefore begining linux
Before begining linux
 
Top Lightweight Linux Distros
Top Lightweight Linux DistrosTop Lightweight Linux Distros
Top Lightweight Linux Distros
 
Linux
LinuxLinux
Linux
 
Lucidlynxslides
LucidlynxslidesLucidlynxslides
Lucidlynxslides
 
Fedora history 3441-3408-3437-3423
Fedora history 3441-3408-3437-3423Fedora history 3441-3408-3437-3423
Fedora history 3441-3408-3437-3423
 
Intro to operating_system
Intro to operating_systemIntro to operating_system
Intro to operating_system
 

Recently uploaded

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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

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
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
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
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
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
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
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
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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
 
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...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
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
 

Linux introduction

  • 3. Introduction • Intermediate layer between Software & Hardware • Introduced by Linus Trovald • 1991-1994 Operating System • Completely independent OS • Opensource • Commands similarity Linux vs Unix 2/8/2016 Prepared by: Bushra Abro 3
  • 4. Opensource A MisconceptionNot Free! •Free does not always means free of charge! •Free refers to freedom Source code and functionality is open and visibleSource code availability Annual fee, Production use license, Support/training feeLicense types 2/8/2016 Prepared by: Bushra Abro 4
  • 5. Distributions • Different functionality according to requirements Concept • Enterprise, Security, General purpose Types • Ubuntu, RedHat, Kali, Mint, OpenSuse, etc Examples 2/8/2016 Prepared by: Bushra Abro 5
  • 6. Basic concepts Shell • GUI vs LUI • Commands needed root • Highest level • User, Directory Capitalization • Case sensitivity as opposed to windows 2/8/2016 Prepared by: Bushra Abro 6
  • 7. Server Vs Desktop Server • no GUI • Meant for server tasks • Works efficiently • Stable (best OS for servers) Desktop • GUI • General purpose software • Not an ideal OS as compared to Windows or Mac 2/8/2016 Prepared by: Bushra Abro 7
  • 9. Download and Creating Bootable USB 2/8/2016 Prepared by: Bushra Abro 9 Download • http://www.ubuntu.co m/desktop • Latest available to- date: Ubuntu 14.04.3 LTS (5years security and maintenance updates) Installation Media • CD or USB • USB installer: http://www.pendriveli nux.com/universal- usb-installer-easy-as-1- 2-3/#button System Requirements (Minimum) • RAM : 1 GB • Disk space: 5 GB • A CD drive, USB port, graphics resolution 1024*768 • Processor speed 1GHz • Should support virtualization if dual boot is required
  • 10. Ubuntu Installation 2/8/2016 Prepared by: Bushra Abro 10 Try or intall Prepare to install ubuntu Setup wireless Allocate Drive space
  • 11. Ubuntu Installation 2/8/2016 Prepared by: Bushra Abro 11 Begin the installation Select your location Select Keyboard Login Password Details
  • 12. Ubuntu Installation 2/8/2016 Prepared by: Bushra Abro 12 Wait and see! That’s it!
  • 13. C++ compiler in Ubuntu • Update package list: sudo apt-get update • Install g++ compiler: sudo apt-get install g++ • Write a program • Example: 2/8/2016 Prepared by: Bushra Abro 13 #include <iostream> using namespace std; int main () { cout << “This is My first c++ program in Ubuntu"; return 0; }
  • 14. Compile and Execute • Sample.cpp • Compile: g++ -o sample sample.cpp • Execute: ./sample 2/8/2016 Prepared by: Bushra Abro 14
  • 15. Credentials 2/8/2016 Prepared by: Bushra Abro 15 Introduction to Linux by Eli the Computer Guy www.ubuntu.com
  • 16. QUESTIONS? Thankyou for listening  2/8/2016 Prepared by: Bushra Abro 16