CentOS6.2 use yum to install LAMP and phpMyadmin. This section describes how to use YUM configuration to install the LAMP environment under CentOs6.2. some brothers also like to use the compiled installation method. I personally think that if you do
Use the yum command in Centos to deploy the lamp environment. by default, the IP security policy is enabled for Centos, that is, port 80 also prohibits external access, so disable iptables first. serviceiptablesstop or open
Automatic installation of php in centOS
# Yum install-y php
Only install PHP
We recommend that you install the runtime library and MySQL support.
# Yum install-y php-devel php-mysql
If your system is CentOS 5.6, the above command installs PHP
Install PHP because the PHP version in YUM of centOS7 is old by default, so I try to upgrade to the new version, in this way, the new Yum source configuration yum source is used to append the epel and remi source of CentOS7.0. # Rpm-Uvhhttp: //
Use the yum command provided by CentOS Linux to install and upgrade the library.
1. change yum source to NetEase source to increase speed
Vi/etc/yum. repos. d/CentOS-Base.repoThe changes are as follows:
# CentOS-Base.repo
#
# This file uses a
Prepare the environment:1. configure the firewall and enable port 80 and port 3306Vi/etc/sysconfig/iptables-A input-m state -- state NEW-m tcp-p tcp -- dport 80-j ACCEPT (allow port 80 to pass through the firewall)-A input-m state -- state NEW-m tcp-
I am currently using the nagios + cacti combination, without considering zabbix, but the leader asked me to engage in zabbix, and there was no way to get involved. Only first. Just start the environment. The specific use is not studied. We tested
Zabbix server installation and deployment of enterprise-level monitoring software zabbix
Zabbix has been applied online for more than half a year. I want to write down my experiences on zabbix's use in the production environment and some experiences,
Install and configure Nagios in Linux
1. Nagios Overview
1. Introduction
Nagios is a plug-in structure, and it does not have any monitoring function. All monitoring is performed through the plug-in, so it is highly modular and flexible. Nagios
Source: hi.baidu.compia_cablogitem2767d3f424376edd7931aa28.html 1. Forget the preface. This part is saved. Go straight to the topic below. Ii. Preparations for CentOS6.2 I want to minimize installation and use the 163 source for update at the same
RHEL7.1 compile and install Ganglia3.7.11. install the dependency yumgroupinstall-y "Developmenttools" "BasicWebServer" yuminstallpcrepcre-develapr-util-develapr-utilzlib-develzlibrrdtool-develrr
RHEL 7.1 compilation and installation of Ganglia 3.7.1
One: Compile PHP and integrate with Nginx "Yum installation Method"Yum Build LNMP Environment (CentOS6.4)1. Turn off the firewall[Email protected] ~]# chkconfig iptables off2. Turn off SELinuxVi/etc/sysconfig/selinuxModify selinux=enforcing to
PHP implementation of the same account can only one person loginZhang Ying published in 2015-01-22Category: PHPBefore considering this problem, today achieved a bit, quite fast, from research to development completed almost 4 hours. A bit like QQ,
Install and deploy Cacti in CentOS 6.6
About Cacti
Structure of this Chapter
Common platforms
Common server monitoring software
Cacti, mainly used for traffic and performance monitoring ---- http://www.cacti.net/
Nagios, mainly responsible for
Install PHP 5.6 in CentOS7.0
Because the server environment is migrated from CentOS6.5 to CentOS7.0, and Apache is changed to Nginx. Here we will briefly introduce how to install PHP 5.6 in centos.
After PHP5.6 is installed, you no longer need to
Set up Rsyslog log server in Centos6.7Preface:
With the increase of servers and network devices in the IDC room, log management and query have become a headache for system administrators.
System Administrators encounter the following common problems:
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.