SlideShare uma empresa Scribd logo
1 de 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]

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Introduction to Raspberrypi
Introduction to  RaspberrypiIntroduction to  Raspberrypi
Introduction to Raspberrypi
 
What Is DevOps?
What Is DevOps?What Is DevOps?
What Is DevOps?
 
DevOps for beginners
DevOps for beginnersDevOps for beginners
DevOps for beginners
 
Linux seminar
Linux seminarLinux seminar
Linux seminar
 
Linux distributions
Linux    distributionsLinux    distributions
Linux distributions
 
Redfish & python redfish
Redfish & python redfishRedfish & python redfish
Redfish & python redfish
 
Red Hat Essentials
Red Hat EssentialsRed Hat Essentials
Red Hat Essentials
 
Introduction à l’intégration continue avec Jenkins
Introduction à l’intégration continue avec JenkinsIntroduction à l’intégration continue avec Jenkins
Introduction à l’intégration continue avec Jenkins
 
Linux: LVM
Linux: LVMLinux: LVM
Linux: LVM
 
Introduction to kubernetes
Introduction to kubernetesIntroduction to kubernetes
Introduction to kubernetes
 
Ansible
AnsibleAnsible
Ansible
 
Ansible
AnsibleAnsible
Ansible
 
IBM MQ on cloud and containers
IBM MQ on cloud and containersIBM MQ on cloud and containers
IBM MQ on cloud and containers
 
Kubernetes 101
Kubernetes 101Kubernetes 101
Kubernetes 101
 
Why Users Are Moving on from Docker and Leaving Its Security Risks Behind (Sp...
Why Users Are Moving on from Docker and Leaving Its Security Risks Behind (Sp...Why Users Are Moving on from Docker and Leaving Its Security Risks Behind (Sp...
Why Users Are Moving on from Docker and Leaving Its Security Risks Behind (Sp...
 
Hypervisor
HypervisorHypervisor
Hypervisor
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Lecture5 virtualization
Lecture5 virtualizationLecture5 virtualization
Lecture5 virtualization
 
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...
 
Virtual machine subhash gupta
Virtual machine subhash guptaVirtual machine subhash gupta
Virtual machine subhash gupta
 

Semelhante a 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