SlideShare a Scribd company logo
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 (20)

PDF
Linux kernel Architecture and Properties
Saadi Rahman
 
PPTX
15 Setup BIND 9
Hameda Hurmat
 
PPT
Unix/Linux Basic Commands and Shell Script
sbmguys
 
PDF
Users and groups in Linux
Knoldus Inc.
 
PDF
DockerCon 2017 - Cilium - Network and Application Security with BPF and XDP
Thomas Graf
 
PPT
Linux Administration
Harish1983
 
PDF
Room 2 - 6 - Đinh Tuấn Phong - Migrate opensource database to Kubernetes easi...
Vietnam Open Infrastructure User Group
 
PPTX
Networking in linux
Varnnit Jain
 
PDF
Deploy Application on Kubernetes
Opsta
 
PDF
An Introduction To Linux
Ishan A B Ambanwela
 
PPTX
Nakivo overview
Nick Luchkov
 
PPT
Clustering and High Availability
Information Technology
 
PDF
왜 쿠버네티스는 systemd로 cgroup을 관리하려고 할까요
Jo Hoon
 
PDF
[OpenInfra Days Korea 2018] (Track 4) Provisioning Dedicated Game Server on K...
OpenStack Korea Community
 
PDF
Cloud Native Networking & Security with Cilium & eBPF
Raphaël PINSON
 
PPT
Linux basics
Santosh Khadsare
 
PDF
Linux boot process – explained
LinuxConcept
 
PDF
LinuxCon 2015 Linux Kernel Networking Walkthrough
Thomas Graf
 
PDF
Shell scripting
Manav Prasad
 
PDF
Mikrotik Hotspot
GLC Networks
 
Linux kernel Architecture and Properties
Saadi Rahman
 
15 Setup BIND 9
Hameda Hurmat
 
Unix/Linux Basic Commands and Shell Script
sbmguys
 
Users and groups in Linux
Knoldus Inc.
 
DockerCon 2017 - Cilium - Network and Application Security with BPF and XDP
Thomas Graf
 
Linux Administration
Harish1983
 
Room 2 - 6 - Đinh Tuấn Phong - Migrate opensource database to Kubernetes easi...
Vietnam Open Infrastructure User Group
 
Networking in linux
Varnnit Jain
 
Deploy Application on Kubernetes
Opsta
 
An Introduction To Linux
Ishan A B Ambanwela
 
Nakivo overview
Nick Luchkov
 
Clustering and High Availability
Information Technology
 
왜 쿠버네티스는 systemd로 cgroup을 관리하려고 할까요
Jo Hoon
 
[OpenInfra Days Korea 2018] (Track 4) Provisioning Dedicated Game Server on K...
OpenStack Korea Community
 
Cloud Native Networking & Security with Cilium & eBPF
Raphaël PINSON
 
Linux basics
Santosh Khadsare
 
Linux boot process – explained
LinuxConcept
 
LinuxCon 2015 Linux Kernel Networking Walkthrough
Thomas Graf
 
Shell scripting
Manav Prasad
 
Mikrotik Hotspot
GLC Networks
 

Similar to Introduction to Linux & Basic Commands (20)

PPT
unixkkkkmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmkkk.ppt
sufiankedir156
 
PPTX
LinuxTraining_3.pptx
eyob51
 
PPT
1 basic computer operations
missCS
 
PDF
linux.pdf
jhon508183
 
DOCX
lec1.docx
ismailaboshatra
 
PDF
Linux Tutorial with commands to use while learning
ArunVastrad4
 
PDF
Unix _linux_fundamentals_for_hpc-_b
Mohammad Reza Beygi
 
PPTX
Using Unix Commands.pptx
Harsha Patil
 
PPTX
Using Unix Commands.pptx
Harsha Patil
 
PPTX
Chapter 3 Using Unix Commands
MeenalJabde
 
PPTX
Introduction to linux day1
UtpalenduChakrobortt1
 
PDF
Linux Presentation
nishantsri
 
PPT
Chapter09 -- networking with unix and linux
Raja Waseem Akhtar
 
PPTX
Basic Linux Administration - 3.pptxon server
RekeshPatel
 
PPT
Linux administration classes in mumbai
Vibrant Technologies & Computers
 
PPTX
Linux
Nikhil Dhiman
 
PPTX
INTRODUCTION TO LINUX
hafees4
 
PPTX
Linux Desktop Operation - Session 1
Arash Foroughi
 
PPT
linux-lecture1.ppt
Nikhil Raut
 
unixkkkkmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmkkk.ppt
sufiankedir156
 
LinuxTraining_3.pptx
eyob51
 
1 basic computer operations
missCS
 
linux.pdf
jhon508183
 
lec1.docx
ismailaboshatra
 
Linux Tutorial with commands to use while learning
ArunVastrad4
 
Unix _linux_fundamentals_for_hpc-_b
Mohammad Reza Beygi
 
Using Unix Commands.pptx
Harsha Patil
 
Using Unix Commands.pptx
Harsha Patil
 
Chapter 3 Using Unix Commands
MeenalJabde
 
Introduction to linux day1
UtpalenduChakrobortt1
 
Linux Presentation
nishantsri
 
Chapter09 -- networking with unix and linux
Raja Waseem Akhtar
 
Basic Linux Administration - 3.pptxon server
RekeshPatel
 
Linux administration classes in mumbai
Vibrant Technologies & Computers
 
INTRODUCTION TO LINUX
hafees4
 
Linux Desktop Operation - Session 1
Arash Foroughi
 
linux-lecture1.ppt
Nikhil Raut
 
Ad

More from Vikram Nandini (20)

PDF
IoT: From Copper strip to Gold Bar
Vikram Nandini
 
PDF
Design Patterns
Vikram Nandini
 
PDF
INTRODUCTION to OOAD
Vikram Nandini
 
PDF
Ethics
Vikram Nandini
 
PDF
Manufacturing - II Part
Vikram Nandini
 
PDF
Manufacturing
Vikram Nandini
 
PDF
Business Models
Vikram Nandini
 
PDF
Prototyping Online Components
Vikram Nandini
 
PDF
Artificial Neural Networks
Vikram Nandini
 
PDF
IoT-Prototyping
Vikram Nandini
 
PDF
Design Principles for Connected Devices
Vikram Nandini
 
PDF
Introduction to IoT
Vikram Nandini
 
PDF
Embedded decices
Vikram Nandini
 
PDF
Communication in the IoT
Vikram Nandini
 
PDF
Introduction to Cyber Security
Vikram Nandini
 
PDF
cloud computing UNIT-2.pdf
Vikram Nandini
 
PDF
Introduction to Web Technologies
Vikram Nandini
 
PDF
Cascading Style Sheets
Vikram Nandini
 
PDF
Basics of Java Script
Vikram Nandini
 
PDF
HTML Common Tags -1
Vikram Nandini
 
IoT: From Copper strip to Gold Bar
Vikram Nandini
 
Design Patterns
Vikram Nandini
 
INTRODUCTION to OOAD
Vikram Nandini
 
Manufacturing - II Part
Vikram Nandini
 
Manufacturing
Vikram Nandini
 
Business Models
Vikram Nandini
 
Prototyping Online Components
Vikram Nandini
 
Artificial Neural Networks
Vikram Nandini
 
IoT-Prototyping
Vikram Nandini
 
Design Principles for Connected Devices
Vikram Nandini
 
Introduction to IoT
Vikram Nandini
 
Embedded decices
Vikram Nandini
 
Communication in the IoT
Vikram Nandini
 
Introduction to Cyber Security
Vikram Nandini
 
cloud computing UNIT-2.pdf
Vikram Nandini
 
Introduction to Web Technologies
Vikram Nandini
 
Cascading Style Sheets
Vikram Nandini
 
Basics of Java Script
Vikram Nandini
 
HTML Common Tags -1
Vikram Nandini
 
Ad

Recently uploaded (20)

PPTX
Presentation on Foundation Design for Civil Engineers.pptx
KamalKhan563106
 
PDF
UNIT-4-FEEDBACK AMPLIFIERS AND OSCILLATORS (1).pdf
Sridhar191373
 
PDF
Geothermal Heat Pump ppt-SHRESTH S KOKNE
SHRESTHKOKNE
 
PPTX
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
PPT
Oxygen Co2 Transport in the Lungs(Exchange og gases)
SUNDERLINSHIBUD
 
PDF
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
PDF
Water Design_Manual_2005. KENYA FOR WASTER SUPPLY AND SEWERAGE
DancanNgutuku
 
PDF
Book.pdf01_Intro.ppt algorithm for preperation stu used
archu26
 
PPTX
Introduction to Neural Networks and Perceptron Learning Algorithm.pptx
Kayalvizhi A
 
PPTX
Coding about python and MySQL connectivity
inderjitsingh1985as
 
PPTX
Data_Analytics_Presentation_By_Malik_Azanish_Asghar.pptx
azanishmalik1
 
PDF
BioSensors glucose monitoring, cholestrol
nabeehasahar1
 
PPTX
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
PPTX
Cyclic_Redundancy_Check_Presentation.pptx
alhjranyblalhmwdbdal
 
PPTX
EC3551-Transmission lines Demo class .pptx
Mahalakshmiprasannag
 
PDF
Number Theory practice session 25.05.2025.pdf
DrStephenStrange4
 
PDF
monopile foundation seminar topic for civil engineering students
Ahina5
 
PDF
13th International Conference of Networks and Communications (NC 2025)
JohannesPaulides
 
PDF
Detailed manufacturing Engineering and technology notes
VIKKYsing
 
PDF
Natural Language processing and web deigning notes
AnithaSakthivel3
 
Presentation on Foundation Design for Civil Engineers.pptx
KamalKhan563106
 
UNIT-4-FEEDBACK AMPLIFIERS AND OSCILLATORS (1).pdf
Sridhar191373
 
Geothermal Heat Pump ppt-SHRESTH S KOKNE
SHRESTHKOKNE
 
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
Oxygen Co2 Transport in the Lungs(Exchange og gases)
SUNDERLINSHIBUD
 
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
Water Design_Manual_2005. KENYA FOR WASTER SUPPLY AND SEWERAGE
DancanNgutuku
 
Book.pdf01_Intro.ppt algorithm for preperation stu used
archu26
 
Introduction to Neural Networks and Perceptron Learning Algorithm.pptx
Kayalvizhi A
 
Coding about python and MySQL connectivity
inderjitsingh1985as
 
Data_Analytics_Presentation_By_Malik_Azanish_Asghar.pptx
azanishmalik1
 
BioSensors glucose monitoring, cholestrol
nabeehasahar1
 
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
Cyclic_Redundancy_Check_Presentation.pptx
alhjranyblalhmwdbdal
 
EC3551-Transmission lines Demo class .pptx
Mahalakshmiprasannag
 
Number Theory practice session 25.05.2025.pdf
DrStephenStrange4
 
monopile foundation seminar topic for civil engineering students
Ahina5
 
13th International Conference of Networks and Communications (NC 2025)
JohannesPaulides
 
Detailed manufacturing Engineering and technology notes
VIKKYsing
 
Natural Language processing and web deigning notes
AnithaSakthivel3
 

Introduction to Linux & Basic Commands