It is assumed that linux, mysql, php, nginx/apache have been installed here
1. Install curl extension (you can skip it if you have installed it)< /strong>
composer config -l -g Mine
CentOS (Community Enterprise Operating System, Chinese meaning: Community Enterprise Operating System) is one of the Linux distributions, which is compiled from the source code released by Red Hat Enterprise Linux in accordance with the open source regulations. Since it comes from the same source code, some servers that require high stability use CentOS instead of the commercial version of Red Hat Enterprise Linux. The difference between the two is that CentOS does not include closed source software.
It is assumed that linux, mysql, php, nginx/apache have been installed here
1. Install curl extension (you can skip it if you have installed it)< /strong>
composer config -l -g Mine
1, install epel-release Enter the command: yum -y install epel-release
Enter and wait for the installation to succeed
First, let’s get the yum source of PHP7.0 and execute the following
1. Before installing nginx, we must first make sure that the system has g++, gcc, openssl-devel, pcre-devel and zlib-devel software installed, which can be detected by the command shown in the figu
Background:
In the iptables environment of centos6 system:
iptables -t nat -A PREROUTING -p tcp- m tcp –dport 8080 -j DNAT –to destination 192.168.1.163:80
iptables -t nat -A POS
One, Redis installation 1. Download Redis Two ways: First, open the terminal directly, and then enter the following command: wget http://download.redis.io/releases/redis-4.0.2.tar.gz
When I u
I am trying to install apc (alternative php cache) on centos 5 server. I tried yum search apc and only found the relevant package of American power company. How do I install apc?
I am trying
Install Python31. Environment preparation yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel gcc*2. I
Enter ip to query and name ip addr You can also enter ifconfig (centOs7 does not have ifconfig command) to view ip, but this command There will be 3 entries, the ip address of centos is the inet va
Characteristics of virtual users:
1. They can only access the FTP service provided by the server, but cannot access other resources of the system. Therefore, if you want users to have write a
First, experimental environment
Operating system: CentOS 7
Second, installation
Close SELINUX:
vim /etc/selinux /config
SELINUX=disable Temporary shutdown:
setenforce 0 Thre