SlideShare a Scribd company logo
LAMP TECHNOLOGY PRESENTATION  BY P.DEEPA
LAMP TECHNOLOGY L A M P  is an acronym for a solution stack of  free, open source software, originally coined from the first letters of
Linux (operating system),
Apache HTTP Server,
MySQL (database software) and
PHP.
Linux
Unix-like computer operating system ,open-source software  where source code is provided with operating system, which can be edited according to specific needs.
Apache
free software/open source web server
MySQL
multithreaded, multi-user, SQL database management system
PHP
reflective programming language originally designed for producing dynamic web pages
ADVANTAGES OF LAMP Easy to code with PHP and MySQL.
Easy to deploy a PHP app. Once you’ve got MySQL running, simply upload your .php files.
Develop locally
Cheap and ubiquitous hosting
INSTALLATION OF LAMP Download  latest version of xampp for linux.
Extract the downloaded archive file to  /opt  :
tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt
start XAMPP simply calling the command :
/opt/lampp/lampp start
Test by typing in the following URL at web browser :  http://localhost
LINUX  ( OPERATING SYSTEM )
WHAT IS LINUX?  It is an operating system.
It is designed for to provide personal computer users a free or  at very low-cost .
It has a reputation as a very efficient & fast performing systems.
Linux was developed by Linux Torvalds at the University of Helsinki in Finland.
WHY WE ARE USING LINUX? We dont have to buy the office system requirements separately.
No need to buy costly hardwares for the basic need(like RAM,Processor).
We are free from viruses no need to buy the antivirus softwares separately..
WHY WE ARE USING LINUX? Continue.. We can update everthing on our system with just one update manager.
It is free from pirated software so that we can share it with others is legal.
It wont get slow like windows operating system.
It upgrades all installation automatically.
ADVANTAGES: Cost.
Security.
Choice(freedom).
Software.
Hardware.
DISADVANTAGES: Understanding.
Compatibility.
Alternative Programs.
BASIC LINUX COMMANDS: 1. Show who is logged on and what they are  doing. $ w 2.Show who is logged on. $ who
3.Create empty file of 0 byte $ touch 4.Remove file $ rm 5. List files. $ ls
6. Create/Make a new directory. $ mkdir 7. Clear the terminal screen. $clear 8.Display information on free used memory. $ free
9.Check current date and time. $ date 10.Compare two files. $ cmp file1 file2 11.To save and exit. Ctrl -d
12.Short listing of directory contents $ls - -a   list hidden files.
-d  list the name of the current directory.
-F  show directories with a trailing '/'
executable files with a trailing '*'.
-t  sort by time modified instead of name.
Short listing of directory contents $ls- continue.. -g   show group ownership of file in long  listing
-i  print the inode number of each file
-l  long listing giving details about files  and directories
13.Prints a calendar for the specified month of  the specified year. $cal month year  14.It will show you the full path to the directory  you are currently in. $pwd ( print working directory)
15.Type mv followed by the current name of a  directory and the new name of the  directory. $mv( change the name of a directory)
LINUX DIRECTORY STRUCTURE
LINUX DIRECTORIES: < / > The root directory where the Linux system begins contains only subdirectories.  .
The starting point of your directory structure.
Every other file and directory on  system is under the root directory.
< /boot > The place where Linux keeps information that it needs when booting up.
< /bin >
It  contains the most important programs that the system needs to operate, such as the shells, ls, grep, and other essential things.
< /usr/bin > /usr/bin in turn contains applications for the system's users.
< /dev >
The devices that are available to a Linux system.
< /etc > The configuration files for the Linux system.
Most of these files are text files and can be edited by hand.
< /home >
This is where users keep their personal files are allowed to write files.
< /lib > The shared libraries for programs that are dynamically linked.
< /mnt >
This directory is used for mount points.
< /sbin, /usr/sbin >
Most system administration programs are stored in these directories.
< /usr > It contains user applications and  source codes, and pictures, docs, or config files .
</usr/share>
Config files and graphics for many user apps.
< /usr/local >
This is where you install apps and other files for use on the local machine.
SOME OF THE LINUX EDITORS ed  -  Original UNIX line-based  editor, useful in  scripts
emacs  -  GNU editor and fully  integrated user environment
ex   -  Powerful line-based editor  (integrated with vi)
SOME OF THE LINUX EDITORS   continue.. gawk   -  GNU awk, powerful text editor  for records containing fields.
sed   -  Stream-oriented (non-  interactive) line-based editor
vi  -  Classic screen-based editor  for UNIX
vim  -  Vi IMproved, enhanced  support for programmers
CRONTAB & CRONJOB The term  cron  is derived from the word  chronograph .
The  Cron, at, batch  Command is used for Scheduling Execution of Command according to requirements.
Cron is a system deamon that keeps sleeping most of the time.
CRONTAB & CRONJOB   continue.. I t typically  wakes up every one minute  and checks it crontab file for any jobs to be executed during this minute.
The name of this crontab file will be the user's login name .
CRONTAB & CRONJOB continue.. The  Scheduled jobs will be present in the  Crontab files  .
Cron tab files  will be present in the
/var/ spool/ cron/ crontabs directory .
It Should be executed periodically at a  specific day, date and time .
APACHE ( HTTP SERVER )

More Related Content

PPT
Samba server
PPTX
Software Defined Networking (SDN)
PPTX
LAMP TECHNOLOGY BY SAIKIRAN PANJALA
PPTX
Raspberry pi 基本操作
PPTX
Kali linux
PDF
Linux Presentation
PDF
CCNAv5 - S1: Chapter 1 Exploring The Network
PPTX
Samba server
Software Defined Networking (SDN)
LAMP TECHNOLOGY BY SAIKIRAN PANJALA
Raspberry pi 基本操作
Kali linux
Linux Presentation
CCNAv5 - S1: Chapter 1 Exploring The Network

What's hot (20)

PDF
Network Drivers
PDF
Linux OS presentation
PPT
Seminar Presentation on raspberry pi
PPTX
Troubleshooting Network and Network Utilities
ODS
Yaygın Linux Komutları ve Windows Karşılıkları
PPTX
Linux System Monitoring
PDF
How To Configure SNMP Logging on RHEL 7
PPT
Architecture of Linux
PPTX
Linux operating system ppt
PPTX
Network switch
PDF
VLAN and its implementation
PPTX
COMMONLY USED OPERATING SYSTEMS
PPTX
Networking devices
PDF
Linux System Monitoring basic commands
PPTX
Linux fundamentals
PPT
Linux basics
PPT
Dhcp presentation 01
PDF
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
PDF
David container security-with_falco
Network Drivers
Linux OS presentation
Seminar Presentation on raspberry pi
Troubleshooting Network and Network Utilities
Yaygın Linux Komutları ve Windows Karşılıkları
Linux System Monitoring
How To Configure SNMP Logging on RHEL 7
Architecture of Linux
Linux operating system ppt
Network switch
VLAN and its implementation
COMMONLY USED OPERATING SYSTEMS
Networking devices
Linux System Monitoring basic commands
Linux fundamentals
Linux basics
Dhcp presentation 01
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
David container security-with_falco
Ad

Similar to Deepa ppt about lamp technology (20)

PPT
Lamp technology
ODP
Nadhiya lamp
ODP
Apache
ODP
Apache ppt
ODP
Apache ppt
ODP
Babitha.4appach
ODP
Apache ppt
ODP
Babitha.4appach
PPT
Power point on linux commands,appache,php,mysql,html,css,web 2.0
PPT
Linux presentation
PPT
Apache Web Server Setup 2
PPT
Apache ppt
PPT
Linux
PPT
APACHE
PPT
Edubooktraining
ODP
Lamp
ODP
Lamp1
ODP
Lamp1
ODP
Apache doc
Lamp technology
Nadhiya lamp
Apache
Apache ppt
Apache ppt
Babitha.4appach
Apache ppt
Babitha.4appach
Power point on linux commands,appache,php,mysql,html,css,web 2.0
Linux presentation
Apache Web Server Setup 2
Apache ppt
Linux
APACHE
Edubooktraining
Lamp
Lamp1
Lamp1
Apache doc
Ad

Deepa ppt about lamp technology