SlideShare a Scribd company logo
1 of 58
What is Linux ?
What is Linux ?
Linux is an open source operating system.
->But what is an Operating system?
As the name suggests Operating
System is the core software
required to operate a computer
What is an Operating
system?
An Operating system acts as an
interface between the hardware and
the User. Without it, users wont be
able to use a computer.
Operating system is responsible for
communicating with the hardware &
allocate it’s resources for you to
execute commands & run programs
What is an Operating system?
Try imagining your computer as a car. There are various parts in a
car, such as The transmission, gear box & steering wheel. Imagine
them as various softwares that will help you drive your car.
What is an Operating system?
But without the engine, none of these parts work & you wont be
able to drive your car.
In this example, The Operating system
is the engine. The engine can work on
it’s own, but without the OS no other
software will work.
What is an Operating system?
There are many types of Computer Operating systems, The most
notable ones are Windows & Mac OS, but unlike them Linux is Open
source.
Linux - Opensource Operating system
" Open Source operating systems are released under a license
where the copyright holder allows others to study, change as well as
distribute the software to other people. "
It means, Linux is freely accessible & modifiable, making it a very
popular Operating System.
Linux - Opensource Operating system
From smartphones to cars, supercomputers and
home appliances, home desktops to enterprise
servers, the Linux operating system is everywhere.
From affordable android
phones to super
computers on Wall street,
they’re powered by Linux
Operating System.
Linux distros come in all shapes and sizes. There are different
types of Linux Distributions, such as Arch Linux, Debian OS &
Fedora. In this Course I’ll be using the Ubuntu Operating system.
Linux - Distributions
Linux - Installation Guide
I’ll be running Linux on a Virtual Box & I’ll show you how to get
started. Go to https://www.virtualbox.org/ & download the latest
Virtual Box.
Linux - Installation Guide
It’s free & it’s easy to use. Click the big blue button to start the
download I’ll leave the download link in the resources folder ..
Linux - Installation Guide
Linux - Installation Guide
Save the file on your computer and wait for the
download to finish.
Linux - Installation Guide
Run ' VirtualBox-
6.1.34a-150636-
Win.exe file' and
click 'Next'
Linux - Installation Guide
Browse & select
the location path,
where you'd want
to install the file
and click 'Next'
Linux - Installation Guide
Linux - Installation Guide
Click
Yes
button
Linux - Installation Guide
Click
Install
button
Linux - Installation Guide
Wait for
installation
process to
be
completed
Linux - Installation Guide
Click
Finish
Button
Linux - Installation Guide
After opening the
Virtual Box, we can
see that there are
no virtual
machines
installed. Now we
have to add an
Ubuntu Virtual
machine.
Linux - Installation Guide
AVirtual Machine (VM) is a computer resource that uses software
instead of a physical computer to run programs and deploy apps.
One or more virtual “guest” machines run on a physical “host”
machine.
Each virtual machine runs its
own operating system and
functions separately from the
other VMs, even when they are
all running on the same host.
- What is a VM ?
Linux - Installation Guide
Now download,
Ubuntu ISO file,
you’ll find the
download link in
the resources
folder.
Linux - Installation Guide
Go to :
Linux - Installation Guide
Select and click on
Linux - Installation Guide
Wait for
download or
click on
download now.
Save the file.
Linux - Installation Guide
The iso file is
around 3.4
Gigabytes. Once
the file is
downloaded,
Open Virtual Box
& Click ‘ New ‘
or press 'Ctrl +N'
Linux - Installation Guide - Create Virtual Machine
Name the Virtual machine
and select a path for the
machine to be installed.
Select the path to Linux and
version to Ubuntu 64-bit.
Allocate the RAM, create a
vritual hard disk and create
the machine.
Linux - Installation Guide
Allocate file size for the virtual
machine and set the storage on
physical hard to dynamically
allocated.
Select VDI as Hard Disk file type
and Create the machine
Linux - Installation Guide
Go to
Settings
Linux - Installation Guide
Go to storage and click
Linux - Installation Guide
Select the
Ubuntu
ISO file
and click
Linux - Installation Guide - Run the Virtual Machine
Press the
button
Linux - Installation Guide
Select 'Try or
Install
Ubuntu ' and
hit Enter'
Linux - Installation Guide
Wait for it to load
& display
installation
options.
Linux - Installation Guide
Select
Language
Install
Ubuntu
Linux - Installation Guide
Detect
Keyboard layout
and continue
Linux - Installation Guide
I'm proceeding with
normal installation,
if you want a faster
installation, or if
you want to save
space, go ahead
with the minimal
installation.
Linux - Installation Guide
Erase Disk
& install
Ubuntu.
Your files
on host
machine
won't be
affected.
Linux - Installation Guide
Continue with changes to the disk
Linux - Installation Guide
Select the
Timezone &
Continue with
the Installation
process ...
Linux - Installation Guide
Fill out the details,
pick a name and set a
password. This is just
a tutorial so strong
password isn't a
requirment.
Linux - Installation Guide
Wait for the
Operating system
to be installed
Linux - Installation Guide
Once the
installation is
complete, click
to restart the
virtual
machine.
Linux - Installation Guide
Press 'Enter' and
Wait for the
Virtual machine
to load ...
Linux - Installation Guide
Log into VM and
customize your
preferences.
Click Done and
you're done with the
installation process
Linux sudo
• shell is a program that takes commands from the
keyboard and gives them to the operating system to
perform.
• Terminal is a program that opens a window and lets you
interact with the shell.
Shell and Terminal
• The Linux sudo command stands for Super User Do.
• If we prefix the command along with other commands, it
would execute that command with high privileges.
• It is equal to the option "run as administrator" in
Windows.
Sudo Command
• Advanced Packaging Tool (APT).
• provide the means for installing new software packages,
upgrading existing software packages, updating the
package list index, and even upgrading the entire
Ubuntu system.
Apt Command
$ sudo apt update && sudo apt upgrade -y
$apt search chromium
$sudo apt install -y chromium-browser
$apt remove chromium-browser
Apt Command
$ sudo apt update && sudo apt upgrade -y
$apt search chromium
$sudo apt install -y chromium-browser
$apt remove chromium-browser
Linux File System
$ sudo apt update && sudo apt upgrade -y
$apt search chromium
$sudo apt install -y chromium-browser
$apt remove chromium-browser
Abolute and Relative path
LINUX COMMANDS
Vaiables are name given to memory location
int _a10;
1.can start with either underscore or letter
2.first character cannot be a number
3.case sensitive. sum,SUM are treated differently
4.no special character not allowed other than _
temp
0-10 very cold
11-25 cold
26-32 hot
32-44 very hot
above 44 extremely hot
gender m /f /h
100000 to 500000 f
250000 to 700000

More Related Content

What's hot

Testing Ansible with Jenkins and Docker
Testing Ansible with Jenkins and DockerTesting Ansible with Jenkins and Docker
Testing Ansible with Jenkins and DockerDennis Rowe
 
Présentation ubuntu 12.10 PDF
Présentation ubuntu  12.10 PDFPrésentation ubuntu  12.10 PDF
Présentation ubuntu 12.10 PDFMohamed Ben Bouzid
 
2018 Genivi Xen Overview Nov Update
2018 Genivi Xen Overview Nov Update2018 Genivi Xen Overview Nov Update
2018 Genivi Xen Overview Nov UpdateThe Linux Foundation
 
An introduction to the linux kernel and device drivers (NTU CSIE 2016.03)
An introduction to the linux kernel and device drivers (NTU CSIE 2016.03)An introduction to the linux kernel and device drivers (NTU CSIE 2016.03)
An introduction to the linux kernel and device drivers (NTU CSIE 2016.03)William Liang
 
Linux System Monitoring
Linux System Monitoring Linux System Monitoring
Linux System Monitoring PriyaTeli
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentationnishantsri
 
Cilium - Bringing the BPF Revolution to Kubernetes Networking and Security
Cilium - Bringing the BPF Revolution to Kubernetes Networking and SecurityCilium - Bringing the BPF Revolution to Kubernetes Networking and Security
Cilium - Bringing the BPF Revolution to Kubernetes Networking and SecurityThomas Graf
 
Comparative Analysis of Windows and Linux System
Comparative Analysis of Windows and Linux SystemComparative Analysis of Windows and Linux System
Comparative Analysis of Windows and Linux SystemKazi Emad
 
Linux presentation
Linux presentationLinux presentation
Linux presentationNikhil Jain
 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commandsSagar Kumar
 
Building CI/CD Pipelines with Jenkins and Kubernetes
Building CI/CD Pipelines with Jenkins and KubernetesBuilding CI/CD Pipelines with Jenkins and Kubernetes
Building CI/CD Pipelines with Jenkins and KubernetesJanakiram MSV
 

What's hot (20)

Linux seminar
Linux seminarLinux seminar
Linux seminar
 
Testing Ansible with Jenkins and Docker
Testing Ansible with Jenkins and DockerTesting Ansible with Jenkins and Docker
Testing Ansible with Jenkins and Docker
 
Présentation ubuntu 12.10 PDF
Présentation ubuntu  12.10 PDFPrésentation ubuntu  12.10 PDF
Présentation ubuntu 12.10 PDF
 
2018 Genivi Xen Overview Nov Update
2018 Genivi Xen Overview Nov Update2018 Genivi Xen Overview Nov Update
2018 Genivi Xen Overview Nov Update
 
An introduction to the linux kernel and device drivers (NTU CSIE 2016.03)
An introduction to the linux kernel and device drivers (NTU CSIE 2016.03)An introduction to the linux kernel and device drivers (NTU CSIE 2016.03)
An introduction to the linux kernel and device drivers (NTU CSIE 2016.03)
 
Linux System Monitoring
Linux System Monitoring Linux System Monitoring
Linux System Monitoring
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Linux
LinuxLinux
Linux
 
Cilium - Bringing the BPF Revolution to Kubernetes Networking and Security
Cilium - Bringing the BPF Revolution to Kubernetes Networking and SecurityCilium - Bringing the BPF Revolution to Kubernetes Networking and Security
Cilium - Bringing the BPF Revolution to Kubernetes Networking and Security
 
Comparative Analysis of Windows and Linux System
Comparative Analysis of Windows and Linux SystemComparative Analysis of Windows and Linux System
Comparative Analysis of Windows and Linux System
 
Linux presentation
Linux presentationLinux presentation
Linux presentation
 
Linux startup
Linux startupLinux startup
Linux startup
 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commands
 
Open source software and os
Open source software and osOpen source software and os
Open source software and os
 
.NET6.pptx
.NET6.pptx.NET6.pptx
.NET6.pptx
 
Linux OS presentation
Linux OS presentationLinux OS presentation
Linux OS presentation
 
Building CI/CD Pipelines with Jenkins and Kubernetes
Building CI/CD Pipelines with Jenkins and KubernetesBuilding CI/CD Pipelines with Jenkins and Kubernetes
Building CI/CD Pipelines with Jenkins and Kubernetes
 
Linux v/s Windows
Linux v/s WindowsLinux v/s Windows
Linux v/s Windows
 
Linux introduction
Linux introductionLinux introduction
Linux introduction
 
Linux basics
Linux basicsLinux basics
Linux basics
 

Similar to installation of VM and ubuntu.pptx

Similar to installation of VM and ubuntu.pptx (20)

Linux
LinuxLinux
Linux
 
The linux-guide
The linux-guideThe linux-guide
The linux-guide
 
1 the linux-guide
1 the linux-guide1 the linux-guide
1 the linux-guide
 
Iniciación a linux
Iniciación a linuxIniciación a linux
Iniciación a linux
 
Linux
Linux Linux
Linux
 
A Newbie’s Initiation To Linux
A Newbie’s Initiation To LinuxA Newbie’s Initiation To Linux
A Newbie’s Initiation To Linux
 
I Am Linux-Introductory Module on Linux
I Am Linux-Introductory Module on LinuxI Am Linux-Introductory Module on Linux
I Am Linux-Introductory Module on Linux
 
Install Linux OS in Virtual Box.pptx
Install Linux OS in Virtual Box.pptxInstall Linux OS in Virtual Box.pptx
Install Linux OS in Virtual Box.pptx
 
Preparing_Your_Computer.pdf
Preparing_Your_Computer.pdfPreparing_Your_Computer.pdf
Preparing_Your_Computer.pdf
 
Red Hat Training
Red Hat   TrainingRed Hat   Training
Red Hat Training
 
Linux Beginner Guide 2014
Linux Beginner Guide 2014Linux Beginner Guide 2014
Linux Beginner Guide 2014
 
Introduction to Linux for bioinformatics
Introduction to Linux for bioinformaticsIntroduction to Linux for bioinformatics
Introduction to Linux for bioinformatics
 
Linux
LinuxLinux
Linux
 
Linux Desktop: From OS Install through Running the Applications
Linux Desktop: From OS Install through Running the ApplicationsLinux Desktop: From OS Install through Running the Applications
Linux Desktop: From OS Install through Running the Applications
 
Open_suse
Open_suseOpen_suse
Open_suse
 
Introduction to Linux
Introduction to LinuxIntroduction to Linux
Introduction to Linux
 
Ubuntu desktop
Ubuntu desktopUbuntu desktop
Ubuntu desktop
 
Linux Operating SystemMigration ProposalCMIT 391 - Section .docx
Linux Operating SystemMigration ProposalCMIT 391 -  Section .docxLinux Operating SystemMigration ProposalCMIT 391 -  Section .docx
Linux Operating SystemMigration ProposalCMIT 391 - Section .docx
 
Koha Complete Manual in Ubuntu 18.04
Koha Complete Manual in Ubuntu 18.04Koha Complete Manual in Ubuntu 18.04
Koha Complete Manual in Ubuntu 18.04
 
What is the linux
What is the linuxWhat is the linux
What is the linux
 

Recently uploaded

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 

Recently uploaded (20)

young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 

installation of VM and ubuntu.pptx

  • 2. What is Linux ? Linux is an open source operating system. ->But what is an Operating system? As the name suggests Operating System is the core software required to operate a computer
  • 3. What is an Operating system? An Operating system acts as an interface between the hardware and the User. Without it, users wont be able to use a computer. Operating system is responsible for communicating with the hardware & allocate it’s resources for you to execute commands & run programs
  • 4. What is an Operating system? Try imagining your computer as a car. There are various parts in a car, such as The transmission, gear box & steering wheel. Imagine them as various softwares that will help you drive your car.
  • 5. What is an Operating system? But without the engine, none of these parts work & you wont be able to drive your car. In this example, The Operating system is the engine. The engine can work on it’s own, but without the OS no other software will work.
  • 6. What is an Operating system? There are many types of Computer Operating systems, The most notable ones are Windows & Mac OS, but unlike them Linux is Open source.
  • 7. Linux - Opensource Operating system " Open Source operating systems are released under a license where the copyright holder allows others to study, change as well as distribute the software to other people. " It means, Linux is freely accessible & modifiable, making it a very popular Operating System.
  • 8. Linux - Opensource Operating system From smartphones to cars, supercomputers and home appliances, home desktops to enterprise servers, the Linux operating system is everywhere. From affordable android phones to super computers on Wall street, they’re powered by Linux Operating System.
  • 9. Linux distros come in all shapes and sizes. There are different types of Linux Distributions, such as Arch Linux, Debian OS & Fedora. In this Course I’ll be using the Ubuntu Operating system. Linux - Distributions
  • 10. Linux - Installation Guide I’ll be running Linux on a Virtual Box & I’ll show you how to get started. Go to https://www.virtualbox.org/ & download the latest Virtual Box.
  • 12. It’s free & it’s easy to use. Click the big blue button to start the download I’ll leave the download link in the resources folder .. Linux - Installation Guide
  • 13. Linux - Installation Guide Save the file on your computer and wait for the download to finish.
  • 14. Linux - Installation Guide Run ' VirtualBox- 6.1.34a-150636- Win.exe file' and click 'Next'
  • 15. Linux - Installation Guide Browse & select the location path, where you'd want to install the file and click 'Next'
  • 17. Linux - Installation Guide Click Yes button
  • 18. Linux - Installation Guide Click Install button
  • 19. Linux - Installation Guide Wait for installation process to be completed
  • 20. Linux - Installation Guide Click Finish Button
  • 21. Linux - Installation Guide After opening the Virtual Box, we can see that there are no virtual machines installed. Now we have to add an Ubuntu Virtual machine.
  • 22. Linux - Installation Guide AVirtual Machine (VM) is a computer resource that uses software instead of a physical computer to run programs and deploy apps. One or more virtual “guest” machines run on a physical “host” machine. Each virtual machine runs its own operating system and functions separately from the other VMs, even when they are all running on the same host. - What is a VM ?
  • 23. Linux - Installation Guide Now download, Ubuntu ISO file, you’ll find the download link in the resources folder.
  • 24. Linux - Installation Guide Go to :
  • 25. Linux - Installation Guide Select and click on
  • 26. Linux - Installation Guide Wait for download or click on download now. Save the file.
  • 27. Linux - Installation Guide The iso file is around 3.4 Gigabytes. Once the file is downloaded, Open Virtual Box & Click ‘ New ‘ or press 'Ctrl +N'
  • 28. Linux - Installation Guide - Create Virtual Machine Name the Virtual machine and select a path for the machine to be installed. Select the path to Linux and version to Ubuntu 64-bit. Allocate the RAM, create a vritual hard disk and create the machine.
  • 29. Linux - Installation Guide Allocate file size for the virtual machine and set the storage on physical hard to dynamically allocated. Select VDI as Hard Disk file type and Create the machine
  • 30. Linux - Installation Guide Go to Settings
  • 31. Linux - Installation Guide Go to storage and click
  • 32. Linux - Installation Guide Select the Ubuntu ISO file and click
  • 33. Linux - Installation Guide - Run the Virtual Machine Press the button
  • 34. Linux - Installation Guide Select 'Try or Install Ubuntu ' and hit Enter'
  • 35. Linux - Installation Guide Wait for it to load & display installation options.
  • 36. Linux - Installation Guide Select Language Install Ubuntu
  • 37. Linux - Installation Guide Detect Keyboard layout and continue
  • 38. Linux - Installation Guide I'm proceeding with normal installation, if you want a faster installation, or if you want to save space, go ahead with the minimal installation.
  • 39. Linux - Installation Guide Erase Disk & install Ubuntu. Your files on host machine won't be affected.
  • 40. Linux - Installation Guide Continue with changes to the disk
  • 41. Linux - Installation Guide Select the Timezone & Continue with the Installation process ...
  • 42. Linux - Installation Guide Fill out the details, pick a name and set a password. This is just a tutorial so strong password isn't a requirment.
  • 43. Linux - Installation Guide Wait for the Operating system to be installed
  • 44. Linux - Installation Guide Once the installation is complete, click to restart the virtual machine.
  • 45. Linux - Installation Guide Press 'Enter' and Wait for the Virtual machine to load ...
  • 46. Linux - Installation Guide Log into VM and customize your preferences. Click Done and you're done with the installation process Linux sudo
  • 47. • shell is a program that takes commands from the keyboard and gives them to the operating system to perform. • Terminal is a program that opens a window and lets you interact with the shell. Shell and Terminal
  • 48. • The Linux sudo command stands for Super User Do. • If we prefix the command along with other commands, it would execute that command with high privileges. • It is equal to the option "run as administrator" in Windows. Sudo Command
  • 49. • Advanced Packaging Tool (APT). • provide the means for installing new software packages, upgrading existing software packages, updating the package list index, and even upgrading the entire Ubuntu system. Apt Command
  • 50. $ sudo apt update && sudo apt upgrade -y $apt search chromium $sudo apt install -y chromium-browser $apt remove chromium-browser Apt Command
  • 51. $ sudo apt update && sudo apt upgrade -y $apt search chromium $sudo apt install -y chromium-browser $apt remove chromium-browser Linux File System
  • 52.
  • 53. $ sudo apt update && sudo apt upgrade -y $apt search chromium $sudo apt install -y chromium-browser $apt remove chromium-browser Abolute and Relative path
  • 55. Vaiables are name given to memory location int _a10; 1.can start with either underscore or letter 2.first character cannot be a number 3.case sensitive. sum,SUM are treated differently 4.no special character not allowed other than _
  • 56.
  • 57. temp 0-10 very cold 11-25 cold 26-32 hot 32-44 very hot above 44 extremely hot
  • 58. gender m /f /h 100000 to 500000 f 250000 to 700000