SlideShare une entreprise Scribd logo
1  sur  99
LAMP TECHNOLOGY PRESENTATION  BY P.DEEPA
LAMP TECHNOLOGY ,[object Object]
Linux (operating system),
Apache HTTP Server,
MySQL (database software) and
PHP.
[object Object]
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
[object Object]
multithreaded, multi-user, SQL database management system
PHP
reflective programming language originally designed for producing dynamic web pages
ADVANTAGES OF LAMP ,[object Object]
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 ,[object Object]
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?  ,[object Object]
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? ,[object Object]
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.. ,[object Object]
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: ,[object Object]
Security.
Choice(freedom).
Software.
Hardware.
DISADVANTAGES: ,[object Object]
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 - ,[object Object]
-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.. ,[object Object]
-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: < / > ,[object Object]
The starting point of your directory structure.
Every other file and directory on  system is under the root directory.
[object Object]
< /bin >
It  contains the most important programs that the system needs to operate, such as the shells, ls, grep, and other essential things.
[object Object]
< /dev >
The devices that are available to a Linux system.
[object Object]
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.
[object Object]
< /mnt >
This directory is used for mount points.
< /sbin, /usr/sbin >
Most system administration programs are stored in these directories.
[object Object]
</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 ,[object Object]
emacs  -  GNU editor and fully  integrated user environment
ex   -  Powerful line-based editor  (integrated with vi)
SOME OF THE LINUX EDITORS   continue.. ,[object Object]
sed   -  Stream-oriented (non-  interactive) line-based editor
vi  -  Classic screen-based editor  for UNIX
vim  -  Vi IMproved, enhanced  support for programmers
CRONTAB & CRONJOB ,[object Object]
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.. ,[object Object]
The name of this crontab file will be the user's login name .
CRONTAB & CRONJOB continue.. ,[object Object]
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 .
[object Object]

Contenu connexe

Tendances

Tendances (20)

Laravel overview
Laravel overviewLaravel overview
Laravel overview
 
Docker & kubernetes
Docker & kubernetesDocker & kubernetes
Docker & kubernetes
 
Laravel Presentation
Laravel PresentationLaravel Presentation
Laravel Presentation
 
Web application presentation
Web application presentationWeb application presentation
Web application presentation
 
Laravel Eloquent ORM
Laravel Eloquent ORMLaravel Eloquent ORM
Laravel Eloquent ORM
 
Open Source Software
Open Source SoftwareOpen Source Software
Open Source Software
 
Laravel introduction
Laravel introductionLaravel introduction
Laravel introduction
 
Introduction to OpenStack
Introduction to OpenStackIntroduction to OpenStack
Introduction to OpenStack
 
Apache web server
Apache web serverApache web server
Apache web server
 
Why Laravel?
Why Laravel?Why Laravel?
Why Laravel?
 
1. Docker Introduction.pdf
1. Docker Introduction.pdf1. Docker Introduction.pdf
1. Docker Introduction.pdf
 
Microservices with Docker
Microservices with Docker Microservices with Docker
Microservices with Docker
 
Tomcat server
 Tomcat server Tomcat server
Tomcat server
 
Rancher and Kubernetes Best Practices
Rancher and  Kubernetes Best PracticesRancher and  Kubernetes Best Practices
Rancher and Kubernetes Best Practices
 
Nodejs
NodejsNodejs
Nodejs
 
Laravel Introduction
Laravel IntroductionLaravel Introduction
Laravel Introduction
 
Virtualization, Containers, Docker and scalable container management services
Virtualization, Containers, Docker and scalable container management servicesVirtualization, Containers, Docker and scalable container management services
Virtualization, Containers, Docker and scalable container management services
 
What Is React | ReactJS Tutorial for Beginners | ReactJS Training | Edureka
What Is React | ReactJS Tutorial for Beginners | ReactJS Training | EdurekaWhat Is React | ReactJS Tutorial for Beginners | ReactJS Training | Edureka
What Is React | ReactJS Tutorial for Beginners | ReactJS Training | Edureka
 
Proxmox for DevOps
Proxmox for DevOpsProxmox for DevOps
Proxmox for DevOps
 
Laravel Tutorial PPT
Laravel Tutorial PPTLaravel Tutorial PPT
Laravel Tutorial PPT
 

Similaire à lamp technology (20)

Lamp technology
Lamp technologyLamp technology
Lamp technology
 
Nadhiya lamp
Nadhiya lampNadhiya lamp
Nadhiya lamp
 
Apache
ApacheApache
Apache
 
Apache ppt
Apache pptApache ppt
Apache ppt
 
Apache ppt
Apache pptApache ppt
Apache ppt
 
Babitha.4appach
Babitha.4appachBabitha.4appach
Babitha.4appach
 
Babitha.4appach
Babitha.4appachBabitha.4appach
Babitha.4appach
 
Apache ppt
Apache pptApache ppt
Apache ppt
 
Power point on linux commands,appache,php,mysql,html,css,web 2.0
Power point on linux commands,appache,php,mysql,html,css,web 2.0Power point on linux commands,appache,php,mysql,html,css,web 2.0
Power point on linux commands,appache,php,mysql,html,css,web 2.0
 
Linux presentation
Linux presentationLinux presentation
Linux presentation
 
Ppt
PptPpt
Ppt
 
Apache Web Server Setup 2
Apache Web Server Setup 2Apache Web Server Setup 2
Apache Web Server Setup 2
 
Apache ppt
Apache pptApache ppt
Apache ppt
 
Linux
LinuxLinux
Linux
 
APACHE
APACHEAPACHE
APACHE
 
Edubooktraining
EdubooktrainingEdubooktraining
Edubooktraining
 
Lamp1
Lamp1Lamp1
Lamp1
 
Lamp1
Lamp1Lamp1
Lamp1
 
Lamp
LampLamp
Lamp
 
Apache doc
Apache docApache doc
Apache doc
 

lamp technology