SlideShare a Scribd company logo
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
Ad

More Related Content

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
Steve Shinn
 
GNU/LINUX - Day 1
GNU/LINUX - Day 1GNU/LINUX - Day 1
GNU/LINUX - Day 1
Quotient Technology Inc.
 
Linux kodachi
Linux kodachiLinux kodachi
Linux kodachi
geo952fer
 
File server-info
File server-infoFile server-info
File server-info
Rubén Orellana Flores
 
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
Adam Compton
 
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
 
Introduction to FOSS
Introduction to FOSSIntroduction to FOSS
Introduction to FOSS
Uditha Bandara Wijerathna
 
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
Donnie Berkholz
 
Fundamentals of Linux Privilege Escalation
Fundamentals of Linux Privilege EscalationFundamentals of Linux Privilege Escalation
Fundamentals of Linux Privilege Escalation
nullthreat
 
Metasploit @ 2010 Utah Open Source Conference
Metasploit @ 2010 Utah Open Source ConferenceMetasploit @ 2010 Utah Open Source Conference
Metasploit @ 2010 Utah Open Source Conference
Jason Wood
 
Hacking with Backtrack Lecture-1
Hacking with Backtrack Lecture-1Hacking with Backtrack Lecture-1
Hacking with Backtrack Lecture-1
Zia Ush Shamszaman
 
K ubuntu
K ubuntuK ubuntu
K ubuntu
Mayuresh Wadekar
 
Intel demo on movidius
Intel demo on movidiusIntel demo on movidius
Intel demo on movidius
Joseph Pareti
 
NFD LuCI
NFD LuCINFD LuCI
NFD LuCI
Shi Junxiao
 
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
St. Petersburg College
 
FOSS and Linux
FOSS and LinuxFOSS and Linux
FOSS and Linux
vargy
 
WIndows Kernel-Land exploitation
WIndows Kernel-Land exploitationWIndows Kernel-Land exploitation
WIndows Kernel-Land exploitation
kyaw thiha
 
Fos sintro pres-dav
Fos sintro pres-davFos sintro pres-dav
Fos sintro pres-dav
Parin Sharma
 
Linux advanced privilege escalation
Linux advanced privilege escalationLinux advanced privilege escalation
Linux advanced privilege escalation
Jameel Nabbo
 
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
Donnie Berkholz
 
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
 
Linux kodachi
Linux kodachiLinux kodachi
Linux kodachi
geo952fer
 
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
Adam Compton
 
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
 
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
Donnie Berkholz
 
Fundamentals of Linux Privilege Escalation
Fundamentals of Linux Privilege EscalationFundamentals of Linux Privilege Escalation
Fundamentals of Linux Privilege Escalation
nullthreat
 
Metasploit @ 2010 Utah Open Source Conference
Metasploit @ 2010 Utah Open Source ConferenceMetasploit @ 2010 Utah Open Source Conference
Metasploit @ 2010 Utah Open Source Conference
Jason Wood
 
Hacking with Backtrack Lecture-1
Hacking with Backtrack Lecture-1Hacking with Backtrack Lecture-1
Hacking with Backtrack Lecture-1
Zia Ush Shamszaman
 
Intel demo on movidius
Intel demo on movidiusIntel demo on movidius
Intel demo on movidius
Joseph Pareti
 
FOSS and Linux
FOSS and LinuxFOSS and Linux
FOSS and Linux
vargy
 
WIndows Kernel-Land exploitation
WIndows Kernel-Land exploitationWIndows Kernel-Land exploitation
WIndows Kernel-Land exploitation
kyaw thiha
 
Fos sintro pres-dav
Fos sintro pres-davFos sintro pres-dav
Fos sintro pres-dav
Parin Sharma
 
Linux advanced privilege escalation
Linux advanced privilege escalationLinux advanced privilege escalation
Linux advanced privilege escalation
Jameel Nabbo
 
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
Donnie Berkholz
 

Similar to Linux introduction (20)

Buntu 1
Buntu 1Buntu 1
Buntu 1
daniel pechene
 
Ubuntu for all
Ubuntu for allUbuntu for all
Ubuntu for all
Chit Ko Ko Win
 
Ubuntu desktop
Ubuntu desktopUbuntu desktop
Ubuntu desktop
Gehrai
 
Ubuntu 11.04 Natty Narwhal
Ubuntu 11.04 Natty NarwhalUbuntu 11.04 Natty Narwhal
Ubuntu 11.04 Natty Narwhal
Sidharth Tewary
 
Linux
LinuxLinux
Linux
CIIT Wahcantt, Taxila distt. Rawalpindi Pakistan
 
introduction to ubuntu
introduction to ubuntuintroduction to ubuntu
introduction to ubuntu
asifnawaz144wb
 
Ubuntu OS.pptx
Ubuntu OS.pptxUbuntu OS.pptx
Ubuntu OS.pptx
AhmedSubhanFarjamBai
 
Linux
Linux Linux
Linux
Kevin James
 
Folleto ubuntu
Folleto ubuntuFolleto ubuntu
Folleto ubuntu
Pablo rodriguez gonzalez
 
Ubuntu - The History
Ubuntu - The HistoryUbuntu - The History
Ubuntu - The History
pramoddps
 
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
Hillel Kobrovski
 
Introduction to Linux for bioinformatics
Introduction to Linux for bioinformaticsIntroduction to Linux for bioinformatics
Introduction to Linux for bioinformatics
BITS
 
Tamaray ACT22A
Tamaray ACT22ATamaray ACT22A
Tamaray ACT22A
Erm78
 
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
Marco Fioretti
 
Before begining linux
Before begining linuxBefore begining linux
Before begining linux
Shiwang Kalkhanda
 
Top Lightweight Linux Distros
Top Lightweight Linux DistrosTop Lightweight Linux Distros
Top Lightweight Linux Distros
Osei Fortune
 
Preparations for Koha implementation: an overview
Preparations for Koha implementation: an overviewPreparations for Koha implementation: an overview
Preparations for Koha implementation: an overview
vimalibre
 
Linux
LinuxLinux
Linux
umma09
 
Lucidlynxslides
LucidlynxslidesLucidlynxslides
Lucidlynxslides
Philippine Information Technology Organization
 
LFS all in one123456789012334455678 .pdf
LFS all in one123456789012334455678 .pdfLFS all in one123456789012334455678 .pdf
LFS all in one123456789012334455678 .pdf
jadavDinesh3
 
Ad

Recently uploaded (20)

IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
Ad

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