SlideShare a Scribd company logo
1 of 25
Download to read offline
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
LINUX INTERNALS
Dr. Vikram Neerugatti
Associate Professor
Department of CSE
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 1
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
• History
• Distributions
• Licensing
• Linux commands
– Man pages
– Working with directories
– Working with files
– General purpose utilities
Content
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 2
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ 1969 - Dennis Ritchie - and Ken Thompson developed
the C language and the Unix operating system at AT&T
Bell Labs.
✓ 1975 – Commercial UNIX & BSD UNIX.
✓ 1980 – Many companies has their own UNIX - Richard
Stallman – GNU (1984) – root of Linux
✓ 1990- Linus Torvalds, a Swedish speaking Finnish
student, buying a 386 computer and writing a brand new
POSIX compliant kernel. combination of this kernel
with the GNU tools.
✓ 2015 - Linux
History
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 3
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ overview of current Linux distributions.
✓ distribution is a collection of (usually open source)
software on top of a Linux kernel.
✓ Red Hat
✓ Ubuntu
✓ Debian
✓ Others
✓ Which to choose?
Distributions
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 4
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Red Hat – Company – Develop Linux
✓ Red Hat Enterprise Linux and Fedora – Free
✓ Red Hat Enterprise Linux – with Support
✓ Fedora – without Support
Distributions - Red Hat
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 5
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Ubuntu – 2004
✓ Graphical Linux desktop
✓ In lab
✓ Support - payment
Distributions - Ubuntu
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 6
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Debian – no company
✓ Organized developers that elect a Debian Project Leader
every two years
✓ Three versions: stable, testing and unstable
Distributions - Debian
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 7
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Red Hat Enterprise Linux
✓ CentOS
✓ Oracle Enterprise Linux
✓ Scientific Linux
✓ Ubuntu
✓ Linux Mint
✓ Edubuntu
✓ other *buntu
✓ hundreds of other Linux distributions
Distributions - Others
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 8
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
Distributions - Which to choose?
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 9
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ About software licenses
✓ Proprietary software
✓ Free and Open Source Software
✓ Public domain software
✓ Given all rights
✓ Rules
✓ Freeware
✓ can use without paying a license cost
✓ Free Software or Open Source Software
✓ No cost – No Code or rights
✓ No cos – No rights
Licensing
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 10
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ GNU General Public License
✓ Copy left principle
✓ No - Copy right protected parts
✓ using GPLv3 software
✓ Full freedom
✓ BSD license
✓ Berkeley Distribution License
✓ Copy the modified versions
✓ Others
✓ Ensure, before using it
Licensing – Cont..
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 11
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Man $ command
✓ Man $ configfile
✓ Man $ daemon
✓ Man –k (apropos)
✓ Whatis
✓ Whereis
✓ Man sections
✓ Man $section $file
✓ Man man
✓ Mandb
Linux commands – Man/Manual Pages
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 12
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Man $ command
✓ Man whois  (help) – press q to quite the manual page
✓ Man $ configfile
✓ Man syslog.conf  manual for configuration files
✓ Man $ daemon
✓ Man syslogd  true for background programs
✓ Man –k (apropos)
✓ Man –k syslog  shows list of all files contain the string
✓ Whatis
✓ Whatis route  gets description of manual pages
Linux commands – Man Pages
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 13
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Whereis
✓ Whereis –m whois  location of the manpage will be
revealed
✓ Man sections
✓ Section numbers will be in brackets ex. (1)
✓ Man $section $file
✓ man passwd opens the first manual found
✓ man 5 passwd opens a page from section 5
✓ Man man
✓ If you want to know more about man, then Read The
Fantastic Manual (RTFM)
✓ Mandb
✓ Mandb man page exists, but you can't access it
Linux commands – Man/Manual Pages
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 14
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Pwd
✓ Pwd  print working directory
✓ Cd
✓ Cd touched  change your current directory
✓ Absolute and relative paths
✓ Paths in the file tree
✓ Path starting with a slash (/), then the root of the file tree is
assumed
✓ If you don't start your path with a slash, then the current
directory is the assumed starting point.
✓ Cd home or cd /home
Linux commands – Working with directories
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 15
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Path completion
✓ Tab key will help us  cdet will change to cdetc
✓ Ls
✓ Ls  list the contents of directory
✓ Ls – a  show all files, including hidden files
✓ Ls –l  gives long listing of files
✓ Ls –lh  files sizes in human readable format
✓ Mkdir
✓ Mkdir vikram create own directory
✓ Rmdir
✓ Rmdir vikram  remove the directory
Linux commands – Working with directories
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 16
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ File
✓ File vikram.png  determines the type of file
✓ Touch
✓ Touch vikram  creates empty file
✓ Rm
✓ Rm vikram  removes forever
✓ Rm –I  it will ask? Yes /no then it will
✓ Rm –rf  will removes anyfile
✓ Cp
✓ Cp file file.copy copies
✓ Cp file dir
Linux commands – Working with files
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 17
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Mv
✓ Mv old new  remane
✓ Mv dirold dirnew  rename directories
✓ Rename
✓ abc.txt file33.txt file42.txt
✓ rename 's/.txt/.png/' *.txt
✓ abc.png file33.png file42.png
✓ abc.png file33.png file42.png
✓ rename 's/file/document/' *.png
✓ abc.png document33.png document42.png
Linux commands – Working with files
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 18
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Cal
✓ Cal  Shows current month calendar on the terminal with the
current date highlighted.
✓ Cal –y  Shows the calendar of the complete current year
with the current date highlighted
✓ Cal 08 2000
✓ Cal 2000
✓ Date
✓ Date  displays date - pacific daylight time
✓ Date –u  Greenwich Mean Time)/UTC(Coordinated
Universal Time )
✓ Date –date=“2 year ago”
✓ Date –date=“5 sec ago”
Linux commands – general purpose utilities
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 19
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Script
✓ script command in Linux is used to make typescript or
record all the terminal activities.
✓ After executing the script command it starts recording
everything printed on the screen including the inputs and
outputs until exit.
✓ By default, all the terminal information is saved in the file
typescript
✓ Script
✓ Who
✓ The who command is used to get information about currently
logged in user on to system.
✓ who
Linux commands – general purpose utilities
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 20
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Tty
✓ tty which displays information related to terminal
✓ tty is short of teletype, but popularly known as a terminal it
allows you to interact with the system by passing on the data
(you input) to the system, and displaying the output
produced by the system.
✓ Tty --version
✓ Pwd
✓ pwd stands for Print Working Directory. It prints the path of
the working directory, starting from the root
Linux commands – general purpose utilities
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 21
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
✓ Ps
✓ Linux provides us a utility called ps for viewing information
related with the processes on a system which stands as
abbreviation for “Process Status”.
✓ ps command is used to list the currently running processes
and their PIDs along with some other information depends
on different options.
✓ Ps
✓ Uname
✓ The command ‘uname‘ displays the information about the
system.
✓ Uname -a
Linux commands – general purpose utilities
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 22
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 23
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 24
Any Questions/Clarifications/Doubts
JAIN
–
DEEMED
TO
BE
UNIVERSITY
GLOBAL
CAMPUS:
45th
km
NH
-
209
Jakkasandra
Post,
Kanakapura
Rd,
Bengaluru,
Karnataka
562112
Department of CSE
2/9/2023 Linux Internals by Dr. Vikram Neerugatti 25
Thank you all

More Related Content

What's hot

Order processing system
Order processing systemOrder processing system
Order processing system
Rithin Pal
 
CV-Logistics and supply chain-G.GnanaPrakash
CV-Logistics and supply chain-G.GnanaPrakashCV-Logistics and supply chain-G.GnanaPrakash
CV-Logistics and supply chain-G.GnanaPrakash
G Gnana Prakash
 

What's hot (20)

HOUSE KEEPING CONTRACT SERVICE IN HOTELS
HOUSE KEEPING CONTRACT SERVICE IN HOTELSHOUSE KEEPING CONTRACT SERVICE IN HOTELS
HOUSE KEEPING CONTRACT SERVICE IN HOTELS
 
Linux
Linux Linux
Linux
 
Common linux ubuntu commands overview
Common linux  ubuntu commands overviewCommon linux  ubuntu commands overview
Common linux ubuntu commands overview
 
Operating system 1 by K. Adisesha
Operating system 1 by K. AdiseshaOperating system 1 by K. Adisesha
Operating system 1 by K. Adisesha
 
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
 
hospital management system.docx
hospital management system.docxhospital management system.docx
hospital management system.docx
 
Computer generation and language translator
Computer generation and language translatorComputer generation and language translator
Computer generation and language translator
 
RHCE FINAL Questions and Answers
RHCE FINAL Questions and AnswersRHCE FINAL Questions and Answers
RHCE FINAL Questions and Answers
 
COVER LETTER
COVER LETTERCOVER LETTER
COVER LETTER
 
Fidelio property management system
Fidelio property management systemFidelio property management system
Fidelio property management system
 
Order processing system
Order processing systemOrder processing system
Order processing system
 
Night Audit
Night AuditNight Audit
Night Audit
 
Cron
CronCron
Cron
 
CV-Logistics and supply chain-G.GnanaPrakash
CV-Logistics and supply chain-G.GnanaPrakashCV-Logistics and supply chain-G.GnanaPrakash
CV-Logistics and supply chain-G.GnanaPrakash
 
Analysis of unix and windows
Analysis of unix and windowsAnalysis of unix and windows
Analysis of unix and windows
 
Hospital Management System SRS
Hospital Management System SRSHospital Management System SRS
Hospital Management System SRS
 
Online Hostel Management System Proposal
Online Hostel Management System Proposal Online Hostel Management System Proposal
Online Hostel Management System Proposal
 
Linux crontab
Linux crontabLinux crontab
Linux crontab
 
Tanveer iqbal mohammad_cv
Tanveer iqbal mohammad_cv Tanveer iqbal mohammad_cv
Tanveer iqbal mohammad_cv
 
hospital management system
hospital management systemhospital management system
hospital management system
 

Similar to Introduction to Linux & Basic Commands

Microsoft Word Format
Microsoft Word FormatMicrosoft Word Format
Microsoft Word Format
butest
 
Microsoft Word Format
Microsoft Word FormatMicrosoft Word Format
Microsoft Word Format
butest
 
containerit at useR!2017 conference, Brussels
containerit at useR!2017 conference, Brusselscontainerit at useR!2017 conference, Brussels
containerit at useR!2017 conference, Brussels
Daniel Nüst
 
Chimera Linux: A BSD-LLVM distro from scratch
Chimera Linux: A BSD-LLVM distro from scratchChimera Linux: A BSD-LLVM distro from scratch
Chimera Linux: A BSD-LLVM distro from scratch
Igalia
 

Similar to Introduction to Linux & Basic Commands (20)

Artificial Neural Networks
Artificial Neural NetworksArtificial Neural Networks
Artificial Neural Networks
 
PCL PITCH.pdf
PCL PITCH.pdfPCL PITCH.pdf
PCL PITCH.pdf
 
Design Patterns
Design PatternsDesign Patterns
Design Patterns
 
Kubernetes Operability Tooling (devopsdays Seattle 2019)
Kubernetes Operability Tooling (devopsdays Seattle 2019)Kubernetes Operability Tooling (devopsdays Seattle 2019)
Kubernetes Operability Tooling (devopsdays Seattle 2019)
 
All Things Containers - Docker, Kubernetes, Helm, Istio, GitOps and more
All Things Containers - Docker, Kubernetes, Helm, Istio, GitOps and moreAll Things Containers - Docker, Kubernetes, Helm, Istio, GitOps and more
All Things Containers - Docker, Kubernetes, Helm, Istio, GitOps and more
 
Introduction to Containers: From Docker to Kubernetes and everything in-between
Introduction to Containers:  From Docker to Kubernetes and everything in-betweenIntroduction to Containers:  From Docker to Kubernetes and everything in-between
Introduction to Containers: From Docker to Kubernetes and everything in-between
 
Kubernetes Operability Tooling (Minnebar 2019)
Kubernetes Operability Tooling (Minnebar 2019)Kubernetes Operability Tooling (Minnebar 2019)
Kubernetes Operability Tooling (Minnebar 2019)
 
Kubernetes the deltatre way the basics - introduction to containers and orc...
Kubernetes the deltatre way   the basics - introduction to containers and orc...Kubernetes the deltatre way   the basics - introduction to containers and orc...
Kubernetes the deltatre way the basics - introduction to containers and orc...
 
INTRODUCTION to OOAD
INTRODUCTION to OOADINTRODUCTION to OOAD
INTRODUCTION to OOAD
 
Containers in depth – Understanding how containers work to better work with c...
Containers in depth – Understanding how containers work to better work with c...Containers in depth – Understanding how containers work to better work with c...
Containers in depth – Understanding how containers work to better work with c...
 
Microsoft Word Format
Microsoft Word FormatMicrosoft Word Format
Microsoft Word Format
 
Microsoft Word Format
Microsoft Word FormatMicrosoft Word Format
Microsoft Word Format
 
Building a Linux IPv6 DNS Server Project review PPT v3.0 First review
Building a Linux IPv6 DNS Server Project review PPT v3.0 First reviewBuilding a Linux IPv6 DNS Server Project review PPT v3.0 First review
Building a Linux IPv6 DNS Server Project review PPT v3.0 First review
 
Federated Kubernetes: As a Platform for Distributed Scientific Computing
Federated Kubernetes: As a Platform for Distributed Scientific ComputingFederated Kubernetes: As a Platform for Distributed Scientific Computing
Federated Kubernetes: As a Platform for Distributed Scientific Computing
 
HOW 2019: A complete reproducible ROOT environment in under 5 minutes
HOW 2019: A complete reproducible ROOT environment in under 5 minutesHOW 2019: A complete reproducible ROOT environment in under 5 minutes
HOW 2019: A complete reproducible ROOT environment in under 5 minutes
 
containerit at useR!2017 conference, Brussels
containerit at useR!2017 conference, Brusselscontainerit at useR!2017 conference, Brussels
containerit at useR!2017 conference, Brussels
 
Chimera Linux: A BSD-LLVM distro from scratch
Chimera Linux: A BSD-LLVM distro from scratchChimera Linux: A BSD-LLVM distro from scratch
Chimera Linux: A BSD-LLVM distro from scratch
 
Manish@TCS
Manish@TCSManish@TCS
Manish@TCS
 
Gluster containers!
Gluster containers!Gluster containers!
Gluster containers!
 
Day 2 Kubernetes - Tools for Operability (Velocity London Meetup)
Day 2 Kubernetes - Tools for Operability (Velocity London Meetup)Day 2 Kubernetes - Tools for Operability (Velocity London Meetup)
Day 2 Kubernetes - Tools for Operability (Velocity London Meetup)
 

More from Vikram Nandini

More from Vikram Nandini (20)

IoT: From Copper strip to Gold Bar
IoT: From Copper strip to Gold BarIoT: From Copper strip to Gold Bar
IoT: From Copper strip to Gold Bar
 
Ethics
EthicsEthics
Ethics
 
Manufacturing - II Part
Manufacturing - II PartManufacturing - II Part
Manufacturing - II Part
 
Manufacturing
ManufacturingManufacturing
Manufacturing
 
Business Models
Business ModelsBusiness Models
Business Models
 
Prototyping Online Components
Prototyping Online ComponentsPrototyping Online Components
Prototyping Online Components
 
IoT-Prototyping
IoT-PrototypingIoT-Prototyping
IoT-Prototyping
 
Design Principles for Connected Devices
Design Principles for Connected DevicesDesign Principles for Connected Devices
Design Principles for Connected Devices
 
Introduction to IoT
Introduction to IoTIntroduction to IoT
Introduction to IoT
 
Embedded decices
Embedded decicesEmbedded decices
Embedded decices
 
Communication in the IoT
Communication in the IoTCommunication in the IoT
Communication in the IoT
 
Introduction to Cyber Security
Introduction to Cyber SecurityIntroduction to Cyber Security
Introduction to Cyber Security
 
cloud computing UNIT-2.pdf
cloud computing UNIT-2.pdfcloud computing UNIT-2.pdf
cloud computing UNIT-2.pdf
 
Introduction to Web Technologies
Introduction to Web TechnologiesIntroduction to Web Technologies
Introduction to Web Technologies
 
Cascading Style Sheets
Cascading Style SheetsCascading Style Sheets
Cascading Style Sheets
 
Basics of Java Script
Basics of Java ScriptBasics of Java Script
Basics of Java Script
 
HTML Common Tags -1
HTML Common Tags -1HTML Common Tags -1
HTML Common Tags -1
 
Handling Big Data
Handling Big DataHandling Big Data
Handling Big Data
 
Developing Internet of Things and Case Studies
Developing Internet of Things and Case StudiesDeveloping Internet of Things and Case Studies
Developing Internet of Things and Case Studies
 
IoT, M2M and IoT System Management
IoT, M2M and IoT System ManagementIoT, M2M and IoT System Management
IoT, M2M and IoT System Management
 

Recently uploaded

"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 

Recently uploaded (20)

Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 

Introduction to Linux & Basic Commands